Makarand Dharmapurikar
|
a913d2d2ae
|
Merge remote-tracking branch 'refs/remotes/origin/master' into caching_uri
|
8 years ago |
Makarand Dharmapurikar
|
b4e97270cc
|
replaced hardcoded server path with cmdline arg
The host and port of the remote server can be specified via command line argument to xcodebuild.
|
8 years ago |
Muxi Yan
|
c44895ffe5
|
Merge pull request #10540 from muxi/restore-cronet-tests
Restore cronet tests
|
8 years ago |
Craig Tiller
|
5a0cf32515
|
Merge pull request #10604 from ctiller/bmdifffix
Fixes for bm_diff
|
8 years ago |
murgatroid99
|
70a2a4b01a
|
Bump version to 1.2.4
|
8 years ago |
yang-g
|
66d40c63f7
|
Fix BUILD dependency, copyright and cmake
|
8 years ago |
Michael Lumish
|
02f6763160
|
Merge pull request #10303 from murgatroid99/makefile_soname_fix
Fix soname version mismatch in Makefile
|
8 years ago |
Michael Lumish
|
4ae95e6639
|
Merge pull request #10563 from murgatroid99/node_server_shutdown
Node server shutdown improvements
|
8 years ago |
Craig Tiller
|
7fea751258
|
ubsan fixes
|
8 years ago |
Craig Tiller
|
9f99c303d0
|
Handle 0-length
|
8 years ago |
Craig Tiller
|
ca3b32f67d
|
Handle div0
|
8 years ago |
Craig Tiller
|
161e4baf74
|
Fix memory leak
|
8 years ago |
Craig Tiller
|
d835aa39d3
|
Cleanup output: omit unnecessary columns
|
8 years ago |
Craig Tiller
|
dc3806c672
|
Fix a noise creating bug in bm_json (for bm_diff)
|
8 years ago |
Craig Tiller
|
890eb7f241
|
Merge github.com:grpc/grpc into foo
|
8 years ago |
Craig Tiller
|
12d716c88c
|
add nl
|
8 years ago |
Craig Tiller
|
08aea10d02
|
document
|
8 years ago |
Craig Tiller
|
8be866eed7
|
fix test
|
8 years ago |
Craig Tiller
|
f0721657ff
|
Merge github.com:grpc/grpc into truebin
|
8 years ago |
Craig Tiller
|
bd3cc40529
|
Add synchronization so startup completes before shutdown begins
|
8 years ago |
Craig Tiller
|
feb77ef996
|
Get cancel error right
|
8 years ago |
Craig Tiller
|
2d7d5be813
|
Increase threshold
|
8 years ago |
Jan Tattermusch
|
43713e6ae1
|
Merge remote-tracking branch 'upstream/v1.2.x' into HEAD
|
8 years ago |
Craig Tiller
|
2ad8a9b654
|
Handle cancellation
|
8 years ago |
Craig Tiller
|
d8c58c5657
|
Merge github.com:grpc/grpc into minimal_test
|
8 years ago |
Matt Kwong
|
95909bb393
|
Add individual sanitizer suites to Kokoro
|
8 years ago |
Michael Lumish
|
ca70b1ce9e
|
Merge pull request #10579 from murgatroid99/max_message_size_arg_checking
Fix lower bound on max message size channel arguments
|
8 years ago |
apolcyn
|
f200f25d4d
|
Merge pull request #10564 from apolcyn/deflake_ruby_test
fix flakey race in ruby tests
|
8 years ago |
Makarand Dharmapurikar
|
220bc643f9
|
enable cacheable_unary test
|
8 years ago |
Makarand Dharmapurikar
|
e1b238458f
|
modified caching test
added logic to test that cached response is specific to request payload.
Removed trailing '\0' from query parameter
|
8 years ago |
murgatroid99
|
017a335d2b
|
Only delete core-level server if shutdown was successful
|
8 years ago |
David G. Quintas
|
c3f494558b
|
Merge pull request #10587 from dgquintas/fix_credentials_test
Update credentials test after #9328
|
8 years ago |
David Garcia Quintas
|
a03d204dd7
|
Update credentials test after #9328
|
8 years ago |
yang-g
|
eceec8eaf6
|
Add helper function to supply and parse error_details from Status.
|
8 years ago |
Matt Kwong
|
654c367cb6
|
Update VM creation scripts to update Linux kernel
|
8 years ago |
Craig Tiller
|
9d9313cfc6
|
Threading robustness
Move server startup to a separate thread.
Where there is no opportunity for failure, do not return bool.
|
8 years ago |
Sree Kuchibhotla
|
4ef9ce7954
|
Merge branch 'master' into cq_create_api_changes
|
8 years ago |
Craig Tiller
|
f597c7ccdd
|
Tighter threshold
|
8 years ago |
Craig Tiller
|
763667ce29
|
Merge branch 'foo' of github.com:ctiller/grpc into foo
|
8 years ago |
Craig Tiller
|
9314361096
|
Merge github.com:grpc/grpc into foo
|
8 years ago |
Muxi Yan
|
3e1f562a2b
|
clang-format
|
8 years ago |
murgatroid99
|
803392e9f1
|
Node server: add NULL check to tryShutdown
|
8 years ago |
Matt Kwong
|
380c3a7e1e
|
Merge pull request #10562 from matt-kwong/pin-bazel-version-2
Pin Bazel version to 0.4.4 in Dockerfile
|
8 years ago |
murgatroid99
|
c22d62f54e
|
Move ForceShutdown completion handling to new OnComplete method
|
8 years ago |
murgatroid99
|
1abba9df60
|
Fix lower bound on max message size channel arguments
|
8 years ago |
Yuchen Zeng
|
5cb840246e
|
Merge pull request #10568 from y-zeng/fix_sanity
Fix sanity
|
8 years ago |
Michael Lumish
|
f883021bbd
|
Merge pull request #10556 from murgatroid99/node_windows_warning_fix
Fix Windows warning in binding.gyp for Win10 console
|
8 years ago |
Craig Tiller
|
19b1f5edc9
|
Allow unlimited size messages
|
8 years ago |
Alexander Polcyn
|
9b02001949
|
get rid of racey sleep 5 and use a cv to wait forever
|
8 years ago |
Craig Tiller
|
95a15a137c
|
Deal with initial_metadata/send_message ordering issues in message_compress_filter
|
8 years ago |