aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-07-08
|\
| * Merge pull request #7163 from nathanielmanistaatgoogle/call-credentialsGravatar kpayson642016-07-08
| |\ | | | | | | Support composition of arbitrarily many CallCredentials objects
| * \ Merge pull request #7203 from murgatroid99/node_separate_health_checkGravatar Nicolas Noble2016-07-08
| |\ \ | | | | | | | | Split Node health check code into a separate package and make it use static codegen
| * \ \ Merge pull request #7268 from ctiller/smaller_max_message_sizeGravatar Nicolas Noble2016-07-08
| |\ \ \ | | | | | | | | | | Reduce default max message size
| * \ \ \ Merge pull request #7260 from kpayson64/ga_performance_testsGravatar kpayson642016-07-08
| |\ \ \ \ | | | | | | | | | | | | Migrated python performance tests to use GA API
| * \ \ \ \ Merge pull request #7275 from kpayson64/python_min_memory_cleanupGravatar kpayson642016-07-08
| |\ \ \ \ \ | | | | | | | | | | | | | | Removed cython client-side call tracking
| * \ \ \ \ \ Merge pull request #6783 from thinkerou/compressGravatar kpayson642016-07-08
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Make PHP work correctly when receiving a compressed message
| * \ \ \ \ \ \ Merge pull request #7156 from stanley-cheung/php-add-comment-shutdown-warningGravatar kpayson642016-07-08
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | PHP: add warning about shutdown function
| * \ \ \ \ \ \ \ Merge pull request #7239 from jboeuf/fix_7182Gravatar kpayson642016-07-08
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Change the return status codes according to the doc
| * \ \ \ \ \ \ \ \ Merge pull request #7219 from jcanizales/merge-0.14-into-masterGravatar makdharma2016-07-08
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Merge 0.14 into master
| | | | | * \ \ \ \ \ fetch and fix conflictGravatar thinkerou2016-07-08
| | | | | |\ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Fix headerGravatar Craig Tiller2016-07-07
| | | | | | | | | | |
* | | | | | | | | | | Make workqueue lockfree, and distributingGravatar Craig Tiller2016-07-07
| | | | | | | | | | |
* | | | | | | | | | | Rename async_execution_lock --> combiner, make it use closures, unroll ↵Gravatar Craig Tiller2016-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | previous changes for idleness
* | | | | | | | | | | Revert "Add the ability to run some action when the lock becomes idle"Gravatar Craig Tiller2016-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c9d4b81dabf4dc2c262fc771c31790f2d60fe551.
* | | | | | | | | | | Merge branch 'delayed-write' into grand-unified-closuresGravatar Craig Tiller2016-07-07
|\ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ Merge github.com:grpc/grpc into atm2Gravatar Craig Tiller2016-07-07
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| | | | | | | * | | | | Removed cython client-side call trackingGravatar Ken Payson2016-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures sync calls get cancelled after a keyboard interrupt, as well as all calls getting destroyed before grpc_shutdown()
| * | | | | | | | | | | Merge pull request #7270 from kpayson64/ruby_ga_changeGravatar kpayson642016-07-07
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Change cancelled to cancelled?
| | | | | | * | | | | | | revert debug log changeGravatar Stanley Cheung2016-07-07
| | | | | | | | | | | | |
| | | | | | * | | | | | | php: update example composer.jsonGravatar Stanley Cheung2016-07-07
| | | | | | | | | | | | |
| | | | | | * | | | | | | php: add warning about shutdown functionGravatar Stanley Cheung2016-07-07
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | Change cancelled to cancelled?Gravatar Ken Payson2016-07-07
| | | |_|_|_|/ / / / / | | |/| | | | | | | |
| | | | | | | | * | | Merge github.com:grpc/grpc into smaller_max_message_sizeGravatar Craig Tiller2016-07-07
| | | | | | | | |\ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| | | | | | | | | | * Composition of arbitrarily many CallCredentialsGravatar Nathaniel Manista2016-07-07
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #7190 from dgquintas/bb_reader_errorGravatar Nicolas Noble2016-07-07
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | Return success status of grpc_byte_buffer_reader_init
| * | | | | | | | | | Merge pull request #7159 from jcanizales/p0-connectivity-appGravatar kpayson642016-07-07
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | App to manually test behavior under changing connectivity conditions
| | | | * | | | | | | Merge branch 'delayed-write' of github.com:ctiller/grpc into delayed-writeGravatar Craig Tiller2016-07-07
| | | | |\ \ \ \ \ \ \
| | | | * | | | | | | | Fix high seqno tests, up runtimes for benchmark tests to flush more bugsGravatar Craig Tiller2016-07-07
| | | | | | | | | | | |
| | | | | * | | | | | | Fix windows compilationGravatar Craig Tiller2016-07-07
| | | | |/ / / / / / /
| | | | | | | | | * / Reduce default max message sizeGravatar Craig Tiller2016-07-07
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| | | | * | | | | | clang-formatGravatar Craig Tiller2016-07-07
| | | | | | | | | |
| | | | * | | | | | Better fix for flow control bugGravatar Craig Tiller2016-07-07
| | | | | | | | | |
| | | | * | | | | | Remove spamGravatar Craig Tiller2016-07-07
| | | | | | | | | |
| | | | * | | | | | Fix flow control issue, make debugging in the future easierGravatar Craig Tiller2016-07-07
| | | | | | | | | |
| | | | * | | | | | Merge branch 'nst-race' into delayed-writeGravatar Craig Tiller2016-07-06
| | | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ \ Merge github.com:grpc/grpc into delayed-writeGravatar Craig Tiller2016-07-06
| | | | |\ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #7204 from ctiller/tsan-server-fixGravatar Craig Tiller2016-07-06
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix TSAN failure in tcp_server (shown via qps_openloop_test)
| | | | | * \ \ \ \ \ \ Merge github.com:grpc/grpc into delayed-writeGravatar Craig Tiller2016-07-06
| | | | | |\ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
| | | | | | | | | | * | Migrated python performance tests to use GA APIGravatar Ken Payson2016-07-06
| | | | | | | | | | | |
| | | | * | | | | | | | Merge branch 'fix_cpp_deps' of https://github.com/dgquintas/grpc into ↵Gravatar David Garcia Quintas2016-07-06
| | | | |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | bb_reader_error
| | | | | * | | | | | | Handle orphaned fdsGravatar Craig Tiller2016-07-06
| | | | | | | | | | | |
| | | | | * | | | | | | Properly report large metadata errorsGravatar Craig Tiller2016-07-06
| | | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #6886 from murgatroid99/ruby_garbage_collection_fixesGravatar kpayson642016-07-06
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Ruby garbage collection fixes
| | | | | * \ \ \ \ \ \ \ Merge branch 'master' of github.com:grpc/grpc into bb_reader_errorGravatar David Garcia Quintas2016-07-06
| | | | | |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
| | | | | | * | | | | | | Prevent a use-after-freeGravatar Craig Tiller2016-07-06
| | | | | | | | | | | | |
| | | | | | * | | | | | | Better implementation of backup loopGravatar Craig Tiller2016-07-06
| | | | | | | | | | | | |
| | | | | | * | | | | | | Fix mutex loopGravatar Craig Tiller2016-07-06
| | | | | | | | | | | | |
| | | | | | * | | | | | | Remove pi_muGravatar Craig Tiller2016-07-06
| | | | | | | | | | | | |
| | | | | | | | | * | | | Fixing #7182: Change the return status codes according to the documentation.Gravatar Julien Boeuf2016-07-06
| | | | | | | | | | |/ / | | | | | | | | | |/| |