Skip to content

Commit

Permalink
@a11r asked me to respond to some BSD folks, so I figured that I shou…
Browse files Browse the repository at this point in the history
…ld also

be a potential mentor if needed.
  • Loading branch information
vjpai committed Mar 7, 2016
1 parent 9b9c40c commit ac731e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion summerofcode/ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ gRPC C Core:

1. Port gRPC to one of the major BSD platforms ([FreeBSD](https://freebsd.org), [NetBSD](https://netbsd.org), and [OpenBSD](https://openbsd.org)) and create packages for them. Add [kqueue](https://www.freebsd.org/cgi/man.cgi?query=kqueue) support in the process.
* **Required skills:** C programming language, BSD operating system.
* **Likely mentors:** [Craig Tiller](https://github.com/ctiller), [Nicolas Noble](https://github.com/nicolasnoble).
* **Likely mentors:** [Craig Tiller](https://github.com/ctiller),
[Nicolas Noble](https://github.com/nicolasnoble),
[Vijay Pai](https://github.com/vjpai).
1. Fix gRPC C-core's URI parser. The current parser does not qualify as a standard parser according to [RFC3986]( https://tools.ietf.org/html/rfc3986). Write test suites to verify this and make changes necessary to make the URI parser compliant.
* **Required skills:** C programming language, HTTP standard compliance.
* **Likely mentors:** [Craig Tiller](https://github.com/ctiller).
Expand Down

0 comments on commit ac731e0

Please sign in to comment.