aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2017-03-09
|\ | | | | | | error-arena-optimization
| * Merge pull request #9756 from ncteisen/to-grpc-err-is-humanGravatar Noah Eisen2017-03-09
| |\ | | | | | | Optimizing grpc_error Part 1
| | * Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-humanGravatar ncteisen2017-03-09
| | |\
* | | | s/realloc/gpr_realloc to fix mem bugGravatar Noah Eisen2017-03-09
| | | |
| * | | Write an essayGravatar Craig Tiller2017-03-09
| | |/ | |/|
* | | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Noah Eisen2017-03-09
|\| | | | | | | | | | | error-arena-optimization
| * | Merge pull request #10040 from rjshade/udp_use_after_freeGravatar Yang Gao2017-03-08
| |\ \ | | | | | | | | Fix flaky use-after-free in udp_server
* | | | Error arena optimizationGravatar ncteisen2017-03-08
| |_|/ |/| |
| | * Fix flaky use-after-free in udp_serverGravatar Robbie Shade2017-03-08
| | |
| * | Fix lockingGravatar Craig Tiller2017-03-07
| | |
| * | Fix initializationGravatar Craig Tiller2017-03-07
| | |
| * | Silence accept4 message when its irrelevantGravatar Craig Tiller2017-03-07
| |/
| * 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
| |\ \ | | | | | | | | Add a slice type that shares a refcount with a transport stream
| * \ \ Merge pull request #9921 from ctiller/fastcreateGravatar Craig Tiller2017-03-03
| |\ \ \ | | | | | | | | | | Eliminate cancellation if we never sent an op down
| * | | | Add licenses() in BUILD filesGravatar Yuchen Zeng2017-03-01
| | | | |
| * | | | Merge pull request #9940 from yang-g/http_parserGravatar Yang Gao2017-03-01
| |\ \ \ \ | | | | | | | | | | | | Return an error when the HTTP first line or header is longer than 4K
* | | | | | 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
| |\ \ \ \ \ | | |/ / / / | |/| | | | Clean up method parameters in client channel code.
| * | | | | Merge pull request #9888 from murgatroid99/electron_uv_fixGravatar Michael Lumish2017-03-01
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix missing wakeups when using the libuv iomgr under Electron
| | | | * | | Eliminate cancellation if we never sent an op downGravatar Craig Tiller2017-02-28
| | | | |/ /
| * | | | | Merge pull request #9833 from dgquintas/parse_address_clusterfuzzGravatar David G. Quintas2017-02-28
| |\ \ \ \ \ | | | | | | | | | | | | | | Fixed Heap-buffer-overflow in parse_unix via clusterfuzz
| * \ \ \ \ \ Merge pull request #9773 from dgquintas/build_filesGravatar David G. Quintas2017-02-28
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | Test BUILD file assortment
| * | | | | | Merge pull request #9881 from ctiller/spinlockGravatar Craig Tiller2017-02-28
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Add a spinlock type.
| | * | | | | | Fix include guardsGravatar Craig Tiller2017-02-28
| | | | | | | |
| | | | | * | | Clang formatGravatar murgatroid992017-02-27
| | | | | | | |
| * | | | | | | Merge pull request #9753 from ctiller/zallocGravatar Craig Tiller2017-02-27
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add zalloc, convert a bunch of files to use it
| | | * \ \ \ \ \ 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
| | | | | | | | |\ | | | | | | | | | | | | | | | | | | | | Preserve ipv6 scope id in grpc_channel_args
| * | | | | | | | \ Merge pull request #9468 from y-zeng/p2p_clientGravatar Yuchen Zeng2017-02-27
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Client-side keepalive pings
| * \ \ \ \ \ \ \ \ \ Merge pull request #9846 from yang-g/max_message_sizeGravatar Yang Gao2017-02-27
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Stop receiving and add an error to batch when there is an error from lower level.
| | | * | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Upmerge 1.1.x into master
| | | | | | * | | | | | Fix compileGravatar Craig Tiller2017-02-27
| | | | | | | | | | | |
| | | | | | * | | | | | Add a spinlock type.Gravatar Craig Tiller2017-02-27
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Useful for situations where we need to repeatedly trylock, not useful for cases where we need to lock (due to spinning). Add a variant of sync_test to test it (with the same tests we run for gpr_mu). Add a benchmark to bm_closure to demonstrate single threaded performance.
| | | | * | | | | | | 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
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on soltanmm-google's #9114
| * | | | | | | | | Merge pull request #9849 from ctiller/bm_chttp2Gravatar Craig Tiller2017-02-24
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add benchmarks for HTTP2 HPACK encoding
| | | | | * | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | Add grpc_load_reporting to grpc_cronet
| * | | | | | | | | | | Merge pull request #9858 from ctiller/cbGravatar Craig Tiller2017-02-24
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix closure running: current code is unsafe
| | | * | | | | | | | | | Fix load_reporting linker errorGravatar ncteisen2017-02-24
| | |/ / / / / / / / / / | |/| | | | | | | | | |