aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp
Commit message (Collapse)AuthorAge
* Add a test that headers are properly in build.jsonGravatar Craig Tiller2015-06-25
| | | | Clean up anything that failed
* release memory even if the status is falseGravatar yang-g2015-06-23
|
* Only copy stuff when status is okGravatar yang-g2015-06-23
|
* Add missing headers to build.jsonGravatar yang-g2015-06-23
|
* Merge pull request #1969 from ctiller/one-shouldnt-depend-on-protobufsGravatar Yang Gao2015-06-23
|\ | | | | Remove Protobuf dependency for C++
* | Add const to ByteBuffer methods and add testsGravatar Yang Gao2015-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
| |\ | |/ |/|
| * Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufsGravatar Craig Tiller2015-06-19
| |\
* | \ Merge remote-tracking branch 'ctiller-repo/we-dont-need-no-backup' into poller2Gravatar Vijay Pai2015-06-18
|\ \ \ | | |/ | |/|
| * | Merge pull request #2071 from dgquintas/compression-levelsGravatar Craig Tiller2015-06-17
| |\ \ | | | | | | | | Introduced compression levels as an abstraction for the actual algorithm
* | | | Split cq creation from request initiation so that cq creationGravatar Vijay Pai2015-06-17
|/ / / | | | | | | | | | can be removed from C++ lock.
| | * 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 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
| | |/ /
| * / / Added changes to c++ and ruby wrappersGravatar David Garcia Quintas2015-06-15
| |/ /
* | | Merge remote-tracking branch 'upstream/master' into you-complete-me-csharpGravatar Jan Tattermusch2015-06-09
|\| |
| * | Added missing compression.h file.Gravatar David Garcia Quintas2015-06-08
| |\ \
| * | | Changes to byte_buffer based on comments.Gravatar David Garcia Quintas2015-06-08
| | | |
| | * | Revert "Revert "Open loop sync/async multithreaded testing""Gravatar Vijay Pai2015-06-08
| |/ /
| * | Revert "Open loop sync/async multithreaded testing"Gravatar Craig Tiller2015-06-08
| | |
| | * Merge branch 'one-shouldnt-depend-on-protobufs' of github.com:ctiller/grpc ↵Gravatar Craig Tiller2015-06-05
| | |\ | | | | | | | | | | | | into one-shouldnt-depend-on-protobufs
| | * | Clarify serialization traits interfaceGravatar Craig Tiller2015-06-05
| | | |
| | | * Fix memory leakGravatar Craig Tiller2015-06-05
| | | |
| | | * Fix memory leakGravatar Craig Tiller2015-06-05
| | |/
| | * Remove old codeGravatar Craig Tiller2015-06-05
| | |
| | * Get server call tags rightGravatar Craig Tiller2015-06-05
| | |
| | * Remove old codeGravatar Craig Tiller2015-06-05
| | |
| | * clang-formatGravatar Craig Tiller2015-06-05
| | |
| * | clang-formatGravatar Vijay Pai2015-06-05
| | |
| | * Everything compiles againGravatar Craig Tiller2015-06-04
| | |
| | * Client side compiles/linksGravatar Craig Tiller2015-06-04
| | |
| | * Progress commit on fixing up C++Gravatar Craig Tiller2015-06-04
| | |
| * | Merge branch 'master' into poissonGravatar vjpai2015-06-04
| |\ \
| | | * Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufsGravatar Craig Tiller2015-06-04
| | | |\
| | | * | Beginning the cleanupGravatar Craig Tiller2015-06-04
| | | | |
| | | | * Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-04
| | | |/| | | | |/ | | |/| | | | | | | | | Conflicts: tools/doxygen/Doxyfile.core.internal
* | | | Merge github.com:grpc/grpc into you-complete-meGravatar Craig Tiller2015-06-04
|\ \ \ \ | | |/ / | |/| |
| * | | Add ability to override default thread poolGravatar Yang Gao2015-06-03
| | | |
| | * | Account for time difference in mac and linuxGravatar Vijay Pai2015-06-03
| | | |
| | * | Merge branch 'master' into poissonGravatar vjpai2015-06-03
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #1866 from dgquintas/stack-allocate-bb-readerGravatar Craig Tiller2015-06-02
| |\ \ \ | | | | | | | | | | Removed grpc_byte_buffer_reader_{create,destroy}.
* | | | | Merge github.com:grpc/grpc into you-complete-meGravatar Craig Tiller2015-06-02
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/iomgr/resolve_address_posix.c src/core/surface/server.c
| | | * | Support use of high_res clock in timepointsGravatar vjpai2015-06-02
| | | | |
| | * | | Removed grpc_byte_buffer_reader_{create,destroy}.Gravatar David Garcia Quintas2015-06-01
| | |/ / | | | | | | | | | | | | | | | | Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to manage memory.
| | | * Merge branch 'count-the-things' into we-dont-need-no-backupGravatar Craig Tiller2015-06-01
| | | |\ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile src/core/iomgr/pollset_posix.c src/core/surface/call.c src/core/surface/channel.c src/core/surface/server.c src/python/src/grpc/_adapter/_low_test.py tools/doxygen/Doxyfile.core.internal
| * | | Various minor fixesGravatar Yang Gao2015-06-01
| |/ /