Craig Tiller
|
0ea9fceb24
|
Merge github.com:grpc/grpc into cleaner-posix3
|
2016-04-06 10:02:26 -07:00 |
Nicolas Noble
|
8dbf476ac3
|
Merge pull request #6093 from dgquintas/nanopb_fuzzer
Added fuzzers for load_balancer_api parsing functions
|
2016-04-05 21:43:11 -07:00 |
David Garcia Quintas
|
bf2e73d8ae
|
Added fuzzers for load_balancer_api parsing functions
|
2016-04-05 20:29:35 -07:00 |
Jan Tattermusch
|
abb4f5f3ab
|
Merge pull request #6070 from ctiller/head-of-line-blocking
Fix a head of line blocking issue in the C++ server
|
2016-04-05 14:31:33 -07:00 |
Nicolas Noble
|
e3e91a3d3f
|
Merge pull request #6033 from ctiller/channel_max_reconnect_backoff
Channel max reconnect backoff
|
2016-04-05 13:37:46 -07:00 |
Jan Tattermusch
|
506cfa69c7
|
Merge pull request #6087 from ctiller/reset_copyright
Remove unnecessary -2016 from copyrights
|
2016-04-05 13:25:24 -07:00 |
Jan Tattermusch
|
e6aa55c014
|
Merge pull request #5726 from ctiller/ignore_connectivity
Implement fail fast semantics for C core
|
2016-04-05 10:46:10 -07:00 |
Craig Tiller
|
084aa62861
|
Remove unnecessary -2016 from copyrights
|
2016-04-05 08:36:49 -07:00 |
Craig Tiller
|
eb9b6dbf11
|
Merge branch 'master' into ignore_connectivity
|
2016-04-04 23:28:28 -07:00 |
Craig Tiller
|
0d2a0ae7c5
|
Merge github.com:grpc/grpc into cleaner-posix3
|
2016-04-04 13:52:26 -07:00 |
Craig Tiller
|
8e3b16cfd9
|
Merge github.com:grpc/grpc into channel_max_reconnect_backoff
|
2016-04-04 13:50:38 -07:00 |
Craig Tiller
|
2839edd222
|
Fix registration in test
|
2016-04-04 08:37:59 -07:00 |
Craig Tiller
|
06cb1a9d93
|
Initial interface rework to allow knowing whether to pull payload at registration, not at request time
|
2016-04-04 08:10:47 -07:00 |
Craig Tiller
|
307a7207a0
|
Add a failing test due to a head of line blocking bug in the server
|
2016-04-02 07:40:39 -07:00 |
David Garcia Quintas
|
414ee3208f
|
Merge branch 'master' of github.com:grpc/grpc into subchannel_factory_create_lb_channel
|
2016-04-01 16:17:22 -07:00 |
Nicolas Noble
|
1895835ecd
|
Merge pull request #6042 from ctiller/optionalize_resolvers
Optionalize resolvers
|
2016-04-01 16:06:29 -07:00 |
David G. Quintas
|
b48dda2591
|
Merge branch 'master' into subchannel_factory_create_lb_channel
|
2016-04-01 15:33:59 -07:00 |
Nicolas Noble
|
abcebb0798
|
Merge pull request #5419 from ctiller/cleaner-posix2
Move all event handling code behind one grand unified interface
|
2016-04-01 15:20:50 -07:00 |
David Garcia Quintas
|
0b868c7c07
|
added grpc_client_channel_type for the creation of client channels
|
2016-04-01 14:28:22 -07:00 |
Craig Tiller
|
75dbc1eb67
|
Fixes
|
2016-04-01 13:01:26 -07:00 |
Craig Tiller
|
5dec6e0e75
|
Merge github.com:grpc/grpc into optionalize_resolvers
|
2016-04-01 12:28:07 -07:00 |
Craig Tiller
|
399b3c42de
|
Fix client_crash_test, implement idempotency, fail_fast for C++
|
2016-04-01 12:24:18 -07:00 |
Jan Tattermusch
|
00eef19acd
|
Merge pull request #6051 from dgquintas/moar_uri_tests
added more uri parsing tests
|
2016-04-01 11:21:32 -07:00 |
Jan Tattermusch
|
4eb36c0af1
|
Merge pull request #6001 from ctiller/optionalize_census
Optionalize census
|
2016-04-01 11:15:48 -07:00 |
Jan Tattermusch
|
ab980eca40
|
Merge pull request #5932 from dgquintas/lb_resolvers
Small test improvements to lb_policies and sockaddr_resolver tests
|
2016-04-01 11:13:44 -07:00 |
Craig Tiller
|
2fe814d0ce
|
Merge github.com:grpc/grpc into ignore_connectivity
|
2016-04-01 10:39:36 -07:00 |
Jan Tattermusch
|
8cddd87738
|
Merge pull request #6005 from sreecha/stress_exit_codes
Terminate with error exit code in case of any failure
|
2016-04-01 07:27:03 -07:00 |
Craig Tiller
|
1a2c5aa9ef
|
Merge github.com:grpc/grpc into cleaner-posix2
|
2016-04-01 07:18:35 -07:00 |
David Garcia Quintas
|
86fcfcc7b3
|
Merge branch 'master' of github.com:grpc/grpc into subchannel_factory_create_lb_channel
|
2016-03-31 23:22:28 -07:00 |
David Garcia Quintas
|
e8ba3e286d
|
added more uri parsing tests
|
2016-03-31 22:40:16 -07:00 |
Nicolas Noble
|
7661da5b41
|
Merge pull request #6012 from nicolasnoble/memleak_detector
Adding memory leak detections for the json fuzzer.
|
2016-03-31 20:51:30 -07:00 |
Jan Tattermusch
|
4e4a53af87
|
Merge pull request #5944 from ctiller/we-are-never-ever-ever
Add a test that channels recover from goaway correctly
|
2016-03-31 17:57:23 -07:00 |
Jan Tattermusch
|
4da87600dc
|
Merge pull request #6041 from vjpai/i_know_virtual_destructors
Add virtual destructor to satisfy a requirement of some compilers
|
2016-03-31 17:54:43 -07:00 |
Nicolas Noble
|
38d812077b
|
Merge pull request #6034 from dgquintas/uri_query_parts
Added & and = to URI queries
|
2016-03-31 17:08:17 -07:00 |
Nicolas "Pixel" Noble
|
959b6f52cd
|
Fixing another memory leak.
|
2016-04-01 00:53:57 +02:00 |
Craig Tiller
|
41dac846de
|
Merge github.com:grpc/grpc into ignore_connectivity
|
2016-03-31 14:01:53 -07:00 |
Craig Tiller
|
32775c4d3d
|
Merge branch 'cleaner-posix2' into cleaner-posix3
|
2016-03-31 13:12:55 -07:00 |
Craig Tiller
|
4c43ed325c
|
Merge github.com:grpc/grpc into cleaner-posix2
|
2016-03-31 13:12:41 -07:00 |
Craig Tiller
|
dfa160ef73
|
Merge branch 'optionalize_census' into optionalize_resolvers
|
2016-03-31 13:10:36 -07:00 |
Craig Tiller
|
bbf85f4ee7
|
Merge github.com:grpc/grpc into optionalize_census
|
2016-03-31 13:09:50 -07:00 |
Craig Tiller
|
65938df105
|
Optionalize name resolvers
|
2016-03-31 13:08:49 -07:00 |
Craig Tiller
|
31efd7e864
|
Merge github.com:grpc/grpc into copyright-fix
|
2016-03-31 11:08:13 -07:00 |
Craig Tiller
|
f3f099ada9
|
Merge github.com:grpc/grpc into optionalize_census
|
2016-03-31 10:38:58 -07:00 |
Craig Tiller
|
f8a519e629
|
Merge branch 'cleaner-posix2' into cleaner-posix3
|
2016-03-31 10:37:37 -07:00 |
Craig Tiller
|
a353e9d7cd
|
clang-format
|
2016-03-31 10:37:07 -07:00 |
Craig Tiller
|
8479c972e4
|
Merge github.com:grpc/grpc into cleaner-posix2
|
2016-03-31 10:26:53 -07:00 |
Sree Kuchibhotla
|
b538472a8a
|
Merge branch 'master' into stress_exit_codes
|
2016-03-31 09:59:54 -07:00 |
Sree Kuchibhotla
|
fefc916b80
|
Merge branch 'master' into stress_exit_codes
|
2016-03-31 09:58:48 -07:00 |
Sree Kuchibhotla
|
16dd3e46e8
|
Reduce log verbosity of stress_test client by default. Correct a typo
|
2016-03-31 09:46:20 -07:00 |
David Garcia Quintas
|
2877d7398e
|
Merge branch 'master' of github.com:grpc/grpc into lb_resolvers
|
2016-03-31 09:43:03 -07:00 |