aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util
Commit message (Collapse)AuthorAge
...
* Removing pessimizing moves.Gravatar Nicolas "Pixel" Noble2015-09-03
| | | | Pass #2.
* Fixing headers and paths after merge with upstream.Gravatar Julien Boeuf2015-08-30
|
* Shuffling headers around.Gravatar Julien Boeuf2015-08-28
|
* Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-28
|\
* | Adding C++ metadata processor.Gravatar Julien Boeuf2015-08-28
| | | | | | | | | | | | | | | | - Had to chnage the core API to add a destroy function pointer in grpc_auth_metadata_processor. - Tested end to end. - Fixed some issues in the server_auth_filter (we were not checking the length which put us at risk of an overflow).
| * Merge pull request #3104 from yang-g/create_channelGravatar Craig Tiller2015-08-27
|/| | | | | Create channel API change
| * implementation fixGravatar yang-g2015-08-27
| |
* | minor fixesGravatar yang-g2015-08-26
|/
* implGravatar yang-g2015-08-25
|
* Make certain constants unsigned to please compiler on MacGravatar vjpai2015-08-25
|
* Fixing tests.Gravatar Julien Boeuf2015-08-25
|
* Merge branch 'master' of github.com:grpc/grpc into cpp_string_refGravatar Julien Boeuf2015-08-24
|\
* | Adding grpc::string_ref class.Gravatar Julien Boeuf2015-08-24
| | | | | | | | | | | | - Strict subset of http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3442.html - Useful to avoid unnecessary string copies.
| * merge with headGravatar yang-g2015-08-24
| |\
| | * Eliminate public thread-pool interfaceGravatar Vijay Pai2015-08-24
| | |
| * | headers reorgGravatar yang-g2015-08-21
| | |
| * | Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19
| |/
| * clang-format all sourceGravatar Craig Tiller2015-08-18
|/
* Merge pull request #2921 from yang-g/unknown_serviceGravatar Vijay Pai2015-08-13
|\ | | | | Use a sync service to handle requests to unknown services
* | use proto3 syntax in c++ test protosGravatar yang-g2015-08-13
| |
| * Use a sync service to handle requests to unknown servicesGravatar yang-g2015-08-13
|/
* Add a testGravatar yang-g2015-07-30
|
* Merge pull request #2647 from vjpai/deependGravatar Yang Gao2015-07-24
|\ | | | | Dynamic-sized thread pool
* \ Merge pull request #2605 from yang-g/fake_transport_security_to_privateGravatar jboeuf2015-07-24
|\ \ | | | | | | Fake transport security to private
| | * Merge branch 'master' into deependGravatar Vijay Pai2015-07-24
| | |\ | |_|/ |/| |
| | * Start switching everything to dynamic poolGravatar Vijay Pai2015-07-23
| | |
* | | Flow control fixGravatar yang-g2015-07-22
| |/ |/|
| * move fake_transport_security_credentials to private APIGravatar yang-g2015-07-21
|/
* Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-17
|\
| * Change name of thread_pool files to fixed_size_thread_pool whenGravatar vjpai2015-07-15
| | | | | | | | appropriate
| * Make thread_pool.h a public headerGravatar Vijay Pai2015-07-15
| | | | | | | | | | Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction of DynamicSizeThreadPool
* | Update C++ implGravatar Craig Tiller2015-07-13
| |
* | Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
|/
* Merge remote-tracking branch 'upstream/master' into security_context2Gravatar yang-g2015-07-09
|\
| * Support registering services against specific hostsGravatar Craig Tiller2015-07-07
| |
* | add a test case in end2end_testGravatar yang-g2015-07-06
|/
* Changes introduced for passing hashed user id instead of access tokenGravatar Siddharth Rakesh2015-06-30
|
* Added support for passing a tag with the testGravatar Siddharth Rakesh2015-06-23
|
* Merge branch 'master' of https://github.com/grpc/grpcGravatar Siddharth Rakesh2015-06-23
|\
| * proper init const char *Gravatar yang-g2015-06-22
| |
| * Add const to ByteBuffer methods and add testsGravatar Yang Gao2015-06-22
| |
| * Use a character literal instead of grpc::stringGravatar Craig Tiller2015-06-22
| |
* | Fixed hanging client declaration, server address can be passed nowGravatar Siddharth Rakesh2015-06-18
| |
* | commentedGravatar Siddharth Rakesh2015-06-17
| |
* | Merge branch 'master' of https://github.com/grpc/grpcGravatar Siddharth Rakesh2015-06-17
|\|
| * One more thing...Gravatar Yang Gao2015-06-16
| |
| * merge with upstreamGravatar Yang Gao2015-06-16
| |\
| | * Update the Status APIGravatar Yang Gao2015-06-16
| | |
| * | Support sending and showing received metadata in grpc_cliGravatar Yang Gao2015-06-16
| |/
* | updated configs sendingGravatar Siddharth Rakesh2015-06-10
| |