aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:grpc/grpc into generate-test-projectsGravatar Nicolas "Pixel" Noble2015-05-09
|\ | | | | | | | | | | | | | | Conflicts: Makefile test/core/end2end/gen_build_json.py tools/run_tests/tests.json vsprojects/Grpc.mak
* | Making the gRPC C tests building under Windows.Gravatar Nicolas Noble2015-05-09
| |
| * Merging with master.Gravatar Julien Boeuf2015-05-08
| |\ | |/ |/|
* | Merge branch 'yang-g-mock'Gravatar Craig Tiller2015-05-08
|\ \
* \ \ Merge pull request #1502 from ctiller/check-on-headersGravatar Eric Anderson2015-05-07
|\ \ \ | | | | | | | | Validate that headers contain legal bytes
| | * \ Merge remote-tracking branch 'upstream/master' into mockGravatar Yang Gao2015-05-07
| | |\ \
| | | | * Adding support for per call credentials in core.Gravatar Julien Boeuf2015-05-07
| | | |/
* | | / Eliminate need for SIGPIPE handlingGravatar Craig Tiller2015-05-06
| |_|/ |/| |
| * | Validate that headers contain legal bytesGravatar Craig Tiller2015-05-06
|/ /
* | Merge pull request #1395 from ctiller/swappyGravatar David G. Quintas2015-05-05
|\ \ | | | | | | Optimize a few core routines
| | * Merge remote-tracking branch 'upstream/master' into mockGravatar Yang Gao2015-05-05
| | |\ | |_|/ |/| |
| * | Merge github.com:grpc/grpc into swappyGravatar Craig Tiller2015-05-04
| |\ \
| | | * add client side streaming interfacesGravatar Yang Gao2015-05-04
| | | |
* | | | merge with headGravatar Yang Gao2015-05-04
|\ \ \ \ | | |/ / | |/| |
| * | | Add a hook to allow initial HTTP2 sequence number to be specifiedGravatar Craig Tiller2015-05-04
| | |/ | |/|
* | | merge with headGravatar Yang Gao2015-05-01
|\| |
* | | Expose max message size at the server sideGravatar Yang Gao2015-04-30
| | |
| * | Remove ungeneratable enum values and union membersGravatar Craig Tiller2015-04-29
| | |
| * | Merge github.com:grpc/grpc into delete-the-old-apiGravatar Craig Tiller2015-04-29
| |\ \ | |/ / |/| |
| | * Merge branch 'one-read' into swappyGravatar Craig Tiller2015-04-29
| | |\ | |_|/ |/| |
* | | Merge pull request #1410 from murgatroid99/core_ios_thread_local_fixGravatar Craig Tiller2015-04-29
|\ \ \ | | | | | | | | Fix thread local storage error in iOS build
| * | | Fix thread local storage error in iOS buildGravatar murgatroid992015-04-29
| | | |
| | * | Merge github.com:grpc/grpc into delete-the-old-apiGravatar Craig Tiller2015-04-28
| | |\ \ | |_|/ / |/| | | | | | | | | | | Conflicts: include/grpc++/channel_interface.h
* | | | Merge pull request #1386 from ctiller/cxxGravatar Yang Gao2015-04-28
|\ \ \ \ | |/ / / |/| | | Mac C++ compile fix
| | * | Remove _old apis from the core libraryGravatar Craig Tiller2015-04-28
| | | |
| | | * Promote SWAP to GPR_SWAPGravatar Craig Tiller2015-04-28
| | |/
| * | clang-formatGravatar Craig Tiller2015-04-28
| | |
| | * 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.
| | * | Indentation fixGravatar Craig Tiller2015-04-27
| | | |
| | * | 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.
* | | Merge pull request #1373 from ctiller/shutdownGravatar Yang Gao2015-04-27
|\ \ \ | | | | | | | | Fix early shutdown
| | | * Merge github.com:grpc/grpc into one-passGravatar Craig Tiller2015-04-27
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #1372 from ctiller/latencyGravatar Vijay Pai2015-04-27
|\ \ \ \ | |_|/ / |/| | | Stop kicking ourselves
| | * | Fix early shutdown: await client context deletion before channel deletionGravatar Craig Tiller2015-04-27
| |/ / |/| |
| | * Fix early shutdown: await client context deletion before channel deletionGravatar Craig Tiller2015-04-27
| |/ |/|
| * Fix commentGravatar Craig Tiller2015-04-27
| |
* | Merge pull request #1227 from nicolasnoble/the-purge-2Gravatar Craig Tiller2015-04-24
|\ \ | | | | | | Refactoring std::chrono out.
* \ \ Merge pull request #1359 from a11r/cc2Gravatar Yang Gao2015-04-24
|\ \ \ | | | | | | | | Test client stream cancellation and fix bug exposed by the test.
| | * \ Merge branch 'master' of github.com:grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-24
| | |\ \ | |_|/ / |/| | | | | | | | | | | Conflicts: include/grpc++/completion_queue.h
* | | | Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵Gravatar Yang Gao2015-04-24
| |_|/ |/| | | | | | | | the tests to init/shutdown free.
| | * Forgot to rename header guard.Gravatar Nicolas "Pixel" Noble2015-04-24
| | |
| | * Adressing comments.Gravatar Nicolas "Pixel" Noble2015-04-24
| | |
| | * Merge branch 'master' of github.com:grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-24
| | |\ | |_|/ |/| | | | | | | | | | | | | | Conflicts: src/cpp/client/channel.cc vsprojects/vs2010/grpc++.vcxproj vsprojects/vs2013/grpc++.vcxproj.filters
| * | Test client stream cancellation and fix bug exposed by the test.Gravatar Abhishek Kumar2015-04-23
|/ /
* | Merge pull request #1312 from ctiller/batch-metadataGravatar Yang Gao2015-04-22
|\ \ | | | | | | Batch metadata
| * \ Merge github.com:google/grpc into batch-metadataGravatar Craig Tiller2015-04-22
| |\ \
* | | | minor fix in TLS error messageGravatar Wojtek Kubiak2015-04-22
| |/ / |/| |