Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | C changes to avoid shadowed global declaration warnings in gcc4.4 | Vijay Pai | 2015-09-29 |
| | |||
* | Merge pull request #3568 from sreecha/fix-mac-compilation-error | Vijay Pai | 2015-09-29 |
|\ | | | | | Fix float to bool conversion compilation error in mac | ||
| * | Fix float to bool conversion compilation error in mac | sreek | 2015-09-29 |
| | | |||
* | | Merge pull request #3560 from vjpai/block_annotate_todo | David Klempner | 2015-09-29 |
|\ \ | | | | | | | Add some TODO comments for possible poll optimization | ||
* \ \ | Merge pull request #3563 from rjshade/emfd | Yang Gao | 2015-09-29 |
|\ \ \ | | | | | | | | | Pass through grpc_fd pointer rather than int. | ||
* \ \ \ | Merge pull request #3485 from nkibler/master | Jorge Canizales | 2015-09-29 |
|\ \ \ \ | |_|_|/ |/| | | | ObjC - Adds class factory method to generated ProtoService classes | ||
| | * | | Pass through grpc_fd pointer rather than int. | Robbie Shade | 2015-09-29 |
| |/ / |/| | | |||
* | | | Initialize/destroy TLS members - to fix iOS build | Craig Tiller | 2015-09-28 |
| | | | |||
* | | | Merge pull request #3367 from soltanmm/test-fix | Nathaniel Manista | 2015-09-28 |
|\ \ \ | | | | | | | | | Update test for changed core HTTP header handling. | ||
* \ \ \ | Merge pull request #3493 from ctiller/lowercase-all-proper | Masood Malekghassemi | 2015-09-28 |
|\ \ \ \ | | | | | | | | | | | Remove metadata canonicalization, and fix some bugs | ||
* \ \ \ \ | Merge pull request #3497 from nicolasnoble/lost-my-sanity | Craig Tiller | 2015-09-28 |
|\ \ \ \ \ | | | | | | | | | | | | | Restoring sanity. | ||
* \ \ \ \ \ | Merge pull request #3483 from ctiller/no-tcp-alloc | Yang Gao | 2015-09-28 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Save some allocations in tcp_posix.c | ||
| | * | | | | | Restoring sanity. | Nicolas "Pixel" Noble | 2015-09-26 |
| |/ / / / / |/| | | | | | |||
* | | | | | | Merge pull request #3474 from ctiller/clang_format | Nicolas Noble | 2015-09-25 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add clang-format to sanity | ||
| | | | | | * | Add some TODO comments for possible poll optimization | Vijay Pai | 2015-09-25 |
| | | | | | | | |||
* | | | | | | | Merge pull request #3494 from tbetbetbe/grpc-ruby-remove-bad-flaking-test | Craig Tiller | 2015-09-25 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Remove a bad flaky rpc server test | ||
| * | | | | | | | Remove a bad flaky rpc server test | Tim Emiola | 2015-09-25 |
| | |_|_|_|_|/ | |/| | | | | | |||
* | | | | | | | Merge pull request #3480 from ctiller/no-alloc | Yang Gao | 2015-09-25 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Fast path for proto serialization for small protos | ||
| | | | * | | | Remove metadata canonicalization, and fix some bugs | Craig Tiller | 2015-09-25 |
| |_|_|/ / / |/| | | | | | |||
* | | | | | | Merge pull request #3476 from vjpai/block_annotate | Yang Gao | 2015-09-25 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Annotate blocking points | ||
* | | | | | | | Stop shadowing global name | Robbie Shade | 2015-09-25 |
| | | | | | | | |||
* | | | | | | | Add grpc_server argument to grpc_udp_server_start | Robbie Shade | 2015-09-25 |
| | | | | | | | |||
| | | | | | * | Removed comment from code generation and updated tests | Nate Kibler | 2015-09-25 |
| | | | | | | | |||
| | | | | | * | Merge branch 'grpc/master' | Nate Kibler | 2015-09-25 |
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | | | |||
| | | | | | * | Adds class factory method to generated ProtoService classes | Nate Kibler | 2015-09-25 |
| | | | | | | | |||
| | | | * | | | Merge github.com:grpc/grpc into no-tcp-alloc | Craig Tiller | 2015-09-25 |
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | | | |||
| | * | | | | | Merge github.com:grpc/grpc into no-alloc | Craig Tiller | 2015-09-25 |
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||
| | | * | | | | Merge github.com:grpc/grpc into clang_format | Craig Tiller | 2015-09-25 |
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | | | |||
* | | | | | | | Fix memory leak | Craig Tiller | 2015-09-24 |
| | | | | | | | |||
| | | | * | | | Fix a memory corruption bug | Craig Tiller | 2015-09-24 |
| | | | | | | | |||
| | | | * | | | Recycle partially filled buffers on the next read | Craig Tiller | 2015-09-24 |
| |_|_|/ / / |/| | | | | | |||
| * | | | | | Don't annotate a blocking region on an epoll_wait that has 0 timeout | vjpai | 2015-09-24 |
| | | | | | | |||
| * | | | | | Move block_annotate from iomgr to support since it's used in other | vjpai | 2015-09-24 |
| | | | | | | | | | | | | | | | | | | | | | | | | core places besides iomgr | ||
| * | | | | | Annotate sleep calls | vjpai | 2015-09-24 |
| | | | | | | |||
| | * | | | | Fast path for proto serialization for small protos | Craig Tiller | 2015-09-24 |
| |/ / / / |/| | | | | |||
| * | | | | Annotate blocking file operations | vjpai | 2015-09-24 |
| | | | | | |||
* | | | | | Fix a livelock issue | Craig Tiller | 2015-09-24 |
| | | | | | |||
| * | | | | Merge branch 'master' into block_annotate and fix conflict in ↵ | Vijay Pai | 2015-09-24 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | resolve_address_posix.c | ||
| * | | | | | Cleanup existing code to use GPR_ARRAY_SIZE | Vijay Pai | 2015-09-24 |
| | | | | | | |||
* | | | | | | Fix some bugs leading to memory leaks | Craig Tiller | 2015-09-24 |
| | | | | | | |||
* | | | | | | Merge github.com:grpc/grpc into shindig | Craig Tiller | 2015-09-24 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||
| | * | | | | Put in blocking point annotations at places in the code where we may block ↵ | Vijay Pai | 2015-09-24 |
| | | |_|/ | | |/| | | | | | | | | | | | | for reasons other than synchronization | ||
* | | | | | Merge github.com:grpc/grpc into shindig | Craig Tiller | 2015-09-24 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||
| | | * | | Add clang-format to sanity | Craig Tiller | 2015-09-24 |
| | |/ / | |||
| | * | | Merge | Craig Tiller | 2015-09-24 |
| | | | | |||
| | * | | Merge github.com:grpc/grpc into come-out-of-the-shadow | Craig Tiller | 2015-09-24 |
| | |\ \ | | |/ / | |/| | | |||
| * | | | Merge pull request #3372 from grpc/release-0_11 | David G. Quintas | 2015-09-23 |
| |\ \ \ | | | | | | | | | | | Release 0.11 to master upmerge. | ||
| * \ \ \ | Merge pull request #3429 from nathanielmanistaatgoogle/drop-527-todos | Eric Anderson | 2015-09-23 |
| |\ \ \ \ | | | | | | | | | | | | | Drop issue 527 TODOs for UnaryCall interop test specification | ||
* | | | | | | Fix specific worker wakeup | Craig Tiller | 2015-09-23 |
| | | | | | | |||
* | | | | | | Merge with gyp changes | Craig Tiller | 2015-09-23 |
| | | | | | |