aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Sign conversion fixesGravatar Craig Tiller2015-09-10
|
* Merge pull request #3080 from soltanmm/docfixGravatar Nathaniel Manista2015-08-26
|\ | | | | Temporary fix on Python doc to alleviate confusion.
| * Temporary fix on Python doc to alleviate confusionGravatar Masood Malekghassemi2015-08-26
| | | | | | | | cc grpc/grpc-common#274, #2896
* | Merge pull request #3044 from ↵Gravatar Masood Malekghassemi2015-08-26
|\ \ | | | | | | | | | | | | nathanielmanistaatgoogle/no-such-method-code-and-message Add code and message to base.NoSuchMethodError
* | | Add ostream support for string_refGravatar Craig Tiller2015-08-26
| | |
* | | Merge pull request #3065 from yang-g/string_refGravatar Craig Tiller2015-08-26
|\ \ \ | | | | | | | | Use string_ref for incoming metadata
* \ \ \ Merge pull request #3048 from maxwell-demon/timespecGravatar Craig Tiller2015-08-26
|\ \ \ \ | | | | | | | | | | Move core/profiling/timers_preciseclock.h to core/support/ such that we
* \ \ \ \ Merge pull request #3035 from ctiller/naming-crisisGravatar David G. Quintas2015-08-25
|\ \ \ \ \ | |_|_|_|/ |/| | | | Refactor default host name resolution
| | * | | Merge remote-tracking branch 'upstream/master' into timespecGravatar Hongyu Chen2015-08-25
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | Merge pull request #3021 from ctiller/reject-the-stuffsGravatar Yang Gao2015-08-25
|\ \ \ \ \ | | | | | | | | | | | | Outlaw illegal metadata characters
| | | * \ \ Merge remote-tracking branch 'upstream/master' into timespecGravatar Hongyu Chen2015-08-25
| | | |\ \ \ | |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #3059 from soltanmm/timeoutGravatar Nathaniel Manista2015-08-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add per-test timeouts to Python test harness.
| | | | | * \ Merge remote-tracking branch 'upstream/master' into string_refGravatar yang-g2015-08-25
| | | | | |\ \ | |_|_|_|_|/ / |/| | | | | |
| | | * | | | Merge github.com:grpc/grpc into naming-crisisGravatar Craig Tiller2015-08-25
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #3043 from murgatroid99/objc_kvo_complianceGravatar Michael Lumish2015-08-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Test KVO compliance for call.responseHeaders
| | * | | | | | Add global per-test timeout to Python test harnessGravatar Masood Malekghassemi2015-08-25
| | | | | | | |
| | | | * | | | Merge github.com:grpc/grpc into naming-crisisGravatar Craig Tiller2015-08-25
| | | | |\ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| | | | | | * | Merge remote-tracking branch 'upstream/master' into string_refGravatar yang-g2015-08-25
| | | | | | |\ \ | |_|_|_|_|_|/ / |/| | | | | | |
| | | | * | | | Assert uri not null betterGravatar Craig Tiller2015-08-25
| | | | | | | |
| | | | | | * | implGravatar yang-g2015-08-25
| | | | | | | |
* | | | | | | | Merge pull request #2945 from maxwell-demon/masterGravatar Alistair Veitch2015-08-25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Re-install census_filters
* \ \ \ \ \ \ \ \ Merge pull request #3063 from jtattermusch/windows_server_memory_leakGravatar Craig Tiller2015-08-25
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | Fix gpr_slice leak in server on connection reset
| | | | | * | | | Assert uri not nullGravatar Craig Tiller2015-08-25
| | | | | | | | |
| * | | | | | | | fix gpr_slice leak in server on connection resetGravatar Jan Tattermusch2015-08-25
| | | | | | | | |
| | | | | * | | | Add commentsGravatar Craig Tiller2015-08-25
| | | | | | | | |
| | | | | * | | | Respond to reviewGravatar Craig Tiller2015-08-25
| | | | | | | | |
| | | | | | | * | remove constexpr since gcc 4.4 or vs2010 does not support itGravatar yang-g2015-08-25
| |_|_|_|_|_|/ / |/| | | | | | |
| | | | | * | | Use SSL override as a default host name if none is specifiedGravatar Craig Tiller2015-08-25
| | | | | | | |
| | | | | | * | Update include path of core/profiling/basic_timers.cGravatar Hongyu Chen2015-08-25
| | | | | | | |
* | | | | | | | 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
| | | | | | * | | | Drop whitespace from Python test metadata keysGravatar Nathaniel Manista2015-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whitespace is now disallowed in metadata keys.
* | | | | | | | | | 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 github.com:grpc/grpc into naming-crisisGravatar Craig Tiller2015-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.
| | | | | | | | | | | | * Add code and message to base.NoSuchMethodErrorGravatar Nathaniel Manista2015-08-25
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is part of support for applications being able to respond to RPCs with unrecognized names with specific codes and messages.
| * | | | | | | | | | | 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
| | | | | | |_|/ / / / / / / | | | | | |/| | | | | | | |
| | | | | | | | | | | | | * Move core/profiling/timers_preciseclock.h to core/support/ such that weGravatar Hongyu Chen2015-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | have a gpr public function which returns cycle clock.
| * | | | | | | | | | | | | Fix merge failuresGravatar yang-g2015-08-24
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | merge with headGravatar yang-g2015-08-24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | |