murgatroid99
24e826ec56
Updated dependencies, fixed a couple of tests
9 years ago
Michael Lumish
fc5281f66d
Merge pull request #4632 from ctiller/dep_head
...
Fix building submodules at head
9 years ago
murgatroid99
56fada5dfe
Make the Ruby extension throw an error when passed invalid metadata
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
murgatroid99
c9d3084b10
Merge branch 'core_validate_metadata' into ruby_metadata_downcasing
9 years ago
murgatroid99
36187ab66b
Fix header include syntax
9 years ago
murgatroid99
c3910cadb4
Expose core metadata validation functions in public headers
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
murgatroid99
c2ea3aec65
Parital implementation of ruby header checking
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
murgatroid99
7fac30dd1b
Update copyright
9 years ago
murgatroid99
00450af711
Made ruby per-rpc creds interop use auth plugin API
9 years ago
murgatroid99
a4d3d2c76b
Fix typo in method call
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
Craig Tiller
296ae72581
Merge pull request #4611 from murgatroid99/ruby_0.12_version_update
...
Update Ruby library version for next release
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
murgatroid99
f58404e1d5
Free what we alloc
9 years ago
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