aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* 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 #3055 from vjpai/UGravatar Craig Tiller2015-08-25
|\ \ \ \ | | | | | | | | | | Make certain constants unsigned to avoid triggering -Wsign-compare
| * | | | Make certain constants unsigned to please compiler on MacGravatar vjpai2015-08-25
|/ / / /
* | | | 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 pull request #3053 from jboeuf/cpp_string_refGravatar Craig Tiller2015-08-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | Adding grpc::string_ref class
| * | | | | | Fixing tests.Gravatar Julien Boeuf2015-08-25
| | | | | | |
| * | | | | | Fixing buildgen output.Gravatar Julien Boeuf2015-08-25
| | | | | | |
| * | | | | | 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.
| | | | | | | * | | added generated docsGravatar Jan Tattermusch2015-08-24
| | | | | | | | | |
| | | | | | | * | | polishing public docsGravatar Jan Tattermusch2015-08-24
| | | | | | | | | |
* | | | | | | | | | Merge pull request #3028 from yang-g/header_rearrangeGravatar Craig Tiller2015-08-24
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | Header rearrangement
| | | | | | * | | | Made udp_server.c compile for iOSGravatar murgatroid992015-08-24
| |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Fix merge failuresGravatar yang-g2015-08-24
| | | | | | | | |
| * | | | | | | | regenerate projectsGravatar 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 #3015 from grpc/docsdocsdocsGravatar Craig Tiller2015-08-24
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Expanded grpc_server_request_call's docstring
| * | | | | | | | | | Added some clarificationGravatar Craig Tiller2015-08-24
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #3034 from yang-g/sec_conn_leakGravatar jboeuf2015-08-24
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | Move the default roots check before allocation
* | | | | | | | | | | Merge pull request #3037 from vjpai/frayGravatar Craig Tiller2015-08-24
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Eliminate public thread-pool interface
| * \ \ \ \ \ \ \ \ \ \ 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 #3036 from ctiller/build-cleanupGravatar Yang Gao2015-08-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove accidental dependency on zookeeper in shutdown_test
* \ \ \ \ \ \ \ \ \ \ \ \ \ 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
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #3032 from nathanielmanistaatgoogle/faceGravatar Masood Malekghassemi2015-08-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The (new) face interface of RPC Framework.
| | | | | | | | | | | * | | | | | 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
| |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | |