aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | | * | | | | | | | clang-formatGravatar Craig Tiller2015-05-04
| | | | | | | | | | | |
| | | * | | | | | | | | Delete debugGravatar Craig Tiller2015-05-04
| | | |/ / / / / / / /
| | | * | | | | | | | Thread local storage for profile dataGravatar Craig Tiller2015-05-04
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #1459 from zeliard/masterGravatar Nicolas Noble2015-05-04
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | correct win32-related API usage
| | | | | | | | | * \ \ merge with headGravatar Yang Gao2015-05-04
| | | | | | | | | |\ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | |
| | | | | | | | | * | | clang-formatGravatar Yang Gao2015-05-04
| | | | | | | | | | | |
| | | | | | | | | * | | make server tolerate deserialization failureGravatar Yang Gao2015-05-04
| | | | | | | | | | | |
| | | | | | | | | * | | fix a deadlock in cancel callGravatar Yang Gao2015-05-04
| | | | | | | | | | | |
| * | | | | | | | | | | correct win32-related API usageGravatar zeliard2015-05-04
|/ / / / / / / / / / /
| * / / / / / / / / / Let's be really pedantic about the status of our submodules.Gravatar Nicolas "Pixel" Noble2015-05-04
|/ / / / / / / / / /
| * / / / / / / / / Another round of win32 fixes and documentation.Gravatar Nicolas "Pixel" Noble2015-05-04
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -) Fixed a few more (much more rare) race conditions on shutdown. -) Fixed a degenerate case if we create a server but never start it.
* | | | | | | | | Merge pull request #1454 from nicolasnoble/win32-fixesGravatar Craig Tiller2015-05-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Various Win32 fixes.
| * | | | | | | | | More win32 fixes + documentation.Gravatar Nicolas "Pixel" Noble2015-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing a very edge case where the tcp_client can crash due to race conditions on connection abortion.
| * | | | | | | | | Wave of Win32 fixes.Gravatar Nicolas "Pixel" Noble2015-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -) tcp client and server should no longer starve waiting on orphans -) proper server shutdown sequence to prevent use-after-free.
| * | | | | | | | | Fixing generated code under Windows.Gravatar Nicolas "Pixel" Noble2015-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | | | Adding property sheets for OpenSSL and zlib's NuGet packages.Gravatar Nicolas "Pixel" Noble2015-05-02
|/ / / / / / / / /
| | | | | * | | | Merge remote-tracking branch 'upstream/master'Gravatar David Garcia Quintas2015-05-01
| | | | | |\ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #1451 from michael-berlin/fix_protobuf_dep_shared_libGravatar Nicolas Noble2015-05-01
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix parallel make + MINGW32 dependencies.
* \ \ \ \ \ \ \ \ \ Merge pull request #1449 from ctiller/profileGravatar Vijay Pai2015-05-01
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | Add rdtsc profiling support, implement begin/end and tag hiding
| | * | | | | | | | Compile protobuf before compiling shared C++ libraries.Gravatar Michael Berlin2015-05-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 5383062df6182a62bb4df99aa06fe797fbb09a91.
| | * | | | | | | | Makefile: Fix missing space in shared library dependencies for MINGW32.Gravatar Michael Berlin2015-05-01
| |/ / / / / / / / |/| | | | | | | |
| | | * | | | | | adding php to cloud to prod tests.Gravatar Donna Dionne2015-05-01
| | | | | | | | |
| | | | * | | | | Merge branch 'master' into async-cleanupGravatar vjpai2015-05-01
| | | | |\ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Add rdtsc profiling support, implement begin/end and tag hidingGravatar Craig Tiller2015-05-01
| | | | | | | | |
* | | | | | | | | Merge pull request #1448 from stanley-cheung/php_gce_dockerfile_updateGravatar donnadionne2015-05-01
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Add google root cert to grpc/php docker image
| * | | | | | | | add instruction to add cacerts/roots.pem to grpc/php docker image in gce_setupGravatar Stanley Cheung2015-05-01
|/ / / / / / / /
| | | | | | * / Add per-call context pointer APIGravatar Craig Tiller2015-05-01
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #1437 from jtattermusch/trace_batch_fixGravatar Craig Tiller2015-05-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix: trace for grpc_call_start_batch only displayed lower 32bits of tag
| | * \ \ \ \ \ Merge branch 'one-read' of github.com:ctiller/grpc into one-readGravatar Craig Tiller2015-05-01
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/iomgr/tcp_posix.c src/core/profiling/basic_timers.c
| | * \ \ \ \ \ \ Merge github.com:grpc/grpc into one-readGravatar Craig Tiller2015-05-01
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/iomgr/tcp_posix.c src/core/profiling/basic_timers.c
* | | | | | | | | Merge pull request #1363 from murgatroid99/objective_c_batch_migrationGravatar Jorge Canizales2015-05-01
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Migrated Objective C library to C batch API
* \ \ \ \ \ \ \ \ \ Merge pull request #1394 from yang-g/bugfixGravatar Craig Tiller2015-05-01
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix flow control issue
| | * | | | | | | | | Resolved some commentsGravatar murgatroid992015-05-01
| | | | | | | | | | |
| | | | | | | | | * | merge with headGravatar Yang Gao2015-05-01
| | | | | | | | | |\ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #1397 from ctiller/delete-the-old-apiGravatar Yang Gao2015-05-01
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Delete the old api
| | * \ \ \ \ \ \ \ \ \ merge with headGravatar Yang Gao2015-05-01
| | |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Fix some memory leaksGravatar Craig Tiller2015-05-01
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #1436 from ctiller/crash-cxxGravatar Yang Gao2015-05-01
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for a crash seen in the wild
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'delete-the-old-api' of github.com:ctiller/grpc into ↵Gravatar Craig Tiller2015-05-01
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | delete-the-old-api
| | | | | | | | | | * \ \ \ Merge branch 'master' into async-cleanupGravatar vjpai2015-05-01
| | | | | | | | | | |\ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | |
| | | * | | | | | | | | | | Merge github.com:grpc/grpc into delete-the-old-apiGravatar Craig Tiller2015-05-01
| | | |\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: vsprojects/Grpc.mak
* | | | | | | | | | | | | | Merge pull request #1443 from ctiller/travis_sortedGravatar Vijay Pai2015-05-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stopgap fix for fling_stream_test timing out
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #1442 from jtattermusch/csharp_kill_unused_functionGravatar Tim Emiola2015-05-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove unused function from grpc_csharp_ext
| | * | | | | | | | | | | | | | Stopgap fix for fling_stream_test timing outGravatar Craig Tiller2015-05-01
| |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | remove unused function from grpc_csharp_extGravatar Jan Tattermusch2015-05-01
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #1435 from ctiller/fix-windows-testsGravatar Nicolas Noble2015-05-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure all unsecure tests are built on Windows
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #1421 from zeliard/masterGravatar Nicolas Noble2015-04-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | implement gpr_cpu_num_cores() and gpr_cpu_current_cpu() on Windows
| * | | | | | | | | | | | | | | make Windows.h lowercase for cross compiling from LinuxGravatar Simon Koo2015-05-01
| | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | Remove another old functionGravatar Craig Tiller2015-04-30
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #1428 from ctiller/the-call-is-dead-stop-kicking-itGravatar Nicolas Noble2015-04-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure call alarms are cancelled when the underlying stream closes