aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp
Commit message (Collapse)AuthorAge
...
| | * 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
| |/ /
* | | Merge github.com:grpc/grpc into you-complete-meGravatar Craig Tiller2015-06-01
|\| |
| | * Merge branch 'demon-on-wheels' into we-dont-need-no-cvGravatar Craig Tiller2015-05-29
| |/| |/|/
| * Leak fix, the metadata array should be destroyed on the server SyncRequestGravatar Yang Gao2015-05-28
| |
* | Make C/C++ tests passGravatar Craig Tiller2015-05-27
| |
* | Refine shutdown APIGravatar Craig Tiller2015-05-27
|/
* Merge github.com:grpc/grpc into mmm-mmm-mmm-mmmGravatar Craig Tiller2015-05-19
|\ | | | | | | | | | | Conflicts: Makefile build.json
* | Remove some bad assertsGravatar Craig Tiller2015-05-15
| |
| * resolve commentsGravatar Yang Gao2015-05-15
| |
| * support per call credentials in c++Gravatar Yang Gao2015-05-14
|/
* Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-12
|\
* \ Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-08
|\ \
| | * Correct C++ build errorsGravatar Craig Tiller2015-05-08
| | |
| | * Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
| | |\ | | |/ | |/| | | | | | | Conflicts: src/cpp/server/server.cc
| * | do not request another call if server is shutdownGravatar Yang Gao2015-05-07
| | |
| | * Completion queue binding for new requests API changeGravatar Craig Tiller2015-05-06
| |/ | | | | | | | | Move completion queue binding for new requests to the new request request time, not server instantiation time.
* | Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-05
|\|
* | C Core API cleanup.Gravatar Craig Tiller2015-05-04
| | | | | | | | | | | | Simplify grpc_event into something that can be non-heap allocated. Deprecate grpc_event_finish. Remove grpc_op_error - use an int as this is more idiomatic C style.
| * clang-formatGravatar Yang Gao2015-05-04
| |
| * make server tolerate deserialization failureGravatar Yang Gao2015-05-04
| |
| * merge with headGravatar Yang Gao2015-05-01
| |\ | |/ |/|
* | Merge pull request #1397 from ctiller/delete-the-old-apiGravatar Yang Gao2015-05-01
|\ \ | | | | | | Delete the old api
| | * Expose max message size at the server sideGravatar Yang Gao2015-04-30
| | |
* | | Fix for a crash seen in the wildGravatar Craig Tiller2015-04-30
| | |
| * | Merge branch 'delete-the-old-api' of github.com:ctiller/grpc into ↵Gravatar Craig Tiller2015-04-30
|/| | | | | | | | | | | delete-the-old-api
| * | Hack to get Mac end2end test workingGravatar Craig Tiller2015-04-29
| | |
* | | Merge comments. See below.Gravatar David Garcia Quintas2015-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Added ptag ignore annotation threshold - prefixed everythig with grpc_ - removed spurious annotations in channel_create.c and client_channel.c - removed stap_probes.h (it's generated from stap_probes.d by make) - Updated Makefile and its template with the right way to generate stap probe headers from its .d definition.
* | | Merge remote-tracking branch 'upstream/master' into stapGravatar David Garcia Quintas2015-04-29
|\ \ \ | | |/ | |/|
* | | Integration of Systemtap (STAP) for profiling.Gravatar David Garcia Quintas2015-04-29
| | | | | | | | | | | | This commit includes a faulty Makefile to be fixed in a follow commit.
| * | Merge pull request #1386 from ctiller/cxxGravatar Yang Gao2015-04-28
| |\ \ | | | | | | | | Mac C++ compile fix
| | | * Merge github.com:grpc/grpc into one-passGravatar Craig Tiller2015-04-28
| | | |\ | | |_|/ | |/| |
| * | | Merge pull request #1378 from nicolasnoble/vs2010Gravatar Craig Tiller2015-04-28
|/| | | | | | | | | | | Few VS2010 fixes.
| | * | Mac C++ compile fixGravatar Craig Tiller2015-04-27
| |/ / |/| |
| | * Mac C++ compile fixGravatar Craig Tiller2015-04-27
| | |
| * | Few VS2010 fixes.Gravatar Nicolas Noble2015-04-28
| | | | | | | | | | | | | | | | | | | | | -) = delete isn't supported. Moving destructor out of scope. -) variadic templates aren't supported. Replacing emplace_back's construction. -) C++11's {} inline construction isn't supported. Adding temporary variables. -) std::list<> can't work on a non-declared class. Changing to a raw pointer.