aboutsummaryrefslogtreecommitdiffhomepage
path: root/summerofcode
diff options
context:
space:
mode:
authorGravatar vjpai <vpai@google.com>2016-03-07 15:07:33 -0800
committerGravatar vjpai <vpai@google.com>2016-03-07 15:07:33 -0800
commitac731e051e755b4392ffa272804b7ada0d0bb8b3 (patch)
treedb1578baad92914eb1e14c988379bbf10b0da687 /summerofcode
parent9b9c40cfe8aab8699cc446087313af9059e8db3a (diff)
@a11r asked me to respond to some BSD folks, so I figured that I should also
be a potential mentor if needed.
Diffstat (limited to 'summerofcode')
-rw-r--r--summerofcode/ideas.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/summerofcode/ideas.md b/summerofcode/ideas.md
index c7f368e7cc..83f2cecd48 100644
--- a/summerofcode/ideas.md
+++ b/summerofcode/ideas.md
@@ -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).