aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Expand)AuthorAge
* Remove one range-based for and do appropriate static casts on nullptrGravatar Vijay Pai2015-07-21
* Remove experimental prefixGravatar Craig Tiller2015-07-19
* Merge branch 'decompression' of https://github.com/dgquintas/grpc into dgquin...Gravatar Craig Tiller2015-07-19
|\
* \ 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
| |\ \
| * \ \ Merge pull request #2403 from ctiller/no-worries-i-can-waitGravatar Nicolas Noble2015-07-17
| |\ \ \
| | | | * Removed compression levels from clients and _experimental_'d signature of met...Gravatar David Garcia Quintas2015-07-17
| * | | | Merge pull request #2482 from vjpai/rename_schedule_callbackGravatar Craig Tiller2015-07-17
| |\ \ \ \
* | | | | | 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
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request #2385 from yang-g/timeout_interopGravatar Craig Tiller2015-07-17
| |\ \ \ \ \ \
| | | | * | | | 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
| | |\ \ \ \ \ \
| | | | | | | * \ 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
| | | | | * | | | Added some methods to context inspector. Also minor tweak to server context I...Gravatar David Garcia Quintas2015-07-15
| | | | | * | | | clang-format'd.Gravatar David Garcia Quintas2015-07-15
| | | | | | | | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-15
| | | | | | | | |\ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | Merge pull request #2406 from dgquintas/writeoptionsGravatar Craig Tiller2015-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
| | | |/ / / / / / | | |/| | | | | |
| | | | | | | * | 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
| | * | | | | | Remove reference to nullptr to avoid compiler seeing ambiguity in gcc-4.4Gravatar vjpai2015-07-14
| |/ / / / / /
| | | | * / / Introduced InteropContextInspector to be able to peek into server contexts du...Gravatar David Garcia Quintas2015-07-13
| | |_|/ / / | |/| | | |
| | * | | | 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
| |\ \
* | | | 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
| * | | | Support registering services against specific hostsGravatar Craig Tiller2015-07-07
| | |_|/ | |/| |
| | * | Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-07
| | |\ \ | | |/ / | |/| |
* | | | add a test case in end2end_testGravatar yang-g2015-07-06
* | | | Add a unit testGravatar yang-g2015-07-06
|/ / /