aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Made ruby per-rpc creds interop use auth plugin APIGravatar murgatroid992016-01-05
|
* Fix typo in method callGravatar murgatroid992016-01-05
|
* Merge pull request #4611 from murgatroid99/ruby_0.12_version_updateGravatar Craig Tiller2016-01-05
|\ | | | | Update Ruby library version for next release
* \ Merge pull request #4615 from murgatroid99/backport_copyright_sanity_testGravatar Craig Tiller2016-01-05
|\ \ | | | | | | Backport copyright changes
* \ \ Merge pull request #4579 from jboeuf/security_connector_fixes-0_12Gravatar Craig Tiller2016-01-04
|\ \ \ | | | | | | | | Security connector fixes for 0.12 branch
| | * | Update copyrightsGravatar Craig Tiller2016-01-04
| | | |
| | * | Add copyright checks to sanity; make them verify copyright year is validGravatar Craig Tiller2016-01-04
| | | |
| | * | Happy new yearGravatar Craig Tiller2016-01-04
| | | |
| | * | Fix newline at end of fileGravatar Craig Tiller2016-01-04
| | | |
| | * | Update copyrightsGravatar Craig Tiller2016-01-04
| |/ / |/| |
| | * Updated copyright in Ruby version fileGravatar murgatroid992016-01-04
| | |
| | * Update Ruby library version for next releaseGravatar murgatroid992016-01-04
| |/ |/|
* | Merge pull request #4560 from murgatroid99/node_generate_package.jsonGravatar Craig Tiller2016-01-04
|\ \ | | | | | | Generate the Node package.json from build.yaml
* \ \ Merge pull request #4480 from jcanizales/swift-sampleGravatar Michael Lumish2016-01-04
|\ \ \ | | | | | | | | Update Swift sample’s XCode project to latest Swift version
* \ \ \ Merge pull request #4580 from jboeuf/cpp_auth_docGravatar Yang Gao2016-01-04
|\ \ \ \ | | | | | | | | | | Fixing cpp auth doc pointers.
| * | | | Fixing cpp auth doc pointers.Gravatar Julien Boeuf2015-12-28
| | | | |
| | | | * Unit testing the peer from auth context functionality.Gravatar Julien Boeuf2015-12-28
| | | | |
| | | | * Removing the peer from the SSL security connector.Gravatar Julien Boeuf2015-12-28
| | | | | | | | | | | | | | | | | | | | - Missing unit tests.
| | | | * Making the stack work with outgoing channel args.Gravatar Julien Boeuf2015-12-28
| | | | |
| | | | * Removing the auth context from the security connector.Gravatar Julien Boeuf2015-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.yamlGravatar murgatroid992015-12-21
| |_|/ |/| |
* | | Merge pull request #4540 from murgatroid99/node_minor_fixesGravatar Michael Lumish2015-12-21
|\ \ \ | | | | | | | | Fix a couple of minor issues in the Node library
| * | | Fix a couple of minor issues in the Node libraryGravatar murgatroid992015-12-18
|/ / /
* | | Merge pull request #4539 from jboeuf/roots_refreshGravatar Craig Tiller2015-12-18
|\ \ \ | | | | | | | | Refreshing the etc/roots.pem file.
* \ \ \ Merge pull request #4538 from murgatroid99/ruby_bundle_core_releaseGravatar Michael Lumish2015-12-18
|\ \ \ \ | |_|/ / |/| | | Bundled C core with Ruby library
| * | | Generate gemspec with a templateGravatar murgatroid992015-12-18
| | | |
| * | | Include roots.pem with Ruby packageGravatar murgatroid992015-12-18
| | | |
| | * | Refreshing the etc/roots.pem file.Gravatar Julien Boeuf2015-12-18
| |/ / |/| | | | | | | | Also added some documentation on how this file is generated.
| * | Bundled C core with Ruby libraryGravatar murgatroid992015-12-18
|/ /
* | Merge pull request #4534 from stanley-cheung/php_insecure_channel_creds_0_12Gravatar Stanley Cheung2015-12-18
|\ \ | | | | | | PHP: make ChannelCredentials::createInsecure explicit
| * | php: make channelGravatar Stanley Cheung2015-12-18
| | | | | | | | | | | | credentials createInsecure explicit
| * | php: bump version for releaseGravatar Stanley Cheung2015-12-18
|/ /
* | Merge pull request #4511 from grpc/fix-dictionary-warningGravatar Michael Lumish2015-12-17
|\ \ | | | | | | Prevent warnings on dictionaries w/o string keys
| * | Prevent warnings on dictionaries w/o string keysGravatar Jorge Canizales2015-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_12Gravatar Nathaniel Manista2015-12-17
|\ \ | | | | | | Fix "+ +" typo in Python test harness.
| * | Fix typo in Python test harnessGravatar Masood Malekghassemi2015-12-17
| | |
* | | Merge pull request #4489 from murgatroid99/ruby_explicit_insecureGravatar jboeuf2015-12-16
|\ \ \ | | | | | | | | Made insecure channel/stub explicit, in all layers
| * | | Fixed stub construction in interop clientGravatar murgatroid992015-12-16
| | | |
| * | | Made insecure channel/stub explicit, in all layersGravatar murgatroid992015-12-16
|/ / /
| | * Update Swift sample’s XCode project to latest Swift versionGravatar Jorge Canizales2015-12-15
| | |
* | | Merge pull request #4454 from grpc/masterGravatar Michael Lumish2015-12-15
|\ \ \ | |/ / |/| | Re-cutting the 0.12 release from master.
| * | Merge pull request #4435 from murgatroid99/node_interop_server_response_delayGravatar Jan Tattermusch2015-12-15
| |\ \ | | | | | | | | Added support for ResponseParameters.interval_us to the Node interop server
| * \ \ Merge pull request #4465 from grpc/DotInHeaderNameGravatar Eric Anderson2015-12-15
| |\ \ \ | | | | | | | | | | Allow period in header names
| | * | | Update PROTOCOL-HTTP2.mdGravatar Louis Ryan2015-12-15
| |/ / /
| * | | Merge pull request #4451 from ctiller/proxy-crashGravatar Yang Gao2015-12-15
| |\ \ \ | | | | | | | | | | Fix proxy end2end tests
| * \ \ \ Merge pull request #4463 from ctiller/perf_testGravatar Craig Tiller2015-12-15
| |\ \ \ \ | | | | | | | | | | | | Capture latency trace for ping pong during performance runs
| * \ \ \ \ Merge pull request #4379 from jtattermusch/per_rpc_creds_testGravatar Michael Lumish2015-12-15
| |\ \ \ \ \ | | | | | | | | | | | | | | Improve MetadataCredentials test
| * \ \ \ \ \ Merge pull request #4436 from jtattermusch/csharp_shutdown_testGravatar Michael Lumish2015-12-15
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix server.KillAsync() and improve abandoned call test
| * \ \ \ \ \ \ Merge pull request #4449 from jtattermusch/csharp_test_restructuringGravatar Michael Lumish2015-12-15
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | C# test restructuring
| | | | | * | | | Tweak run_latency_profile.sh to run better on JenkinsGravatar Craig Tiller2015-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