Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Do not use string_ref for output params. | Julien Boeuf | 2015-09-22 |
| | | | | | It is very much unsafe to do so as the string_ref could point on a stack variable of the callee. | ||
* | Merge pull request #3251 from nicolasnoble/bad-client-is-really-bad | Craig Tiller | 2015-09-04 |
|\ | | | | | Fixing bad_client test. | ||
* \ | Merge pull request #3255 from ctiller/we-should-build | Craig Tiller | 2015-09-04 |
|\ \ | | | | | | | Fix compilation | ||
| * | | Fix compilation | Craig Tiller | 2015-09-04 |
| | | | |||
| | * | Fixing bad_client test. | Nicolas "Pixel" Noble | 2015-09-04 |
| |/ |/| | | | | | Before destroying an endpoint, shut it down properly. | ||
* | | Merge pull request #3204 from ctiller/fix-teh-tests | Nicolas Noble | 2015-09-03 |
|\ \ | | | | | | | Fixes a couple of tests on Windows | ||
* \ \ | Merge pull request #3190 from ctiller/daisy-dukes | Yang Gao | 2015-09-03 |
|\ \ \ | | | | | | | | | Fix flow control issues | ||
* | | | | Secure endpoint test should call grpc_init. | Nicolas "Pixel" Noble | 2015-09-04 |
| | | | | |||
| | * | | Ensure port picking doesnt repeatedly return the same port | Craig Tiller | 2015-09-02 |
| | | | | |||
| | * | | Fix completion_queue_test | Craig Tiller | 2015-09-02 |
| |/ / |/| | | |||
| * | | Fix compilation | Craig Tiller | 2015-09-02 |
| | | | |||
| * | | Merge github.com:grpc/grpc into daisy-dukes | Craig Tiller | 2015-09-01 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: build.json vsprojects/Grpc.mak | ||
* | | | | Fixed build | Craig Tiller | 2015-09-01 |
| | | | | |||
* | | | | Handle test dependencies better | Craig Tiller | 2015-09-01 |
| | | | | |||
* | | | | Merge branch 'endpoints' into second-coming | Craig Tiller | 2015-09-01 |
|\ \ \ \ | |||
| * \ \ \ | Merge branch 'cleaner-build' into third-coming | Craig Tiller | 2015-08-31 |
| |\ \ \ \ | | | |/ / | | |/| | | |||
| * | | | | Merge github.com:grpc/grpc into second-coming | Craig Tiller | 2015-08-31 |
| |\ \ \ \ | |||
| | | * | | | Hand-written changes | Craig Tiller | 2015-08-31 |
| | |/ / / | |||
| | | * | | Remove C++11isms | Craig Tiller | 2015-08-31 |
| | | | | | |||
| | | * | | Merge github.com:grpc/grpc into daisy-dukes | Craig Tiller | 2015-08-31 |
| | | |\ \ | |||
| | * | | | | Fixing headers and paths after merge with upstream. | Julien Boeuf | 2015-08-30 |
| | | | | | | |||
| | * | | | | Addressing comments. | Julien Boeuf | 2015-08-28 |
| | | | | | | |||
| | * | | | | Shuffling headers around. | Julien Boeuf | 2015-08-28 |
| | | | | | | |||
| | * | | | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-28 |
| | |\ \ \ \ | | | | |/ / | | | |/| | | |||
| | | * | | | Merge branch 'master' of github.com:grpc/grpc into ↵ | Julien Boeuf | 2015-08-28 |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | credentials_naming_and_cleanup | ||
| | * | | | | | Fixing AuthContext tests. | Julien Boeuf | 2015-08-28 |
| | | | | | | | |||
| | * | | | | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-28 |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | |||
| | * | | | | | Adding C++ metadata processor. | Julien Boeuf | 2015-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). | ||
* | | | | | | | Cleaning up Windows endpoint code | Craig Tiller | 2015-08-28 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - removed the need to track some state - fixed chttp2 transport endpoint shutdown management - made a bunch of tests pass | ||
| | * | | | | Merge pull request #3101 from yang-g/string_ref_auth | Craig Tiller | 2015-08-27 |
| | |\ \ \ \ | | | | | | | | | | | | | | | Use millis instead of micros in seconds_timeout and reduce a large deadline. | ||
| | * \ \ \ \ | Merge pull request #3104 from yang-g/create_channel | Craig Tiller | 2015-08-27 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Create channel API change | ||
| | | | | * | | | Addressing comments, round 2. | Julien Boeuf | 2015-08-27 |
| | | | | | | | | |||
| * | | | | | | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-27 |
| |\| | | | | | | |||
| | | | | * | | | Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into ↵ | Julien Boeuf | 2015-08-27 |
| | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | credentials_naming_and_cleanup | ||
| | | | | * | | | | Addressing comments. | Julien Boeuf | 2015-08-27 |
| | | |_|/ / / / | | |/| | | | | | |||
| | * | | | | | | Merge pull request #2947 from jboeuf/grpc_security_abi | Craig Tiller | 2015-08-27 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | First draft at addressing #1799 for grpc_security. | ||
| | | | * | | | | | implementation fix | yang-g | 2015-08-27 |
| | | | | | | | | | |||
| | | | | * | | | | use millis to protect against potential overflow | yang-g | 2015-08-27 |
| | | | | | | | | | |||
| | | | | * | | | | Reduce a timeout causing overflow | yang-g | 2015-08-27 |
| | | | | | | | | | |||
* | | | | | | | | | Add a portable test of endpoint pairs | Craig Tiller | 2015-08-27 |
| | | | | | | | | | |||
| | | | | | | * | | IWYU | Craig Tiller | 2015-08-27 |
| | | | | | | | | | |||
| | | | | | | * | | Friends dont let friends use volatile for synchronization | Craig Tiller | 2015-08-27 |
| | | | | | | | | | |||
* | | | | | | | | | Revert "Revert "Refactor Endpoint API"" | Craig Tiller | 2015-08-27 |
| |/ / / / / / / |/| | | | | | | | |||
* | | | | | | | | Revert "Refactor Endpoint API" | Craig Tiller | 2015-08-27 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #3025 from ctiller/endpoints | Yang Gao | 2015-08-26 |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | Refactor Endpoint API | ||
* | | | | | | | | minor fixes | yang-g | 2015-08-26 |
| |_|_|/ / / / |/| | | | | | | |||
| | | | | * | | Repro case for flow control bug. | Rakesh Iyer | 2015-08-26 |
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a repro case for a bug where if the client is sending full throttle and the receiver is not able to keep up, the client reaches a case where it doesn't make forward progress anymore. Signed-off-by: Craig Tiller <craig.tiller@gmail.com> | ||
| * | | | | | Make port_windows compile again | Craig Tiller | 2015-08-26 |
| | | | | | | |||
| * | | | | | Use port server on windows | Craig Tiller | 2015-08-26 |
| | | | | | | |||
| | * | | | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-26 |
| | |\ \ \ \ |