Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Unit testing the peer from auth context functionality. | Julien Boeuf | 2015-12-28 |
| | |||
* | Removing the peer from the SSL security connector. | Julien Boeuf | 2015-12-28 |
| | | | | - Missing unit tests. | ||
* | Making the stack work with outgoing channel args. | Julien Boeuf | 2015-12-28 |
| | |||
* | Removing the auth context from the security connector. | Julien Boeuf | 2015-12-28 |
| | | | | | The security connector is a channel/server port wide construct. On the other hand, the auth_context is a per-connection construct. | ||
* | Merge pull request #4534 from stanley-cheung/php_insecure_channel_creds_0_12 | Stanley Cheung | 2015-12-18 |
|\ | | | | | PHP: make ChannelCredentials::createInsecure explicit | ||
| * | php: make channel | Stanley Cheung | 2015-12-18 |
| | | | | | | | | credentials createInsecure explicit | ||
| * | php: bump version for release | Stanley Cheung | 2015-12-18 |
|/ | |||
* | Merge pull request #4511 from grpc/fix-dictionary-warning | Michael Lumish | 2015-12-17 |
|\ | | | | | Prevent warnings on dictionaries w/o string keys | ||
| * | Prevent warnings on dictionaries w/o string keys | Jorge Canizales | 2015-12-17 |
|/ | | | Because the category makes the protocol apply to all `NSMutableDictionaries`, it can't assume keys are `NSString`. Because these types are covariant, the change is not breaking. | ||
* | Merge pull request #4510 from soltanmm/typo-fix-0_12 | Nathaniel Manista | 2015-12-17 |
|\ | | | | | Fix "+ +" typo in Python test harness. | ||
| * | Fix typo in Python test harness | Masood Malekghassemi | 2015-12-17 |
| | | |||
* | | Merge pull request #4489 from murgatroid99/ruby_explicit_insecure | jboeuf | 2015-12-16 |
|\ \ | | | | | | | Made insecure channel/stub explicit, in all layers | ||
| * | | Fixed stub construction in interop client | murgatroid99 | 2015-12-16 |
| | | | |||
| * | | Made insecure channel/stub explicit, in all layers | murgatroid99 | 2015-12-16 |
|/ / | |||
* | | Merge pull request #4454 from grpc/master | Michael Lumish | 2015-12-15 |
|\ \ | |/ |/| | Re-cutting the 0.12 release from master. | ||
| * | Merge pull request #4435 from murgatroid99/node_interop_server_response_delay | Jan Tattermusch | 2015-12-15 |
| |\ | | | | | | | Added support for ResponseParameters.interval_us to the Node interop server | ||
| * \ | Merge pull request #4465 from grpc/DotInHeaderName | Eric Anderson | 2015-12-15 |
| |\ \ | | | | | | | | | Allow period in header names | ||
| | * | | Update PROTOCOL-HTTP2.md | Louis Ryan | 2015-12-15 |
| |/ / | |||
| * | | Merge pull request #4451 from ctiller/proxy-crash | Yang Gao | 2015-12-15 |
| |\ \ | | | | | | | | | Fix proxy end2end tests | ||
| * \ \ | Merge pull request #4463 from ctiller/perf_test | Craig Tiller | 2015-12-15 |
| |\ \ \ | | | | | | | | | | | Capture latency trace for ping pong during performance runs | ||
| * \ \ \ | Merge pull request #4379 from jtattermusch/per_rpc_creds_test | Michael Lumish | 2015-12-15 |
| |\ \ \ \ | | | | | | | | | | | | | Improve MetadataCredentials test | ||
| * \ \ \ \ | Merge pull request #4436 from jtattermusch/csharp_shutdown_test | Michael Lumish | 2015-12-15 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fix server.KillAsync() and improve abandoned call test | ||
| * \ \ \ \ \ | Merge pull request #4449 from jtattermusch/csharp_test_restructuring | Michael Lumish | 2015-12-15 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | C# test restructuring | ||
| | | | | * | | | Tweak run_latency_profile.sh to run better on Jenkins | Craig Tiller | 2015-12-15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - More robustly run processes in the background - Detect and use pypy if available - Add a --latency_profile flag to control whether to run the latency profiling stuff | ||
| | | | * | | | | improve MetadataCredentials test | Jan Tattermusch | 2015-12-15 |
| | | |/ / / / | |||
| | | | | * | | Fix merge error | Craig Tiller | 2015-12-15 |
| | | | | | | | |||
| | | | * | | | Capture latency trace for ping pong during performance runs | Craig Tiller | 2015-12-15 |
| | | | | | | | |||
| | | | * | | | Fix missing timer tag | Craig Tiller | 2015-12-15 |
| | |_|/ / / | |/| | | | | |||
| | | | * | | Handle cancelling writes whilst writing | Craig Tiller | 2015-12-15 |
| | | | | | | |||
| | | | * | | Merge github.com:grpc/grpc into proxy-crash | Craig Tiller | 2015-12-15 |
| | | | |\ \ | | |_|_|/ / | |/| | | | | |||
| * | | | | | Merge pull request #4437 from carl-mastrangelo/wombal | David G. Quintas | 2015-12-14 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Add test to check that all settings frames are acked | ||
| * \ \ \ \ \ | Merge pull request #4460 from ctiller/whoops | Craig Tiller | 2015-12-14 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix build | ||
| * \ \ \ \ \ \ | Merge pull request #4444 from ctiller/ssl-bad-con | jboeuf | 2015-12-14 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add tests for failed SSL connections: bad cert, and bad alpn config | ||
| | | | | | | * \ | Merge branch 'proxy-crash' of github.com:ctiller/grpc into proxy-crash | Craig Tiller | 2015-12-14 |
| | | | | | | |\ \ | |||
| | | | | | | * | | | Better fix | Craig Tiller | 2015-12-14 |
| | | | | | | | | | | |||
| | | | | | | * | | | Merge github.com:grpc/grpc into proxy-crash | Craig Tiller | 2015-12-14 |
| | | | | | | |\ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | | |||
| | | * | | | | | | | Fix build | Craig Tiller | 2015-12-14 |
| | |/ / / / / / / | |/| | | | | | | | |||
| * | | | | | | | | Merge pull request #4458 from dgquintas/lb_coverage | Craig Tiller | 2015-12-14 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Increased round robin coverage | ||
| * \ \ \ \ \ \ \ \ | Merge pull request #4456 from nicolasnoble/http_cli-server-override | Craig Tiller | 2015-12-14 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Allows http(s)cli_test's server.py override. | ||
| | | | | | | | | * | | Merge github.com:grpc/grpc into proxy-crash | Craig Tiller | 2015-12-14 |
| | | | | | | | |/| | | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | |||
| * | | | | | | | | | Merge pull request #4459 from soltanmm/tmp | Nicolas Noble | 2015-12-14 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Python version bump | ||
| | * | | | | | | | | | Python version bump | Masood Malekghassemi | 2015-12-14 |
| | | | | | | | | | | | |||
| | | | * | | | | | | | Increased round robin coverage | David Garcia Quintas | 2015-12-14 |
| | |_|/ / / / / / / | |/| | | | | | | | | |||
| | | * | | | | | | | Allows http(s)cli_test's server.py override. | Nicolas "Pixel" Noble | 2015-12-15 |
| | |/ / / / / / / | |/| | | | | | | | |||
| * | | | | | | | | Merge pull request #4455 from grpc/lcov_fix | Nicolas Noble | 2015-12-14 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | run_lcov.sh fix | ||
| | * | | | | | | | | run_lcov.sh fix | David G. Quintas | 2015-12-14 |
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | So that it can be invoked with no arguments | ||
| | | | | | * | | | Fix AbandonedCall test | Jan Tattermusch | 2015-12-14 |
| | | | | | | | | | |||
| | | | | | * | | | fix bug in Server.KillAsync() | Jan Tattermusch | 2015-12-14 |
| | | | | |/ / / | |||
| * | | | | | | | Merge pull request #4441 from bogdandrutu/master | Craig Tiller | 2015-12-14 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add a hook for the default constructor of ClientContext. | ||
| | | | * | | | | | Get the right ordering of h2, not-h2 | Craig Tiller | 2015-12-14 |
| | | | | | | | | |