aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end
Commit message (Collapse)AuthorAge
...
| | | * | | | | Merge pull request #2593 from ctiller/elliptic-orange-chamelionGravatar Yang Gao2015-07-27
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | Rename grpc_channel_create to grpc_insecure_channel_create
| | | | | * | | | Make passing NULL for host not crashGravatar Craig Tiller2015-07-23
| | |_|_|/ / / / | |/| | | | | |
| | | | * | | | Merge github.com:grpc/grpc into elliptic-orange-chamelionGravatar Craig Tiller2015-07-23
| | | | |\ \ \ \
| * | | | \ \ \ \ Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-23
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other
| | | | * | | | | Merge github.com:grpc/grpc into warbling-wombatGravatar Craig Tiller2015-07-23
| | | | |\ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | * | | | | | | Merge pull request #2542 from ctiller/tell-me-who-you-might-beGravatar Yang Gao2015-07-23
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | Expose call peer uri from C core
* | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into compression-accept-encodingGravatar David Garcia Quintas2015-07-23
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | | | | * | | | Canonicalize metadata keys in coreGravatar Craig Tiller2015-07-22
| | | | | | | | |
| | | | * | | | | Adding option to force client auth on the server SSL creds.Gravatar Julien Boeuf2015-07-21
| | |_|/ / / / / | |/| | | | | |
| | | | | | * | Putting the auth metadata processor on the server creds.Gravatar Julien Boeuf2015-07-21
| | | | | | |/
| | | | | * / Rename grpc_channel_create to grpc_insecure_channel_createGravatar Craig Tiller2015-07-21
| | |_|_|/ / | |/| | | |
| | * | | | Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-21
| | |\ \ \ \ | | |/ / / / | |/| | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other
| | | * | | Add grpc_call_get_peerGravatar Craig Tiller2015-07-20
| | | | | |
| | | * | | Add ipv4:, ipv6: schemesGravatar Craig Tiller2015-07-20
| | | |/ /
| | * | | Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-20
| | |\| | | | | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other
| * | | | 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 '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 ↵Gravatar Craig Tiller2015-07-19
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dgquintas-decompression Conflicts: Makefile vsprojects/Grpc.mak
| | | * | | User agent string supportGravatar Craig Tiller2015-07-18
| | |/ / / | |/| | |
| | | * | Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-17
| | | |\ \ | | |_|/ / | |/| | | | | | | | sometimes-its-good-just-to-check-in-with-each-other
| | | | * Cannot figure out server filter logic for error in auth md processing.Gravatar Julien Boeuf2015-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Positive tests pass even if we will have to change the interface to add the processor to the server credentials (will be done in a separate pull request). - ASAN leaks for the error case. - The client should get a GRPC_STATUS_UNAUTHENTICATED as opposed to GPRC_STATUS_INTERNAL.
| | * | | Removed compression levels from clients and _experimental_'d signature of ↵Gravatar David Garcia Quintas2015-07-17
| | | | | | | | | | | | | | | | | | | | methods manipulating compression algorithms
| | | | * Server auth metadata processor.Gravatar Julien Boeuf2015-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Right now it is a global function: would be better to have this per (secure) port. - Changed the interface of the auth_context slightly to make it more friendly. - Positive tests pass. Still need some work on error case (have a negative case as well). - Fixing cpp auth context tests so that they use the shiny new C API.
| | | * | 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
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | # 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
| | * Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
| | |
| | * Introduce a clock type field onto gpr_timespec.Gravatar Craig Tiller2015-07-13
| |/ | | | | | | | | Use it to validate that arithmetic on time types makes even some vague kind of sense.
| * Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-10
| |\
| | * Add missing piecesGravatar yang-g2015-07-09
| | |
* | | Fixed stupid bug from another dimension. Thanks msan.Gravatar David Garcia Quintas2015-07-08
| | |
* | | Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-08
|\ \ \ | | |/ | |/|
| | * Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-07
| | |\ | | |/ | |/| | | | | | | | | | Conflicts: src/core/channel/client_setup.c src/core/surface/init.c
| * | Fixup some testsGravatar Craig Tiller2015-07-06
| | |
| | * clang-format changed filesGravatar Craig Tiller2015-07-06
| | |
| | * Introduce multiple clocks to GPRGravatar Craig Tiller2015-07-01
| | |
* | | Fixed leaksGravatar David Garcia Quintas2015-07-01
| | |
* | | Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-01
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Makefile # gRPC.podspec # src/core/surface/call.c # src/core/transport/chttp2/frame_data.c # tools/doxygen/Doxyfile.core.internal # vsprojects/Grpc.mak
| | * Merge branch 'buggy-mcbugglet' into tis-but-thy-nameGravatar Craig Tiller2015-07-01
| | |\ | | |/ | |/|
| * | Memory leak fixGravatar Craig Tiller2015-07-01
| | |
* | | WIP in *_end2end_test.cc. Tests pass. Fixed leaks and introduced concept of ↵Gravatar David Garcia Quintas2015-06-30
| | | | | | | | | | | | compression request thru MD
| * | Merge github.com:grpc/grpc into forever-is-a-long-timeGravatar Craig Tiller2015-06-30
| |\ \
| | * | Wait for expectations to be fulfilledGravatar Craig Tiller2015-06-30
| | | |
| | | * clang-format affected filesGravatar Craig Tiller2015-06-30
| | | |
| | | * SSL channel args work with client config againGravatar Craig Tiller2015-06-29
| | | |
| | | * DebuggingGravatar Craig Tiller2015-06-29
| | | |
| | | * Merge branch 'forever-is-a-long-time' into tis-but-thy-nameGravatar Craig Tiller2015-06-29
| | | |\ | | |_|/ | |/| | | | | | | | | | | | | | Conflicts: Makefile vsprojects/Grpc.mak
| | | * Unix resolver, bug fixesGravatar Craig Tiller2015-06-29
| | | |
| | | * Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-06-26
| | | |\ | | | |/ | | |/|
| | | * Further client config workGravatar Craig Tiller2015-06-26
| | | |