aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
...
| | | | | | | | | * | | Merge remote-tracking branch 'upstream/master' into filter_call_init_failureGravatar Mark D. Roth2016-07-21
| | | | | | | | | |\ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
| * | | | | | | | | | | Sanitizing master.Gravatar Nicolas "Pixel" Noble2016-07-21
| | * | | | | | | | | | Add gpr_slice_new_with_user_data.Gravatar Sanjay Ghemawat2016-07-21
| |/ / / / / / / / / /
| | | * | | | | | | | clang-formatGravatar Mark D. Roth2016-07-21
| * | | | | | | | | | Merge pull request #7454 from dgquintas/tiny_comment_updateGravatar David G. Quintas2016-07-20
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | Convert deadline clock type in security handshake timerGravatar yang-g2016-07-20
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| | | | * | | | | | | Avoid allocating memory for each individual handshaker. Also fix memory leak.Gravatar Mark D. Roth2016-07-20
| | | | * | | | | | | Add acceptor parameter.Gravatar Mark D. Roth2016-07-20
| | | | * | | | | | | clang-formatGravatar Mark D. Roth2016-07-20
| | | | * | | | | | | Merge remote-tracking branch 'upstream/master' into handshake_apiGravatar Mark D. Roth2016-07-20
| | | | |\ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| | | | | | | * | | | corrected typoGravatar David Garcia Quintas2016-07-19
| | | | | | * | | | | Merge pull request #6737 from ctiller/delayed-writeGravatar Craig Tiller2016-07-19
| | | | | | | | | | * Merge branch 'master' into move_timeout_encodingGravatar Robbie Shade2016-07-19
| | | | | | | | | | |\
| | | * | | | | | | | \ Merge remote-tracking branch 'upstream/master' into shut_down_acceptor_earlyGravatar yang-g2016-07-18
| | | |\ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|/ | | | | |/| | | | | | |
| | * | / | | | | | | | Updated outdated comment about uchannelsGravatar David Garcia Quintas2016-07-18
| | | |/ / / / / / / / | | |/| | | | | | | |
| | | | | | | * | | | Save a cb schedGravatar David Garcia Quintas2016-07-18
| | | | | | | * | | | Improvements to the grpclb proto API funcsGravatar David Garcia Quintas2016-07-18
| | | | | | | * | | | Added documenting preamble to grpclb.cGravatar David Garcia Quintas2016-07-18
| | | | | | * | | | | Merge pull request #7371 from nicolasnoble/udp_server_errorsGravatar kpayson642016-07-18
| | | | | | |\ \ \ \ \
| | | | | * | | | | | | Make default log verbosity ERROR, run tests with DEBUGGravatar Craig Tiller2016-07-18
| | | | | |/ / / / / /
| | | | | | | | * | | Merge remote-tracking branch 'upstream/master' into filter_call_init_failureGravatar Mark D. Roth2016-07-15
| | | | | | | | |\ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| | | | * | | | | | | Plumb channel args through handshakers.Gravatar Mark D. Roth2016-07-15
| | | | | | | * | | | Added a tiny comment header and TODOs.Gravatar David Garcia Quintas2016-07-15
| * | | | | | | | | | Reduce the number of unnecessary allocationsGravatar Sree Kuchibhotla2016-07-14
| |/ / / / / / / / /
| | | | | | * | | | Added more docs.Gravatar David Garcia Quintas2016-07-14
| * | | | | | | | | Merge branch 'delayed-write' of github.com:ctiller/grpc into delayed-writeGravatar Craig Tiller2016-07-14
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Make network status follow the normal init/shutdown pathGravatar Craig Tiller2016-07-14
| | | | | | | * | | | Merge branch 'master' of github.com:grpc/grpc into grpclb_v0Gravatar David Garcia Quintas2016-07-14
| | | | | | | |\ \ \ \
| | | | * | | | | | | | Use handshake_manager API in client and server.Gravatar Mark D. Roth2016-07-14
| | * | | | | | | | | | Cleanup from code reviewGravatar Craig Tiller2016-07-14
| |/ / / / / / / / / /
| | | * | | | | | | | Fix build problems.Gravatar Mark D. Roth2016-07-14
| * | | | | | | | | | Remove now redundant lineGravatar Craig Tiller2016-07-14
| * | | | | | | | | | Correct direction of inequalityGravatar Craig Tiller2016-07-14
| | | * | | | | | | | clang-formatGravatar Mark D. Roth2016-07-14
| | | * | | | | | | | Tweaked grpc_handshaker API and added grpc_handshake_manager API.Gravatar Mark D. Roth2016-07-14
* | | | | | | | | | | Simplified LR filterGravatar David Garcia Quintas2016-07-13
| * | | | | | | | | | Document refcountingGravatar Craig Tiller2016-07-13
| * | | | | | | | | | Document creation functionGravatar Craig Tiller2016-07-13
| * | | | | | | | | | Add a quick note on the write chain execution\nthis is changed already in a f...Gravatar Craig Tiller2016-07-13
| * | | | | | | | | | Update commentGravatar Craig Tiller2016-07-13
| * | | | | | | | | | Describe workqueue_enqueue betterGravatar Craig Tiller2016-07-13
| | | | | * | | | | | And remaining random leftover items.Gravatar Nicolas "Pixel" Noble2016-07-14
| | | | * | | | | | | Merge pull request #7366 from y-zeng/fix-chttp2-parsing-msgGravatar kpayson642016-07-13
| | | | |\ \ \ \ \ \ \
| * | | | | | | | | | | Failure reporting fixGravatar Craig Tiller2016-07-13
| | | | | | * | | | | | Use the new socket creation api in udp_server.cGravatar Robbie Shade2016-07-13
| | | | | | * | | | | | Use grpc_error instead of bool in udp_server's on_readGravatar Robbie Shade2016-07-13
| | | | | | * | | | | | Correct error handling for failed set_sockopt calls in udp_server.cGravatar Robbie Shade2016-07-13
| | | | | |/ / / / / / | | | | |/| | | | | |
| | | | | | | | | | * Move timeout_encoding from core/ext/transport/chttp2 to core/lib/transportGravatar Robbie Shade2016-07-13
| | | | | | | | |_|/ | | | | | | | |/| |
| * | | | | | | | | Fix potential null ptr derefGravatar Craig Tiller2016-07-13
| | | * | | | | | | Add handshaker API.Gravatar Mark D. Roth2016-07-13
| | | | |_|_|/ / / | | | |/| | | | |