Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | * | | | | Make API comment more specific: | 2017-11-29 | ||
| |_|/ / / / |/| | | | | | ||||
| | | | * | | Merge remote-tracking branch 'upstream/master' into server_connection_timeout | 2017-11-29 | ||
| | | | |\ \ | |_|_|_|/ / |/| | | | | | ||||
| | | * | | | Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7 | 2017-11-29 | ||
| | | |\ \ \ | |_|_|/ / / |/| | | | | | ||||
| * | | | | | Update comments | 2017-11-29 | ||
* | | | | | | Remove some dead code from a previous iteration of internal::Call | 2017-11-28 | ||
| | | | | * | Remove TLS_NO_SUPPORT and always use GPR_TLS. Reorder statements in grpc_init... | 2017-11-28 | ||
| * | | | | | ServerBuilder interface cleanup | 2017-11-28 | ||
|/ / / / / | ||||
| * | | | | Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c | 2017-11-28 | ||
| |\ \ \ \ | |/ / / / |/| | | | | ||||
| | | | * | Fix tests to call grpc_init and grpc_shutdown before using exec_ctx | 2017-11-28 | ||
| | | | * | Fix grpc_init by removing exec_ctx usage before init | 2017-11-27 | ||
| | | | * | GPR_TLS Macro fix, and windows resolve_address fix | 2017-11-27 | ||
* | | | | | Merge remote-tracking branch 'upstream/master' into fix-objc-void-func | 2017-11-27 | ||
|\ \ \ \ \ | ||||
| | | | | * | tls macro changes and UV fix | 2017-11-27 | ||
| | | | * | | Merge remote-tracking branch 'upstream/master' into server_connection_timeout | 2017-11-27 | ||
| | | | |\ \ | | |_|_|/ / | |/| | | | | ||||
| | | | | * | A few src/core fixes due to missing exec_ctx_finish | 2017-11-21 | ||
| | | | | * | Merge master | 2017-11-21 | ||
| | | | | |\ | | |_|_|_|/ | |/| | | | | ||||
| | * | | | | Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c | 2017-11-21 | ||
| | |\ \ \ \ | | |/ / / / | |/| | | | | ||||
| * | | | | | Merge pull request #13364 from ncteisen/surfacing-error-details | 2017-11-21 | ||
| |\ \ \ \ \ | ||||
| | | | * \ \ | Merge branch 'v1.7.x' of https://github.com/grpc/grpc | 2017-11-21 | ||
| | | | |\ \ \ | ||||
| | | | | | * \ | Merge remote-tracking branch 'upstream/master' into server_connection_timeout | 2017-11-20 | ||
| | | | | | |\ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||
| * | | | | | | | Merge pull request #13173 from kwasimensah/patch-1 | 2017-11-20 | ||
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||
| | | | * | | | | Re 89 the public headers | 2017-11-17 | ||
| | | | * | | | | Remove all extern C | 2017-11-17 | ||
| | |_|/ / / / | |/| | | | | | ||||
| | | | | | * | Merge master | 2017-11-16 | ||
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | | | ||||
| | | * | | | | Fix segfault | 2017-11-15 | ||
| | | * | | | | Save C++ for follow up PR | 2017-11-15 | ||
| | | * | | | | Add comment | 2017-11-15 | ||
| | | * | | | | Merge branch 'master' of https://github.com/grpc/grpc into surfacing-error-de... | 2017-11-15 | ||
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | | | ||||
| | | | | * | | Merge remote-tracking branch 'upstream/master' into server_connection_timeout | 2017-11-15 | ||
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | | | ||||
| * | | | | | | Avalanching operations on completion queue should be private, not API | 2017-11-14 | ||
| | | * | | | | Merge branch 'master' of https://github.com/grpc/grpc into surfacing-error-de... | 2017-11-13 | ||
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | | | ||||
| | | * | | | | Add error string to recv status API | 2017-11-13 | ||
| | * | | | | | Merge pull request #2 from grpc/master | 2017-11-13 | ||
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||
| | | | | | * | Merge master | 2017-11-10 | ||
| | | | | | |\ | ||||
| * | | | | | \ | Merge pull request #13315 from yang-g/proto_utils | 2017-11-10 | ||
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||
| * | | | | | | | Default to 1 cq per sync server | 2017-11-10 | ||
| | | | | | | * | Merge with master | 2017-11-09 | ||
| | | | | | | |\ | | |_|_|_|_|_|/ | |/| | | | | | | ||||
| | * | | | | | | relax for inlined bytes to avoid allocation | 2017-11-09 | ||
| | * | | | | | | handle 0 byte size message... | 2017-11-09 | ||
| | * | | | | | | Only allocate what we need in the last slice for proto serialization | 2017-11-09 | ||
| |/ / / / / / | ||||
| | | | | * / | Add channel arg for server handshake timeout. | 2017-11-09 | ||
| | |_|_|/ / | |/| | | | | ||||
| * | | | | | Merge pull request #13147 from yashykt/testc++ize | 2017-11-07 | ||
| |\ \ \ \ \ | ||||
| * \ \ \ \ \ | Merge pull request #12648 from kpayson64/attempt_2 | 2017-11-07 | ||
| |\ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ | Merge pull request #13199 from ncteisen/zero-copy | 2017-11-07 | ||
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||
| | | * | | | | | Add back mpscq request matcher | 2017-11-07 | ||
| | |/ / / / / | |/| | | | | | ||||
| | | * | | | | Merge branch 'master' into testc++ize | 2017-11-06 | ||
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | | | ||||
| | * | | | | | Add init/shutdown to codegen interface | 2017-11-06 | ||
| | | * | | | | Merge master | 2017-11-06 | ||
| | | |\ \ \ \ | ||||
| * | | \ \ \ \ | Merge pull request #13271 from vjpai/semi | 2017-11-06 | ||
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||
| | * | | | | | | Function shouldn't have semicolon afterward | 2017-11-06 |