Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of github.com:grpc/grpc into lr_july_16 | David Garcia Quintas | 2016-08-01 |
|\ | |||
* | | clang-format | David Garcia Quintas | 2016-07-28 |
| * | Merge pull request #7517 from markdroth/handshake_api | kpayson64 | 2016-07-26 |
| |\ | |||
| * \ | Merge pull request #7477 from yang-g/monotonic | kpayson64 | 2016-07-26 |
| |\ \ | |||
| * \ \ | Merge pull request #7511 from nicolasnoble/doc-typo | kpayson64 | 2016-07-25 |
| |\ \ \ | |||
| * \ \ \ | Merge pull request #7508 from murgatroid99/v1.0.x_merge_into_master | Nicolas Noble | 2016-07-25 |
| |\ \ \ \ | |||
| | | | | * | clang-format | Mark D. Roth | 2016-07-25 |
| | | | | * | Fix API of handshake_manager_add(). | Mark D. Roth | 2016-07-25 |
| | | | | * | Merge remote-tracking branch 'upstream/master' into handshake_api2 | Mark D. Roth | 2016-07-25 |
| | | | | |\ | | |_|_|_|/ | |/| | | | | |||
| * | | | | | Merge pull request #7395 from markdroth/handshake_api | kpayson64 | 2016-07-25 |
| |\ \ \ \ \ | |||
| * \ \ \ \ \ | Merge pull request #7320 from yang-g/shut_down_acceptor_early | Nicolas Noble | 2016-07-22 |
| |\ \ \ \ \ \ | |||
| | | | | * | | | Fixing documentation typo. | Nicolas "Pixel" Noble | 2016-07-23 |
| | |_|_|/ / / | |/| | | | | | |||
| | | | * | | | Fixed incorrect merges | murgatroid99 | 2016-07-22 |
| | | | * | | | Merge v1.0.x into master | murgatroid99 | 2016-07-22 |
| | |_|/| | | | |/| | | | | | |||
| | | | | | * | Add grpc_error parameter to handshaker callback. | Mark D. Roth | 2016-07-22 |
| | | | |_|/ | | | |/| | | |||
| | | | * | | Merge remote-tracking branch 'google/v1.0.x' into no_verbose_fix | Nicolas "Pixel" Noble | 2016-07-21 |
| | | | |\ \ | |||
| * | | | | | | Add gpr_slice_new_with_user_data. | Sanjay Ghemawat | 2016-07-21 |
| | | * | | | | clang-format | Mark D. Roth | 2016-07-21 |
| | | | | | * | Convert deadline clock type in security handshake timer | yang-g | 2016-07-20 |
| | |_|_|_|/ | |/| | | | | |||
| | | * | | | Avoid allocating memory for each individual handshaker. Also fix memory leak. | Mark D. Roth | 2016-07-20 |
| | | * | | | Add acceptor parameter. | Mark D. Roth | 2016-07-20 |
| | | * | | | clang-format | Mark D. Roth | 2016-07-20 |
| | | * | | | Merge remote-tracking branch 'upstream/master' into handshake_api | Mark D. Roth | 2016-07-20 |
| | | |\ \ \ | | |_|/ / / | |/| | | | | |||
| | | | | * | Merge pull request #6737 from ctiller/delayed-write | Craig Tiller | 2016-07-19 |
| | * | | | | Merge remote-tracking branch 'upstream/master' into shut_down_acceptor_early | yang-g | 2016-07-18 |
| | |\ \ \ \ | |||
| | | | | * | | Make default log verbosity ERROR, run tests with DEBUG | Craig Tiller | 2016-07-18 |
| | | | * | | | Plumb channel args through handshakers. | Mark D. Roth | 2016-07-15 |
| * | | | | | | Reduce the number of unnecessary allocations | Sree Kuchibhotla | 2016-07-14 |
| | |/ / / / | |/| | | | | |||
| * | | | | | Merge branch 'delayed-write' of github.com:ctiller/grpc into delayed-write | Craig Tiller | 2016-07-14 |
| |\ \ \ \ \ | |||
| * | | | | | | Make network status follow the normal init/shutdown path | Craig Tiller | 2016-07-14 |
| | | | * | | | Use handshake_manager API in client and server. | Mark D. Roth | 2016-07-14 |
| | * | | | | | Cleanup from code review | Craig Tiller | 2016-07-14 |
| |/ / / / / | |||
| | | * | | | Fix build problems. | Mark D. Roth | 2016-07-14 |
| * | | | | | Remove now redundant line | Craig Tiller | 2016-07-14 |
| * | | | | | Correct direction of inequality | Craig Tiller | 2016-07-14 |
| | | * | | | clang-format | Mark D. Roth | 2016-07-14 |
| | | * | | | Tweaked grpc_handshaker API and added grpc_handshake_manager API. | Mark D. Roth | 2016-07-14 |
| * | | | | | Document refcounting | Craig Tiller | 2016-07-13 |
| * | | | | | Document creation function | Craig Tiller | 2016-07-13 |
| * | | | | | Describe workqueue_enqueue better | Craig Tiller | 2016-07-13 |
| | | | | * | And remaining random leftover items. | Nicolas "Pixel" Noble | 2016-07-14 |
| | | | | * | Use the new socket creation api in udp_server.c | Robbie Shade | 2016-07-13 |
| | | | | * | Use grpc_error instead of bool in udp_server's on_read | Robbie Shade | 2016-07-13 |
| | | | | * | Correct error handling for failed set_sockopt calls in udp_server.c | Robbie Shade | 2016-07-13 |
| | | | |/ | |||
| | | * | | Add handshaker API. | Mark D. Roth | 2016-07-13 |
| * | | | | Merge github.com:grpc/grpc into delayed-write | Craig Tiller | 2016-07-13 |
| |\ \ \ \ | | | |/ / | | |/| | | |||
| * | | | | Better error message | Craig Tiller | 2016-07-12 |
| * | | | | Make request freelists per cq, to allow drastically higher requested call counts | Craig Tiller | 2016-07-12 |
| | * | | | Merge pull request #7330 from dgquintas/fix_tsan | kpayson64 | 2016-07-12 |
| | |\ \ \ | |||
| | * \ \ \ | Merge pull request #6595 from thinkerou/time | kpayson64 | 2016-07-12 |
| | |\ \ \ \ |