aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
| | | | | | | | * | | | | fixed minor indent and resubmitGravatar Makarand Dharmapurikar2016-07-08
| | | | | | | | | | | | |
| | | | | * | | | | | | | Fix interop tests on WindowsGravatar Masood Malekghassemi2016-07-08
| | | | | | | | | | | | |
| | | | | * | | | | | | | Make Python tests run on WindowsGravatar Masood Malekghassemi2016-07-08
| | | | | | | | | | | | |
| | | | | * | | | | | | | Build Python distributions standalone for WindowsGravatar Masood Malekghassemi2016-07-08
| | | | | | | | | | | | |
| | | | | * | | | | | | | Patch monkeypatch link function to work in Python3Gravatar Masood Malekghassemi2016-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The modified link command was originally taken from a Python 2.x distutils.
| | | | | * | | | | | | | Make Python build standalone on WindowsGravatar Masood Malekghassemi2016-07-08
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #7260 from kpayson64/ga_performance_testsGravatar kpayson642016-07-08
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrated python performance tests to use GA API
| | | | | | | | | * | | | | addressed feedbackGravatar Makarand Dharmapurikar2016-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using 'using'. Removed unnecessary grpc::string. fixed indentation.
| | | | | | * | | | | | | | Remove unnecessary fcntl module importGravatar Masood Malekghassemi2016-07-08
| | | | | | | | | | | | | |
| | | | | | * | | | | | | | Remove misleading diagnostics messageGravatar Masood Malekghassemi2016-07-08
| |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
| | | | | | | | * | | | | fixes #7219Gravatar Makarand Dharmapurikar2016-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modified objc plugin to add two types of import statements for well known protos. Deleted unnecessary empty.proto as we'll be using wellknown empty.proto Modified test to use the well known empty.proto.
* | | | | | | | | | | | | 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
| | | | | | | | | | | | * \ \ \ \ Merge branch 'master' into ruby_api_review_changesGravatar murgatroid992016-07-08
| | | | | | | | | | | | |\ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | | | Revert changes to SingleReqView and MultiReqViewGravatar murgatroid992016-07-08
| | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | fetch and fix conflictGravatar thinkerou2016-07-08
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | 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
| |_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | | | Split incoming initial and trailing metadata in Ruby callsGravatar murgatroid992016-07-07
| | | | | | |_|_|_|_|_|/ / / / / | | | | | |/| | | | | | | | | |
| | | | | | | | | | * | | | | | Fix _Rendezvous.exception for successful callsGravatar Nathaniel Manista2016-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
| | | | | | | | | | | | | |
| | | | | | | | | * | | | | Make handlers optional at server constructionGravatar 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
| | | | | | | * | | | | | Reduce default max message sizeGravatar Craig Tiller2016-07-07
| |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
| | | | | | | | | | * | Add arm_arch.h back to fix compilation for devicesGravatar Jorge Canizales2016-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 pull request #7224 from nathanielmanistaatgoogle/rendezvous-exceptionGravatar kpayson642016-07-06
| | | | | | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix _Rendezvous.exception for successful calls
| | | * | | | | | | | \ \ \ Merge branch 'fix_cpp_deps' of https://github.com/dgquintas/grpc into ↵Gravatar David Garcia Quintas2016-07-06
| | | |\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | bb_reader_error
* | | | | | | | | | | | | | 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
| | | | |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | |
| | | | | | | | | | * | | | | Remove unused fileGravatar yang-g2016-07-06
| |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | |
| | | | | | * | | | | | | | Fixing #7182: Change the return status codes according to the documentation.Gravatar Julien Boeuf2016-07-06
| | | | | | | |/ / / / / / | | | | | | |/| | | | | |
* | | | | | | | | | | | | 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
| | | | | | | | | * | | | | Add Node health check generated code and license filesGravatar murgatroid992016-07-06
| | | | | | | | | | | | | |
| | | | | | * | | | | | | | 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
| | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | Fix _Rendezvous.exception for successful callsGravatar Nathaniel Manista2016-07-02
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * ProtoCompiler podspecGravatar Jorge Canizales2016-07-01
| | | | | | | | | |_|_|_|_|/ | | | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Still needed: - Make it build protoc if it’s not in the root (i.e. if we're developing locally) - Put the gRPC plugin in the GitHub release page, and add a podspec for it that does the same
* | | | | | | | | | | | | | Merge pull request #7210 from ctiller/no-more-zookeeperGravatar Nicolas Noble2016-07-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expunge all references to zookeeper