aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* 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 #9917 from nathanielmanistaatgoogle/missing-mainGravatar Nathaniel Manista2017-03-01
|\ \ | | | | | | Add missing unittest.main call.
* \ \ Merge pull request #9888 from murgatroid99/electron_uv_fixGravatar Michael Lumish2017-03-01
|\ \ \ | | | | | | | | Fix missing wakeups when using the libuv iomgr under Electron
| | * | Add missing unittest.main callGravatar Nathaniel Manista2017-02-28
| | | | | | | | | | | | | | | | This should have been included in 48226a2f1f14b555505e39c322141e74aed9.
* | | | 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.
* \ \ \ \ \ Merge pull request #9785 from stanley-cheung/php-update-docGravatar Stanley Cheung2017-02-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | PHP: added README notes for RHEL 6/7 users
| | * | | | | 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 #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.
* | | | | | | | | | Merge pull request #9868 from jtattermusch/csharp_more_interop_loggingGravatar Jan Tattermusch2017-02-27
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Display logs when running interop based tests
| | | | * | | | | | | 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
| | | | | | | | | | | | |
| | | | | | | | | | | | * Clean up method parameters in client channel code.Gravatar Mark D. Roth2017-02-24
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #9774 from sreecha/surface_test_bazelGravatar Sree Kuchibhotla2017-02-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | Bazel BUILD files tests under `test/core/surface` and `test/cpp/end2end`
| | | | * | | | | | | | | display logs when running interop based testsGravatar Jan Tattermusch2017-02-24
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #9683 from sreecha/fd_rw_atm_closureGravatar Sree Kuchibhotla2017-02-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | Reduce mutexes in grpc_fd read_closure/write_closure/shutdown paths (epoll engine only)
* | | | | | | | | | | | | Merge pull request #9664 from ctiller/c3+r+lGravatar Craig Tiller2017-02-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make load balancers use combiner locks
| | | | | | | * | | | | | | When there is an error from filters (such as max recv message size tooGravatar yang-g2017-02-23
| |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | large), add an error to the batch to avoid emitting new rpc on the server side in C++.
| | | | * | | | | | | | | Fix closure running: current code is unsafeGravatar Craig Tiller2017-02-23
| | | | | | | | | | | | |
| | | | | | * | | | | | | Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_masterGravatar murgatroid992017-02-23
| |_|_|_|_|/| | | | | | | |/| | | | | | | | | |/ / | | | | | | | |_|_|/| | | | | | | | |/| | | | |
| | * | | | | | | | | | Comments and relaxed cas in some casesGravatar Sree Kuchibhotla2017-02-23
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #9694 from nicolasnoble/upmerge_from_1_1_xGravatar Michael Lumish2017-02-23
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Upmerge from 1.1.x
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9718 from yang-g/metadataGravatar Yang Gao2017-02-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | Let ServerContext own the initial_metadata array for sync calls
| | | | * | | | | | | | | Comments around acquire/releaseGravatar Sree Kuchibhotla2017-02-23
| | | | | | | | | | | | |
| | | | | | | | | | | * | Merge branch 'master' of github.com:grpc/grpc into parse_address_clusterfuzzGravatar David Garcia Quintas2017-02-23
| | | | | | | | | | | |\ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
| | | | | | | | | | | * | poopulate ->len with size of structGravatar David Garcia Quintas2017-02-23
| | | | | | | | | | | | |
| | | | | | | | * | | | | Merge github.com:grpc/grpc into zallocGravatar Craig Tiller2017-02-23
| | | | | | | | |\ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |
| | | * | | | | | | | | | Fixes, review commentsGravatar Craig Tiller2017-02-23
| | | | | | | | | | | | |
| | | | | | | | | | | * | Simply return 0 on input path too longGravatar David Garcia Quintas2017-02-23
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #9650 from ctiller/call_mutexGravatar Craig Tiller2017-02-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make batch allocation lock-free
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9830 from nathanielmanistaatgoogle/lint-fixesGravatar Nathaniel Manista2017-02-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | Fix and enable no-member lint.
| | | | | * | | | | | | | | Merge github.com:grpc/grpc into c3+r+lGravatar Craig Tiller2017-02-23
| | | | | |\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | |