aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests
Commit message (Expand)AuthorAge
* Merge pull request #2972 from ctiller/get-reserved-things-rightGravatar Yang Gao2015-08-19
|\
| * Sprinkle reserved = NULL aroundGravatar Craig Tiller2015-08-18
* | clang-format all sourceGravatar Craig Tiller2015-08-18
|/
* Merge branch 'master' of github.com:grpc/grpc into compression-interopGravatar David Garcia Quintas2015-08-17
|\
| * Renamed "none" as "identity" for the no-op compression algorithm for consiste...Gravatar David Garcia Quintas2015-08-13
* | Merge branch 'master' of github.com:grpc/grpc into compression-interopGravatar David Garcia Quintas2015-08-13
|\ \
| | * Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-13
| | |\ | | |/ | |/|
| * | Fixing test.Gravatar Julien Boeuf2015-08-11
* | | Merge branch 'master' into compression-accept-encodingGravatar David Garcia Quintas2015-08-09
|\ \ \
| | | * Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-08
| | | |\ | | |_|/ | |/| |
| | * | Fixing test.Gravatar Julien Boeuf2015-08-07
| |/ /
| * | Fixing build.Gravatar Julien Boeuf2015-08-06
| * | Merge branch 'master' of https://github.com/grpc/grpc into server_creds_auth_...Gravatar Julien Boeuf2015-08-06
| |\ \
| * | | Fixing API (thanks Craig for the comments) and associated tests.Gravatar Julien Boeuf2015-08-05
| | * | Fix proxy, finalize APIGravatar Craig Tiller2015-08-05
| | * | Merge github.com:grpc/grpc into propagateGravatar Craig Tiller2015-08-05
| | |\ \
| | * | | Add proxy tests to end2end suiteGravatar Craig Tiller2015-08-04
| * | | | Merge branch 'auth_md_processor' into server_creds_auth_md_processorGravatar Julien Boeuf2015-08-03
| |\ \ \ \
| | * | | | Removing obsolete comment.Gravatar Julien Boeuf2015-08-03
| | * | | | Merge branch 'master' of github.com:grpc/grpc into auth_md_processorGravatar Julien Boeuf2015-08-03
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Merge pull request #2751 from ctiller/alphanumeric-juju-fishGravatar Michael Lumish2015-08-03
| | | |\ \ \
| | | | | * \ Merge branch 'propagate' of github.com:ctiller/grpc into propagateGravatar Craig Tiller2015-08-01
| | | | | |\ \
| | | | | * \ \ Merge github.com:grpc/grpc into propagateGravatar Craig Tiller2015-08-01
| | | | | |\ \ \ | | | | |_|/ / / | | | |/| | | |
| | | | * | | | Fix UDS versions of this testGravatar Craig Tiller2015-07-31
| | | | | | * | s/inherit/propagate/gGravatar Craig Tiller2015-07-31
| | | | | |/ /
| | | | | * | Update wrappers, tests to new create_call()Gravatar Craig Tiller2015-07-31
| | | | * | | Remove optional parameter from watch connectivity stateGravatar Craig Tiller2015-07-31
| | | | |/ /
| | | | | * Properly initializing reserved pointer in tests.Gravatar Nicolas "Pixel" Noble2015-08-01
| | * | | | Properly send GRPC_STATUS_UNAUTHENTICATED from server auth failuresGravatar Craig Tiller2015-07-31
| | * | | | Merge branch 'auth_md_processor' of github.com:jboeuf/grpc into complain-with...Gravatar Craig Tiller2015-07-31
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | | * | Merge github.com:grpc/grpc into yeah-we-know-what-youre-talking-aboutGravatar Craig Tiller2015-07-29
| | | | |\ \ | | | |_|/ / | | |/| | |
| | | | | * Fixing C/C++ tests.Gravatar Nicolas "Pixel" Noble2015-07-29
| | * | | | Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each...Gravatar Craig Tiller2015-07-28
| | |\ \ \ \
| | | | | * | Make passing NULL for host not crashGravatar Craig Tiller2015-07-23
| | | |_|/ / | | |/| | |
| | * | | | Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each...Gravatar Craig Tiller2015-07-23
| | |\ \ \ \
| | | | * \ \ Merge github.com:grpc/grpc into warbling-wombatGravatar Craig Tiller2015-07-23
| | | | |\ \ \ | | | | |/ / / | | | |/| | |
| | | | * | | Canonicalize metadata keys in coreGravatar Craig Tiller2015-07-22
| | | | | |/ | | | | |/|
| * | | | | Putting the auth metadata processor on the server creds.Gravatar Julien Boeuf2015-07-21
| | |_|_|/ | |/| | |
| | | * | Add grpc_call_get_peerGravatar Craig Tiller2015-07-20
| | | |/
| | * | Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each...Gravatar Craig Tiller2015-07-20
| | |\|
* | | | Merge branch 'master' of github.com:grpc/grpc into compression-accept-encodingGravatar David Garcia Quintas2015-07-19
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'decompression' of https://github.com/dgquintas/grpc into dgquin...Gravatar Craig Tiller2015-07-19
| |\ \ \
| | | | * Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each...Gravatar Craig Tiller2015-07-17
| | | | |\ | | |_|_|/ | |/| | |
| | | * | Cannot figure out server filter logic for error in auth md processing.Gravatar Julien Boeuf2015-07-17
| | * | | Removed compression levels from clients and _experimental_'d signature of met...Gravatar David Garcia Quintas2015-07-17
| | | * | Server auth metadata processor.Gravatar Julien Boeuf2015-07-16
| | | | * Added connectivity tests, fixed bugsGravatar Craig Tiller2015-07-16
| | | |/
* | | / Implementation of the accepted encodings propagation mechanism.Gravatar David Garcia Quintas2015-07-15
| |/ / |/| |
* | | Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-15
|\ \ \ | | |/ | |/|
| | * Introduce a clock type field onto gpr_timespec.Gravatar Craig Tiller2015-07-13
| |/