Benny Wong
a7c6c85549
Remove unused RouteGuideClient and move RemoteTestClient to tests
...
* Reference discussion: https://github.com/grpc/grpc/pull/4108#discussion-diff-44494393
9 years ago
Benny Wong
66ae6bfe46
Update Podfile to point to the right sample dependencies
9 years ago
Benny Wong
1d5adb38c4
Revert edit for generated_libraries RemoteTest
9 years ago
Julien Boeuf
112f4a3035
Fixing the doc to warn of the dangers for overriding the target name when using SSL.
9 years ago
Tim Emiola
a082435e06
Updates interop client/server logging
...
- server logger.level = WARN
- client logger.level = INFO
9 years ago
Tim Emiola
69a672e6c2
Adds standard logging to the client/server
...
- truncates the server debug log entries to make that readable
9 years ago
Tim Emiola
7d21c04b2c
Fixes a multithreading bug in the ruby rpc_server
...
This fixes the current ruby server interop test flakiness.
- The interop tests recently changed so that clients access servers in
parallel, meaning that the interop servers handle multiple rpcs at once,
which is how this bug became visible
- since this change, tests run against the ruby interop server have
failed sporadically
- the problem was that the block in #loop_handle_server_calls that is
passed to the thread pool referenced a var in an enclosing block,
which resulted in requests being processed by the wrong handler
- this fix ensures that the block to be run on the thread pool thread
does not have any references to vars in the enclosing block
9 years ago
Craig Tiller
8e15925fd9
Fix bugs, make tests robust
9 years ago
Benny Wong
7beff53151
Update location of grpc_objective_c_plugin for sample
9 years ago
Benny Wong
3f1f5a48f7
Update ObjC sample to use the new ProtoMethod instead of GRPCMethodName
9 years ago
Craig Tiller
82e249b816
Small fixes
9 years ago
Tim Emiola
24fdc179c1
Ensures that bidi calls obtain metadata.
...
Fixes an omission from earlier PRs that adds support metadata.
9 years ago
Tim Emiola
b48236a2b4
Fixes an issue running the tests on Ruby2.2
9 years ago
Michael Lumish
0dd67a109a
Merge pull request #4090 from stanley-cheung/php_add_app_user_agent_string
...
PHP: append application user agent string at the beginning
9 years ago
Craig Tiller
575b4200a7
Small fixes
9 years ago
Craig Tiller
e58d817818
casting
9 years ago
Craig Tiller
3c53bb2f46
clang-format
9 years ago
Craig Tiller
856d0948da
Check return values
9 years ago
Craig Tiller
1481237f2c
Add missing casts
9 years ago
Craig Tiller
895f14d381
Fix memory leak
9 years ago
Craig Tiller
308bbb2c4b
Add missing free
9 years ago
Craig Tiller
717805f570
Fix use-after-free
9 years ago
Craig Tiller
e4008cf544
Missed file
9 years ago
Craig Tiller
027a74cd3b
First round changes to handle dynamic hpack table size
9 years ago
Julien Boeuf
334314b888
Updating the server1 cert so that it can be used with Go.
...
The encoding of the issuer field in this cert is now a PRINTABLESTRING
as opposed to UTF8STRING in the previous server1.pem which was causing
the Go issue.
Fixes #4086 .
9 years ago
Louis Ryan
bf94551bcb
Merge pull request #4060 from ejona86/spec-improvements
...
Specify header value restrictions
9 years ago
murgatroid99
3236607685
Fixed incorrect type in a malloc in Node extension
9 years ago
murgatroid99
1900ca157f
Merge remote-tracking branch 'refs/remotes/grpc/master'
9 years ago
Stanley Cheung
3baf76718e
php: append application user agent string at the beginning
9 years ago
Craig Tiller
83e73373cb
Merge branch 'new_op' into hpack_fix
9 years ago
Craig Tiller
bd50ed8057
Make lb_policies_test a little less timing dependent
9 years ago
Craig Tiller
892f2d3726
Commentary
9 years ago
yang-g
9e52a2dd81
header fix for windows
9 years ago
yang-g
30e1727583
msan and windows fix
9 years ago
yang-g
64b1966b9e
drain cq
9 years ago
yang-g
72941642ca
add a test for initial_connect_string
9 years ago
yang-g
c9fca1813a
refacto of the reconnect tcp server to a general purpose test tcp server to be reused by the set_initial_string_test
9 years ago
Jan Tattermusch
555e8cc797
Merge pull request #4088 from carl-mastrangelo/nobinary
...
remove binary checked in
9 years ago
Craig Tiller
bdffdc04f8
Merge pull request #4031 from jtattermusch/win_precise_clock
...
Use QueryPerformanceCounter as precise clock for windows
9 years ago
Carl Mastrangelo
5a8a94e442
remove binary checked in
9 years ago
Craig Tiller
3e2bc9660e
Remove debug
9 years ago
Jan Tattermusch
faa291824c
Merge pull request #4085 from carl-mastrangelo/interop
...
Enable interop tests for http2
9 years ago
Craig Tiller
8bbc4e0ac9
Merge pull request #4083 from murgatroid99/node_user_agent_position
...
Ensure application and Node library user agent strings are together at the beginning
9 years ago
Craig Tiller
31ee320bc9
Merge pull request #4054 from jtattermusch/port_server_cwd_elsewhere
...
Put cwd of port server elsewhere
9 years ago
Craig Tiller
e9c216ee23
Sending empty trailing metadata to a closed stream is ok - it means close this already closed stream
9 years ago
Craig Tiller
c4bb6e931f
Merge github.com:grpc/grpc into new_op
9 years ago
Craig Tiller
4ab2d82c1a
Merge branch 'new_op' of github.com:ctiller/grpc into new_op
9 years ago
Carl Mastrangelo
3b2e1bd243
Enable interop tests for http2
9 years ago
Carl Mastrangelo
c8bd16b7e1
Move Http2 interop test reports up
9 years ago
Carl Mastrangelo
de4491076f
Add HTTP/2 Interop tests to be run
9 years ago