Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Made ruby per-rpc creds interop use auth plugin API | murgatroid99 | 2016-01-05 |
| | |||
* | Fix typo in method call | murgatroid99 | 2016-01-05 |
| | |||
* | Merge pull request #4611 from murgatroid99/ruby_0.12_version_update | Craig Tiller | 2016-01-05 |
|\ | | | | | Update Ruby library version for next release | ||
* \ | Merge pull request #4615 from murgatroid99/backport_copyright_sanity_test | Craig Tiller | 2016-01-05 |
|\ \ | | | | | | | Backport copyright changes | ||
* \ \ | Merge pull request #4579 from jboeuf/security_connector_fixes-0_12 | Craig Tiller | 2016-01-04 |
|\ \ \ | | | | | | | | | Security connector fixes for 0.12 branch | ||
| | * | | Update copyrights | Craig Tiller | 2016-01-04 |
| | | | | |||
| | * | | Add copyright checks to sanity; make them verify copyright year is valid | Craig Tiller | 2016-01-04 |
| | | | | |||
| | * | | Happy new year | Craig Tiller | 2016-01-04 |
| | | | | |||
| | * | | Fix newline at end of file | Craig Tiller | 2016-01-04 |
| | | | | |||
| | * | | Update copyrights | Craig Tiller | 2016-01-04 |
| |/ / |/| | | |||
| | * | Updated copyright in Ruby version file | murgatroid99 | 2016-01-04 |
| | | | |||
| | * | Update Ruby library version for next release | murgatroid99 | 2016-01-04 |
| |/ |/| | |||
* | | Merge pull request #4560 from murgatroid99/node_generate_package.json | Craig Tiller | 2016-01-04 |
|\ \ | | | | | | | Generate the Node package.json from build.yaml | ||
* \ \ | Merge pull request #4480 from jcanizales/swift-sample | Michael Lumish | 2016-01-04 |
|\ \ \ | | | | | | | | | Update Swift sample’s XCode project to latest Swift version | ||
* \ \ \ | Merge pull request #4580 from jboeuf/cpp_auth_doc | Yang Gao | 2016-01-04 |
|\ \ \ \ | | | | | | | | | | | Fixing cpp auth doc pointers. | ||
| * | | | | Fixing cpp auth doc pointers. | Julien Boeuf | 2015-12-28 |
| | | | | | |||
| | | | * | 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. | ||
| | | * | Generate the Node package.json from build.yaml | murgatroid99 | 2015-12-21 |
| |_|/ |/| | | |||
* | | | Merge pull request #4540 from murgatroid99/node_minor_fixes | Michael Lumish | 2015-12-21 |
|\ \ \ | | | | | | | | | Fix a couple of minor issues in the Node library | ||
| * | | | Fix a couple of minor issues in the Node library | murgatroid99 | 2015-12-18 |
|/ / / | |||
* | | | Merge pull request #4539 from jboeuf/roots_refresh | Craig Tiller | 2015-12-18 |
|\ \ \ | | | | | | | | | Refreshing the etc/roots.pem file. | ||
* \ \ \ | Merge pull request #4538 from murgatroid99/ruby_bundle_core_release | Michael Lumish | 2015-12-18 |
|\ \ \ \ | |_|/ / |/| | | | Bundled C core with Ruby library | ||
| * | | | Generate gemspec with a template | murgatroid99 | 2015-12-18 |
| | | | | |||
| * | | | Include roots.pem with Ruby package | murgatroid99 | 2015-12-18 |
| | | | | |||
| | * | | Refreshing the etc/roots.pem file. | Julien Boeuf | 2015-12-18 |
| |/ / |/| | | | | | | | | Also added some documentation on how this file is generated. | ||
| * | | Bundled C core with Ruby library | murgatroid99 | 2015-12-18 |
|/ / | |||
* | | 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 |
|/ / / | |||
| | * | Update Swift sample’s XCode project to latest Swift version | Jorge Canizales | 2015-12-15 |
| | | | |||
* | | | 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 |