aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Merge github.com:google/grpc into http3Gravatar Craig Tiller2015-02-04
|\
| * Merge pull request #396 from dklempner/source_cleanupGravatar Craig Tiller2015-02-04
| |\
| * \ Merge pull request #398 from nicolasnoble/http2-read-firstGravatar Craig Tiller2015-02-04
| |\ \
| * \ \ Merge github.com:google/grpc into async-apiGravatar Craig Tiller2015-02-04
| |\ \ \
| | | * | Let the http2 transport issue a read request before pumping bytes into it.Gravatar Nicolas Noble2015-02-04
| | |/ /
| | * | Add a missing mdstr_unrefGravatar David Klempner2015-02-04
| | | * Merge branch 'master' into source_cleanupGravatar David Klempner2015-02-04
| | | |\ | | | |/ | | |/|
| | * | Merge branch 'master' into timespecGravatar David Klempner2015-02-04
| | |\ \
| | | * \ Merge pull request #392 from dklempner/timevalGravatar Craig Tiller2015-02-04
| | | |\ \
| * | | \ \ Merge branch 'async-api' of github.com:ctiller/grpc into async-apiGravatar Craig Tiller2015-02-04
| |\ \ \ \ \
| * | | | | | Fix check for whether we should write to prevent infinite loopGravatar Craig Tiller2015-02-04
| | | | | * | Remove timeval functionsGravatar David Klempner2015-02-04
| | | | * | | Merge remote-tracking branch 'upstream/master'Gravatar Vijay Pai2015-02-04
| | | | |\ \ \
| | | | * | | | Revert "Make this compile on mac by adding in header files currently used for...Gravatar Vijay Pai2015-02-04
| | | | * | | | Add write buffer hint to C++ server handlers so that writes actually goGravatar Vijay Pai2015-02-04
| | | | | | | * Fix up feature test macrosGravatar David Klempner2015-02-04
| | | | | | |/
| | | | | * | Merge pull request #379 from murgatroid99/php_cancellation_interop_testsGravatar Tim Emiola2015-02-04
| | | | | |\ \
| | | | | * \ \ Merge pull request #373 from murgatroid99/php_metadata_representationGravatar Tim Emiola2015-02-04
| | | | | |\ \ \
| | | | | * \ \ \ Merge pull request #376 from murgatroid99/php_port_0_bindGravatar Tim Emiola2015-02-04
| | | | | |\ \ \ \
| | | | | * \ \ \ \ Merge pull request #369 from jboeuf/tsan_opensslGravatar Nicolas Noble2015-02-04
| | | | | |\ \ \ \ \ | | | | | | |_|_|_|/ | | | | | |/| | | |
| | | * | / | | | | Make gpr_timespec no longer be a typedef for struct timespec in posixGravatar David Klempner2015-02-04
| | | | |/ / / / / | | | |/| | | | |
* | | / | | | | | Eliminate condvar in chttp2 transportGravatar Craig Tiller2015-02-04
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Cleanup documentationGravatar Craig Tiller2015-02-03
* | | | | | | | Merge github.com:google/grpc into async-apiGravatar Craig Tiller2015-02-03
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
* | | | | | | | Use unsigned for shiftsGravatar Craig Tiller2015-02-03
| * | | | | | | Merge pull request #380 from dklempner/cpu_linux_buildGravatar Craig Tiller2015-02-03
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #371 from nicolasnoble/iomgr-deadline-fixGravatar Craig Tiller2015-02-03
| |\ \ \ \ \ \ \ \
| | | * | | | | | | undef and endif aren't the same thingGravatar David Klempner2015-02-03
| | | * | | | | | | We should ifdef check the define of _GNU_SOURCEGravatar David Klempner2015-02-03
| | | * | | | | | | Have cpu_linux.c define _GNU_SOURCE at the beginning of the fileGravatar David Klempner2015-02-03
| | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Adding another condition variable to fix the iomgr shutdown issue.Gravatar Nicolas "Pixel" Noble2015-02-04
| | | | | | | | * Fixed error in new testGravatar murgatroid992015-02-03
| | | | | | | | * Added cancel_after_first_response interop testGravatar murgatroid992015-02-03
| | | | | | * | | Switched to binding servers to port 0 in testsGravatar murgatroid992015-02-03
| | | | | | | |/ | | | | | | |/|
| | | | | | | * Corrected error in metadata parserGravatar murgatroid992015-02-03
| * | | | | | | updated readmeGravatar Jan Tattermusch2015-02-03
* | | | | | | | Add some documentation to call.cGravatar Craig Tiller2015-02-03
| |_|/ / / / / |/| | | | | |
| | | | * | | Addressing nicolasnoble@ comments.Gravatar Julien Boeuf2015-02-03
| | * | | | | Fixing potential hitch in iomgr shutdown.Gravatar Nicolas "Pixel" Noble2015-02-04
| | | |_|/ / | | |/| | |
| * / | | | added grpc extension library for C#Gravatar Jan Tattermusch2015-02-03
| |/ / / /
| | | * | Fixing tsan errors in OpenSSL (#319)Gravatar Julien Boeuf2015-02-03
* | | | | Simplify call.cGravatar Craig Tiller2015-02-03
* | | | | Fix alloc of zero requestGravatar Craig Tiller2015-02-03
* | | | | Merge branch 'async-api' of github.com:ctiller/grpc into async-apiGravatar Craig Tiller2015-02-03
|\ \ \ \ \
* | | | | | Fix potential deadlockGravatar Craig Tiller2015-02-03
| | | | | * Changed PHP metadata representation to associative array of arrays of stringsGravatar murgatroid992015-02-03
| | | | |/
| | * | | Merge pull request #349 from murgatroid99/protobuf-php-referencesGravatar Tim Emiola2015-02-03
| | |\ \ \
| | * \ \ \ Merge pull request #346 from murgatroid99/php_weak_comparisonGravatar Tim Emiola2015-02-03
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| * / | | | Back-end for new core APIGravatar Craig Tiller2015-02-02
| |/ / / /
* | | | | Add some documentation, simplify stateGravatar Craig Tiller2015-02-02