Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | | | | | pr comments | David Garcia Quintas | 2016-11-18 | |
* | | | | | | | Fix locking in HTTP CONNECT handshaker. | Mark D. Roth | 2016-11-18 | |
| | * | | | | | improved logging | David Garcia Quintas | 2016-11-17 | |
| | * | | | | | Merge branch 'master' of github.com:grpc/grpc into grpclb_reworked_conn_state | David Garcia Quintas | 2016-11-17 | |
| | |\ \ \ \ \ | ||||
| | | * \ \ \ \ | Merge pull request #8758 from dgquintas/lb_token_nullness | David G. Quintas | 2016-11-17 | |
| | | |\ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | ||||
| | * / | | | | | Rewrote connectivity status logic for gRPC LB | David Garcia Quintas | 2016-11-17 | |
| | |/ / / / / | ||||
| | | | * / / | Expose message limit constants so that users can reference them | yang-g | 2016-11-17 | |
| | | |/ / / | | |/| | | | ||||
* | | | | | | Use the same synchronization in the insecure server code as in the secure. | Mark D. Roth | 2016-11-17 | |
* | | | | | | Rename security handshaker files. | Mark D. Roth | 2016-11-17 | |
* | | | | | | Use the same connector code for both secure and insecure clients. | Mark D. Roth | 2016-11-17 | |
| | * | | | | Add default arguments to python interop client | Noah Eisen | 2016-11-17 | |
* | | | | | | Code cleanup. | Mark D. Roth | 2016-11-17 | |
* | | | | | | Add missing mutex clean-up. | Mark D. Roth | 2016-11-17 | |
| | * | | | | Merge pull request #8617 from markdroth/service_config_json | Mark D. Roth | 2016-11-17 | |
| | |\ \ \ \ | ||||
* | | | | | | | Clean up connector code. | Mark D. Roth | 2016-11-17 | |
* | | | | | | | Fix bugs from merge. | Mark D. Roth | 2016-11-17 | |
* | | | | | | | Merge branch 'security_handshaker1' into security_handshaker2 | Mark D. Roth | 2016-11-17 | |
|\| | | | | | | ||||
| | | | | | * | Merge pull request #8619 from apolcyn/gen_csharp_partial_class | apolcyn | 2016-11-17 | |
| | | | | | |\ | ||||
| * | | | | | | | Fix edge cases in HTTP CONNECT handshaker. | Mark D. Roth | 2016-11-17 | |
| | * | | | | | | Undo wrong NULLing in grpclb | David Garcia Quintas | 2016-11-16 | |
| | * | | | | | | Merge pull request #8630 from ctiller/newlines | Craig Tiller | 2016-11-16 | |
| | |\ \ \ \ \ \ | ||||
| * | | | | | | | | Change grpc_handshaker_args to be owned by the handshake manager. | Mark D. Roth | 2016-11-16 | |
| | * | | | | | | | Merge github.com:grpc/grpc into bm_fullstack | Craig Tiller | 2016-11-16 | |
| | |\ \ \ \ \ \ \ | ||||
| | | | * | | | | | | Fix merge error | Craig Tiller | 2016-11-16 | |
| | | | * | | | | | | Merge github.com:grpc/grpc into newlines | Craig Tiller | 2016-11-16 | |
| | | | |\ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | | | ||||
* | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into security_handshaker3 | Mark D. Roth | 2016-11-16 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | ||||
| | * | | | | | | | | Merge remote-tracking branch 'upstream/master' into security_handshaker2 | Mark D. Roth | 2016-11-16 | |
| | |\ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||
| | | | | * | | | | | Merge remote-tracking branch 'upstream/master' into service_config_json | Mark D. Roth | 2016-11-16 | |
| | | | | |\ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||
* | | | | | | | | | | Changed security handshakers to use generic handshaker API. | Mark D. Roth | 2016-11-16 | |
| |/ / / / / / / / |/| | | | | | | | | ||||
| * | | | | | | | | Merge pull request #8737 from yang-g/creds_sanitize | Yang Gao | 2016-11-16 | |
| |\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | fix windows build | Jan Tattermusch | 2016-11-16 | |
| * | | | | | | | | | Merge pull request #8680 from ctiller/no_more_legacy | Craig Tiller | 2016-11-15 | |
| |\ \ \ \ \ \ \ \ \ | ||||
| | | | | | | * | | | | Added more testing for grpclb tokens | David Garcia Quintas | 2016-11-15 | |
| * | | | | | | | | | | Merge pull request #8666 from dgquintas/rr_fixall | David G. Quintas | 2016-11-15 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | Fix use-after-free in time parse caching | Craig Tiller | 2016-11-15 | |
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||
* | | | | | | | | | | | Minor boolification. | Mark D. Roth | 2016-11-15 | |
| * | | | | | | | | | | Merge pull request #8662 from markdroth/latency_in_final_info | Mark D. Roth | 2016-11-15 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ | Merge pull request #8733 from dgquintas/grpclb_deadlock | David G. Quintas | 2016-11-14 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||
| | | | * \ \ \ \ \ \ \ \ | Merge branch 'master' of github.com:grpc/grpc into rr_fixall | David Garcia Quintas | 2016-11-14 | |
| | | | |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | ||||
| * | | | | | | | | | | | | Merge pull request #8746 from murgatroid99/node_lodash_compat | Michael Lumish | 2016-11-14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #8724 from dgquintas/chttp_initial_md_copypaste_fix | David G. Quintas | 2016-11-14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | | * | | | | | | | | | | | PR comment | David Garcia Quintas | 2016-11-14 | |
* | | | | | | | | | | | | | | | clang-format | Mark D. Roth | 2016-11-14 | |
* | | | | | | | | | | | | | | | Merge branch 'security_handshaker1' into security_handshaker2 | Mark D. Roth | 2016-11-14 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | clang-format | Mark D. Roth | 2016-11-14 | |
| * | | | | | | | | | | | | | | | Fix comments. | Mark D. Roth | 2016-11-14 | |
| * | | | | | | | | | | | | | | | Fix error refcounting in on_handshake_done callbacks. | Mark D. Roth | 2016-11-14 | |
| * | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into security_handshaker1 | Mark D. Roth | 2016-11-14 | |
| |\| | | | | | | | | | | | | | | ||||
| | | | | | * | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into latency_in_final_info | Mark D. Roth | 2016-11-14 | |
| | | | | | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | ||||
* | / | | | | | | | | | | | | | | Move deadline handling to handshake manager. | Mark D. Roth | 2016-11-14 | |
|/ / / / / / / / / / / / / / / |