aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Convert time to monotonic internallyGravatar Craig Tiller2016-07-08
|
* Make it more likely to correctly report deadline exceededGravatar Craig Tiller2016-07-08
|
* Merge pull request #7177 from kpayson64/python_codegenGravatar kpayson642016-07-08
|\ | | | | Updated example codegen to use grpcio-tools
* \ 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 #7100 from sreecha/stress_test_metrics_fixGravatar kpayson642016-07-08
|\ \ \ \ | | | | | | | | | | Stress tests: Fix metrics-client logging
* \ \ \ \ 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
| | | | |\ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #6693 from thinkerou/phptGravatar Stanley Cheung2016-07-07
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Changed the README file of PHP example
| | | | | | | * | | 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 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 pull request #7251 from dgquintas/fix_cpp_depsGravatar kpayson642016-07-07
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | Added missing dependencies to grpc++_base
| | | | | | | | * | | Merge branch 'master' into stress_test_metrics_fixGravatar Sree Kuchibhotla2016-07-07
| | | | | | | | |\ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #7204 from ctiller/tsan-server-fixGravatar Craig Tiller2016-07-06
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix TSAN failure in tcp_server (shown via qps_openloop_test)
| | | | | | | | | | * | Migrated python performance tests to use GA APIGravatar Ken Payson2016-07-06
| | | | | | | | | | | |
| | * | | | | | | | | | Merge branch 'protobuf-submodule-update' of ↵Gravatar David Garcia Quintas2016-07-06
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/nicolasnoble/grpc into fix_cpp_deps
| | | | | * \ \ \ \ \ \ \ Merge branch 'fix_cpp_deps' of https://github.com/dgquintas/grpc into ↵Gravatar David Garcia Quintas2016-07-06
| | | | | |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | bb_reader_error
| | | | | * | | | | | | | Merge branch 'protobuf-submodule-update' of ↵Gravatar David Garcia Quintas2016-07-06
| | | | | |\ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | https://github.com/nicolasnoble/grpc into bb_reader_error
| | * / | | | | | | | | | Added missing dependencies to grpc++_baseGravatar David Garcia Quintas2016-07-06
| |/ / / / / / / / / / / |/| | | | | | | | | | |
| | * | | | | | | | | | Pinning to protobuf submodule 3.0.0-beta-3.3.Gravatar Nicolas "Pixel" Noble2016-07-07
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #6886 from murgatroid99/ruby_garbage_collection_fixesGravatar kpayson642016-07-06
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | Ruby garbage collection fixes
| | | | * | | | | | | | removed use of __func__ in testGravatar David Garcia Quintas2016-07-06
| | | | | | | | | | | |
| | | | * | | | | | | | Merge branch 'master' of github.com:grpc/grpc into bb_reader_errorGravatar David Garcia Quintas2016-07-06
| | | | |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
| | | | | | | * | | | | Fixing #7182: Change the return status codes according to the documentation.Gravatar Julien Boeuf2016-07-06
| | | | | | | | |_|/ / | | | | | | | |/| | |
* | | | | | | | | | | Merge pull request #7174 from dgquintas/remove_unused_status_code_enum_fileGravatar Nicolas Noble2016-07-06
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | removed unused version of status_code_enum.h
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #7175 from dgquintas/algo_initGravatar Nicolas Noble2016-07-06
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | Initialize variables in surface/call.c
* | | | | | | | | | | | Merge pull request #6791 from soltanmm/painGravatar kpayson642016-07-06
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Make running individual Python tests less painful
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #7197 from kpayson64/port_server_fixGravatar Nicolas Noble2016-07-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change port_server.py to use port 32766
| | | | | | | | * \ \ \ \ \ Merge branch 'complicated-syndrome-of-the-alien-kind' of ↵Gravatar David Garcia Quintas2016-07-02
| | | | | | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/soltanmm/grpc into bb_reader_error
| | | | | | | | * | | | | | | Added test for CGravatar David Garcia Quintas2016-07-02
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #7210 from ctiller/no-more-zookeeperGravatar Nicolas Noble2016-07-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expunge all references to zookeeper
| | | | | | | | | | | | * \ \ \ Merge master into merge-0.14-into-masterGravatar Jorge Canizales2016-07-01
| | | | | | | | | | | | |\ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The protobuf commit conflicted. Resolved to the latest one.
* | | | | | | | | | | | | | | | Merge pull request #6893 from y-zeng/handler_http_responseGravatar Nicolas Noble2016-07-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add http2 status code in error_message if it's not 200
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #7218 from nicolasnoble/contrib-cmakeGravatar Nicolas Noble2016-07-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Contributed cmake project files.
| | | | | | | | | | | | | | * | | | Bump protobuf version to beta-3.3Gravatar Jorge Canizales2016-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It’s just the merge of beta-3.1 and beta-3.2, both of which we need.
| * | | | | | | | | | | | | | | | | Regenerating project files, and adding experimental disclaimer.Gravatar Nicolas "Pixel" Noble2016-07-02
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge remote-tracking branch 'google/master' into contrib-cmakeGravatar Nicolas "Pixel" Noble2016-07-02
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #7162 from dgquintas/interop-cred-flag-fixGravatar David G. Quintas2016-07-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed invalid sentence from interop flag description
| | | | | | | | | | | | | * | | | | | Check Python ByteBuffer reader init statusGravatar Masood Malekghassemi2016-07-01
| |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | Expunge all references to zookeeperGravatar Craig Tiller2016-07-01
| |_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | | | Fix examples to work with local gRPC-CoreGravatar Jorge Canizales2016-07-01
| | | | | | | | | | | | | | | | |