murgatroid99
9b83bd7c95
Use specific ruby thread to handle auth metadata plugin callbacks
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
9b28987b66
Merge pull request #4615 from murgatroid99/backport_copyright_sanity_test
...
Backport copyright changes
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
a5c5e3144e
Merge pull request #4579 from jboeuf/security_connector_fixes-0_12
...
Security connector fixes for 0.12 branch
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
Craig Tiller
bba5431c72
Merge pull request #4608 from a11r/import1_4
...
Added exception handling for ImportError
9 years ago
Craig Tiller
5a32e2c22b
Merge branch 'copyzomg' into clangfmt
9 years ago
Craig Tiller
560e5f8aa3
Update copyrights, clang-fmt
9 years ago
Craig Tiller
e3b7beeb38
Update copyrights
9 years ago
Michael Lumish
c18b471cc0
Merge pull request #4614 from ctiller/copyzomg
...
Update copyrights
9 years ago
Craig Tiller
896ef305bc
Add copyright checks to sanity; make them verify copyright year is valid
9 years ago
Craig Tiller
8cf42d415d
Happy new year
9 years ago
Craig Tiller
889d50ff21
Fix newline at end of file
9 years ago
Craig Tiller
cb6ce54e31
Update copyrights
9 years ago
Craig Tiller
e959827ec0
Update copyrights
9 years ago
Craig Tiller
6a56221f28
Merge github.com:grpc/grpc into ints
9 years ago
murgatroid99
73cefb8b90
Updated copyright in Ruby version file
9 years ago
Masood Malekghassemi
2e8c2ef7dc
Add Cython files to check_copyright.py
9 years ago
Craig Tiller
c506e24a57
Update copyrights
9 years ago
Masood Malekghassemi
8525354f4f
Use stdint for Cython code
9 years ago
Sree Kuchibhotla
d609c6385c
remove unused code
9 years ago
Craig Tiller
eb29fc7198
Merge github.com:grpc/grpc into clangfmt
9 years ago
Craig Tiller
be52c6e9c2
clang-format code
9 years ago
murgatroid99
0e59927b87
Update Ruby library version for next release
9 years ago
Sree Kuchibhotla
51571a839b
remove code not relevant for stress test results
9 years ago
Michael Lumish
7d075631e6
Merge pull request #4604 from ctiller/copyzomg
...
Add copyright checks to sanity; make them verify copyright year is valid
9 years ago
Craig Tiller
482234f456
Get better output for clang-format diffs
9 years ago
yang-g
471dbd8217
Make possible lossy conversion explicit.
9 years ago
murgatroid99
496ca7668e
Fixed a too-long line in a file
9 years ago
murgatroid99
17e781a928
Updated some Node dependencies to more recent versions
9 years ago
Abhishek Kumar
f4ef7bca14
Added exception handling for ImportError
9 years ago
Craig Tiller
64195a7ded
Attempt to get docker clang-format working
9 years ago
Craig Tiller
408dc21390
Merge branch 'clang-format-fix' of github.com:nicolasnoble/grpc into clangfmt
9 years ago
Craig Tiller
de3da74866
Add copyright checks to sanity; make them verify copyright year is valid
9 years ago
Sree Kuchibhotla
66977607c1
adjust default test duration
9 years ago
Craig Tiller
04cd49b552
Merge pull request #4560 from murgatroid99/node_generate_package.json
...
Generate the Node package.json from build.yaml
9 years ago
Michael Lumish
fd1b06ceef
Merge pull request #4593 from ctiller/copyzomg
...
Happy new year
9 years ago
Craig Tiller
418411f75d
Happy new year
9 years ago
Sree Kuchibhotla
7b89b97198
disable -t flag
9 years ago
Craig Tiller
ea21ca234c
Fix makefile, codegen bugs
9 years ago
jboeuf
5e4775f0bf
Merge pull request #4561 from ctiller/StyleGuide
...
Initial style guide notes for C
9 years ago
Sree Kuchibhotla
e371742d83
Separate interop images and interop_stress images
9 years ago