aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Collapse)AuthorAge
* 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 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
| | |
| | * 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
| |/ / |/| |
* | | fix missing pointers on gpr_atm_acq_cas on x64Gravatar zeliard2015-04-22
| | |
* | | add missing defines on windows (WIN64)Gravatar zeliard2015-04-22
| | |
| * | Addressing commentsGravatar Craig Tiller2015-04-20
| | |
| * | Switching to batch oriented metadata passingGravatar Craig Tiller2015-04-16
|/ /
* | clang-formatGravatar Craig Tiller2015-04-16
| |
* | Populate channel tags for methodsGravatar Craig Tiller2015-04-16
| |
* | Add facility to register methods in C++Gravatar Craig Tiller2015-04-16
| |
* | Make RpcMethod constructor take all argsGravatar Craig Tiller2015-04-16
| |
* | clang-formatGravatar Craig Tiller2015-04-16
| |
* | Introduce ahead-of-time registration of (method,host) pairsGravatar Craig Tiller2015-04-16
| |
* | Inline initial slice buffer allocationGravatar Craig Tiller2015-04-13
| |
* | Getting a bit more laxist with the various GPR rules.Gravatar Nicolas "Pixel" Noble2015-04-12
| | | | | | | | Also fixing WINSOCK check.
* | Fixing FreeBSD's TLS port_platform entry.Gravatar Nicolas "Pixel" Noble2015-04-11
| |
* | Merge pull request #1047 from nicolasnoble/freebsdGravatar Vijay Pai2015-04-10
|\ \ | | | | | | FreeBSD preliminary work.
| | * Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-11
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc test/cpp/end2end/end2end_test.cc test/cpp/interop/client.cc
| | * | Addressing github comments.Gravatar Nicolas "Pixel" Noble2015-04-11
| | | |
| * | | Merge branch 'master' of github.com:grpc/grpc into freebsdGravatar Nicolas "Pixel" Noble2015-04-10
| |\ \ \ | | | |/ | | |/|
* | / | Thread local storage for grpcGravatar Craig Tiller2015-04-10
| |/ / |/| |
| | * Refactoring std::chrono out.Gravatar Nicolas Noble2015-04-08
| |/ |/|