aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Cleanup includesGravatar Craig Tiller2015-08-05
* Merge github.com:grpc/grpc into kinetic-lopsided-poetryGravatar Craig Tiller2015-08-05
|\
| * Merge pull request #2791 from pmarks-net/uriGravatar Craig Tiller2015-08-04
| |\
| | * Return normalized IPv4 addresses from grpc_sockaddr_to_uri().Gravatar Paul Marks2015-08-04
| * | Merge pull request #2749 from yang-g/default_host_to_nullGravatar Craig Tiller2015-08-04
| |\ \
| * \ \ Merge pull request #2686 from nathanielmanistaatgoogle/2570Gravatar Craig Tiller2015-08-04
| |\ \ \ | | |_|/ | |/| |
* | | | Testing port serverGravatar Craig Tiller2015-08-04
| * | | 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
| * | | 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
|/| | |
| * | | clarified comment and silenced error logGravatar Jan Tattermusch2015-08-04
* | | | 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
| * | | properly decrement active_portsGravatar Jan Tattermusch2015-08-03
* | | | Merge pull request #2774 from jcanizales/diagnose-jenkinsGravatar Michael Lumish2015-08-03
|\ \ \ \
| * | | | Formatting and documentationGravatar Jorge Canizales2015-08-03
| * | | | Use the protoc made when one isn’t yet installedGravatar Jorge Canizales2015-08-03
* | | | | Fix compilation under VS 2010Gravatar Jan Tattermusch2015-08-03
* | | | | Merge pull request #2702 from yang-g/peeraddrGravatar Vijay Pai2015-08-03
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #2683 from murgatroid99/node_explicit_insecure_serverGravatar Abhishek Kumar2015-08-03
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #2762 from jcanizales/do-camelcase-rightGravatar Michael Lumish2015-08-03
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge pull request #2743 from ctiller/ampidextrous-parrotGravatar Eric Anderson2015-08-03
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge pull request #2753 from jcanizales/small-fixesGravatar Michael Lumish2015-08-03
|\ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ Merge pull request #2751 from ctiller/alphanumeric-juju-fishGravatar Michael Lumish2015-08-03
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| | | | | | | * | | 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
| |_|_|/ / / / / |/| | | | | | |
| | * | | | | | Update doc in GRPCCompletionQueue.hGravatar Jorge Canizales2015-08-01
| | * | | | | | Unused ivar in GRPCCall.mGravatar Jorge Canizales2015-08-01
| | * | | | | | grpc_init() is already called in GRPCWrappedCallGravatar Jorge Canizales2015-08-01
| | * | | | | | GRPCCall.m formatting.Gravatar Jorge Canizales2015-08-01
| | | | | | | * check before unref, this will fail in BadCreds testGravatar yang-g2015-07-31
| | | | | | | * Merge remote-tracking branch 'upstream/master' into default_host_to_nullGravatar yang-g2015-07-31
| | | | | | | |\ | |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge pull request #2717 from ctiller/yeah-we-know-what-youre-talking-aboutGravatar Yang Gao2015-07-31
|\ \ \ \ \ \ \ \
| * | | | | | | | Respond to reviewGravatar Craig Tiller2015-07-31
| | * | | | | | | Remove optional parameter from watch connectivity stateGravatar Craig Tiller2015-07-31
| | | | | | | * | Affirm metadata transmission in a common functionGravatar Nathaniel Manista2015-07-31
| | | | | | | | * Pass NULL as host by default. Use context.authority() or channel.SslNameOverr...Gravatar yang-g2015-07-31
| | | | |_|_|_|/ | | | |/| | | |
| | | | | | * | merge with head and resolve conflictsGravatar yang-g2015-07-31
| | | | | | |\|
* | | | | | | | Use py.test from run_tests.pyGravatar Masood Malekghassemi2015-07-31
* | | | | | | | Enable Python testing and coverageGravatar Masood Malekghassemi2015-07-31
| |_|_|_|_|_|/ |/| | | | | |
| | | | * | | Switch ALPN/NPN to advertise only h2Gravatar Craig Tiller2015-07-31
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #2726 from ctiller/insolent-pork-chopGravatar Vijay Pai2015-07-31
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #2698 from soltanmm/reorganize-pythonGravatar Nathaniel Manista2015-07-31
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #2663 from jcanizales/run-test-server-locallyGravatar Michael Lumish2015-07-31
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| | | * | | | Merge github.com:grpc/grpc into insolent-pork-chopGravatar Craig Tiller2015-07-31
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |