aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | | | | | | | | | * | | | | | | Add a "transport" field to links.TicketGravatar Nathaniel Manista2015-08-24
| |_|_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will be used for communication of transport-specific values and objects up to applications.
| | | | | | | | | | | | | * | | | Four small bugfixesGravatar Nathaniel Manista2015-08-24
| |_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) In grpc._links.service._Kernel.add_ticket, premetadata() the call if it has not already been premetadataed for any non-None ticket termination, not just links.Ticket.Termination.COMPLETION. (2) In grpc.framework.core._reception, add an entry to _REMOTE_TICKET_TERMINATION_TO_LOCAL_OUTCOME for REMOTE_FAILURE. REMOTE_FAILURE on a received ticket indicates the remote side of the operation blaming the local side for operation abortion. (3) In grpc.framework.core._reception.ReceptionManager._abort, only abort the operation's other managers if the operation has not already terminated, as indicated by the "outcome" attribute of the TerminationManager. (4) In grpc.framework.core._reception.ReceptionManager._abort, don't transmit the outcome to the other side of the operation. Either it came from the other side in the first place and to send it back would be telling the other side something it already knows, or it arose from a network failure and there's no confidence that it would reach the other side.
| | | | | * | | | | | | | | | | Remove accidental dependency on zookeeper in shutdown_testGravatar Craig Tiller2015-08-24
| | | | | | |_|_|_|_|_|_|_|_|/ | | | | | |/| | | | | | | | |
| | | | | | | * | | | | | | | Eliminate public thread-pool interfaceGravatar Vijay Pai2015-08-24
| |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | |
| | | | | | | * | | | | | | Move the default roots check before allocationGravatar yang-g2015-08-24
| |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | The face interface of RPC Framework.Gravatar Nathaniel Manista2015-08-24
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the public API of the old face package of RPC Framework extracted into a first-class interface and adapted to metadata, status, and flow control.
* | | | | | | | | | | | Merge pull request #3029 from jtattermusch/csharp_responseheaders_and_testsGravatar Jan Tattermusch2015-08-24
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | | c# response headers support and code simplification
* | | | | | | | | | | | Merge pull request #2968 from nathanielmanistaatgoogle/nathaniel-coreGravatar Masood Malekghassemi2015-08-23
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | The RPC Framework core package.
| | * | | | | | | | | | | revert AssemblyInfo.csGravatar Jan Tattermusch2015-08-21
| | | | | | | | | | | | |
| | * | | | | | | | | | | fix stylecop issuesGravatar Jan Tattermusch2015-08-21
| | | | | | | | | | | | |
| | * | | | | | | | | | | support for reading response headers on client sideGravatar Jan Tattermusch2015-08-21
| | | | | | | | | | | | |
| | * | | | | | | | | | | simplify stream reads on client sideGravatar Jan Tattermusch2015-08-21
| | | | | | | | | | | | |
| | * | | | | | | | | | | reading of response headers for unary response callsGravatar Jan Tattermusch2015-08-21
| | | | | | | | | | | | |
| | * | | | | | | | | | | introduce INativeCall interface to simplify testingGravatar Jan Tattermusch2015-08-21
| |/ / / / / / / / / / / |/| | | | | | | | | | |
| | | * | | | | | | | | Merge github.com:grpc/grpc into y12kdm3Gravatar Craig Tiller2015-08-21
| | | |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| | | * | | | | | | | | prettify commentGravatar Craig Tiller2015-08-21
| | | | | | | | | | | |
| | | | | | | | | * | | split stream.h into sync_stream.h and async_stream.hGravatar yang-g2015-08-21
| | | | | | | | | | | |
| | | | | | | | | * | | headers reorgGravatar yang-g2015-08-21
| | | | | | | | |/ / /
| * | | | | | | | | | Add new core tests to run_tests/run_python.shGravatar Masood Malekghassemi2015-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tests don't currently get discovered by py.test due to their use of the Python 2.7+ load_tests protocol.
* | | | | | | | | | | Merge pull request #3000 from murgatroid99/node_server_creds_multiple_pairsGravatar Tim Emiola2015-08-21
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Allow Node server credentials to have multiple key/cert pairs
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #3023 from yang-g/node_healthGravatar Michael Lumish2015-08-21
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Update node health check service
| | | * | | | | | | | | | The RPC Framework core package.Gravatar Nathaniel Manista2015-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the second generation of the old base package (framework.base) and implements the translation between the new links and base interfaces.
| * | | | | | | | | | | | regenerate projectsGravatar yang-g2015-08-21
| | | | | | | | | | | | |
| * | | | | | | | | | | | Update node health check serviceGravatar yang-g2015-08-21
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #3017 from stanley-cheung/php_update_gen_code_testGravatar Michael Lumish2015-08-21
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | PHP: update codegen, client now extends basestub
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #3018 from jtattermusch/get_rid_of_shutdownGravatar Michael Lumish2015-08-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | C# fixes and beta API polishing
| | | | | | | | * | | | | | Added C API functions for compression args handling (w/ tests)Gravatar David Garcia Quintas2015-08-21
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | implement timeout_on_sleeping_server interop testGravatar Jan Tattermusch2015-08-20
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | get rid of explicit GrpcEnvironment.Shutdown()Gravatar Jan Tattermusch2015-08-20
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #3013 from ↵Gravatar Michael Lumish2015-08-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tbetbetbe/grpc-ruby-support-per-message-compression Adds support for per message compression
| | | | | | | * | | | | | Add cancel_all_calls to Python serverGravatar Masood Malekghassemi2015-08-20
| |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also format _low_test.py to fit within the 80 character fill-limit and re-style test assertions.
| | * | | | | | | | | | php: add tests for waitForReadyGravatar Stanley Cheung2015-08-20
| | | | | | | | | | | |
| | | | | | | * | | | | Update grpc.hGravatar David G. Quintas2015-08-20
| | | | | | | | | | | |
| | * | | | | | | | | | php: update codegen, client now extends basestubGravatar Stanley Cheung2015-08-20
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #2988 from madongfly/backoffGravatar Eric Anderson2015-08-20
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add backoff reset spec to the Connection Backoff Protocol
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #2973 from yang-g/reconnect_interop_specGravatar Eric Anderson2015-08-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | update reconnection interop spec
| | | | | | | | * | | | | Expanded grpc_server_request_call's docstringGravatar David G. Quintas2015-08-20
| |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | |
| | | | | | | | | * | | fix shutdown_testGravatar yang-g2015-08-20
| | | | | | | | | | | |
| | | | | | | | | * | | Merge remote-tracking branch 'upstream/master' into docsGravatar yang-g2015-08-20
| | | | | | | | | |\ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #2997 from jtattermusch/metadata_polishingGravatar Michael Lumish2015-08-20
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | metadata polishing
| | | | * | | | | | | | | Adds support for per message compressionGravatar Tim Emiola2015-08-20
| | | | | | | | | | | | |
| | | | | | | | | | * | | regenerate projectsGravatar yang-g2015-08-20
| | | | | | | | | | | | |
| | | | | | | | | | * | | Merge remote-tracking branch 'upstream/master' into docsGravatar yang-g2015-08-20
| | | | | | | | | | |\ \ \ | |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | |
| | | | | | | | | | * | | Make Channel ctor privateGravatar yang-g2015-08-20
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #2999 from murgatroid99/node_test_fixesGravatar Tim Emiola2015-08-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stop dereferencing an optional parameter without checking it
| | | | | | | | | | | | | * sockaddr_resolver now supports comma-separated list of IPsGravatar David Garcia Quintas2015-08-20
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
| | | | | | | | | | | * | remove internal_stubGravatar yang-g2015-08-20
| | | | | | | | | | | | |
| | | | | | | | | | | * | Fix server side and generic stubGravatar yang-g2015-08-20
| | | | | | | | | | | | |
| | | | | | | | | | | * | make registermethod privateGravatar yang-g2015-08-20
| | | | | | | | | | | | |
| | | | | | | | | | * | | commentGravatar David Garcia Quintas2015-08-20
| | | | | | | | | | | | |