aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #2165 from nicolasnoble/backup-poller-broke-meGravatar Craig Tiller2015-06-23
|\ | | | | Fixing Windows port after the removal of the backup poller.
* \ Merge pull request #2175 from yang-g/constnessGravatar Craig Tiller2015-06-23
|\ \ | | | | | | Add const to ByteBuffer methods and add tests
* \ \ Merge pull request #2173 from nicolasnoble/don-t-recurse-locksGravatar Craig Tiller2015-06-23
|\ \ \ | | | | | | | | Fixing recursive locking under Windows.
| | * | proper init const char *Gravatar yang-g2015-06-22
| | | |
* | | | Merge pull request #2170 from ctiller/metadata-docsGravatar David G. Quintas2015-06-22
|\ \ \ \ | | | | | | | | | | Add metadata batch documentation
* \ \ \ \ Merge pull request #2166 from dgquintas/fix_compress_enum_parsing_winGravatar Nicolas Noble2015-06-22
|\ \ \ \ \ | | | | | | | | | | | | Fixed warning while parsing compression enum bytes.
| | | * | | Fixing recursive locking under Windows.Gravatar Nicolas "Pixel" Noble2015-06-23
| |_|/ / / |/| | | | | | | | | | | | | | Shutting down is synchronous under Windows, so we don't want to do that while holding a lock.
| | | * | Add const to ByteBuffer methods and add testsGravatar Yang Gao2015-06-22
| | | | |
| | | | * Fixing Windows port after the removal of the backup poller.Gravatar Nicolas Noble2015-06-23
| | | | | | | | | | | | | | | | | | | | With the backup poller gone, the caller of grpc_pollset_work is expecting it to sleep. Aligning the behavior of the Windows port with the behavior of the Posix port.
| | * | | Add metadata batch documentationGravatar Craig Tiller2015-06-22
| | | | |
* | | | | Merge pull request #2164 from ctiller/all-my-little-snowflakesGravatar Nicolas Noble2015-06-22
|\ \ \ \ \ | | | | | | | | | | | | Fix flaky test
* \ \ \ \ \ Merge pull request #2158 from murgatroid99/generated_files_info_messageGravatar Nicolas Noble2015-06-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | Generated files info message
* \ \ \ \ \ \ Merge pull request #2142 from murgatroid99/core_json_conversion_warningsGravatar Nicolas Noble2015-06-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixed integer conversion warnings in src/core/json
* \ \ \ \ \ \ \ Merge pull request #2168 from ctiller/dont-do-nothing-infinite-timesGravatar David G. Quintas2015-06-22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Dont do nothing for eternity
* \ \ \ \ \ \ \ \ Merge pull request #2154 from jcanizales/fix-build-jsonGravatar Craig Tiller2015-06-22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add pollset_set.h to build.json
| | * | | | | | | | Dont do nothing for eternityGravatar Craig Tiller2015-06-22
| | | |_|_|_|_|_|/ | | |/| | | | | |
* | | | | | | | | Merge pull request #2047 from grpc/jtattermusch-patch-3Gravatar Craig Tiller2015-06-22
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | Update grpc.h comments for grpc_call thread safety
| | | | | | | * | Fixed warning while parsing compression enum bytes.Gravatar David Garcia Quintas2015-06-22
| |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Merge branch 'master' of github.com:grpc/grpc into jtattermusch-patch-3Gravatar Jan Tattermusch2015-06-22
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #2160 from ctiller/no-point-for-an-object-hereGravatar Yang Gao2015-06-22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Use a character literal instead of grpc::string
| | | | | | | * | Fix flaky testGravatar Craig Tiller2015-06-22
| | | | | |_|/ / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Assertation could be false if the server responds quickly enough (it's unlikely to). Removing the assert does not change the nature of the test.
* | | | | | | | Merge pull request #2123 from jboeuf/ssl_auth_context_fixGravatar Yang Gao2015-06-22
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Fixing ssl auth context.
| | * | | | | | Use a character literal instead of grpc::stringGravatar Craig Tiller2015-06-22
| | | | | | | |
| | | * | | | | clarify grpc_call_start_batch thread safety.Gravatar Jan Tattermusch2015-06-22
| | | | | | | |
| | | | | | * | Regenerated filesGravatar murgatroid992015-06-22
| | | | | | | |
| | | | | | * | Added info about regenerating files to Makefile and BUILD templatesGravatar murgatroid992015-06-22
| | | | | | | |
| | | | | | * | Added generated file info and copyright notice to podspec templateGravatar murgatroid992015-06-22
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #2152 from ctiller/fix-the-pointy-seaGravatar Jan Tattermusch2015-06-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Always use the first status code received
* \ \ \ \ \ \ \ Merge pull request #2156 from jcanizales/fix-garbage-flagsGravatar Michael Lumish2015-06-22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Ensure op flags don't have garbage from malloc
* \ \ \ \ \ \ \ \ Merge pull request #2136 from dgquintas/unconst-reporterGravatar Vijay Pai2015-06-22
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | Removed const-ness from Reporter interface methods
| | | | * | | | | Merge branch 'master' of https://github.com/grpc/grpc into ssl_auth_context_fixGravatar Julien Boeuf2015-06-22
| | | | |\ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| | * | | | | | | Document why a grpc_op ivar, and the role of -finishGravatar Jorge Canizales2015-06-21
| | | | | | | | |
| | * | | | | | | Simplify GRPCOps implementationsGravatar Jorge Canizales2015-06-21
| | | | | | | | |
| | * | | | | | | Output call_error numberGravatar Jorge Canizales2015-06-21
| | | | | | | | |
| | * | | | | | | Ensure op flags don't have garbage from mallocGravatar Jorge Canizales2015-06-21
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | And free ops_array that was leaking.
| | | | | | * | Add pollset_set.h to build.jsonGravatar Jorge Canizales2015-06-20
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #2153 from ctiller/tools-are-people-tooGravatar Nicolas Noble2015-06-19
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Ensure tools are built during run_tests runs
| * | | | | | Ensure tests are built during run_tests runsGravatar Craig Tiller2015-06-19
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | The issue remains that we don't test our tools, but at least we test that they compile.
| | * / / / Always use the first status code receivedGravatar Craig Tiller2015-06-19
| |/ / / / |/| | | |
| | | | * Fixed incorrect functional changeGravatar murgatroid992015-06-19
| | | | |
* | | | | 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
| | | | | | | | | | * Fixed conversion warnings in src/core/jsonGravatar murgatroid992015-06-19
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | 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.