- May 04, 2015
-
-
Nicolas "Pixel" Noble authored
-
- 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
-
Simon Koo authored
-
Craig Tiller authored
-
Nicolas Noble authored
Ensure call alarms are cancelled when the underlying stream closes
-
Jan Tattermusch authored
-
Masood Malekghassemi authored
C89-ify the python code.
-
Tim Emiola authored
Release Python 0.5.0a2
-
Nicolas "Pixel" Noble authored
-
- Apr 30, 2015
-
-
Masood Malekghassemi authored
-
Jan Tattermusch authored
-
Craig Tiller authored
-
Nathaniel Manista authored
Extern-ify symbols to avoid collision.
-