Craig Tiller
|
e69426448a
|
Windows builds need longer
|
9 years ago |
David Garcia Quintas
|
04ecfa1ad7
|
Added missing payloads to streaming compressed test
|
9 years ago |
Craig Tiller
|
352312cb73
|
Merge github.com:grpc/grpc into openssl-just-needs-to-build
|
9 years ago |
yang-g
|
9f8c100ea8
|
Merge remote-tracking branch 'upstream/master' into string_ref
|
9 years ago |
Craig Tiller
|
26fd1a3beb
|
Merge github.com:grpc/grpc into naming-crisis
|
9 years ago |
Craig Tiller
|
7e3c3b2e8f
|
Merge pull request #3066 from yang-g/build
add missing headers from 2945
|
9 years ago |
yang-g
|
31ff8bcc15
|
add missing headers from 2495
|
9 years ago |
Michael Lumish
|
04babecd72
|
Merge pull request #3043 from murgatroid99/objc_kvo_compliance
Test KVO compliance for call.responseHeaders
|
9 years ago |
Masood Malekghassemi
|
8f56c422f8
|
Add global per-test timeout to Python test harness
|
9 years ago |
Craig Tiller
|
9dee67b5cf
|
Merge github.com:grpc/grpc into naming-crisis
|
9 years ago |
Craig Tiller
|
d5ddbd8028
|
Merge github.com:grpc/grpc into openssl-just-needs-to-build
|
9 years ago |
yang-g
|
58824d4bae
|
Merge remote-tracking branch 'upstream/master' into string_ref
|
9 years ago |
Craig Tiller
|
25de92c997
|
Assert uri not null better
|
9 years ago |
yang-g
|
e21908fcee
|
impl
|
9 years ago |
Alistair Veitch
|
4087ea6f9c
|
Merge pull request #2945 from maxwell-demon/master
Re-install census_filters
|
9 years ago |
Craig Tiller
|
4f5e6f0133
|
Merge pull request #3063 from jtattermusch/windows_server_memory_leak
Fix gpr_slice leak in server on connection reset
|
9 years ago |
Craig Tiller
|
f5cf6fa478
|
Assert uri not null
|
9 years ago |
David Garcia Quintas
|
bb5e018375
|
Added compression specs
|
9 years ago |
Jan Tattermusch
|
a4d9f267fb
|
fix gpr_slice leak in server on connection reset
|
9 years ago |
Craig Tiller
|
d01b6f49a2
|
Its not enough to just serialize the clean step...
|
9 years ago |
Jan Tattermusch
|
f3552725f3
|
Merge pull request #3060 from ctiller/sigwha
Expand error handling to ignore all errors printing output
|
9 years ago |
Craig Tiller
|
4d03e216ab
|
Merge github.com:grpc/grpc into openssl-just-needs-to-build
|
9 years ago |
Craig Tiller
|
9f3b2d7f94
|
Expand error handling to ignore all errors printing output
|
9 years ago |
Craig Tiller
|
1dc323b45e
|
Spam cleanup
|
9 years ago |
Jan Tattermusch
|
7d0c3f72de
|
Merge pull request #3050 from ctiller/googly-test
Make googletest a submodule
|
9 years ago |
Craig Tiller
|
c0136b9a27
|
Add comments
|
9 years ago |
Craig Tiller
|
c9a3b0d55f
|
Respond to review
|
9 years ago |
yang-g
|
1eeb21c4df
|
api change to string_ref
|
9 years ago |
yang-g
|
d5539ec6e2
|
remove constexpr since gcc 4.4 or vs2010 does not support it
|
9 years ago |
Craig Tiller
|
775ec1decd
|
Use SSL override as a default host name if none is specified
|
9 years ago |
Hongyu Chen
|
a96ce800a8
|
Update include path of core/profiling/basic_timers.c
|
9 years ago |
Vijay Pai
|
887c094b0b
|
Merge pull request #3057 from ctiller/not-murdering-things-is-also-ok
Add a comment describing out views on killing
|
9 years ago |
Craig Tiller
|
3d20b000b7
|
Add a comment describing out views on killing
|
9 years ago |
Jan Tattermusch
|
1f1919c8cf
|
Merge pull request #3056 from ctiller/not-murdering-things-is-also-ok
Don't fail a build on failure to kill a docker instance
|
9 years ago |
Masood Malekghassemi
|
9639b81a21
|
Merge pull request #3046 from nathanielmanistaatgoogle/defect
Use a custom exception in test_control
|
9 years ago |
Masood Malekghassemi
|
62597fdf96
|
Merge pull request #3047 from nathanielmanistaatgoogle/status
Status code conformance in grpc._links
|
9 years ago |
Michael Lumish
|
d1f08380aa
|
Merge pull request #3051 from jtattermusch/csharp_docs
C# add generated docs
|
9 years ago |
Craig Tiller
|
43fef09aec
|
Don't fail a build on failure to kill a docker instance
It's quite ok for a docker instance to already be dead.
|
9 years ago |
Craig Tiller
|
d23318a02d
|
Merge pull request #3055 from vjpai/U
Make certain constants unsigned to avoid triggering -Wsign-compare
|
9 years ago |
vjpai
|
2098863a90
|
Make certain constants unsigned to please compiler on Mac
|
9 years ago |
Nathaniel Manista
|
b3e56c4736
|
Drop whitespace from Python test metadata keys
Whitespace is now disallowed in metadata keys.
|
9 years ago |
Craig Tiller
|
12a270166d
|
Merge pull request #3011 from dgquintas/comma-separated-ips
sockaddr_resolver now supports comma-separated list of IPs
|
9 years ago |
Craig Tiller
|
b5bf12bdcc
|
Merge pull request #3049 from murgatroid99/objc_disable_udp_error
Made udp_server.c compile for iOS
|
9 years ago |
Craig Tiller
|
bf27a6860c
|
Merge pull request #3053 from jboeuf/cpp_string_ref
Adding grpc::string_ref class
|
9 years ago |
Julien Boeuf
|
bf9a8f8d7c
|
Fixing tests.
|
9 years ago |
Julien Boeuf
|
814ffd67f5
|
Fixing buildgen output.
|
9 years ago |
Craig Tiller
|
dc31ef38d2
|
Loosen test requirements to better fit spec
|
9 years ago |
Craig Tiller
|
5d4d1ee34e
|
Merge github.com:grpc/grpc into naming-crisis
|
9 years ago |
Craig Tiller
|
df77673c6c
|
Dont try to parallelize OpenSSL build
|
9 years ago |
Craig Tiller
|
1eac2fb1a5
|
Merge github.com:grpc/grpc into openssl-just-needs-to-build
|
9 years ago |