Craig Tiller
|
9f3b2d7f94
|
Expand error handling to ignore all errors printing output
|
9 years ago |
Jan Tattermusch
|
7d0c3f72de
|
Merge pull request #3050 from ctiller/googly-test
Make googletest a submodule
|
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 |
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 |
Julien Boeuf
|
0382bfae38
|
Merge branch 'master' of github.com:grpc/grpc into cpp_string_ref
|
9 years ago |
Julien Boeuf
|
8fd915ab8d
|
Adding grpc::string_ref class.
- Strict subset of
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3442.html
- Useful to avoid unnecessary string copies.
|
9 years ago |
Nathaniel Manista
|
60478685e7
|
Use a custom exception in test_control
Use of ValueError is too easily misconstrued as an actual defect in the
system under test.
|
9 years ago |
Masood Malekghassemi
|
e289e52436
|
Merge pull request #3038 from nathanielmanistaatgoogle/four-fixes
Four small Python bugfixes
|
9 years ago |
Masood Malekghassemi
|
7c70bc2673
|
Merge pull request #3045 from nathanielmanistaatgoogle/parameter-reassignment
Fix parameter reassignment defect
|
9 years ago |
Masood Malekghassemi
|
54598750d6
|
Merge pull request #3040 from nathanielmanistaatgoogle/face
A test suite for the RPC Framework Face interface
|
9 years ago |
Nathaniel Manista
|
7b92bae20e
|
Status code conformance in grpc._links
|
9 years ago |
Nathaniel Manista
|
8caba0500b
|
A test suite for the RPC Framework Face interface
While a full Cartesian product across all variables isn't yet present
this is still reasonably comprehensive.
|
9 years ago |
Jan Tattermusch
|
f209c58703
|
added generated docs
|
9 years ago |
Jan Tattermusch
|
12855fc682
|
polishing public docs
|
9 years ago |
Craig Tiller
|
8d8a52cd58
|
Update to v1.7
|
9 years ago |
Craig Tiller
|
ef2e4d8208
|
Update sanity
|
9 years ago |
Craig Tiller
|
16f6dac8e8
|
Make googletest a submodule
|
9 years ago |
Craig Tiller
|
fede51f7b7
|
Merge pull request #3028 from yang-g/header_rearrange
Header rearrangement
|
9 years ago |
murgatroid99
|
049e1dfd76
|
Made udp_server.c compile for iOS
|
9 years ago |
yang-g
|
9d1f0c4a0c
|
Fix merge failures
|
9 years ago |
yang-g
|
3db9d01729
|
regenerate projects
|
9 years ago |
yang-g
|
3e4bd9598b
|
merge with head
|
9 years ago |
David G. Quintas
|
045c12a5c6
|
Merge pull request #3008 from yang-g/docs
Remove ChannelInterface and replace it with Channel
|
9 years ago |
Jan Tattermusch
|
f637573b95
|
make unneeded API internal-only, update docs
|
9 years ago |
Masood Malekghassemi
|
8c4549aec7
|
Merge pull request #3039 from nathanielmanistaatgoogle/transport-objects
Add a "transport" field to links.Ticket
|
9 years ago |
Nathaniel Manista
|
c9dc74b2cd
|
Fix parameter reassignment defect
This defect was introduced in 515b0a9352 .
|
9 years ago |
Craig Tiller
|
d7af736794
|
Merge pull request #3010 from dgquintas/head_vs_tails
Assert http2 header ordering
|
9 years ago |
yang-g
|
b1f2407833
|
merge with head and resolve conflicts
|
9 years ago |
Craig Tiller
|
99d376147e
|
Merge pull request #3015 from grpc/docsdocsdocs
Expanded grpc_server_request_call's docstring
|
9 years ago |
Craig Tiller
|
1359a126a7
|
Added some clarification
|
9 years ago |
jboeuf
|
0e67ac2c6c
|
Merge pull request #3034 from yang-g/sec_conn_leak
Move the default roots check before allocation
|
9 years ago |
Craig Tiller
|
e29e18ccf0
|
Merge pull request #3037 from vjpai/fray
Eliminate public thread-pool interface
|
9 years ago |
Vijay Pai
|
0660eaca00
|
Merge branch 'master' into fray
|
9 years ago |
Yang Gao
|
ddb0b8c495
|
Merge pull request #3019 from dgquintas/channel_args_compression
Added C API functions for compression args handling (w/ tests)
|
9 years ago |
Yang Gao
|
d7749b9596
|
Merge pull request #3036 from ctiller/build-cleanup
Remove accidental dependency on zookeeper in shutdown_test
|
9 years ago |
Nathaniel Manista
|
e75ee388e1
|
Merge pull request #2969 from soltanmm/gravity-well
Add cancel_all_calls to Python server.
|
9 years ago |
Vijay Pai
|
d2ea03174b
|
Merge pull request #2818 from ctiller/y12kdm3
Add a test of non-blocking API behavior
|
9 years ago |
Craig Tiller
|
e180766906
|
Merge pull request #3007 from jboeuf/core_md_processor_fixes
Have a richer interface for auth metadata processors.
|
9 years ago |