Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | | | | * | Merge branch 'master' of github.com:grpc/grpc into ↵ | 2015-09-15 | ||
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | security_connector_refactoring | |||
| | | | | * | | Adding documentation. | 2015-09-15 | ||
| | | | | | | | ||||
| | | | | * | | Regenerating project after merge with master. | 2015-09-15 | ||
| | | | | | | | ||||
| | | | | * | | Merge branch 'master' of github.com:grpc/grpc into core_creds_plugin | 2015-09-15 | ||
| | | | | |\ \ | |_|_|_|_|/ / |/| | | | | | | ||||
| | | | | * | | Adding C++ tests and fixing a few things. | 2015-09-15 | ||
| | | | | | | | ||||
* | | | | | | | Merge pull request #3123 from rjshade/SOCK_NONBLOCK | 2015-09-15 | ||
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add SOCK_NONBLOCK option to UDP sockets. | |||
* \ \ \ \ \ \ \ | Merge pull request #3135 from rjshade/remove_udp_new_transport_cb | 2015-09-15 | ||
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Remove on_connect callback from udp_server | |||
* \ \ \ \ \ \ \ \ | Merge pull request #3338 from ctiller/bettererer-ports | 2015-09-15 | ||
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Better port selection | |||
* \ \ \ \ \ \ \ \ \ | Merge pull request #3344 from grpc/jtattermusch-patch-3 | 2015-09-15 | ||
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Remove traces of running zookeeper on jenkins master | |||
| * | | | | | | | | | | Remove traces of running zookeeper on jenkins master | 2015-09-15 | ||
|/ / / / / / / / / / | ||||
| * | | | | | | | | | Fix memory leak | 2015-09-15 | ||
| | | | | | | | | | | ||||
| * | | | | | | | | | Fix memory leak | 2015-09-15 | ||
| | | | | | | | | | | ||||
| | | | | | | | * | | Adding tests for credentials plugin. | 2015-09-14 | ||
| | | | | | | | | | | ||||
* | | | | | | | | | | Merge pull request #3340 from grpc/release-0_11 | 2015-09-14 | ||
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Release 0.11 branch to master. | |||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #3329 from ctiller/oooooops | 2015-09-14 | ||
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | grpc++.h was not installed | |||
| | | * | | | | | | | | | Fix a race in fd_posix.c | 2015-09-14 | ||
| | | | | | | | | | | | | ||||
| | | * | | | | | | | | | Merge branch 'bettererer-ports' of github.com:ctiller/grpc into bettererer-ports | 2015-09-14 | ||
| | | |\ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | Retry failed port get attempts a few times | 2015-09-14 | ||
| | | | | | | | | | | | | | ||||
| | | | * | | | | | | | | | Merge branch 'bettererer-ports' of github.com:ctiller/grpc into bettererer-ports | 2015-09-14 | ||
| | | | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / | | | |/| | | | | | | | | | ||||
| | | | * | | | | | | | | | Sprinkle casts | 2015-09-14 | ||
| | | | | | | | | | | | | | ||||
| | | | | * | | | | | | | | Remove arguments from on_read in test | 2015-09-14 | ||
| | | | | | | | | | | | | | ||||
| | | | | | * | | | | | | | Merge remote-tracking branch 'upstream/master' into SOCK_NONBLOCK | 2015-09-14 | ||
| | | | | | |\ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | ||||
| | | | | * | | | | | | | | Merge remote-tracking branch 'upstream/master' into remove_udp_new_transport_cb | 2015-09-14 | ||
| | | | | |\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | ||||
| | | | | | | | | | * | | | Merge remote-tracking branch 'upstream/master' into rename_callback | 2015-09-14 | ||
| | | | | | | | | | |\ \ \ | |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | No need for the assert here | 2015-09-13 | ||
| | | |/ / / / / / / / / | ||||
| | | * / / / / / / / / | Better port selection | 2015-09-13 | ||
| |_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - avoid IANA and Linux ephemeral port ranges - support dropping allocated ports - aggressively try to reclaim ports if we reach exhaustion - set SO_REUSEADDR on test port binds | |||
* | | | | | | | | | | | Merge pull request #3337 from dgquintas/sign_macosx | 2015-09-12 | ||
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fixes for -Wsign-conversion compilation errors (mac & C#) | |||
| * | | | | | | | | | | | Type sign fix for C# | 2015-09-12 | ||
| | | | | | | | | | | | | ||||
| * | | | | | | | | | | | Fixed compilation with -Wsign-conversion on mac | 2015-09-12 | ||
|/ / / / / / / / / / / | ||||
* | | | | | | | | | | | Merge pull request #3335 from dgquintas/fix_zookeeper_registry | 2015-09-12 | ||
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Updated zookeper resolver to new LB API | |||
| * | | | | | | | | | | | Fixed leak introduced in #3293 | 2015-09-12 | ||
| | | | | | | | | | | | | ||||
| * | | | | | | | | | | | Updated zookeper resolver to new LB API | 2015-09-12 | ||
|/ / / / / / / / / / / | ||||
| | | | | | | * / / / | Fixed leak introduced in #3293 | 2015-09-12 | ||
| | | | | | |/ / / / | ||||
| | | | | | * | | | | Fixed wrong usage of varargs | 2015-09-11 | ||
| | | | | | | | | | | ||||
| | | | | | * | | | | Merge branch 'master' of github.com:grpc/grpc into rr_with_registry | 2015-09-11 | ||
| | | | | | |\ \ \ \ | ||||
* | | | | | | \ \ \ \ | Merge pull request #3331 from carl-mastrangelo/header | 2015-09-11 | ||
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Update Header Field name rules | |||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #3333 from nmittler/apr | 2015-09-11 | ||
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | Adding apr to grpc-java Dockerfile | |||
| * | | | | | | | | | | | Adding apr to grpc-java Dockerfile | 2015-09-11 | ||
|/ / / / / / / / / / / | ||||
| * | | | | | | | | | | Address comments | 2015-09-11 | ||
| | | | | | | | | | | | ||||
| * | | | | | | | | | | Update Header Field name rules | 2015-09-11 | ||
|/ / / / / / / / / / | ||||
* | | | | | | | | | | Merge pull request #3248 from dgquintas/lb_registry | 2015-09-11 | ||
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Introduced a registry for LB policies. | |||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #3322 from ctiller/immolating-conversion | 2015-09-11 | ||
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Enable additional warnings | |||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'immolating-conversion' of github.com:ctiller/grpc into ↵ | 2015-09-11 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | immolating-conversion | |||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge github.com:grpc/grpc into immolating-conversion | 2015-09-11 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||
| | | | | * | | | | | | | | Update template to latest changes | 2015-09-11 | ||
| | | | | | | | | | | | | | ||||
| | | | | * | | | | | | | | grpc++.h was not installed | 2015-09-11 | ||
| | | | |/ / / / / / / / | ||||
| | | | * | | | | | | | | Merge pull request #3305 from jtattermusch/remove_debug_logs | 2015-09-11 | ||
| | | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove leftover debug logs. | |||
* | | | | \ \ \ \ \ \ \ \ | Merge pull request #3317 from grpc/release-0_11 | 2015-09-11 | ||
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | Bring 0.11 into master | |||
* | | | | | | | | | | | | | Merge pull request #3325 from ctiller/omg | 2015-09-11 | ||
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix mac build | |||
* \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #3293 from pmarks-net/dnstests | 2015-09-10 | ||
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reintroduce DNS-based cases to dualstack_socket_test.c. |