aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Collapse)AuthorAge
...
| * | | | | | Merge branch 'master' of github.com:grpc/grpc into jtattermusch-patch-3Gravatar Jan Tattermusch2015-06-22
| |\| | | | |
| * | | | | | clarify grpc_call_start_batch thread safety.Gravatar Jan Tattermusch2015-06-22
| | | | | | |
| | | | * | | Update to set flags=0 on all opsGravatar Craig Tiller2015-06-22
| | | | | | |
| | | | * | | Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufsGravatar Craig Tiller2015-06-22
| | | | |\ \ \ | | | |_|/ / / | | |/| | | |
| | | | * | | Remove redundant declsGravatar Craig Tiller2015-06-22
| | | | | | |
| | | | | * | Merge branch 'master' of github.com:grpc/grpc into bb_from_bbreaderGravatar David Garcia Quintas2015-06-19
| | | | | |\ \
| | | * | | | | Added casts to a macroGravatar murgatroid992015-06-19
| | | | |_|/ / | | | |/| | |
* | | | | | | Merge github.com:grpc/grpc into oops-i-split-it-againGravatar Craig Tiller2015-06-19
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #2132 from soltanmm/whats-up-docGravatar Craig Tiller2015-06-19
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Clarify behavior of grpc_server_register_completion_queue
| | | | | * \ \ Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufsGravatar Craig Tiller2015-06-19
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | Clarify behavior of grpc_server_register_completion_queueGravatar Masood Malekghassemi2015-06-18
| | | |/ / / / | | |/| | | |
* | | | | | | Merge branch 'we-dont-need-no-backup' into oops-i-split-it-againGravatar Craig Tiller2015-06-18
|\| | | | | |
| | | | | | * Base definition of the C++ auth context API.Gravatar Julien Boeuf2015-06-18
| | | |_|_|/ | | |/| | |
| | | | | * Introduced function to create byte buffers from the output of a byte buffer ↵Gravatar David Garcia Quintas2015-06-17
| | | | | | | | | | | | | | | | | | | | | | | | reader.
| * | | | | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-17
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/grpc/compression.h
| | * | | | Merge pull request #2071 from dgquintas/compression-levelsGravatar Craig Tiller2015-06-17
| | |\ \ \ \ | | | |_|_|/ | | |/| | | Introduced compression levels as an abstraction for the actual algorithm
| | * | | | Document core behavior w.r.t. argument lifetimesGravatar Masood Malekghassemi2015-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-againGravatar Craig Tiller2015-06-17
|\| | | | |
| * | | | | clang-format affected filesGravatar Craig Tiller2015-06-17
| | | | | |
* | | | | | Merge branch 'we-dont-need-no-backup' into oops-i-split-it-againGravatar Craig Tiller2015-06-17
|\| | | | |
| * | | | | Merge branch 'you-complete-me' into we-dont-need-no-backupGravatar Craig Tiller2015-06-17
| |\| | | |
| | | | | * Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufsGravatar Craig Tiller2015-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-meGravatar Craig Tiller2015-06-16
| | |\ \ \ \ \
| | | | | | | * Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-16
| | | | | | | |\ | | | | |_|_|_|/ | | | |/| | | |
| | | | | | | * Merge branch 'we-dont-need-no-backup' of github.com:ctiller/grpc into ↵Gravatar Craig Tiller2015-06-16
| | | | | | | |\ | | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | we-dont-need-no-backup
| | | | | | | * Merge branch 'you-complete-me' into we-dont-need-no-backupGravatar Craig Tiller2015-06-16
| | | | | | | |\ | | | |_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | Conflicts: src/python/src/grpc/_adapter/_c/utility.c
| | | * | | | | Merge pull request #2079 from yang-g/statusChangeGravatar Nicolas Noble2015-06-16
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | Update the Status API
| | | | | * | | | Exposed compression level in channel arguments (C and C++)Gravatar David Garcia Quintas2015-06-16
| | | | | | | | |
| | | | * | | | | Update the Status APIGravatar Yang Gao2015-06-16
| | | | | | | | |
| | | * | | | | | Merge branch 'master' of github.com:grpc/grpc into flags-abiGravatar David Garcia Quintas2015-06-15
| | | |\| | | | |
| | | | | * | | | Introduced compression levels as an abstraction for the actual algorithm.Gravatar David Garcia Quintas2015-06-15
| | | | |/ / / /
| | * | | | | | Merge branch 'master' of https://github.com/grpc/grpc into ct-you-complete-meGravatar Masood Malekghassemi2015-06-15
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| * | | | | | | Verify that completion queues are server registeredGravatar Craig Tiller2015-06-15
| | |_|_|_|_|/ | |/| | | | |
| | | * | | | Merge pull request #2053 from endobson/slice-docGravatar Craig Tiller2015-06-15
| | | |\ \ \ \ | | | | | | | | | | | | | | | | Fix docs on gpr_slice_unref.
* | | | | | | | Progress on splitting reading from transport lockGravatar Craig Tiller2015-06-15
|/ / / / / / /
| | * | | | | Fix docs on grpc_op_type.Gravatar Eric Dobson2015-06-14
| | | | | | |
| | | | * | | Added flags support to grpc_op.Gravatar David Garcia Quintas2015-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.Gravatar Eric Dobson2015-06-14
| | |/ / /
| | | * / Update grpc.h comments for call thread safetyGravatar Jan Tattermusch2015-06-12
| | |/ /
* | | | Merge branch 'you-complete-me' into we-dont-need-no-backupGravatar Craig Tiller2015-06-09
|\| | |
| * | | Merge remote-tracking branch 'upstream/master' into you-complete-me-csharpGravatar Jan Tattermusch2015-06-09
| |\| |
| | * | Merge pull request #1971 from endobson/patch-1Gravatar Craig Tiller2015-06-09
| | |\ \ | | | | | | | | | | Fix typo in grpc_security.h
| | * \ \ Merge pull request #1963 from dgquintas/compressionGravatar Craig Tiller2015-06-09
| | |\ \ \ | | | | | | | | | | | | Made grpc_byte_buffer_reader able to decompress msgs.
| | * \ \ \ Merge pull request #2000 from dgquintas/extern-c-bracesGravatar Nicolas Noble2015-06-08
| | |\ \ \ \ | | | | | | | | | | | | | | Added braces to "extern C".
| | | | * \ \ Added missing compression.h file.Gravatar David Garcia Quintas2015-06-08
| | | | |\ \ \ | | | |_|/ / / | | |/| | | |
| | | | * | | Changes to byte_buffer based on comments.Gravatar David Garcia Quintas2015-06-08
| | | | | | |
| | * | | | | Merge pull request #1984 from grpc/revert-1980-revert-1948-poissonGravatar Craig Tiller2015-06-08
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Revert "Revert "Open loop sync/async multithreaded testing""
| | | | * | | | Added braces to "extern C".Gravatar David Garcia Quintas2015-06-08
| | | |/ / / / | | |/| | | |
| | * | | | | Properly exporting our C functions to C++.Gravatar Nicolas "Pixel" Noble2015-06-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also properly including our headers from public headers using <>
| | | * | | | Revert "Revert "Open loop sync/async multithreaded testing""Gravatar Vijay Pai2015-06-08
| | |/ / / /