Jan Tattermusch
a71b0afdc2
Merge pull request #6627 from stanley-cheung/php-update-package-xml
...
PHP: update package.xml after fixes
9 years ago
Jan Tattermusch
37f3184b4c
Merge pull request #6611 from murgatroid99/ruby_signal_handling_improvement
...
Handle signals properly when dropping GVL
9 years ago
Jan Tattermusch
b9f11c3fa2
Merge pull request #6625 from sreecha/stress_test_misc
...
Misc changes to stress test framework (to reduce false positives and tools for debugging)
9 years ago
Jan Tattermusch
8c1d79690d
Merge pull request #6620 from ctiller/fuzz-it
...
Fix some fuzzing bugs, expand corpora
9 years ago
murgatroid99
746ea97afd
Finished removing ruby-level signal handlers again
9 years ago
murgatroid99
e68a71582f
Fixed a couple of issues, removed ruby-level signal handling again
9 years ago
Stanley Cheung
049831a6e6
php: update package.xml after fixes
9 years ago
Jan Tattermusch
fcbe7daf83
Merge pull request #6588 from soltanmm/you're-my-compression
...
Add compression support to lower Python/Cython layers
9 years ago
Jan Tattermusch
64a553ff4a
Merge pull request #6329 from dgquintas/tiny_include_guard_fix
...
Tiny fix to check_include_guards script
9 years ago
Jan Tattermusch
057a2f8f7c
Merge pull request #6445 from yang-g/unique_ptr_reset
...
Add an explicit base class pointer to avoid potential breakage.
9 years ago
Jan Tattermusch
aa51f63da3
Merge pull request #6463 from dgquintas/fix_compression_interop
...
Fixed compression interop and re-enable for C++.
9 years ago
Jan Tattermusch
deb8c3e987
Merge pull request #6499 from dgquintas/compression_accept_encoding
...
grpc-accept-encoding checks
9 years ago
Jan Tattermusch
2b62eb53b3
Merge pull request #6607 from michaelbausor/master
...
Updated functions with TSRM macros for ZTS support
9 years ago
Craig Tiller
7987d793b6
Merge branch 'fuzz-it' of https://github.com/ctiller/grpc into fuzz-it
...
Conflicts:
tools/run_tests/tests.json
9 years ago
Craig Tiller
2bcf78d632
Expand corpus
9 years ago
Sree Kuchibhotla
4dd02fc63c
Misc changes
9 years ago
murgatroid99
19bf00b69b
Re-added signal handlers to cancel calls and shut down servers
9 years ago
Sree Kuchibhotla
eaa3072744
Make the rpc timeout configurable
9 years ago
Craig Tiller
0b4d1238b8
Merge pull request #6622 from ctiller/fix-master
...
Fix leak in port deallocation
9 years ago
Craig Tiller
2d8427a1cb
Expand corpus
9 years ago
Masood Malekghassemi
93cc06a484
Add compression support to Cython layers
9 years ago
Jan Tattermusch
d5ed5a98db
Merge pull request #6590 from jtattermusch/perf_script_improvements
...
Perf script improvements
9 years ago
Craig Tiller
9be075c911
Fix leak in port deallocation
9 years ago
Craig Tiller
534fd0aa1e
Regen projects
9 years ago
Craig Tiller
bff5e917b3
Merge branch 'fuzz-it' of https://github.com/ctiller/grpc into fuzz-it
9 years ago
Craig Tiller
c1623dc732
Expand corpus
9 years ago
Jan Tattermusch
8010daaf2b
Merge pull request #6542 from ctiller/ecterm
...
Let execution contexts signal that they are done
9 years ago
Craig Tiller
71d0f5fd6c
Expand corpus
9 years ago
Craig Tiller
37a85c3096
Expand corpus
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
murgatroid99
c0ecedba83
Made signal handling properly handle non-killing signals
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
murgatroid99
76733cf196
Removed remaining references to old server handling code
9 years ago
murgatroid99
d595fb6557
Handle signals properly when dropping GVL
9 years ago
Craig Tiller
6f7756e970
Expand corpus
9 years ago
Craig Tiller
e2f7f31552
Expand corpus
9 years ago
Craig Tiller
1f963ba63f
Expand corpus
9 years ago
Michael Bausor
4f8e40b9e1
Updated functions with TSRM macros for ZTS support
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
Craig Tiller
d5b3482f4d
Expand corpus
9 years ago
Craig Tiller
680822fdc6
Expand corpus
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