Julien Boeuf
3371cdf918
Fixing !strcmp in the tests.
10 years ago
Julien Boeuf
75516068fa
Adding refresh token parsing
...
This is the first step for refresh token credentials.
10 years ago
Nicolas Noble
75c60c1a43
Merge pull request #981 from sahlberg/231
...
strcmp: change all !str[n]cmp to str[n]cmp == 0
10 years ago
Ronnie Sahlberg
2ad8d21158
strcmp: change all !str[n]cmp to str[n]cmp == 0
...
Change all !str[n]cmp to be str[n]cmp == 0 consistently across the codebase.
Issue #231
Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
10 years ago
Nicolas Noble
3631e82c89
Merge pull request #835 from ctiller/credit
...
C++ Credentials Rework
10 years ago
Masood Malekghassemi
3aca2a6245
Merge pull request #962 from nathanielmanistaatgoogle/interop
...
Secure python interop (plus Python<->Python interop unit tests)
10 years ago
Nathaniel Manista
a25af852c7
Include interop tests in python_tests.json
10 years ago
Nathaniel Manista
256ccca923
Use server_host_override in interop client
...
Also refactor the interop package to perform client-server interop
testing in a unit test.
10 years ago
Nathaniel Manista
db13f68dab
Add a server_host_override to stub creation
...
This optional value should only be passed in tests.
10 years ago
Craig Tiller
ede76da1b5
Merge pull request #4 from nicolasnoble/c++-creds
...
Don't merge OpenSSL into C++ upper layer libraries; only C.
10 years ago
David Klempner
a65e463190
Merge pull request #974 from ctiller/arghhh
...
Reintroduce sleep on backup thread
10 years ago
Nicolas "Pixel" Noble
061690d497
Don't merge OpenSSL into C++ upper layer libraries; only C.
10 years ago
Craig Tiller
64d0a87d98
Reintroduce sleep on backup thread
10 years ago
Craig Tiller
c20324e8aa
Merge github.com:grpc/grpc into credit
10 years ago
Michael Lumish
3e0f48b2ec
Merge pull request #973 from tbetbetbe/grpc_ruby_trim_dependencies
...
Removes unused dependencies
10 years ago
Michael Lumish
2425790a65
Merge pull request #971 from tbetbetbe/grpc_ruby_cleanup_client_stub_initialize_fix_hostname_bug
...
Grpc ruby cleanup client stub initialize fix hostname bug
10 years ago
Michael Lumish
4947638c62
Merge pull request #968 from jtattermusch/csharp_refactoring
...
C# refactoring and code cleanup
10 years ago
Tim Emiola
dfa5efb72e
Removes unused dependencies
10 years ago
Tim Emiola
485f0ed140
Corrects the host used in the client_server spec tests
10 years ago
Tim Emiola
4c7caf6180
Fix for #804
10 years ago
Tim Emiola
c32375c67c
Decompose the ClientStub initialize method
10 years ago
Jan Tattermusch
13cd1256af
Used StyleCop to get rid of tabs in the source code
10 years ago
Jan Tattermusch
49fd7fe13f
removed some compiler warnings
10 years ago
Jan Tattermusch
a29d0f3fbc
Split async call into server and client classes sharing the same base.
10 years ago
Nathaniel Manista
ee092fcc62
Merge pull request #965 from soltanmm/py-test
...
Fix Python protoc plugin test workflow
10 years ago
Nicolas Noble
d3be281353
Merge pull request #964 from ctiller/i-am-so-very-lazy
...
Crash in channel/server creation if grpc_init not called
10 years ago
Masood Malekghassemi
b2d4a8de95
Have Python protoc plugin test run with other tests
10 years ago
Craig Tiller
bea386b1c6
Merge branch 'secure-server-api-changes' of github.com:nathanielmanistaatgoogle/grpc into credit
10 years ago
Craig Tiller
8ace0bc987
Rename to save confusion
10 years ago
Masood Malekghassemi
53f8fea5df
Move protoc output to temporary directory
...
Moves the Python protoc plugin output directory to an auto-generated
temporary directory. Has the build configuration set by environment
variable (consistent with `tools/run-tests/run_tests.py`'s set envvars).
10 years ago
Craig Tiller
60a5bfcfcd
Merge github.com:grpc/grpc into credit
10 years ago
Craig Tiller
60fd361480
Crash in channel/server creation if grpc_init not called
10 years ago
Craig Tiller
004cef71c2
Merge pull request #963 from dklempner/tsan_server_secure
...
Don't call grpc_create_chttp2_transport after destroying the server
10 years ago
Craig Tiller
68de8e91cc
Merge github.com:grpc/grpc into credit
10 years ago
Craig Tiller
0642863b73
Merge pull request #3 from tbetbetbe/grpc-ruby-update-server-api
...
Grpc ruby update server api
10 years ago
Tim Emiola
0ce8edc49e
Updates ruby code affected by the secure server API change
10 years ago
David Klempner
fd5d8ffee5
Don't call grpc_create_chttp2_transport after destroying the server
...
Add synchronization in server_secure_chttp2.c to avoid propagating a
completed handshake past that layer to a potentially already destroyed
server.
10 years ago
Jan Tattermusch
2f364c0bb0
Merge pull request #961 from donnadionne/add_csharp
...
Adding csharp to test suite
10 years ago
Donna Dionne
ea85c2c30e
Adding csharp to test suite
...
temp remove timing out test to investigate
10 years ago
Tim Emiola
3a0d9768d3
Updates the ruby C extension to match the new secure C server API
10 years ago
Tim Emiola
9709188eb8
Merge pull request #952 from murgatroid99/node_0_12_compatibility
...
Node 0.11+ compatibility
10 years ago
Craig Tiller
1e90c8cffc
Merge pull request #954 from murgatroid99/node_binding_cleanup
...
Cleaned up some unnecessary verbosity in Node's binding.gyp
10 years ago
Nathaniel Manista
639ca900ee
Merge pull request #935 from ctiller/python_parallel
10 years ago
Craig Tiller
49f6132053
Teach run_tests about individual Python tests
...
Allows:
- running python tests in parallel
- clearer Travis output
- subjects each python test to the five minute run_tests timeout,
instead of ALL the tests to the five minute timeout
- easier benchmarking of which tests are slow
10 years ago
Tim Emiola
8104988ce4
Merge pull request #894 from mattn/ruby-2.2.0
...
Support ruby 2.2.0
10 years ago
Vijay Pai
0bc6805c6d
Merge pull request #837 from ctiller/qps_driver
...
QPS driver
10 years ago
Abhishek Kumar
e7a523e910
Merge pull request #951 from rauls5382/service_names
...
Manually resolve well-known service names
10 years ago
Vijay Pai
2ba0a9781e
Merge pull request #955 from ctiller/bugs
...
Fix ref counting
10 years ago
Craig Tiller
461be402a9
Fix ref counting
10 years ago
Craig Tiller
cf667a095d
Merge pull request #953 from dklempner/low_level_ping_pong
...
Fix signed comparison warnings in low_level_ping_pong
10 years ago