Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clang-format all core files | Craig Tiller | 2015-09-22 |
| | |||
* | Final patches for rename | Craig Tiller | 2015-09-22 |
| | |||
* | Move argument passing to start of list | Craig Tiller | 2015-09-22 |
| | |||
* | Move arguments to the start of lists | Craig Tiller | 2015-09-22 |
| | |||
* | indent pass to get logical source lines on one physical line | Craig Tiller | 2015-09-22 |
| | |||
* | Rename call_list to closure_list | Craig Tiller | 2015-09-22 |
| | |||
* | Merge github.com:grpc/grpc into we-are-one | Craig Tiller | 2015-09-22 |
|\ | |||
* | | Call list progress | Craig Tiller | 2015-09-21 |
| | | |||
* | | Call list progress | Craig Tiller | 2015-09-21 |
| | | |||
* | | Call list progress | Craig Tiller | 2015-09-18 |
| | | |||
* | | Cleanup | Craig Tiller | 2015-09-18 |
| | | |||
* | | Getting stuff working | Craig Tiller | 2015-09-16 |
| | | |||
| * | Merge branch 'master' of github.com:grpc/grpc into ↵ | Julien Boeuf | 2015-09-15 |
| |\ | | | | | | | | | | security_connector_refactoring | ||
* | | | Core compiles with workqueues | Craig Tiller | 2015-09-15 |
| |/ |/| | |||
* | | Merge github.com:grpc/grpc into immolating-conversion | Craig Tiller | 2015-09-10 |
|\ \ | |||
* | | | Sign conversion fixes | Craig Tiller | 2015-09-10 |
| | | | |||
| * | | Revert "Revert "Refactor Endpoint API"" | Craig Tiller | 2015-08-27 |
| | | | |||
| * | | Revert "Refactor Endpoint API" | Craig Tiller | 2015-08-27 |
| | | | |||
| | * | Transfer the ownership of the handshaker. | Julien Boeuf | 2015-08-21 |
| | | | |||
| | * | Security connector is now responsible for the handshake. | Julien Boeuf | 2015-08-21 |
| |/ |/| | |||
| * | Refactor Endpoint API | Craig Tiller | 2015-08-21 |
|/ | | | | | | - Allow reads to complete immediately - Unify read/write signatures - Simplify memory management to allow future optimization work | ||
* | clang-format all source | Craig Tiller | 2015-08-18 |
| | |||
* | Cleanup includes | Craig Tiller | 2015-08-05 |
| | |||
* | Testing port server | Craig Tiller | 2015-08-04 |
| | | | | | | | | run_tests.py will start a server (if it's not running, or if the running port server mismatches the 'current' one) that serves ports to use for tests. The server is left running after run_tests.py finishes, so that in environments such as Mac and Windows where tests run unshielded from each other, we don't start jumping on already used ports. | ||
* | Clean up handshaking server channels properly | yang-g | 2015-07-15 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into jwt_verifier | Julien Boeuf | 2015-07-08 |
|\ | |||
| * | Refcounting fixes and debugging, empty batch stability fixes | Craig Tiller | 2015-07-01 |
| | | |||
* | | Adding JWT verifier. | Julien Boeuf | 2015-06-30 |
|/ | | | | | | | Still missing: - Caching of the already checked JWTs (although it could be done at an upper layer). - Caching of the jwks_uri to avoid 2 roundtrips for each verification. | ||
* | Docs | Craig Tiller | 2015-06-18 |
| | |||
* | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-06-06 |
|\ | | | | | | | | | | | Conflicts: test/core/bad_client/bad_client.c test/core/httpcli/httpcli_test.c | ||
* | | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-06-04 |
|\| | | | | | | | | | Conflicts: tools/doxygen/Doxyfile.core.internal | ||
| * | Expose gpr_asprintf and gpr_strdup | Masood Malekghassemi | 2015-06-03 |
| | | |||
* | | Properly integrate credentials metadata delivery | Craig Tiller | 2015-06-01 |
| | | |||
* | | Rephrase integration for httpcli | Craig Tiller | 2015-06-01 |
| | | |||
* | | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-05-24 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/surface/call.c test/core/end2end/dualstack_socket_test.c test/core/end2end/tests/early_server_shutdown_finishes_inflight_calls.c test/core/end2end/tests/early_server_shutdown_finishes_tags.c test/core/end2end/tests/graceful_server_shutdown.c test/core/end2end/tests/invoke_large_request.c test/core/end2end/tests/max_concurrent_streams.c test/core/end2end/tests/max_message_length.c test/core/end2end/tests/request_response_with_binary_metadata_and_payload.c test/core/end2end/tests/request_response_with_metadata_and_payload.c test/core/end2end/tests/request_response_with_payload.c test/core/end2end/tests/request_response_with_payload_and_call_creds.c test/core/end2end/tests/request_response_with_trailing_metadata_and_payload.c test/core/end2end/tests/request_with_large_metadata.c test/core/end2end/tests/request_with_payload.c test/core/httpcli/httpcli_test.c tools/run_tests/run_tests.py | ||
| * | Remove all uses of __FUNCTION__ | Craig Tiller | 2015-05-24 |
| | | |||
* | | clang-format some files | Craig Tiller | 2015-05-13 |
| | | |||
* | | More plumbing work through creds framework | Craig Tiller | 2015-05-11 |
| | | |||
* | | Wire up google_default_credentials/http_cli | Craig Tiller | 2015-05-08 |
|/ | |||
* | Refactoring of core security to remove the factories. | Julien Boeuf | 2015-04-17 |
| | | | | | - Renamed security_context -> security_connector. - Credentials are now responsible for creating their own connectors. | ||
* | Shutting off warnings about control paths. | Nicolas "Pixel" Noble | 2015-04-01 |
| | |||
* | Guard headers tool. | Nicolas "Pixel" Noble | 2015-03-01 |
| | |||
* | Added support for default credentials. | Julien Boeuf | 2015-02-21 |
| | | | | | | | | | - Tested with new tool (print_default_creds_token) on: - workstation for env var and well known place. - GCE for compute engine default creds. - I'd prefer the grpc_default_credentials_create() API to remain synchronous even though there may be an async call for gce detection on which we block. | ||
* | Removing the hardcoded SSL roots. | Julien Boeuf | 2015-02-20 |
| | | | | | | - Makes 2 tests fail: - httpcli_test - interop_test | ||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | Adding call host (:authority header) check in the secure channel. | Julien Boeuf | 2015-02-10 |
| | | | | | | | - Fixes #405. - This change is not tested as it should (only end to end and no negative testing). Will do better when we have testing framework for filters. | ||
* | Fix a memory leak. | Yang Gao | 2015-02-02 |
| | |||
* | Merge pull request #188 from ctiller/bprintf | Nicolas Noble | 2015-01-26 |
|\ | | | | | Remove more complicated sprintf usage from the libraries | ||
* | | Fixing a few winsocket misuses. | Nicolas "Pixel" Noble | 2015-01-24 |
| | |