Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | | | | | | | Increase test timeouts to reduce flakiness. | Jorge Canizales | 2015-08-09 | |
| * | | | | | | | | | | | | | | | | Fixup for 42898cf: Correct documentation. | Jorge Canizales | 2015-08-09 | |
| * | | | | | | | | | | | | | | | | Add remote interop tests to the suite of tests. | Jorge Canizales | 2015-08-09 | |
| * | | | | | | | | | | | | | | | | Allow UTF8 in comments of root certificates files | Jorge Canizales | 2015-08-09 | |
| | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||
| | | | | | | * | | | | | | | | | added sandcastle project to generate docs | Jan Tattermusch | 2015-08-09 | |
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | ||||
| | | | * | | | | | | | | | | | added tests | Jan Tattermusch | 2015-08-08 | |
| * | | | | | | | | | | | | | | Merge pull request #2861 from jcanizales/fix-race-condition | Jorge Canizales | 2015-08-08 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | | | * | | | | | | | | | | | context propagation API | Jan Tattermusch | 2015-08-08 | |
| | * | | | | | | | | | | | | | | Don’t retain self here! | Jorge Canizales | 2015-08-08 | |
| | * | | | | | | | | | | | | | | Don’t set the request writer to nil, as @synchr(nil) is undefined behavior. | Jorge Canizales | 2015-08-08 | |
| | * | | | | | | | | | | | | | | Rename super-confusing ivar _self -> _retainSelf | Jorge Canizales | 2015-08-08 | |
| | * | | | | | | | | | | | | | | Clarify invalid-argument message for already-started writers | Jorge Canizales | 2015-08-08 | |
| | | | | * | | | | | | | | | | | make intializer for metadata even nicer | Jan Tattermusch | 2015-08-08 | |
| | | | |/ / / / / / / / / / / | ||||
| | | | * | | | | | | | | | | | fixed writeOptions and added test | Jan Tattermusch | 2015-08-07 | |
| | * | | | | | | | | | | | | | Eliminate race in GRPCCall’s operation of the requests writer | Jorge Canizales | 2015-08-07 | |
| | * | | | | | | | | | | | | | Clarify thread-safety expectations of GRXWriters | Jorge Canizales | 2015-08-07 | |
| | | | * | | | | | | | | | | | added ResponseHeadersTest, fixed stylecop issues | Jan Tattermusch | 2015-08-07 | |
| | | | * | | | | | | | | | | | polishing tests | Jan Tattermusch | 2015-08-07 | |
| | | | * | | | | | | | | | | | fixing tests | Jan Tattermusch | 2015-08-07 | |
| | | | * | | | | | | | | | | | big facelift of test code | Jan Tattermusch | 2015-08-07 | |
| | | | * | | | | | | | | | | | fixing tests | Jan Tattermusch | 2015-08-07 | |
| | | | * | | | | | | | | | | | introduced MockServiceHelper to ease testing | Jan Tattermusch | 2015-08-07 | |
| | * | | | | | | | | | | | | | Fix ForwardingWriter init preconditions | Jorge Canizales | 2015-08-07 | |
| | | | | | | * | | | | | | | | Bounds checking for ops in call batch | vjpai | 2015-08-07 | |
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | ||||
| | | | * | | | | | | | | | | implemented sending initial metadata | Jan Tattermusch | 2015-08-07 | |
| | | | * | | | | | | | | | | added WriteOptions support and enabled NoCompress flag to be used for all writes | Jan Tattermusch | 2015-08-07 | |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||
| | | * | | | | | | | | | | :( | yang-g | 2015-08-07 | |
| | | * | | | | | | | | | | Fix gce detection | yang-g | 2015-08-07 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||
| * | | | | | | | | | | | Merge pull request #2845 from ctiller/reorder-some-things | jboeuf | 2015-08-07 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||
| | | | * | | | | | | | | Shutdown lb_policy when changing it | Craig Tiller | 2015-08-07 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||
| * | | | | | | | | | | Merge pull request #2829 from ctiller/tell-the-world-about-ALL-the-things | Yang Gao | 2015-08-07 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ | Merge pull request #2842 from ctiller/asan-is-sad | Yang Gao | 2015-08-07 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||
| | | | * | | | | | | | | | Reorder filters to ensure that :authority is available when the auth filter n... | Craig Tiller | 2015-08-07 | |
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||
| * | | | | | | | | | | | Merge pull request #2788 from ctiller/kinetic-lopsided-poetry | Nicolas Noble | 2015-08-07 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #2838 from jcanizales/make-oauth2-easy | Jorge Canizales | 2015-08-07 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | | * | | | | | | | | | | Move parent removal from final destruction to destruction request | Craig Tiller | 2015-08-07 | |
| | | | | * | | | | | | | | | Merge github.com:grpc/grpc into tell-the-world-about-ALL-the-things | Craig Tiller | 2015-08-07 | |
| | | | | |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | Merge pull request #2777 from jboeuf/server_creds_auth_md_processor | Craig Tiller | 2015-08-07 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | Rename oauth2_lowerCamel -> oauth2UpperCamel | Jorge Canizales | 2015-08-07 | |
| | | * | | | | | | | | | | | | Fixup for 971d06ad06caadb369e318112bba0e039188cfc2 | Jorge Canizales | 2015-08-07 | |
| | | * | | | | | | | | | | | | Exercise GRPCCall+OAuth2 in the tests | Jorge Canizales | 2015-08-06 | |
| * | | | | | | | | | | | | | | merge with head | yang-g | 2015-08-06 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | Resolve comments | yang-g | 2015-08-06 | |
| | | | * | | | | | | | | | | | Add OAuth2 headers category to GRPCCall | Jorge Canizales | 2015-08-06 | |
| | | | * | | | | | | | | | | | Fix build breakage | Jorge Canizales | 2015-08-06 | |
| | | |/ / / / / / / / / / / | | |/| | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | Merge pull request #2758 from jcanizales/make-http-not-subtle | Jorge Canizales | 2015-08-06 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | | * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of https://github.com/grpc/grpc into server_creds_auth_... | Julien Boeuf | 2015-08-06 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | Fix memory leaks | Craig Tiller | 2015-08-06 | |
| | | * | | | | | | | | | | | | Clarify intention of the code that adds a default port | Jorge Canizales | 2015-08-06 | |
| | | | * | | | | | | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into server_creds_auth_... | Julien Boeuf | 2015-08-06 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | |