aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
...
* | | | | Fix initializationGravatar Craig Tiller2017-03-07
* | | | | Silence accept4 message when its irrelevantGravatar Craig Tiller2017-03-07
|/ / / /
| | * | clang-formatGravatar Muxi Yan2017-03-06
| | * | Improve the way to reject :authority headerGravatar Muxi Yan2017-03-06
| | * | Fix flush readGravatar Muxi Yan2017-03-06
* | | | Manual changes from upmerged modificationsGravatar David Garcia Quintas2017-03-06
* | | | Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_masterGravatar David Garcia Quintas2017-03-03
|\ \ \ \ | |_|/ / |/| | |
* | | | Merge pull request #9939 from ctiller/stream_owned_sliceGravatar Craig Tiller2017-03-03
|\ \ \ \
* \ \ \ \ Merge pull request #9921 from ctiller/fastcreateGravatar Craig Tiller2017-03-03
|\ \ \ \ \
* | | | | | Add licenses() in BUILD filesGravatar Yuchen Zeng2017-03-01
* | | | | | Merge pull request #9940 from yang-g/http_parserGravatar Yang Gao2017-03-01
|\ \ \ \ \ \
| | | | | | * Merge github.com:grpc/grpc into trim-the-locksGravatar Craig Tiller2017-03-01
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | |
| | | | | * | Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-humanGravatar ncteisen2017-03-01
| | | | | |\ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Return an error when the HTTP first line or header is longer than 4KGravatar yang-g2017-03-01
| | | * | | | Merge github.com:grpc/grpc into stream_owned_sliceGravatar Craig Tiller2017-03-01
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
| | | * | | | Add a slice type that shares a refcount with a transport streamGravatar Craig Tiller2017-03-01
* | | | | | | Merge pull request #9869 from markdroth/client_channel_method_params_cleanupGravatar Mark D. Roth2017-03-01
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #9888 from murgatroid99/electron_uv_fixGravatar Michael Lumish2017-03-01
|\ \ \ \ \ \ \
| | | * | | | | Eliminate cancellation if we never sent an op downGravatar Craig Tiller2017-02-28
| | | |/ / / /
| | | | | | * Diff minimizationGravatar Craig Tiller2017-02-28
| | | | | | * Better cleanupGravatar Craig Tiller2017-02-28
* | | | | | | Merge pull request #9833 from dgquintas/parse_address_clusterfuzzGravatar David G. Quintas2017-02-28
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge pull request #9773 from dgquintas/build_filesGravatar David G. Quintas2017-02-28
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| | | | | | | * Fix some bugsGravatar Craig Tiller2017-02-28
| | | | | | | * Merge github.com:grpc/grpc into trim-the-locksGravatar Craig Tiller2017-02-28
| | | | | | | |\ | |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge pull request #9881 from ctiller/spinlockGravatar Craig Tiller2017-02-28
|\ \ \ \ \ \ \ \
| | | | | | | | * Trim deadline setting out of call creation path: reduces ClientChannelFilter ...Gravatar Craig Tiller2017-02-28
| |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Fix include guardsGravatar Craig Tiller2017-02-28
| | | | * | | | Clang formatGravatar murgatroid992017-02-27
* | | | | | | | Merge pull request #9753 from ctiller/zallocGravatar Craig Tiller2017-02-27
|\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge github.com:grpc/grpc into spinlockGravatar Craig Tiller2017-02-27
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| | | | | | | * | Merge pull request #9839 from y-zeng/1_1_x_address_arg_fixGravatar Yuchen Zeng2017-02-27
| | | | | | | |\ \
* | | | | | | | \ \ Merge pull request #9468 from y-zeng/p2p_clientGravatar Yuchen Zeng2017-02-27
|\ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ Merge pull request #9846 from yang-g/max_message_sizeGravatar Yang Gao2017-02-27
|\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Address review commentsGravatar Yuchen Zeng2017-02-27
| | | | | | | * | | | | Fix missing wakeups when using the libuv iomgr under ElectronGravatar murgatroid992017-02-27
| | | | | | | | |/ / / | | | | | | | |/| | |
| | | | | | | | * | | clang-formatGravatar Mark D. Roth2017-02-27
* | | | | | | | | | | Merge pull request #9857 from murgatroid99/merge_1.1.x_masterGravatar Michael Lumish2017-02-27
|\ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | Fix compileGravatar Craig Tiller2017-02-27
| | | | | * | | | | | | Add a spinlock type.Gravatar Craig Tiller2017-02-27
| |_|_|_|/ / / / / / / |/| | | | | | | | | |
| | | * | | | | | | | Add more closuresGravatar Yuchen Zeng2017-02-27
| | | * | | | | | | | Update with the new ping implementationGravatar Yuchen Zeng2017-02-26
| | | * | | | | | | | Client-side keepalive pingGravatar Yuchen Zeng2017-02-26
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #9849 from ctiller/bm_chttp2Gravatar Craig Tiller2017-02-24
|\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | Use zalloc in completion queueGravatar Craig Tiller2017-02-24
| | | | * | | | | | | Merge github.com:grpc/grpc into zallocGravatar Craig Tiller2017-02-24
| | | | |\ \ \ \ \ \ \
* | | | | \ \ \ \ \ \ \ Merge pull request #9870 from ncteisen/if-opportunity-doesnt-knock-fix-the-buildGravatar Noah Eisen2017-02-24
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #9858 from ctiller/cbGravatar Craig Tiller2017-02-24
|\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Fix load_reporting linker errorGravatar ncteisen2017-02-24
| |/ / / / / / / / / / / |/| | | | | | | | | | |
| | | | | | | | | * | | Clean up method parameters in client channel code.Gravatar Mark D. Roth2017-02-24