aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #2073 from dgquintas/compression-metadataGravatar Craig Tiller2015-06-19
|\ | | | | Compression metadata
* \ Merge pull request #2132 from soltanmm/whats-up-docGravatar Craig Tiller2015-06-19
|\ \ | | | | | | Clarify behavior of grpc_server_register_completion_queue
* \ \ Merge pull request #2105 from vjpai/poller2Gravatar Craig Tiller2015-06-19
|\ \ \ | | | | | | | | Performance-oriented server refactoring
| * \ \ Merge branch 'master' into poller2Gravatar vjpai2015-06-19
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1577 from ctiller/we-dont-need-no-backupGravatar Nicolas Noble2015-06-19
|\ \ \ \ | | | | | | | | | | Remove backup poller from GRPC core
* \ \ \ \ Merge pull request #2122 from jboeuf/tsi_ssl_npnGravatar Nicolas Noble2015-06-19
|\ \ \ \ \ | | | | | | | | | | | | Adding NPN support if ALPN support is not available.
* \ \ \ \ \ Merge pull request #2072 from jtattermusch/fix_json_rewrite_testGravatar Nicolas Noble2015-06-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix json_rewrite_test CRLF handling
* \ \ \ \ \ \ Merge pull request #2138 from ↵Gravatar Michael Lumish2015-06-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tbetbetbe/grpc-ruby-fix-cancel-after-first-response Corrects the cancel_after_first_response behaviour
| * | | | | | | Corrects the cancel_after_first_response behaviourGravatar Tim Emiola2015-06-19
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - introduces a #wait method on the call operation view - invokes #wait on a Notifier that is created for all operations - ensures the Notifier is invoked if necessary whenever a client request completes - updates the interop_test to use op.wait before checking if the call was cancelled.
| | * | | | | Merge branch 'master' of https://github.com/grpc/grpc into tsi_ssl_npnGravatar Julien Boeuf2015-06-19
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
| | | | | | * Merge branch 'master' of github.com:grpc/grpc into compression-metadataGravatar David Garcia Quintas2015-06-18
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | |
| | | | | * | Clarify behavior of grpc_server_register_completion_queueGravatar Masood Malekghassemi2015-06-18
| |_|_|_|/ / |/| | | | |
| | * | | | Adressing comments.Gravatar Julien Boeuf2015-06-18
| | | | | |
| | | | * | Merge branch 'master' into poller2Gravatar Vijay Pai2015-06-18
| | | | |\ \ | |_|_|_|/ / |/| | | | |
| | | * | | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-18
| | | |\ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: gRPC.podspec tools/doxygen/Doxyfile.core.internal
* | | | | | Merge pull request #2130 from murgatroid99/objective-c-stop-surpressing-warningsGravatar Jorge Canizales2015-06-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | Re-enabled warnings in the gRPC podspec
* \ \ \ \ \ \ Merge pull request #2116 from nicolasnoble/jenkins-clangGravatar Jan Tattermusch2015-06-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Adding clang packages for msan/tsan/asan testing.
| | * | | | | | Re-enabled warnings in the gRPC podspecGravatar murgatroid992015-06-18
| | | | | | | |
* | | | | | | | Merge pull request #2084 from stanley-cheung/php_pecl_extensionGravatar Tim Emiola2015-06-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add package.xml file for pecl extension
| | | | | | | * | Fix scope of a lockGravatar Vijay Pai2015-06-18
| | | | | | | | |
* | | | | | | | | Merge pull request #2125 from jtattermusch/fix_win_read_memory_leakGravatar Nicolas Noble2015-06-18
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | prevent leaking gpr_slice in windows on_read()
| * | | | | | | | prevent leaking gpr_slice in windows on_read()Gravatar Jan Tattermusch2015-06-18
| | | | | | | | |
* | | | | | | | | Merge pull request #2104 from murgatroid99/build_json_add_missing_context.hGravatar Nicolas Noble2015-06-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Added missing but included headers to build.json
| | | * | | | | | | Add package.xml and necessary files for pecl extensionGravatar Stanley Cheung2015-06-18
| |_|/ / / / / / / |/| | | | | | | |
| | | | | | | * | Merge remote-tracking branch 'ctiller-repo/we-dont-need-no-backup' into poller2Gravatar Vijay Pai2015-06-18
| | | | | | | |\ \ | | | | | | | |/ / | | | | | | |/| |
| | | | | | * | | DocsGravatar Craig Tiller2015-06-18
| | | | | | | | |
| | | | | * | | | Adding NPN support if ALPN support is not available.Gravatar Julien Boeuf2015-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - ALPN may not be available: - because OpenSSL does not support it. - because one of the peers does not support it. - Tested manually end to end by forcing TSI_OPENSSL_ALPN_SUPPORT to 0. Also tested if only one of the peers supports ALPN.
| | | * | | | | | Switching from wheezy to jessie.Gravatar Nicolas "Pixel" Noble2015-06-18
| | | | | | | | |
| | | | | | * | | DocsGravatar Craig Tiller2015-06-17
| | | | | | | | |
| | | | | | * | | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-17
| | | | | | |\ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/grpc/compression.h
| | | | | | * | | Docs, formattingGravatar Craig Tiller2015-06-17
| | | | | | | | |
| | | * | | | | | Adding clang packages for msan/tsan/asan testing.Gravatar Nicolas "Pixel" Noble2015-06-18
| | | | | | | | |
* | | | | | | | | Merge pull request #2071 from dgquintas/compression-levelsGravatar Craig Tiller2015-06-17
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | Introduced compression levels as an abstraction for the actual algorithm
* | | | | | | | | Merge pull request #2108 from jcanizales/disallow-started-writersGravatar Michael Lumish2015-06-17
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | Disallow started request writers on GRPCCall init
* | | | | | | | | Merge pull request #2100 from tbetbetbe/grpc-ruby-adjust-rspec-outputGravatar donnadionne2015-06-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Prints test names as ruby tests run
* \ \ \ \ \ \ \ \ \ Merge pull request #2095 from jtattermusch/autobuild_jenkins_dockerfileGravatar Nicolas Noble2015-06-17
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | make sure docker image is up-to-date before each build
| | | * | | | | | | | Disallow started request writers on GRPCCall initGravatar Jorge Canizales2015-06-17
| | | | | | | | | | |
| | | | | | | | | * | Added comments to describe nesting of mutexesGravatar Vijay Pai2015-06-17
| | | | | | | | | | |
| * | | | | | | | | | setting CPPFLAGS breaks openssl buildGravatar Jan Tattermusch2015-06-17
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #2106 from soltanmm/coredocGravatar Craig Tiller2015-06-17
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Document core behavior w.r.t. argument lifetimes
| * | | | | | | | | | | Document core behavior w.r.t. argument lifetimesGravatar Masood Malekghassemi2015-06-17
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also clean up some excess whitespace and make some notes about ownership.
| | | | | | | | | * | Split server lock into 2 pieces: one for call list and one for globalGravatar Vijay Pai2015-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | state (including channels)
| | | | | * | | | | | Added missing but included headers to build.jsonGravatar murgatroid992015-06-17
| | | | | | | | | | |
| | | | | | | | * | | Merge branch 'we-dont-need-no-backup' of github.com:ctiller/grpc into ↵Gravatar Craig Tiller2015-06-17
| | | | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we-dont-need-no-backup
| | | | | | | | * \ \ \ Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-17
| | | | | | | | |\ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #2078 from yang-g/grpc_cli_headersGravatar Nicolas Noble2015-06-17
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Support sending and showing received metadata in grpc_cli
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #1731 from ctiller/you-complete-meGravatar Nicolas Noble2015-06-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | New core shutdown API
| | | * | | | | | | | | | update instructions on picking up failed docker containerGravatar Jan Tattermusch2015-06-17
| | | | | | | | | | | | |
| | | | * | | | | | | | | Prints test names as ruby tests runGravatar Tim Emiola2015-06-17
| | | | | | | | | | | | |
| | | * | | | | | | | | | make sure docker image is up-to-date before each buildGravatar Jan Tattermusch2015-06-17
| | | |/ / / / / / / / /