Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | | | * | Introduced function to create byte buffers from the output of a byte buffer ↵ | David Garcia Quintas | 2015-06-17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | reader. | |||
| * | | | | | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-06-17 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/grpc/compression.h | |||
| | * | | | | Merge pull request #2071 from dgquintas/compression-levels | Craig Tiller | 2015-06-17 | |
| | |\ \ \ \ | | | |_|_|/ | | |/| | | | Introduced compression levels as an abstraction for the actual algorithm | |||
| | * | | | | Document core behavior w.r.t. argument lifetimes | Masood Malekghassemi | 2015-06-17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Also clean up some excess whitespace and make some notes about ownership. | |||
* | | | | | | Merge branch 'we-dont-need-no-backup' into oops-i-split-it-again | Craig Tiller | 2015-06-17 | |
|\| | | | | | ||||
| * | | | | | clang-format affected files | Craig Tiller | 2015-06-17 | |
| | | | | | | ||||
* | | | | | | Merge branch 'we-dont-need-no-backup' into oops-i-split-it-again | Craig Tiller | 2015-06-17 | |
|\| | | | | | ||||
| * | | | | | Merge branch 'you-complete-me' into we-dont-need-no-backup | Craig Tiller | 2015-06-17 | |
| |\| | | | | ||||
| | | | | * | Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufs | Craig Tiller | 2015-06-16 | |
| | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/grpc++/async_unary_call.h include/grpc++/config.h include/grpc++/config_protobuf.h include/grpc++/impl/service_type.h include/grpc++/stream.h src/cpp/common/call.cc | |||
| | * | | | \ | Merge github.com:grpc/grpc into you-complete-me | Craig Tiller | 2015-06-16 | |
| | |\ \ \ \ \ | ||||
| | | | | | | * | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-06-16 | |
| | | | | | | |\ | | | | |_|_|_|/ | | | |/| | | | | ||||
| | | | | | | * | Merge branch 'we-dont-need-no-backup' of github.com:ctiller/grpc into ↵ | Craig Tiller | 2015-06-16 | |
| | | | | | | |\ | | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | we-dont-need-no-backup | |||
| | | | | | | * | Merge branch 'you-complete-me' into we-dont-need-no-backup | Craig Tiller | 2015-06-16 | |
| | | | | | | |\ | | | |_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: src/python/src/grpc/_adapter/_c/utility.c | |||
| | | * | | | | | Merge pull request #2079 from yang-g/statusChange | Nicolas Noble | 2015-06-16 | |
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Update the Status API | |||
| | | | | * | | | | Exposed compression level in channel arguments (C and C++) | David Garcia Quintas | 2015-06-16 | |
| | | | | | | | | | ||||
| | | | * | | | | | Update the Status API | Yang Gao | 2015-06-16 | |
| | | | | | | | | | ||||
| | | * | | | | | | Merge branch 'master' of github.com:grpc/grpc into flags-abi | David Garcia Quintas | 2015-06-15 | |
| | | |\| | | | | | ||||
| | | | | * | | | | Introduced compression levels as an abstraction for the actual algorithm. | David Garcia Quintas | 2015-06-15 | |
| | | | |/ / / / | ||||
| | * | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into ct-you-complete-me | Masood Malekghassemi | 2015-06-15 | |
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | | | ||||
| * | | | | | | | Verify that completion queues are server registered | Craig Tiller | 2015-06-15 | |
| | |_|_|_|_|/ | |/| | | | | | ||||
| | | * | | | | Merge pull request #2053 from endobson/slice-doc | Craig Tiller | 2015-06-15 | |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | Fix docs on gpr_slice_unref. | |||
* | | | | | | | | Progress on splitting reading from transport lock | Craig Tiller | 2015-06-15 | |
|/ / / / / / / | ||||
| | * | | | | | Fix docs on grpc_op_type. | Eric Dobson | 2015-06-14 | |
| | | | | | | | ||||
| | | | * | | | Added flags support to grpc_op. | David Garcia Quintas | 2015-06-14 | |
| | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | Which includes its propagation to grpc_ioreq and validation mechanisms for checking that only known bits are set ot in). Also added an internal flag (GRPC_WRITE_INTERNAL_COMPRESS) mask for its use in signaling compressed messages. | |||
| | | * | | | Fix docs on gpr_slice_unref. | Eric Dobson | 2015-06-14 | |
| | |/ / / | ||||
| | | * / | Update grpc.h comments for call thread safety | Jan Tattermusch | 2015-06-12 | |
| | |/ / | ||||
* | | | | Merge branch 'you-complete-me' into we-dont-need-no-backup | Craig Tiller | 2015-06-09 | |
|\| | | | ||||
| * | | | Merge remote-tracking branch 'upstream/master' into you-complete-me-csharp | Jan Tattermusch | 2015-06-09 | |
| |\| | | ||||
| | * | | Merge pull request #1971 from endobson/patch-1 | Craig Tiller | 2015-06-09 | |
| | |\ \ | | | | | | | | | | | Fix typo in grpc_security.h | |||
| | * \ \ | Merge pull request #1963 from dgquintas/compression | Craig Tiller | 2015-06-09 | |
| | |\ \ \ | | | | | | | | | | | | | Made grpc_byte_buffer_reader able to decompress msgs. | |||
| | * \ \ \ | Merge pull request #2000 from dgquintas/extern-c-braces | Nicolas Noble | 2015-06-08 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | Added braces to "extern C". | |||
| | | | * \ \ | Added missing compression.h file. | David Garcia Quintas | 2015-06-08 | |
| | | | |\ \ \ | | | |_|/ / / | | |/| | | | | ||||
| | | | * | | | Changes to byte_buffer based on comments. | David Garcia Quintas | 2015-06-08 | |
| | | | | | | | ||||
| | * | | | | | Merge pull request #1984 from grpc/revert-1980-revert-1948-poisson | Craig Tiller | 2015-06-08 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Revert "Revert "Open loop sync/async multithreaded testing"" | |||
| | | | * | | | | Added braces to "extern C". | David Garcia Quintas | 2015-06-08 | |
| | | |/ / / / | | |/| | | | | ||||
| | * | | | | | Properly exporting our C functions to C++. | Nicolas "Pixel" Noble | 2015-06-09 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also properly including our headers from public headers using <> | |||
| | | * | | | | Revert "Revert "Open loop sync/async multithreaded testing"" | Vijay Pai | 2015-06-08 | |
| | |/ / / / | ||||
| | | * | | | Merge branch 'master' of github.com:grpc/grpc into compression | David Garcia Quintas | 2015-06-08 | |
| | | |\ \ \ | | | |/ / / | | |/| | | | ||||
| | | | * | | Fix typo in grpc_security.h | Eric Dobson | 2015-06-08 | |
| | | | | | | ||||
* | | | | | | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-06-08 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||
| * | | | | | Revert "Open loop sync/async multithreaded testing" | Craig Tiller | 2015-06-08 | |
| | | | | | | ||||
* | | | | | | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-06-08 | |
|\| | | | | | ||||
| * | | | | | Merge pull request #1974 from vjpai/comments-1972 | Craig Tiller | 2015-06-08 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fix comments about return value of grpc_completion_queue_{next,pluck} | |||
| | * | | | | | Fix comments about return value of grpc_completion_queue_{next,pluck} | vjpai | 2015-06-08 | |
| | | |_|/ / | | |/| | | | ||||
| | | | * | | Made grpc_byte_buffer_reader able to decompress msgs. | David Garcia Quintas | 2015-06-05 | |
| | | | | | | ||||
| | | | | * | .clang-format | Craig Tiller | 2015-06-05 | |
| | | | | | | ||||
| | | | | * | Clarify some of the call stuff | Craig Tiller | 2015-06-05 | |
| | | | | | | ||||
| | | | | * | Merge branch 'one-shouldnt-depend-on-protobufs' of github.com:ctiller/grpc ↵ | Craig Tiller | 2015-06-05 | |
| | | | | |\ | | | | | | | | | | | | | | | | | | | | | | into one-shouldnt-depend-on-protobufs | |||
| | | | | * | | Clarify serialization traits interface | Craig Tiller | 2015-06-05 | |
| | | | | | | | ||||
| | | | | | * | Fix memory leak | Craig Tiller | 2015-06-05 | |
| | | | | | | |