Dan Born
9c12bc252e
Add shutdown_starting callbacks to tcp_server.
...
tcp_server_posix_test illustrates how this can be used to implement a
weak referencing mechanism.
9 years ago
Dan Born
b13a69da41
tcp_server_posix_test fixes.
...
Use grpc_shutdown() instead of grpc_iomgr_shutdown() to prevent
grpc_pick_unused_port_or_die() from inappropriately destroying global
state. Fix port allocation issues.
9 years ago
Dan Born
d890a217da
Fix port allocation in test.
9 years ago
Dan Born
a78ca38e10
clang reformat.
9 years ago
Dan Born
601acadc91
Test a server with multiple ports
9 years ago
Dan Born
50ef3042a1
Fix windows compilation errors
9 years ago
Dan Born
725ee28af8
Extend Copyrights to 2016
9 years ago
Dan Born
03c8a9b365
Put the fd_index in the same order as the sibling list.
9 years ago
Dan Born
5d81d15260
Code review follow-up.
9 years ago
Dan Born
fa6b606898
Make grpc_tcp_listener private.
9 years ago
Michael Lumish
7f34c783c4
Merge pull request #4645 from ctiller/coveralls
...
Refine coverage language list
9 years ago
Michael Lumish
c8bfa7ce89
Merge pull request #4647 from ctiller/run_errors
...
Handle errors in run_tests.py a little better
9 years ago
Michael Lumish
d4f86d0232
Merge pull request #4652 from ctiller/no-cache
...
Disable ccache for the moment
9 years ago
Craig Tiller
61bc8ab49b
Disable ccache for the moment
9 years ago
Nathaniel Manista
b47eab53de
Merge pull request #4644 from yoloseem/typo-1
...
Fix docstring typos in python grpc interfaces.
9 years ago
Craig Tiller
4f2be36df2
Flag errors better
9 years ago
Craig Tiller
eb9de8b05f
Tweak run_tests exit status handling
9 years ago
Craig Tiller
fdd02259b5
Merge pull request #4627 from daniel-j-born/tcp_fd
...
Expose the fd in grpc_fd and grpc_tcp.
9 years ago
Craig Tiller
5bf8e61ff7
Merge pull request #4643 from murgatroid99/node_compiler_standard_c99
...
Compile Node extension with c99 and c++11
9 years ago
Craig Tiller
169006688a
Refine coverage language list
9 years ago
Hyunjun Kim
34206222f0
Fix docstring typos in python grpc interfaces
9 years ago
murgatroid99
3f42ea0869
Removed redundant std= cflag
9 years ago
murgatroid99
3abed3186f
Compile Node extension with c99 and c++11
9 years ago
Michael Lumish
abf85d9648
Merge pull request #4616 from ctiller/i-like-pie
...
Tweak compiler settings to hopefully make Jenkins more robust
9 years ago
Michael Lumish
c75e7de6cd
Merge pull request #4639 from ctiller/nominally-nuisance
...
Dont fail build if no report generated
9 years ago
Michael Lumish
e1349ced0e
Merge pull request #4641 from ctiller/farout
...
clang-format
9 years ago
Craig Tiller
2a1540496f
clang-format
9 years ago
Alistair Veitch
9b028b2687
Merge pull request #4626 from ctiller/wtfwin
...
Add an early out to gpr_cpu_test
9 years ago
adelez
9ac9c125c2
Merge pull request #4619 from ctiller/windows_logs
...
Delay reading stdout from disk until process terminates
9 years ago
Craig Tiller
3d8798445e
Dont fail build if no report generated
9 years ago
Dan Born
a7ed54cba7
Don't use ep after destroy in the test.
9 years ago
Sree Kuchibhotla
93cdb180a6
Merge pull request #4635 from ctiller/spam_cleanup
...
Spam cleanup
9 years ago
Michael Lumish
bbaad2a7e4
Merge pull request #4606 from ctiller/clangfmt
...
Actually making the clang format test properly fail sanity.
9 years ago
Craig Tiller
0eaf2962bb
Fix Makefile
9 years ago
Yang Gao
848ee629dd
Merge pull request #4631 from sreecha/stress_test_logging
...
Add ability to control the verbosity of stress test logs
9 years ago
Dan Born
76d21f9b10
Unit tests for new functions
9 years ago
Craig Tiller
9577b31095
Fixes
9 years ago
Craig Tiller
04b3cf6f19
Merge github.com:grpc/grpc into wtfwin
9 years ago
Craig Tiller
4c219e6abe
Spam cleanup
9 years ago
Michael Lumish
fc5281f66d
Merge pull request #4632 from ctiller/dep_head
...
Fix building submodules at head
9 years ago
Craig Tiller
be0327bfee
Update new files
9 years ago
Craig Tiller
791a49169f
Merge github.com:grpc/grpc into clangfmt
9 years ago
jboeuf
0850640213
Merge pull request #4589 from ctiller/enforcer
...
Add a test to ensure public core headers are C89
9 years ago
jboeuf
bbb94bd6fc
Merge pull request #4562 from ctiller/ints
...
Switch to using C99 types for fixed size integers
9 years ago
Craig Tiller
b361b4edfb
Fix building submodules at head
...
- ensure failure propogates through run_jenkins.sh
- don't try to regenerate projects on non-linux environments
9 years ago
Michael Lumish
38b6eeeb4e
Merge pull request #4622 from ctiller/dep_head
...
Add ability to update submodules before build
9 years ago
Vijay Pai
2cf57db6f3
Merge pull request #4630 from ctiller/document_write
...
Update async write documentation
9 years ago
Sree Kuchibhotla
7cecfa6c48
Adjust the log levels in interop tests and stress tests
9 years ago
Sree Kuchibhotla
0fa95eab81
Ability to filter log messages based on log level
9 years ago
Craig Tiller
0ede550acb
Update async write documentation
9 years ago