Craig Tiller
c5b7f36f4d
Fix load file test
9 years ago
Craig Tiller
4727b9be84
Cleanup error handling for google_default_credentials
9 years ago
Craig Tiller
e451225f70
Fix naming bug
9 years ago
Craig Tiller
3e149f3149
clang-format
9 years ago
Craig Tiller
6ca8e143ff
Merge branch 'error' of https://github.com/ctiller/grpc into error
9 years ago
Craig Tiller
a41ac571ab
Windows port of error system
9 years ago
Craig Tiller
a774f5ced2
Fix C++ tests
9 years ago
Craig Tiller
012f8f4c53
Remove zookeeper
9 years ago
Craig Tiller
3b842de003
Fix leak in dualstack_socket_test
9 years ago
Craig Tiller
c654554874
Merge github.com:grpc/grpc into error
9 years ago
Jan Tattermusch
8010daaf2b
Merge pull request #6542 from ctiller/ecterm
...
Let execution contexts signal that they are done
9 years ago
Jan Tattermusch
9a0da591ce
Merge pull request #6602 from nathanielmanistaatgoogle/test-parallelism
...
Break PARALLELISM test constant in two
9 years ago
Jan Tattermusch
19144a6a04
Merge pull request #6439 from kpayson64/python_health_check
...
Reworked python health checking and added tests
9 years ago
Jan Tattermusch
f1dc3deed7
Merge pull request #6568 from dgquintas/fix-include-guards-long-names
...
Allow for multiline #endif guards
9 years ago
Jan Tattermusch
305b0f4e2f
Merge pull request #6587 from dgquintas/fix-proto-utils-anon-namespace
...
Fixed usage of anon namespace inside .h
9 years ago
Jan Tattermusch
4b67b7f18f
Merge pull request #6603 from ctiller/better_wakeups
...
Fix accelerated wakeups
9 years ago
Jan Tattermusch
2eb7e2fae9
Merge pull request #6609 from nathanielmanistaatgoogle/sooner-or-later
...
"sooner" -> "server" typo correction
9 years ago
Jan Tattermusch
fc9c1a7c53
Merge pull request #6556 from goldenbull/master
...
use LANG_ENGLISH for windows api FormatMessage
9 years ago
Jan Tattermusch
1b6969a2e8
Merge pull request #6589 from dklempner/return_unused_port
...
Add a grpc_recycle_unused_port to return pick_unused_port ports to the portserver
9 years ago
David Klempner
948afddffe
Run clang-format against port_posix.c and port_windows.c
9 years ago
Nathaniel Manista
ea8ae09142
"sooner" -> "server" typo correction
...
"... will not have the effect of stopping the sooner later", heh. :-P
9 years ago
Craig Tiller
556e5ae525
Fix accelerated wakeups
...
We can end up in situations where a pollset needs to kick itself.
This is supposed to be an accelerated codepath, however a bug crept in
whereby we missed the opportunity to do so, resulting in needing to
round trip these wakeups redundantly through the OS and wake other
threads unnecessarily.
9 years ago
Nathaniel Manista
3fe71993da
Split and rename test_constants.PARALLELISM
...
Going forward we'd like to be able to test much larger numbers of RPCs
than the number of threads available to a test.
9 years ago
Craig Tiller
d6a5b803f4
Merge github.com:grpc/grpc into error
9 years ago
Craig Tiller
4701768e97
Disable refcounting log vomit
9 years ago
Craig Tiller
ae12593156
Fix concurrent_connectivity_test
9 years ago
Craig Tiller
2b59dbce30
Fixes
9 years ago
David Klempner
1ba1bba66a
Merge pull request #6567 from markdroth/large_metadata_test_fix
...
Fix large_metadata_bad_client_test to avoid C99 string literal length limit.
9 years ago
David Klempner
6fb122dc6e
Add calls to grpc_recycle_unused_port to two of the tests which call
...
grpc_pick_unused_port a lot.
9 years ago
David Klempner
c7614cf277
Fix declarations in port.h to not be ambiguous in C due to K&R.
...
Also actually add the port parameter to grpc_recycle_unused_port.
Also remove the downsizing gpr_realloc in the recycle codepath, which is
unnecessary and can free the pointer.
9 years ago
David Garcia Quintas
0fde7131aa
Fixed usage of anon namespace inside .h
9 years ago
Jan Tattermusch
3bf45e11c1
Merge pull request #6583 from carl-mastrangelo/dotdotdot
...
Fix stress test JVM Args
9 years ago
Jan Tattermusch
9ad288e7e8
Merge pull request #6578 from jtattermusch/add_bat_copyrights
...
Add copyrights to .bat files (and update the checker to report missing ones)
9 years ago
Yuchen Zeng
086601f05f
Merge pull request #6414 from y-zeng/reflection_proto
...
Add reflection.proto
9 years ago
Carl Mastrangelo
013a0ea421
Fix stress test JVM Args
9 years ago
Craig Tiller
23b6cdb59d
Fix lb_policies_test
9 years ago
Jan Tattermusch
c9e1959adf
add copyright to the template as well
9 years ago
David Klempner
2ecb08f5a7
Merge branch 'master' into return_unused_port
9 years ago
David Klempner
2754c91fee
Add an API to return an unused port to the portserver
9 years ago
Craig Tiller
3b03f8b378
Merge pull request #34 from markdroth/error
...
Fix memory leak.
9 years ago
Mark D. Roth
b06c640ead
Fix memory leak.
9 years ago
Craig Tiller
21d1dd83a1
Fix client_fuzzer corpus tests
9 years ago
Jan Tattermusch
effd74c3cc
Merge pull request #5456 from ctiller/cleaner-posix3
...
Splitting out a pure poll() based event engine
9 years ago
Craig Tiller
9dff3c608f
Merge pull request #33 from markdroth/error
...
Fixed endpoint tests. Also more boolification.
9 years ago
Mark D. Roth
808ac38724
Fixed endpoint tests.
9 years ago
Craig Tiller
692bb33ecb
Fix head_of_line_blocking_bad_client_test
9 years ago
Jan Tattermusch
f551edf730
add missing copyrights to .bat files
9 years ago
Jan Tattermusch
fdb8931e47
check for copyright in .bat files
9 years ago
Jan Tattermusch
ebf66403aa
Merge pull request #6569 from yang-g/ubsan
...
prepare to enable ubsan in continuous build
9 years ago
Jan Tattermusch
c96151bf8c
Merge pull request #6561 from vjpai/ytpo
...
De-💩 ify code
9 years ago