Aggelos Avgerinos
46566b8c95
Fix typos 'proivde' -> 'provide' and 'e,g.' -> 'e.g.'
10 years ago
Tim Emiola
c4a4288f83
Update grpc.gemspec
10 years ago
Tim Emiola
ed3671e180
Synchronize initial package versions
10 years ago
Tim Emiola
7708998b5a
Tmp fix: splits the hostname from the host before creating a call
10 years ago
Tim Emiola
1d5f2d26df
Removes a redundant canary test
10 years ago
Tim Emiola
fca1eb454c
Remove the ruby gRPC auth implementation
10 years ago
Tim Emiola
71034819fd
Updates the pubsub demo to use the new auth library
10 years ago
Tim Emiola
d6e652716a
Updates the interop client to use the new auth library
10 years ago
Tim Emiola
f73fdfbbb3
Adds a reference to GoogleAuth
10 years ago
Tim Emiola
494f2f9706
Remove the ruby gRPC auth implementation
10 years ago
Tim Emiola
2731d3f40d
Updates the pubsub demo to use the new auth library
10 years ago
Tim Emiola
b44da465d6
Updates the interop client to use the new auth library
10 years ago
Tim Emiola
cc1150f49f
Adds a reference to GoogleAuth
10 years ago
Tim Emiola
18180f0e84
Temporarily suspend some tests that started failing because during the final shutdown
10 years ago
Tim Emiola
957537e016
Reflect a C-api name change
10 years ago
Julien Boeuf
597a4f2273
Verifying the peer name on the X509 Certs correctly.
...
- The SANs take precedence over the CN.
- The CN is only checked if there are no SANs.
- Fixing the tests as the test cert did not list *.test.google.com in
the SANs. Will fix the test cert another time...
10 years ago
Tim Emiola
a16d2ae325
Fixes a missed old module name reference in the interop client
10 years ago
Tim Emiola
79a0a521f8
Update README.md
10 years ago
Tim Emiola
bd87162f0b
Update README.md
...
More comment improvements
10 years ago
Tim Emiola
5b07190843
Update README.md
...
fix comment about the installation location
10 years ago
Tim Emiola
400ba76208
Update README.md
10 years ago
Jayant Kolhe
ad82155cd5
Update README.md
10 years ago
Tim Emiola
0e24d5b70f
Fixes case, other minor corrections
10 years ago
Tim Emiola
c33efe4ad5
Fixes the grpc.gemspec, clarifies the installation instructions
10 years ago
Tim Emiola
50b91d0018
Removes unnecesary check from the interop teste
10 years ago
Craig Tiller
ce5021b0b9
Add missing new-lines at end of file
10 years ago
Craig Tiller
190d360def
Add missing new-lines at end of file
10 years ago
Craig Tiller
0605995e55
Update copyright to 2015
10 years ago
Tim Emiola
638a68b21a
Removes the line that sed could not fix
10 years ago
Tim Emiola
7e7911f70d
Updates the module name in the idiomatic and stub layers
10 years ago
Tim Emiola
409e6c804b
Updates the module name in C extension, ensuring it compiles
10 years ago
Tim Emiola
67dc149403
Temporarily pauses some tests
10 years ago
Craig Tiller
ad1fd3a49e
Add proto copyrights
10 years ago
Tim Emiola
1a22275e15
Stop calling finish on server calls
10 years ago
Tim Emiola
9fd6770b1b
fixes a typo
10 years ago
Tim Emiola
5d66df87c5
updates the client server spec to reflect that status is no longer shown
10 years ago
Tim Emiola
b24054aee2
Disable failing wrapping level tests
10 years ago
Tim Emiola
c3ac185491
Fixes a event compiler error
10 years ago
Craig Tiller
c4f0ebe63b
Prepare for the new batch call API.
...
Rename all core API functions that are on their way to deprecation with
an _old tag across all wrappings.
10 years ago
Tim Emiola
43374163ec
Corrects a typo
10 years ago
Tim Emiola
d5d00d5c8f
Adds a demo app that accesses the live pubsub service.
10 years ago
Tim Emiola
7256b055f2
Add generated code for accessing the v1 pubsub API from Ruby
10 years ago
Tim Emiola
c799e81863
Adds a missing return
10 years ago
Craig Tiller
a7cac78516
Prepare for the new batch call API.
...
Rename all core API functions that are on their way to deprecation with
an _old tag across all wrappings.
10 years ago
Tim Emiola
ce062f2174
Updates interop client to use update_proc
10 years ago
Tim Emiola
03d70c649f
Adds updater_proc, to simplify the setup of credentials during stub creation
10 years ago
Tim Emiola
8c750f44f4
Adds a compute engine auth GCE interop test
...
- also fixes the service_account test assertions
10 years ago
Tim Emiola
2e2085693b
Adds an interop tests if OAuth behaviour is functioning
10 years ago
Tim Emiola
179eabb253
Updates the generated code to reflect test updates
10 years ago
Tim Emiola
11f75faf4d
Ensures the auth modules are available with just require 'grpc'
...
- Also fixes some lint issues
10 years ago