aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Collapse)AuthorAge
...
| * | | Remove experimental prefixGravatar Craig Tiller2015-07-19
| | |/ | |/|
* | | Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODYGravatar Craig Tiller2015-07-19
|\| | | | | | | | | | | | | | Conflicts: src/cpp/client/channel_arguments.cc
| * | Merge branch 'decompression' of https://github.com/dgquintas/grpc into ↵Gravatar Craig Tiller2015-07-19
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | dgquintas-decompression Conflicts: Makefile vsprojects/Grpc.mak
* | | | User agent string supportGravatar Craig Tiller2015-07-18
| | | |
* | | | Make tests a little more robustGravatar Craig Tiller2015-07-18
| | | |
| * | | Merge with head and resolve conflictGravatar yang-g2015-07-17
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #2470 from ctiller/i-want-to-wait-freeGravatar Vijay Pai2015-07-17
|\ \ \ \ | | | | | | | | | | Lock free requested call fulfillment path
* \ \ \ \ Merge pull request #2403 from ctiller/no-worries-i-can-waitGravatar Nicolas Noble2015-07-17
|\ \ \ \ \ | | | | | | | | | | | | Add a clock_type field to gpr_timespec
| | | | * | Removed compression levels from clients and _experimental_'d signature of ↵Gravatar David Garcia Quintas2015-07-17
| | | | | | | | | | | | | | | | | | | | | | | | methods manipulating compression algorithms
* | | | | | Merge pull request #2482 from vjpai/rename_schedule_callbackGravatar Craig Tiller2015-07-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::Add
| | | | * | | update according to spec changeGravatar yang-g2015-07-17
| | | | | | |
| | * | | | | Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-17
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
| | | * | | | Merge github.com:grpc/grpc into i-want-to-wait-freeGravatar Craig Tiller2015-07-17
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #2413 from dgquintas/interop_snifferGravatar Craig Tiller2015-07-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Introduced InteropContextInspector
* \ \ \ \ \ \ \ Merge pull request #2385 from yang-g/timeout_interopGravatar Craig Tiller2015-07-17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add timeout interop test case
| | | * | | | | | ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::AddGravatar vjpai2015-07-16
| | | | | | | | |
* | | | | | | | | Merge with headGravatar yang-g2015-07-16
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | split iterator into its own fileGravatar yang-g2015-07-16
| | | | | | | | |
| | | | | | | * | Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-16
| | | | | | | |\ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Merge pull request #2460 from vjpai/exposed_poolGravatar Craig Tiller2015-07-16
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Make thread_pool.h a public header
| | | | | | * \ \ \ Merge github.com:grpc/grpc into i-want-to-wait-freeGravatar Craig Tiller2015-07-16
| | | | | | |\ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| | * | | | | | | | Change name of thread_pool files to fixed_size_thread_pool whenGravatar vjpai2015-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | appropriate
| | | | * | | | | | Added some methods to context inspector. Also minor tweak to server context ↵Gravatar David Garcia Quintas2015-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IsCancelled() method
| | | | * | | | | | clang-format'd.Gravatar David Garcia Quintas2015-07-15
| | | | | | | | | |
| | | | | | | | * | Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-15
| | | | | | | | |\ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Makefile # include/grpc++/client_context.h # include/grpc++/server_context.h # src/cpp/client/client_context.cc # src/cpp/server/server_context.cc # vsprojects/Grpc.mak
| * | | | | | | | | Merge pull request #2406 from dgquintas/writeoptionsGravatar Craig Tiller2015-07-15
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Added WriteOptions for per-message flags and modified CallOps to use it.
| | | | | | | | | | * update according to spec changeGravatar yang-g2015-07-15
| | | | | | | | | | |
* | | | | | | | | | | Remove const_iterator typedef and add a range based loop testGravatar yang-g2015-07-15
| | | | | | | | | | |
| | | * | | | | | | | Make thread_pool.h a public headerGravatar Vijay Pai2015-07-15
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction of DynamicSizeThreadPool
| | | | | | * | | | Adjust oustanding request count to meet new server algorithmGravatar Craig Tiller2015-07-15
| | | | | | | | | |
* | | | | | | | | | auth context iteratorGravatar yang-g2015-07-15
| |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Addressing outstanding typos and commentsGravatar Vijay Pai2015-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clang-format of changed files
| * | | | | | | | Remove reference to nullptr to avoid compiler seeing ambiguity in gcc-4.4Gravatar vjpai2015-07-14
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build. The issue is that gcc below 4.6 require us to explicitly define nullptr, and our explicit definition allows a potential confusion between nullptr->unique_ptr<string> and nullptr->char *->grpc::string->unique_ptr<string>
| | | | | | | * add per_rpc_creds test case in interop testGravatar yang-g2015-07-14
| | | | | | |/ | | | | | |/|
| | | * | / | Introduced InteropContextInspector to be able to peek into server contexts ↵Gravatar David Garcia Quintas2015-07-13
| |_|/ / / / |/| | | | | | | | | | | | | | | | | during interop testing.
| * | | | | Added WriteOptions for per-message flags and modified CallOps to use it.Gravatar David Garcia Quintas2015-07-13
|/ / / / /
| | | * / Add oauth2_auth_token test case in interop testGravatar yang-g2015-07-13
| | |/ / | |/| |
| | * | Update C++ implGravatar Craig Tiller2015-07-13
| | | |
| | * | Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
| |/ / |/| |
* | | Merge pull request #2289 from ctiller/footprints-on-the-sands-of-timeGravatar Vijay Pai2015-07-10
|\ \ \ | | | | | | | | Introduce multiple clocks to GPR
| | * | Add timeout interop test caseGravatar yang-g2015-07-10
| | | |
* | | | Make naming a little more consistentGravatar Craig Tiller2015-07-10
| |/ / |/| |
| * | Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-10
| |\ \
* | | | Compile fix for MacGravatar Craig Tiller2015-07-10
| |/ / |/| |
| | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-09
| | |\
* | | \ Merge remote-tracking branch 'upstream/master' into security_context2Gravatar yang-g2015-07-09
|\ \ \ \ | | |_|/ | |/| |
* | | | Resolve commentsGravatar yang-g2015-07-09
| | | |
| | * | Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-09
| | |\ \ | | |/ / | |/| |
| | | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-08
| | | |\
* | | | | resolve commentsGravatar yang-g2015-07-07
| | | | |