aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.def
Commit message (Collapse)AuthorAge
* Added dummy cronet api implementation so we can build on Jenkins.Gravatar Makarand Dharmapurikar2016-05-03
|
* reran generate_projects.sh after @nnoble's fix in PR6399.Gravatar Makarand Dharmapurikar2016-05-02
|
* Reran tools/buildgen/generate_projects.sh again.Gravatar Makarand Dharmapurikar2016-05-01
|
* Merge pull request #6196 from y-zeng/call-error-to-stringGravatar Craig Tiller2016-04-28
|\ | | | | Provide a function that converts grpc_call_error values into a string
* \ Merge pull request #5958 from deepaklukose/skip_client_cert_verificationGravatar Jan Tattermusch2016-04-20
|\ \ | | | | | | Add various options to verify ssl/tls client cert including letting the application handle the authentication.
| * | Add various options to verify ssl/tls client cert including letting theGravatar Deepak Lukose2016-04-19
| | | | | | | | | | | | application handle the authentication.
| | * Provide a function that converts grpc_call_error values into a stringGravatar Yuchen Zeng2016-04-15
| |/
* / After running generate_projects.shGravatar Yuchen Zeng2016-04-15
|/
* Always ref writable streamsGravatar Craig Tiller2016-03-02
| | | | | | | | We suffered a bug whereby doing a follow-up write to another write could resurrect a deleted stream, causing all sorts of crash. Fix: when a stream becomes writable (vs when we start writing) take a ref on the stream, and only relinquish it once we're done writing.
* Flagging the missing API entries.Gravatar Nicolas "Pixel" Noble2016-02-17
|
* mergeGravatar Alistair Veitch2016-02-03
|
* Removing zookeeper's API for now.Gravatar Nicolas "Pixel" Noble2016-01-31
|
* Regenerating files.Gravatar Nicolas "Pixel" Noble2016-01-31
|
* Cleaning up cruft to properly create a dll file.Gravatar Nicolas "Pixel" Noble2016-01-30
|
* Finalizing this a bit.Gravatar Nicolas "Pixel" Noble2016-01-30