Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream | Craig Tiller | 2015-05-08 |
|\ | | | | | | | | | Conflicts: src/cpp/server/server.cc | ||
| * | Merge pull request #1502 from ctiller/check-on-headers | Eric Anderson | 2015-05-07 |
| |\ | | | | | | | Validate that headers contain legal bytes | ||
| * \ | Merge pull request #1503 from ctiller/dont-signal-me | Nicolas Noble | 2015-05-07 |
| |\ \ | | | | | | | | | Eliminate need for SIGPIPE handling | ||
* | \ \ | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream | Craig Tiller | 2015-05-07 |
|\ \ \ \ | |||
| | | | * | Merge github.com:grpc/grpc into check-on-headers | Craig Tiller | 2015-05-07 |
| | | | |\ | | |_|_|/ | |/| | | | |||
| | | * | | Merge github.com:grpc/grpc into dont-signal-me | Craig Tiller | 2015-05-07 |
| | | |\ \ | | |_|/ / | |/| | | | |||
| | * | | | Cleanup unlock() a little | Craig Tiller | 2015-05-07 |
| |/ / / | |||
| | * | | Eliminate need for SIGPIPE handling | Craig Tiller | 2015-05-06 |
| | | | | |||
| | | * | Validate that headers contain legal bytes | Craig Tiller | 2015-05-06 |
| | |/ | |||
| * / | Fix: Server side call with both streams closed doesnt get properly finalized | Jan Tattermusch | 2015-05-06 |
| |/ | |||
* | | Completion queue binding for new requests API change | Craig Tiller | 2015-05-06 |
| | | | | | | | | | | Move completion queue binding for new requests to the new request request time, not server instantiation time. | ||
| * | Added important (!) profiling mark. | David Garcia Quintas | 2015-05-05 |
| | | | | | | | | | | | | It's meant to have a special status in the analysis, whereby latencies from important marks to all their enclosing BEGIN ({) and END (}) markings will be measured. | ||
| * | Merge pull request #1395 from ctiller/swappy | David G. Quintas | 2015-05-05 |
|/| | | | | | Optimize a few core routines | ||
* | | Merge pull request #1447 from ctiller/magical-void-pointers | jboeuf | 2015-05-05 |
|\ \ | | | | | | | Add per-call context pointer API | ||
* \ \ | Merge pull request #1464 from yang-g/init | Craig Tiller | 2015-05-05 |
|\ \ \ | | | | | | | | | Expose max message size at the server side. | ||
* \ \ \ | Merge pull request #1466 from ctiller/seqno2 | Yang Gao | 2015-05-04 |
|\ \ \ \ | | | | | | | | | | | Handle stream number exhaustion correctly | ||
| | * | | | resolve comments | Yang Gao | 2015-05-04 |
| | | | | | |||
| * | | | | Merge github.com:grpc/grpc into seqno2 | Craig Tiller | 2015-05-04 |
| |\ \ \ \ | |||
| | | | | * | Merge github.com:grpc/grpc into swappy | Craig Tiller | 2015-05-04 |
| | | | | |\ | | | |_|_|/ | | |/| | | | |||
| | | * | | | merge with head | Yang Gao | 2015-05-04 |
| | | |\ \ \ | | | |/ / / | | |/| | | | |||
* | / | | | | Added missing profiling tags. | David Garcia Quintas | 2015-05-04 |
| |/ / / / |/| | | | | |||
* | | | | | 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 #1396 from ctiller/one-read | Yang Gao | 2015-05-04 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Deliver data up from tcp immediately | ||
| | | | * | | | | Synthesize goaway when max sequence number generated | Craig Tiller | 2015-05-04 |
| | | |/ / / / | | |/| | | | | |||
| | | * | | | | Remove dead file | Craig Tiller | 2015-05-04 |
| |_|/ / / / |/| | | | | | |||
| | | * | | | merge with head | Yang Gao | 2015-05-04 |
| | | |\ \ \ | |_|_|/ / / |/| | | | | | |||
| | * | | | | Fix typo resulting in masking out high byte of http2 sequence numbers | Craig Tiller | 2015-05-04 |
| | | | | | | |||
| | * | | | | Add a hook to allow initial HTTP2 sequence number to be specified | Craig Tiller | 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 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 |
| | | | | | | | | |||
| | | | * | | | | 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. | ||
* | | | | | 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 #1394 from yang-g/bugfix | Craig Tiller | 2015-05-01 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Fix flow control issue | ||
| * | | | | | merge with head | Yang Gao | 2015-05-01 |
| |\ \ \ \ \ | |||
* | \ \ \ \ \ | Merge github.com:grpc/grpc into delete-the-old-api | Craig Tiller | 2015-05-01 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | Conflicts: vsprojects/Grpc.mak |