- May 04, 2015
-
-
Jan Tattermusch 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
-
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
-
Jorge Canizales authored
Migrated Objective C library to C batch API
-
Craig Tiller authored
Fix flow control issue
-
murgatroid99 authored
-
Yang Gao authored
Delete the old api
-
Yang Gao authored
-
Craig Tiller authored
-
Yang Gao authored
Fix for a crash seen in the wild
-
Craig Tiller authored
-
Craig Tiller authored
Conflicts: vsprojects/Grpc.mak
-
Vijay Pai authored
Stopgap fix for fling_stream_test timing out
-
Tim Emiola authored
remove unused function from grpc_csharp_ext
-
Craig Tiller authored
-
Jan Tattermusch authored
-
Nicolas Noble authored
Ensure all unsecure tests are built on Windows
-
Nicolas Noble authored
implement gpr_cpu_num_cores() and gpr_cpu_current_cpu() on Windows
-