Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | | | | | 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 with head | Yang Gao | 2015-05-04 | |
| | | | |\ \ \ | ||||
| | | | * | | | | clang-format | Yang Gao | 2015-05-04 | |
| | | | | | | | | ||||
| | | | * | | | | make server tolerate deserialization failure | Yang Gao | 2015-05-04 | |
| | | | | | | | | ||||
| | | | * | | | | fix a deadlock in cancel call | Yang Gao | 2015-05-04 | |
| | | | | | | | | ||||
* | | | | | | | | correct win32-related API usage | zeliard | 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. | |||
* | | | | | | 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. | |||
* | | | | | Add rdtsc profiling support, implement begin/end and tag hiding | Craig Tiller | 2015-05-01 | |
| | | | | | ||||
| | | * | | Add per-call context pointer API | Craig Tiller | 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 with head | Yang Gao | 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 | |
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||
* | | | | | | | | | Merge pull request #1436 from ctiller/crash-cxx | Yang Gao | 2015-05-01 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix for a crash seen in the wild | |||
| | * \ \ \ \ \ \ \ | Merge github.com:grpc/grpc into delete-the-old-api | Craig Tiller | 2015-05-01 | |
| | |\ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: vsprojects/Grpc.mak | |||
* | | | | | | | | | | remove unused function from grpc_csharp_ext | Jan Tattermusch | 2015-05-01 | |
| | | | | | | | | | | ||||
* | | | | | | | | | | Merge pull request #1421 from zeliard/master | Nicolas Noble | 2015-04-30 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | implement gpr_cpu_num_cores() and gpr_cpu_current_cpu() on Windows | |||
| * | | | | | | | | | | make Windows.h lowercase for cross compiling from Linux | Simon Koo | 2015-05-01 | |
| | | | | | | | | | | | ||||
| | | * | | | | | | | | Remove another old function | Craig Tiller | 2015-04-30 | |
| | | | | | | | | | | | ||||
* | | | | | | | | | | | Merge pull request #1428 from ctiller/the-call-is-dead-stop-kicking-it | Nicolas Noble | 2015-04-30 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Ensure call alarms are cancelled when the underlying stream closes | |||
| | | | | | | | | | * | | Expose max message size at the server side | Yang Gao | 2015-04-30 | |
| | | | | | | | | | | | | ||||
| | | | | | | * | | | | | added param names for grpc_call_start_batch trace. | Jan Tattermusch | 2015-04-30 | |
| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | Merge pull request #1439 from nicolasnoble/python-c89 | Masood Malekghassemi | 2015-04-30 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | C89-ify the python code. | |||
| * | | | | | | | | | | | | C89-ify the python code. | Nicolas "Pixel" Noble | 2015-05-01 | |
| | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Release Python 0.5.0a2 | Masood Malekghassemi | 2015-04-30 | |
|/ / / / / / / / / / / / | ||||
| | | | | | | * | | | | | fix: trace for grpc_call_start_batch only displayed lower 32bits of tag | Jan Tattermusch | 2015-04-30 | |
| | | | | | | | | | | | | ||||
| | | * | | | | | | | | | Fix for a crash seen in the wild | Craig Tiller | 2015-04-30 | |
| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | Extern-ify symbols so they don't collide | Masood Malekghassemi | 2015-04-30 | |
| |_|/ / / / / / / / / |/| | | | | | | | | | | ||||
| | | * | | | | | | | | Merge branch 'delete-the-old-api' of github.com:ctiller/grpc into ↵ | Craig Tiller | 2015-04-30 | |
| | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | delete-the-old-api | |||
| | | * \ \ \ \ \ \ \ \ | Merge github.com:grpc/grpc into delete-the-old-api | Craig Tiller | 2015-04-30 | |
| | | |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | ||||
| | | | | | | | | | | * | Merge branch 'one-read' into swappy | Craig Tiller | 2015-04-30 | |
| | | | | | | | | | | |\ | | | | | | | | | | |_|/ | | | | | | | | | |/| | | ||||
| | | | | | | | | * | | | Merge github.com:grpc/grpc into one-read | Craig Tiller | 2015-04-30 | |
| | | | | | | | | |\ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | Merge pull request #1426 from ctiller/bad-frame | Yang Gao | 2015-04-30 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix errant empty data frame after trailers | |||
| | | | * \ \ \ \ \ \ \ \ | Merge github.com:grpc/grpc into delete-the-old-api | Craig Tiller | 2015-04-30 | |
| | | | |\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge pull request #1408 from dgquintas/stap | Craig Tiller | 2015-04-30 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integration of Systemtap as a profiling mechanism. | |||
* | | | | | | | | | | | | | | Release Python 0.5.0a1 | Masood Malekghassemi | 2015-04-30 | |
| | | | | | | | | | | | | | | ||||
| | | | | * | | | | | | | | | Merge github.com:grpc/grpc into delete-the-old-api | Craig Tiller | 2015-04-30 | |
| | | | | |\ \ \ \ \ \ \ \ \ | | | | | | | |_|_|_|_|_|/ / | | | | | | |/| | | | | | | | ||||
* | | | | | | | | | | | | | | more comments | Stanley Cheung | 2015-04-30 | |
| | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | | * | Merge branch 'one-read' into swappy | Craig Tiller | 2015-04-30 | |
| | | | | | | | | | | | | |\ | | | | | | | | | | | | | |/ | | | | | | | | | | | | |/| |