Commit Graph

1889 Commits

Author SHA1 Message Date
Nicolas Noble 4560356155 Merge pull request #6106 from ctiller/server_fix
Expand corpus, fix crash
2016-04-07 15:34:26 -07:00
Craig Tiller 74142a29e9 Merge github.com:grpc/grpc into strong-includes 2016-04-07 07:57:47 -07:00
Craig Tiller a385b385e5 Expand corpus, fix crash 2016-04-06 16:53:40 -07:00
Nicolas Noble 41d124fe66 Merge pull request #6029 from yang-g/hpack_table
Use base64 encoded length for decoder table size calculation of binary headers
2016-04-06 16:40:49 -07:00
Craig Tiller 5db5e13293 Merge github.com:grpc/grpc into strong-includes 2016-04-06 16:28:46 -07:00
Craig Tiller 36bb50aaed Merge github.com:grpc/grpc into e2efuzz 2016-04-06 10:29:18 -07:00
Nicolas Noble 39a96967f1 Merge pull request #6043 from ctiller/optionalize_client_config
Optionalize client config system
2016-04-06 10:11:09 -07:00
Craig Tiller 9d7f22477a Merge github.com:grpc/grpc into strong-includes 2016-04-06 09:26:24 -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
Craig Tiller f64df1124a Merge branch 'nanopb_fuzzer' of github.com:dgquintas/grpc into e2efuzz 2016-04-05 21:27:41 -07:00
David Garcia Quintas bf2e73d8ae Added fuzzers for load_balancer_api parsing functions 2016-04-05 20:29:35 -07:00
Craig Tiller f82ddc4c78 Nailing down dependencies better 2016-04-05 17:15:07 -07:00
Craig Tiller 859fb06e80 Merge branch 'optionalize_client_config' into strong-includes 2016-04-05 16:07:25 -07:00
Craig Tiller d08c6ae5aa Merge github.com:grpc/grpc into optionalize_client_config 2016-04-05 16:06:06 -07:00
Craig Tiller d1697d99d7 Getting dependencies fixed up 2016-04-05 16:05:46 -07:00
Yang Gao db566d2129 Merge branch 'master' into hpack_table 2016-04-05 21:33:45 +00: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
Craig Tiller 52c85cecf3 Merge github.com:grpc/grpc into optionalize_client_config 2016-04-05 10:47:31 -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 3666722d42 clang-fmt 2016-04-04 22:53:35 -07:00
Craig Tiller 26d3fd2f15 Merge branch 'e2efuzz' of github.com:ctiller/grpc into e2efuzz 2016-04-04 22:33:18 -07:00
Craig Tiller 76210ed423 Expand corpus 2016-04-04 22:33:11 -07:00
Craig Tiller e9aefba81e Merge branch 'filters-can-cause-closes' into e2efuzz 2016-04-04 22:13:32 -07:00
Craig Tiller c708f8a681 Fix struct 2016-04-04 22:13:15 -07:00
Craig Tiller 494efaf122 More corpus 2016-04-04 22:09:07 -07:00
Craig Tiller a73debdc90 Squelch 2016-04-04 21:29:12 -07:00
Craig Tiller 7a6f60e564 More controllable squelching 2016-04-04 20:59:02 -07:00
Craig Tiller d5b6d4e7de Expand corpus 2016-04-04 20:47:34 -07:00
Craig Tiller 236521a2f4 Expand corpus, found a leak! 2016-04-04 20:17:58 -07:00
Craig Tiller b4e4ffb7c2 Expand corpus, found a leak! 2016-04-04 19:13:56 -07:00
Craig Tiller e25efc15ca Expand corpus 2016-04-04 15:40:52 -07:00
Craig Tiller fd114961bf Expand corpus 2016-04-04 14:19:11 -07:00
Craig Tiller 49653e5467 Expand corpus 2016-04-04 14:12:31 -07:00
Craig Tiller 73619b912a Fix termination 2016-04-04 14:09:29 -07:00
Craig Tiller 94625cd103 Merge branch 'filters-can-cause-closes' into e2efuzz 2016-04-04 13:56:28 -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 c48ca71614 Add a test demonstrating forced closure of a stream, and make it work 2016-04-04 13:42:04 -07:00
Craig Tiller 4a9a2b9634 Merge branch 'head-of-line-blocking' into filters-can-cause-closes 2016-04-04 13:09:39 -07:00
Craig Tiller a446ee2f58 Add test to verify bad behavior 2016-04-04 13:09:30 -07:00
Yang Gao b49a1e5849 Merge branch 'master' into hpack_table 2016-04-04 19:59:26 +00:00
Craig Tiller 9e9edbc0d5 Introduce machinery to allow tests to register plugins 2016-04-04 10:38:49 -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 d7d774c467 Debug help 2016-04-03 20:44:29 -07:00
Craig Tiller d401fadb31 Squelch 2016-04-03 20:40:06 -07:00
Craig Tiller 3337362c81 Stuff 2016-04-03 20:39:39 -07:00