aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Fix memory leaks.Gravatar Mark D. Roth2016-08-01
* Added FIXME comment.Gravatar Mark D. Roth2016-07-27
* Made significant progress on the test, but not working yet.Gravatar Mark D. Roth2016-07-27
* Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-07-26
|\
| * Merge pull request #7517 from markdroth/handshake_apiGravatar kpayson642016-07-26
| |\
| * \ Merge pull request #7477 from yang-g/monotonicGravatar kpayson642016-07-26
| |\ \
| * \ \ Merge pull request #7511 from nicolasnoble/doc-typoGravatar kpayson642016-07-25
| |\ \ \
| * \ \ \ Merge pull request #7508 from murgatroid99/v1.0.x_merge_into_masterGravatar Nicolas Noble2016-07-25
| |\ \ \ \
* | \ \ \ \ Merge branch 'handshake_api' into http_connectGravatar Mark D. Roth2016-07-25
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | clang-formatGravatar Mark D. Roth2016-07-25
* | | | | | Update API from merge.Gravatar Mark D. Roth2016-07-25
* | | | | | Merge branch 'handshake_api' into http_connectGravatar Mark D. Roth2016-07-25
|\| | | | |
| * | | | | Fix API of handshake_manager_add().Gravatar Mark D. Roth2016-07-25
| * | | | | Merge remote-tracking branch 'upstream/master' into handshake_api2Gravatar Mark D. Roth2016-07-25
| |\| | | |
* | | | | | Use URI query string instead of channel arg to indicate use of proxy.Gravatar Mark D. Roth2016-07-25
| | * | | | Merge pull request #7395 from markdroth/handshake_apiGravatar kpayson642016-07-25
| | |\ \ \ \
| | * \ \ \ \ Merge pull request #7320 from yang-g/shut_down_acceptor_earlyGravatar Nicolas Noble2016-07-22
| | |\ \ \ \ \
| | | | | | * | Fixing documentation typo.Gravatar Nicolas "Pixel" Noble2016-07-23
| | | |_|_|/ / | | |/| | | |
| | | | | * | Fixed incorrect mergesGravatar murgatroid992016-07-22
* | | | | | | Plumb server name down into the subchannel.Gravatar Mark D. Roth2016-07-22
| | | | | * | Merge v1.0.x into masterGravatar murgatroid992016-07-22
| | | |_|/| | | | |/| | | |
* | | | | | | Added channel_arg for proxy server and changed client to add handshaker.Gravatar Mark D. Roth2016-07-22
* | | | | | | Fix API from merge.Gravatar Mark D. Roth2016-07-22
* | | | | | | Merge branch 'handshake_api2' into http_connectGravatar Mark D. Roth2016-07-22
|\| | | | | |
| * | | | | | Add grpc_error parameter to handshaker callback.Gravatar Mark D. Roth2016-07-22
| | |_|/ / / | |/| | | |
* | | | | | Add support for CONNECT to httpcli code and flesh out handshaker implementation.Gravatar Mark D. Roth2016-07-22
| | * | | | Merge pull request #7488 from ghemawat/slice_user_dataGravatar kpayson642016-07-21
| | |\ \ \ \
| | | | | * \ Merge remote-tracking branch 'google/v1.0.x' into no_verbose_fixGravatar Nicolas "Pixel" Noble2016-07-21
| | | | | |\ \
| * | | | | | | clang-formatGravatar Mark D. Roth2016-07-21
| * | | | | | | Merge remote-tracking branch 'upstream/master' into handshake_apiGravatar Mark D. Roth2016-07-21
| |\| | | | | |
| | * | | | | | Sanitizing master.Gravatar Nicolas "Pixel" Noble2016-07-21
* | | | | | | | Fix API from merge.Gravatar Mark D. Roth2016-07-21
| | | * | | | | Add gpr_slice_new_with_user_data.Gravatar Sanjay Ghemawat2016-07-21
| | |/ / / / /
* | | | | | | Merge branch 'handshake_api' into http_connectGravatar Mark D. Roth2016-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
| |\| | | | |
| | | | | | * Merge pull request #6737 from ctiller/delayed-writeGravatar Craig Tiller2016-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
| | | | |/ / / | | | |/| | |
* | | / | | | Initial framework for HTTP CONNECT handshaker.Gravatar Mark D. Roth2016-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
| | | | |/ /
* | | | | | Plumb channel args through handshakers.Gravatar Mark D. Roth2016-07-15
| * | | | | Reduce the number of unnecessary allocationsGravatar Sree Kuchibhotla2016-07-14
| |/ / / /
| * | | | Merge branch 'delayed-write' of github.com:ctiller/grpc into delayed-writeGravatar Craig Tiller2016-07-14
| |\ \ \ \