Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #1432 from vjpai/async-cleanup | David G. Quintas | 2015-05-04 |
|\ | | | | | Create an async QPS client hierarchy | ||
* \ | Merge pull request #1465 from ctiller/foo | Yang Gao | 2015-05-04 |
|\ \ | | | | | | | Remove dead file | ||
* \ \ | Merge pull request #1463 from ctiller/seqno | Yang Gao | 2015-05-04 |
|\ \ \ | | | | | | | | | Fix a typo that resulted in truncating incoming sequence numbers to 24 bits | ||
* \ \ \ | Merge pull request #1462 from vjpai/kill45 | Nicolas Noble | 2015-05-04 |
|\ \ \ \ | | | | | | | | | | | Remove gcc 4.5 testing and keep 4.4 | ||
* \ \ \ \ | Merge pull request #1450 from donnadionne/php | Stanley Cheung | 2015-05-04 |
|\ \ \ \ \ | | | | | | | | | | | | | adding php to cloud to prod tests. | ||
* \ \ \ \ \ | Merge pull request #1396 from ctiller/one-read | Yang Gao | 2015-05-04 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Deliver data up from tcp immediately | ||
| | | | | * | | Remove dead file | Craig Tiller | 2015-05-04 |
| |_|_|_|/ / |/| | | | | | |||
* | | | | | | Merge pull request #1461 from murgatroid99/pod_typo_fix | Tim Emiola | 2015-05-04 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fixed typo | ||
| | | | | * | | Add test for >16777215 sequence numbered streams | Craig Tiller | 2015-05-04 |
| | | | | | | | |||
| | | | | * | | Fix typo resulting in masking out high byte of http2 sequence numbers | Craig Tiller | 2015-05-04 |
| | | | | | | | |||
| | | | * | | | Remove gcc 4.5 testing and keep 4.4 | vjpai | 2015-05-04 |
| |_|_|/ / / |/| | | | | | |||
| | | | * | | Add a hook to allow initial HTTP2 sequence number to be specified | Craig Tiller | 2015-05-04 |
| |_|_|/ / |/| | | | | |||
| * | | | | Fixed typo | murgatroid99 | 2015-05-04 |
|/ / / / | |||
| | | * | Merge branch 'master' into async-cleanup | vjpai | 2015-05-04 |
| | | |\ | |_|_|/ |/| | | | |||
| | | * | Change function-pointer to std::function | vjpai | 2015-05-04 |
| | | | | |||
* | | | | Merge pull request #1460 from ctiller/fast-timer | Vijay Pai | 2015-05-04 |
|\ \ \ \ | | | | | | | | | | | 25ns overhead latency timers | ||
* \ \ \ \ | Merge pull request #1457 from nicolasnoble/win32-fixes-once-again | Craig Tiller | 2015-05-04 |
|\ \ \ \ \ | | | | | | | | | | | | | Another round of win32 fixes and documentation. | ||
* \ \ \ \ \ | Merge pull request #1458 from nicolasnoble/sanity-submodules-pedantic | Craig Tiller | 2015-05-04 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Let's be really pedantic about the status of our submodules. | ||
| | | * \ \ \ | Merge branch 'fast-timer' of github.com:ctiller/grpc into fast-timer | Craig Tiller | 2015-05-04 |
| | | |\ \ \ \ | |||
| | | | * | | | | clang-format | Craig Tiller | 2015-05-04 |
| | | | | | | | | |||
| | | * | | | | | Delete debug | Craig Tiller | 2015-05-04 |
| | | |/ / / / | |||
| | | * | | | | Thread local storage for profile data | Craig Tiller | 2015-05-04 |
| | | | | | | | |||
* | | | | | | | Merge pull request #1459 from zeliard/master | Nicolas Noble | 2015-05-04 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | correct win32-related API usage | ||
| * | | | | | | | correct win32-related API usage | zeliard | 2015-05-04 |
|/ / / / / / / | |||
| * / / / / / | Let's be really pedantic about the status of our submodules. | Nicolas "Pixel" Noble | 2015-05-04 |
|/ / / / / / | |||
| * / / / / | Another round of win32 fixes and documentation. | Nicolas "Pixel" Noble | 2015-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-fixes | Craig Tiller | 2015-05-02 |
|\ \ \ \ \ | | | | | | | | | | | | | Various Win32 fixes. | ||
| * | | | | | More win32 fixes + documentation. | Nicolas "Pixel" Noble | 2015-05-02 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixing a very edge case where the tcp_client can crash due to race conditions on connection abortion. | ||
| * | | | | | Wave of Win32 fixes. | Nicolas "Pixel" Noble | 2015-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. | Nicolas "Pixel" Noble | 2015-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. | Nicolas "Pixel" Noble | 2015-05-02 |
|/ / / / / | |||
* | | | | | Merge pull request #1451 from michael-berlin/fix_protobuf_dep_shared_lib | Nicolas Noble | 2015-05-01 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix parallel make + MINGW32 dependencies. | ||
* \ \ \ \ \ | Merge pull request #1449 from ctiller/profile | Vijay Pai | 2015-05-01 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | Add rdtsc profiling support, implement begin/end and tag hiding | ||
| | * | | | | Compile protobuf before compiling shared C++ libraries. | Michael Berlin | 2015-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. | Michael Berlin | 2015-05-01 |
| |/ / / / |/| | | | | |||
| | | * | | adding php to cloud to prod tests. | Donna Dionne | 2015-05-01 |
| | | | | | |||
| | | | * | Merge branch 'master' into async-cleanup | vjpai | 2015-05-01 |
| | | | |\ | |_|_|_|/ |/| | | | | |||
| * | | | | Add rdtsc profiling support, implement begin/end and tag hiding | Craig Tiller | 2015-05-01 |
| | | | | | |||
* | | | | | Merge pull request #1448 from stanley-cheung/php_gce_dockerfile_update | donnadionne | 2015-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_setup | Stanley Cheung | 2015-05-01 |
|/ / / / | |||
* | | | | Merge pull request #1437 from jtattermusch/trace_batch_fix | Craig Tiller | 2015-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-read | Craig Tiller | 2015-05-01 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/iomgr/tcp_posix.c src/core/profiling/basic_timers.c | ||
| | * \ \ \ | Merge github.com:grpc/grpc into one-read | Craig Tiller | 2015-05-01 |
| | |\ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/iomgr/tcp_posix.c src/core/profiling/basic_timers.c | ||
* | | | | | | Merge pull request #1363 from murgatroid99/objective_c_batch_migration | Jorge Canizales | 2015-05-01 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Migrated Objective C library to C batch API | ||
* \ \ \ \ \ \ | Merge pull request #1394 from yang-g/bugfix | Craig Tiller | 2015-05-01 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix flow control issue | ||
| | * | | | | | | Resolved some comments | murgatroid99 | 2015-05-01 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #1397 from ctiller/delete-the-old-api | Yang Gao | 2015-05-01 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Delete the old api | ||
| | * \ \ \ \ \ \ | merge with head | Yang Gao | 2015-05-01 |
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | |||
| * | | | | | | | | Fix some memory leaks | Craig Tiller | 2015-05-01 |
| | | | | | | | | | |||
* | | | | | | | | | Merge pull request #1436 from ctiller/crash-cxx | Yang Gao | 2015-05-01 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix for a crash seen in the wild |