- May 05, 2015
-
-
Jan Tattermusch authored
-
Craig Tiller authored
-
Craig Tiller authored
-
- May 04, 2015
-
-
Craig Tiller authored
Simplify grpc_event into something that can be non-heap allocated. Deprecate grpc_event_finish. Remove grpc_op_error - use an int as this is more idiomatic C style.
-
Nicolas Noble authored
Remove gcc 4.5 testing and keep 4.4
-
Stanley Cheung authored
adding php to cloud to prod tests.
-
Yang Gao authored
Deliver data up from tcp immediately
-
Tim Emiola authored
Fixed typo
-
vjpai authored
-
murgatroid99 authored
-
Vijay Pai authored
25ns overhead latency timers
-
Craig Tiller authored
Another round of win32 fixes and documentation.
-
Craig Tiller authored
Let's be really pedantic about the status of our submodules.
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Nicolas Noble authored
correct win32-related API usage
-
zeliard authored
-
Nicolas "Pixel" Noble authored
-
Nicolas "Pixel" Noble authored
-) Fixed a few more (much more rare) race conditions on shutdown. -) Fixed a degenerate case if we create a server but never start it.
-
- May 03, 2015
-
-
Craig Tiller authored
Various Win32 fixes.
-
Nicolas "Pixel" Noble authored
Fixing a very edge case where the tcp_client can crash due to race conditions on connection abortion.
-
- May 02, 2015
-
-
Nicolas "Pixel" Noble authored
-) tcp client and server should no longer starve waiting on orphans -) proper server shutdown sequence to prevent use-after-free.
-
Nicolas "Pixel" Noble authored
By the standard, std::function can only capture class functions, and not class methods. For some reasons, this works under gcc however. Visual Studio rejects it. std::mem_fn is proper template to use.
-
Nicolas "Pixel" Noble authored
-
Nicolas Noble authored
Fix parallel make + MINGW32 dependencies.
-
Vijay Pai authored
Add rdtsc profiling support, implement begin/end and tag hiding
-
Michael Berlin authored
This change fixes a parallel make which always failed with "cannot find -lprotobuf". For C++ static libraries, protobuf was already added as dependency, see commit 5383062d.
-
Michael Berlin authored
-
Donna Dionne authored
-
Craig Tiller authored
-
- May 01, 2015
-
-
donnadionne authored
Add google root cert to grpc/php docker image
-
Stanley Cheung authored
-
Craig Tiller authored
fix: trace for grpc_call_start_batch only displayed lower 32bits of tag
-
Craig Tiller authored
Conflicts: src/core/iomgr/tcp_posix.c src/core/profiling/basic_timers.c
-
Craig Tiller authored
Conflicts: src/core/iomgr/tcp_posix.c src/core/profiling/basic_timers.c
-
Jorge Canizales authored
Migrated Objective C library to C batch API
-
Craig Tiller authored
Fix flow control issue
-
murgatroid99 authored
-