aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | | | Merge pull request #2756 from jtattermusch/csharp_channel_stateGravatar Jan Tattermusch2015-08-04
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | C# Improving Channel API
| * | | | | | | | | | | | | watch connectivity state API has changed in the meantimeGravatar Jan Tattermusch2015-08-04
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | add DefaultAuthority constant to channel optionsGravatar Jan Tattermusch2015-08-04
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | expose Channel.Target propertyGravatar Jan Tattermusch2015-08-04
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | use NULL for default host in grpc_channel_call_createGravatar Jan Tattermusch2015-08-04
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | add HealthCheck tests to run_tests.pyGravatar Jan Tattermusch2015-08-04
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Added channel state APIGravatar Jan Tattermusch2015-08-04
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | tolerate occasional StatusCode.Internal on timeoutGravatar Jan Tattermusch2015-08-04
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #2779 from jtattermusch/properly_decrement_active_portsGravatar Nicolas Noble2015-08-04
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Properly decrement active_ports on server shutdown on Win.
| * | | | | | | | | | | | | clarified comment and silenced error logGravatar Jan Tattermusch2015-08-04
| | | | | | | | | | | | | |
| | | | | | | | | | | | * | Merge branch 'primary-goat-whisperer' into the-test-be-sleepyGravatar Craig Tiller2015-08-04
| | | | | | | | | | | | |\ \ | | | | | | | | | | | | |/ / | | | | | | | | | | | |/| |
| | | | | | | | | | | * | | Back-out unnecessary changeGravatar Craig Tiller2015-08-04
| | | | | | | | | | | | | |
| | | | | | | | | | | | * | Merge branch 'primary-goat-whisperer' into the-test-be-sleepyGravatar Craig Tiller2015-08-04
| | | | | | | | | | | | |\ \ | | | | | | | | | | | | |/ / | | | | | | | | | | | |/| |
| | | | | | | | | | | * | | Merge branch 'primary-goat-whisperer' of github.com:ctiller/grpc into ↵Gravatar Craig Tiller2015-08-04
| | | | | | | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | primary-goat-whisperer
| | | | | | | | | | | * \ \ \ Merge branch 'plucking-hell' into primary-goat-whispererGravatar Craig Tiller2015-08-04
| | | | | | | | | | | |\ \ \ \ | | | | | | | | | | |_|/ / / / | | | | | | | | | |/| | | | |
| | | | | | | | | * | | | | | Update commentGravatar Craig Tiller2015-08-04
| | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | Merge github.com:grpc/grpc into plucking-hellGravatar Craig Tiller2015-08-04
| | | | | | | | | |\ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #2782 from cblichmann-google/masterGravatar Craig Tiller2015-08-04
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use an unsigned pointer compare, as the highest bit may sometimes be set.
| * | | | | | | | | | | | | | | Change cast to avoid warningGravatar Christian Blichmann2015-08-04
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Use an unsigned pointer compare, as the highest bit may sometimes be set.Gravatar Christian Blichmann2015-08-04
|/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes intermittent connection issues on 32-bit Linux. Also related to issues #2557 and #2600.
| * | | | | | | | | | | | | | properly decrement active_portsGravatar Jan Tattermusch2015-08-03
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #2774 from jcanizales/diagnose-jenkinsGravatar Michael Lumish2015-08-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Have the tests preferably use the protoc compiled by make.
| * | | | | | | | | | | | | | | Formatting and documentationGravatar Jorge Canizales2015-08-03
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Use the protoc made when one isn’t yet installedGravatar Jorge Canizales2015-08-03
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #2772 from nicolasnoble/don-t-commit-cache-filesGravatar Michael Lumish2015-08-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding a sanity check that the cached makefile variables aren't committed.
| * | | | | | | | | | | | | | | | Adding a sanity check that the cached makefile variables aren't committed.Gravatar Nicolas "Pixel" Noble2015-08-04
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #2769 from grpc/make_vs2010_happyGravatar Nicolas Noble2015-08-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix compilation under VS 2010
| * | | | | | | | | | | | | | | | Fix compilation under VS 2010Gravatar Jan Tattermusch2015-08-03
|/ / / / / / / / / / / / / / / /
| | | | | | | | | | | | | | | * merge with head and resolve conflictsGravatar yang-g2015-08-03
| | | | | | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #2766 from ctiller/alpnrgggGravatar Yang Gao2015-08-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix alpn_test
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #2702 from yang-g/peeraddrGravatar Vijay Pai2015-08-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add accessor peer() in ClientContext and ServerContext
| | | | | | | | | | | * | | | | | | Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_portGravatar Craig Tiller2015-08-03
| |_|_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Fix alpn_testGravatar Craig Tiller2015-08-03
| |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #2683 from murgatroid99/node_explicit_insecure_serverGravatar Abhishek Kumar2015-08-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made binding a server to a port insecurely explicit
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #2762 from jcanizales/do-camelcase-rightGravatar Michael Lumish2015-08-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | Make FileNameInUpperCamel aware of directories
| | | | | | | | | | | | | | | * | Fix edge cases resulting in close not being sentGravatar Craig Tiller2015-08-03
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * | Re-enable all the testsGravatar Craig Tiller2015-08-03
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #2743 from ctiller/ampidextrous-parrotGravatar Eric Anderson2015-08-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch ALPN/NPN to advertise only h2
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #2753 from jcanizales/small-fixesGravatar Michael Lumish2015-08-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small fixes
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #2751 from ctiller/alphanumeric-juju-fishGravatar Michael Lumish2015-08-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove optional parameter from watch connectivity state
| | | | | | | | | | | | | | | | | | * \ Merge branch 'plucking-hell' into the-test-be-sleepyGravatar Craig Tiller2015-08-03
| | | | | | | | | | | | | | | | | | |\ \ | | | | | | | | | | | | | | | | |_|_|/ / | | | | | | | | | | | | | | | |/| | | |
| | | | | | | | | | | | | | | * | | | | Fix typoGravatar Craig Tiller2015-08-03
| | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | * | Merge branch 'plucking-hell' into the-test-be-sleepyGravatar Craig Tiller2015-08-03
| | | | | | | | | | | | | | | | | | |\ \ | | | | | | | | | | | | | | | | |_|_|/ / | | | | | | | | | | | | | | | |/| | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #2737 from jtattermusch/enable_new_interop_testsGravatar Stanley Cheung2015-08-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | Enable oauth2_auth_token and per_rpc_creds interop tests for C#
| | | | | | | | * | | | | | | | | | | | Reactivate Cocoapods error outputGravatar Jorge Canizales2015-08-02
| | | | | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | | | Fail early and explicitly if protoc, pod, or xcodebuild are missingGravatar Jorge Canizales2015-08-02
| |_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | Make FileNameInUpperCamel aware of directoriesGravatar Jorge Canizales2015-08-02
| |_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | polishing runtestsGravatar Jan Tattermusch2015-08-01
| |_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Update doc in GRPCCompletionQueue.hGravatar Jorge Canizales2015-08-01
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Unused ivar in GRPCCall.mGravatar Jorge Canizales2015-08-01
| | | | | | | | | | | | | | | | |