Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | Change cast to avoid warning | Christian Blichmann | 2015-08-04 | |
| | | | | | | | | | | ||||
| * | | | | | | | | | Use an unsigned pointer compare, as the highest bit may sometimes be set. | Christian Blichmann | 2015-08-04 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes intermittent connection issues on 32-bit Linux. Also related to issues #2557 and #2600. | |||
| | * | | | | | | | | properly decrement active_ports | Jan Tattermusch | 2015-08-03 | |
| | | | | | | | | | | ||||
* | | | | | | | | | | Merge branch 'auth_md_processor' into server_creds_auth_md_processor | Julien Boeuf | 2015-08-03 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into auth_md_processor | Julien Boeuf | 2015-08-03 | |
| |\| | | | | | | | | | ||||
| | * | | | | | | | | | Fix compilation under VS 2010 | Jan Tattermusch | 2015-08-03 | |
| | | | | | | | | | | | ||||
| | | | | | | | | * | | merge with head and resolve conflicts | yang-g | 2015-08-03 | |
| | | | | | | | | |\ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | | | ||||
| | | | | * | | | | | | Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_port | Craig Tiller | 2015-08-03 | |
| | | |_|/ / / / / / | | |/| | | | | | | | ||||
| | | | | | | * | | | Fix edge cases resulting in close not being sent | Craig Tiller | 2015-08-03 | |
| | | | | | | | | | | ||||
| | * | | | | | | | | Merge pull request #2743 from ctiller/ampidextrous-parrot | Eric Anderson | 2015-08-03 | |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Switch ALPN/NPN to advertise only h2 | |||
| | * \ \ \ \ \ \ \ \ | Merge pull request #2751 from ctiller/alphanumeric-juju-fish | Michael Lumish | 2015-08-03 | |
| | |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | | | Remove optional parameter from watch connectivity state | |||
| | | | | | | | * | | | Merge branch 'plucking-hell' into the-test-be-sleepy | Craig Tiller | 2015-08-03 | |
| | | | | | | | |\ \ \ | | | | | | | |_|/ / / | | | | | | |/| | | | | ||||
| | | | | | * | | | | | Fix typo | Craig Tiller | 2015-08-03 | |
| | | | | | | | | | | | ||||
| | | | | | | | * | | | Merge branch 'plucking-hell' into the-test-be-sleepy | Craig Tiller | 2015-08-03 | |
| | | | | | | | |\ \ \ | | | | | | | |_|/ / / | | | | | | |/| | | | | ||||
| | | | | | | | | | * | Implement cancellation propagation, define auth propagation | Craig Tiller | 2015-08-03 | |
| | | | | | | | | | | | ||||
| | | | | | * | | | | | Dont crash on too many pluckers | Craig Tiller | 2015-08-01 | |
| | | | | | | | | | | | ||||
| | | | | | * | | | | | Formalize max pluckers | Craig Tiller | 2015-08-01 | |
| | | | | | | | | | | | ||||
| | | | | | * | | | | | Merge github.com:grpc/grpc into plucking-hell | Craig Tiller | 2015-08-01 | |
| | | | | | |\ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile | |||
| | | | | | | | | | * | Merge branch 'propagate' of github.com:ctiller/grpc into propagate | Craig Tiller | 2015-08-01 | |
| | | | | | | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/surface/channel.c | |||
| | | | | | | | | | * \ | Merge github.com:grpc/grpc into propagate | Craig Tiller | 2015-08-01 | |
| | | | | | | | | | |\ \ | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/surface/channel.c | |||
| | | | | * | | | | | | | check before unref, this will fail in BadCreds test | yang-g | 2015-07-31 | |
| | | |_|/ / / / / / / | | |/| | | | | | | | | ||||
| | * | | | | | | | | | Merge pull request #2717 from ctiller/yeah-we-know-what-youre-talking-about | Yang Gao | 2015-07-31 | |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Make call_create with host=NULL provide a default host name | |||
| | | * | | | | | | | | | Respond to review | Craig Tiller | 2015-07-31 | |
| | | | | | | | | | | | | ||||
| | | | | | | | | | | * | s/inherit/propagate/g | Craig Tiller | 2015-07-31 | |
| | | | | | | | | | |/ | ||||
| | | | | | | | | | * | Update wrappers, tests to new create_call() | Craig Tiller | 2015-07-31 | |
| | | | | | | | | | | | ||||
| | | | * | | | | | | | Remove optional parameter from watch connectivity state | Craig Tiller | 2015-07-31 | |
| | | | | | | | | | | | ||||
| | | | | | | | | | * | Core-supported context inheritance sketch | Craig Tiller | 2015-07-31 | |
| | | |_|_|_|_|_|_|/ | | |/| | | | | | | | ||||
| | | | | | | | * | | Spam cleanup | Craig Tiller | 2015-07-31 | |
| | | | | | | |/ / | ||||
| | | | | | | * | | Merge branch 'plucking-hell' into primary-goat-whisperer | Craig Tiller | 2015-07-31 | |
| | | | | | | |\ \ | | | | | | | |/ / | | | | | | |/| | | ||||
| | | | | * / | | | Switch ALPN/NPN to advertise only h2 | Craig Tiller | 2015-07-31 | |
| | | |_|/ / / / | | |/| | | | | | ||||
| | | | | * | | | Save some iterations | Craig Tiller | 2015-07-31 | |
| | | | | | | | | ||||
| * | | | | | | | Properly send GRPC_STATUS_UNAUTHENTICATED from server auth failures | Craig Tiller | 2015-07-31 | |
| | | | | | | | | ||||
| * | | | | | | | Merge branch 'auth_md_processor' of github.com:jboeuf/grpc into ↵ | Craig Tiller | 2015-07-31 | |
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | | | | | | | | | complain-with-both-passion-and-meaning | |||
| | | | | | * | | Merge branch 'plucking-hell' into primary-goat-whisperer | Craig Tiller | 2015-07-31 | |
| | | | | | |\ \ | | | | | | |/ / | | | | | |/| | | ||||
| | | * | | | | | Merge github.com:grpc/grpc into insolent-pork-chop | Craig Tiller | 2015-07-31 | |
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||
| | | | * | | | | Merge github.com:grpc/grpc into yeah-we-know-what-youre-talking-about | Craig Tiller | 2015-07-31 | |
| | | | |\ \ \ \ | | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: vsprojects/Grpc.mak vsprojects/grpc.sln vsprojects/grpc/grpc.vcxproj vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj vsprojects/grpc_csharp_ext/grpc_csharp_ext.vcxproj vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj vsprojects/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj vsprojects/grpc_python_plugin/grpc_python_plugin.vcxproj vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj vsprojects/grpc_unsecure/grpc_unsecure.vcxproj | |||
| | | | | * | | | Merge github.com:grpc/grpc into plucking-hell | Craig Tiller | 2015-07-30 | |
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||
| | | | | | * | | Merge branch 'plucking-hell' into primary-goat-whisperer | Craig Tiller | 2015-07-30 | |
| | | | | | |\ \ | | | | | | |/ / | | | | | |/| | | ||||
| * | | | | | | | Merge pull request #2723 from a-veitch/issue_2710 | Michael Lumish | 2015-07-30 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Move grpc_census_call_*_context calls into public header | |||
| | | | | | * \ \ | Merge branch 'plucking-hell' of github.com:ctiller/grpc into plucking-hell | Craig Tiller | 2015-07-30 | |
| | | | | | |\ \ \ | ||||
| | | | | | * \ \ \ | Merge branch 'regen-and-vs-tweaks' of github.com:nicolasnoble/grpc into ↵ | Craig Tiller | 2015-07-30 | |
| | | | | | |\ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | tepid-tarantula | |||
| | | | | | | | * | | Reject incoming calls if the server is already shutting down | Craig Tiller | 2015-07-30 | |
| | | | | | | | | | | ||||
| | | | | | | | * | | Abort writes if a stream is cancelled | Craig Tiller | 2015-07-30 | |
| | | | | | | | | | | ||||
| | | | | | | | | * | merge with head | yang-g | 2015-07-30 | |
| | | | | | | | | |\ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||
| * | | | | | | | | | Merge pull request #2590 from yang-g/jitter | Vijay Pai | 2015-07-30 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Reconnect with jitter. | |||
| | | | | | | | | * \ | Merge branch 'plucking-hell' into primary-goat-whisperer | Craig Tiller | 2015-07-30 | |
| | | | | | | | | |\ \ | | | | | | | | |_|/ / | | | | | | | |/| | | | ||||
| | | | | | | | | * | | More aggressively kill pending work | Craig Tiller | 2015-07-30 | |
| | | | | | |_|_|/ / | | | | | |/| | | | | ||||
| | | * | | | | | | | Merge branch 'master' into issue_2709 | Alistair Veitch | 2015-07-30 | |
| | | |\ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | ||||
| | | | | | | | * | | Implement new pollset semantics for Windows | Craig Tiller | 2015-07-30 | |
| | | | | | | | | | | ||||
| | | | | | | * | | | Fix TSAN reported lock-inversion in epoll fd addition | Craig Tiller | 2015-07-30 | |
| | | | | | | |/ / |