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
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
Masood Malekghassemi
64f10281b0
Merge pull request #4591 from nathanielmanistaatgoogle/protobuf-version
...
Remove ceiling on required protobuf version
9 years ago
Dan Born
43a78030b1
Expose the fd in grpc_fd and grpc_tcp.
...
Fixes a bug where grpc_fd::released was not initialized.
9 years ago
Craig Tiller
e8f9ba6b7f
Fix compilation with clang/gcc
9 years ago
Vijay Pai
772f95099d
Merge pull request #4609 from yang-g/timespec
...
Make possible lossy conversion explicit.
9 years ago
Craig Tiller
d3917ab790
Add an early out to gpr_cpu_test
...
This test consumes a huge amount of CPU. On Windows, it additionally starves other tests from getting scheduled - for long enough that those tests time out and fail.
Historically tests starting shortly after this test are the most likely to fail.
Once we've seen all CPU's, we will no longer do anything useful - so check for that, and finish up early whenever possible.
9 years ago
Nathaniel Manista
2428342ba4
Merge pull request #4623 from soltanmm/from-source
...
Add tox to Python build-from-source instructions.
9 years ago
Masood Malekghassemi
a4ae4b570c
Add tox to Py build-from-source instructions
9 years ago
Craig Tiller
4083977c14
Update copyrights
9 years ago
Craig Tiller
1676f914a4
Add ability to update submodules before build
9 years ago
Craig Tiller
db21899edc
Delay reading stdout from disk until process terminates
...
The current code reads the stdout of each running process each time it
goes through a reap() iteration, and throws it away if the process is
still running.
On Windows, where we poll for completion every 100ms, I expect this is
having a serious impact on Jenkins performance, especially for noisier
tests.
9 years ago
Craig Tiller
e6d95c93a3
Tweak end2end formatting
9 years ago
Craig Tiller
8ceba198ee
Tweak end2end formatting
9 years ago
Michael Lumish
383ffacb00
Merge pull request #4617 from ctiller/cython_copyright
...
Copyright checker fixes
9 years ago
Craig Tiller
befa1fff76
Copyright checker fixes
9 years ago
Craig Tiller
ec2af56e33
Tweak compiler settings to hopefully make Jenkins more robust
9 years ago
Craig Tiller
3731cc068e
Fix end2end_test formatting
9 years ago
Craig Tiller
b0d8f686c5
Merge pull request #4613 from soltanmm/writecopyright
...
Add Cython files to check_copyright.py
9 years ago
Craig Tiller
9bda5a8f0b
Merge pull request #4554 from yang-g/stalled_and_destroy
...
remove stream from stalled_by_transport list before destroy it
9 years ago
Craig Tiller
b1fe7d6758
Merge pull request #4590 from yang-g/unreachable
...
fix one use of unreachable macro
9 years ago