aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-26
|\
| * Merge pull request #3046 from nathanielmanistaatgoogle/defectGravatar Masood Malekghassemi2015-08-25
| |\ | | | | | | Use a custom exception in test_control
| * \ Merge pull request #3047 from nathanielmanistaatgoogle/statusGravatar Masood Malekghassemi2015-08-25
| |\ \ | | | | | | | | Status code conformance in grpc._links
| * \ \ Merge pull request #3051 from jtattermusch/csharp_docsGravatar Michael Lumish2015-08-25
| |\ \ \ | | | | | | | | | | C# add generated docs
| * \ \ \ Merge pull request #3011 from dgquintas/comma-separated-ipsGravatar Craig Tiller2015-08-25
| |\ \ \ \ | | | | | | | | | | | | sockaddr_resolver now supports comma-separated list of IPs
| * \ \ \ \ Merge pull request #3049 from murgatroid99/objc_disable_udp_errorGravatar Craig Tiller2015-08-25
| |\ \ \ \ \ | | | | | | | | | | | | | | Made udp_server.c compile for iOS
| * \ \ \ \ \ Merge branch 'master' of github.com:grpc/grpc into cpp_string_refGravatar Julien Boeuf2015-08-24
| |\ \ \ \ \ \
| * | | | | | | Adding grpc::string_ref class.Gravatar Julien Boeuf2015-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Strict subset of http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3442.html - Useful to avoid unnecessary string copies.
| | | | | | | * Use a custom exception in test_controlGravatar Nathaniel Manista2015-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use of ValueError is too easily misconstrued as an actual defect in the system under test.
| | * | | | | | Merge pull request #3038 from nathanielmanistaatgoogle/four-fixesGravatar Masood Malekghassemi2015-08-24
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Four small Python bugfixes
| | * \ \ \ \ \ \ Merge pull request #3045 from nathanielmanistaatgoogle/parameter-reassignmentGravatar Masood Malekghassemi2015-08-24
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix parameter reassignment defect
| | * \ \ \ \ \ \ \ Merge pull request #3040 from nathanielmanistaatgoogle/faceGravatar Masood Malekghassemi2015-08-24
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | A test suite for the RPC Framework Face interface
| | | | | | | | | * | Status code conformance in grpc._linksGravatar Nathaniel Manista2015-08-25
| | | | | | | | | | |
| | | * | | | | | | | A test suite for the RPC Framework Face interfaceGravatar Nathaniel Manista2015-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While a full Cartesian product across all variables isn't yet present this is still reasonably comprehensive.
| | | | | | | | * | | polishing public docsGravatar Jan Tattermusch2015-08-24
| | | | | | | | | | |
| | | | | | * | | | | Made udp_server.c compile for iOSGravatar murgatroid992015-08-24
| | | | | | | |_|/ / | | | | | | |/| | |
| | * | | | | | | | Fix merge failuresGravatar yang-g2015-08-24
| | | | | | | | | |
| | * | | | | | | | merge with headGravatar yang-g2015-08-24
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | |
| | | | | | | * | | Merge pull request #3008 from yang-g/docsGravatar David G. Quintas2015-08-24
| | | | |_|_|/| | | | | | |/| | | | | | | | | | | | | | | | Remove ChannelInterface and replace it with Channel
| | | | | | | | | * make unneeded API internal-only, update docsGravatar Jan Tattermusch2015-08-24
| | | | | | | | | |
| | | * | | | | | | Merge pull request #3039 from nathanielmanistaatgoogle/transport-objectsGravatar Masood Malekghassemi2015-08-24
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add a "transport" field to links.Ticket
| | | | | | * | | | | Fix parameter reassignment defectGravatar Nathaniel Manista2015-08-24
| | | | |_|/ / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | This defect was introduced in 515b0a93526a.
| | | * | | | | | | Merge pull request #3010 from dgquintas/head_vs_tailsGravatar Craig Tiller2015-08-24
| | | |\ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | | Assert http2 header ordering
| | | | | | | | * | merge with head and resolve conflictsGravatar yang-g2015-08-24
| | | | | | | | |\ \
| | | * | | | | | \ \ Merge pull request #3034 from yang-g/sec_conn_leakGravatar jboeuf2015-08-24
| | | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / | | | |/| | | | | | | Move the default roots check before allocation
| | | * | | | | | | | Merge branch 'master' into frayGravatar Vijay Pai2015-08-24
| | | |\ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ Merge pull request #3019 from dgquintas/channel_args_compressionGravatar Yang Gao2015-08-24
| | | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Added C API functions for compression args handling (w/ tests)
| | | | * \ \ \ \ \ \ \ \ Merge pull request #2969 from soltanmm/gravity-wellGravatar Nathaniel Manista2015-08-24
| | | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add cancel_all_calls to Python server.
| | | | * \ \ \ \ \ \ \ \ \ Merge pull request #2818 from ctiller/y12kdm3Gravatar Vijay Pai2015-08-24
| | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a test of non-blocking API behavior
| | | | * \ \ \ \ \ \ \ \ \ \ Merge pull request #3007 from jboeuf/core_md_processor_fixesGravatar Craig Tiller2015-08-24
| | | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|/ / / / | | | | |/| | | | | | | | | | Have a richer interface for auth metadata processors.
| | | | | | | | | | * | | | | Merge branch 'master' of github.com:grpc/grpc into head_vs_tailsGravatar David Garcia Quintas2015-08-24
| | | | | | | | | | |\ \ \ \ \ | | | | | |_|_|_|_|_|/ / / / / | | | | |/| | | | | | | | | |
| | | | | | | | | | | | | | * Merge branch 'master' of github.com:grpc/grpc into comma-separated-ipsGravatar David Garcia Quintas2015-08-24
| | | | | | | | | | | | | | |\ | | | | | |_|_|_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | | |
| | | | | | | | * | | | | | | Merge branch 'master' of github.com:grpc/grpc into channel_args_compressionGravatar David Garcia Quintas2015-08-24
| | | | | | | | |\ \ \ \ \ \ \ | | | | | |_|_|_|/ / / / / / / | | | | |/| | | | | | | | | |
| | | | | | | | * | | | | | | Improvements to the grpc_channel_args_compression_algorithm_set_state apiGravatar David Garcia Quintas2015-08-24
| | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | 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.
| | | * | | | | | | | / / / 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
| | | | | | | | | | | |