Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | * | | | | | Merge pull request #2593 from ctiller/elliptic-orange-chamelion | Yang Gao | 2015-07-27 | |
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Rename grpc_channel_create to grpc_insecure_channel_create | |||
| | | | | * | | | | Make passing NULL for host not crash | Craig Tiller | 2015-07-23 | |
| | |_|_|/ / / / | |/| | | | | | | ||||
| | | | * | | | | Merge github.com:grpc/grpc into elliptic-orange-chamelion | Craig Tiller | 2015-07-23 | |
| | | | |\ \ \ \ | ||||
| * | | | \ \ \ \ | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-23 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other | |||
| | | | * | | | | | Merge github.com:grpc/grpc into warbling-wombat | Craig Tiller | 2015-07-23 | |
| | | | |\ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | ||||
| | * | | | | | | | Merge pull request #2542 from ctiller/tell-me-who-you-might-be | Yang Gao | 2015-07-23 | |
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | Expose call peer uri from C core | |||
* | | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding | David Garcia Quintas | 2015-07-23 | |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||
| | | | | * | | | | Canonicalize metadata keys in core | Craig Tiller | 2015-07-22 | |
| | | | | | | | | | ||||
| | | | * | | | | | Adding option to force client auth on the server SSL creds. | Julien Boeuf | 2015-07-21 | |
| | |_|/ / / / / | |/| | | | | | | ||||
| | | | | | * | | Putting the auth metadata processor on the server creds. | Julien Boeuf | 2015-07-21 | |
| | | | | | |/ | ||||
| | | | | * / | Rename grpc_channel_create to grpc_insecure_channel_create | Craig Tiller | 2015-07-21 | |
| | |_|_|/ / | |/| | | | | ||||
| | * | | | | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-21 | |
| | |\ \ \ \ | | |/ / / / | |/| | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other | |||
| | | * | | | Add grpc_call_get_peer | Craig Tiller | 2015-07-20 | |
| | | | | | | ||||
| | | * | | | Add ipv4:, ipv6: schemes | Craig Tiller | 2015-07-20 | |
| | | |/ / | ||||
| | * | | | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-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-EVERYBODY | Craig Tiller | 2015-07-19 | |
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | Conflicts: src/cpp/client/channel_arguments.cc | |||
* | | | | | Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding | David Garcia Quintas | 2015-07-19 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||
| * | | | | Merge branch 'decompression' of https://github.com/dgquintas/grpc into ↵ | Craig Tiller | 2015-07-19 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dgquintas-decompression Conflicts: Makefile vsprojects/Grpc.mak | |||
| | | * | | | User agent string support | Craig Tiller | 2015-07-18 | |
| | |/ / / | |/| | | | ||||
| | | * | | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-17 | |
| | | |\ \ | | |_|/ / | |/| | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other | |||
| | | | * | Cannot figure out server filter logic for error in auth md processing. | Julien Boeuf | 2015-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 ↵ | David Garcia Quintas | 2015-07-17 | |
| | | | | | | | | | | | | | | | | | | | | methods manipulating compression algorithms | |||
| | | | * | Server auth metadata processor. | Julien Boeuf | 2015-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 bugs | Craig Tiller | 2015-07-16 | |
| | | |/ | ||||
* | | / | Implementation of the accepted encodings propagation mechanism. | David Garcia Quintas | 2015-07-15 | |
| |/ / |/| | | ||||
* | | | Merge branch 'master' of github.com:grpc/grpc into decompression | David Garcia Quintas | 2015-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 functions | Craig Tiller | 2015-07-13 | |
| | | | ||||
| | * | Introduce a clock type field onto gpr_timespec. | Craig Tiller | 2015-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-time | Craig Tiller | 2015-07-10 | |
| |\ | ||||
| | * | Add missing pieces | yang-g | 2015-07-09 | |
| | | | ||||
* | | | Fixed stupid bug from another dimension. Thanks msan. | David Garcia Quintas | 2015-07-08 | |
| | | | ||||
* | | | Merge branch 'master' of github.com:grpc/grpc into decompression | David Garcia Quintas | 2015-07-08 | |
|\ \ \ | | |/ | |/| | ||||
| | * | Merge github.com:grpc/grpc into footprints-on-the-sands-of-time | Craig Tiller | 2015-07-07 | |
| | |\ | | |/ | |/| | | | | | | | | | | Conflicts: src/core/channel/client_setup.c src/core/surface/init.c | |||
| * | | Fixup some tests | Craig Tiller | 2015-07-06 | |
| | | | ||||
| | * | clang-format changed files | Craig Tiller | 2015-07-06 | |
| | | | ||||
| | * | Introduce multiple clocks to GPR | Craig Tiller | 2015-07-01 | |
| | | | ||||
* | | | Fixed leaks | David Garcia Quintas | 2015-07-01 | |
| | | | ||||
* | | | Merge branch 'master' of github.com:grpc/grpc into decompression | David Garcia Quintas | 2015-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-name | Craig Tiller | 2015-07-01 | |
| | |\ | | |/ | |/| | ||||
| * | | Memory leak fix | Craig Tiller | 2015-07-01 | |
| | | | ||||
* | | | WIP in *_end2end_test.cc. Tests pass. Fixed leaks and introduced concept of ↵ | David Garcia Quintas | 2015-06-30 | |
| | | | | | | | | | | | | compression request thru MD | |||
| * | | Merge github.com:grpc/grpc into forever-is-a-long-time | Craig Tiller | 2015-06-30 | |
| |\ \ | ||||
| | * | | Wait for expectations to be fulfilled | Craig Tiller | 2015-06-30 | |
| | | | | ||||
| | | * | clang-format affected files | Craig Tiller | 2015-06-30 | |
| | | | | ||||
| | | * | SSL channel args work with client config again | Craig Tiller | 2015-06-29 | |
| | | | | ||||
| | | * | Debugging | Craig Tiller | 2015-06-29 | |
| | | | | ||||
| | | * | Merge branch 'forever-is-a-long-time' into tis-but-thy-name | Craig Tiller | 2015-06-29 | |
| | | |\ | | |_|/ | |/| | | | | | | | | | | | | | | Conflicts: Makefile vsprojects/Grpc.mak | |||
| | | * | Unix resolver, bug fixes | Craig Tiller | 2015-06-29 | |
| | | | | ||||
| | | * | Merge github.com:grpc/grpc into tis-but-thy-name | Craig Tiller | 2015-06-26 | |
| | | |\ | | | |/ | | |/| | ||||
| | | * | Further client config work | Craig Tiller | 2015-06-26 | |
| | | | |