Commit Graph

151 Commits

Author SHA1 Message Date
Craig Tiller d4c9833187 Reposition files to optionalize client_config system 2016-03-31 13:45:47 -07:00
Craig Tiller 64a12c55df Merge github.com:grpc/grpc into copyright-fix 2016-03-31 07:49:58 -07:00
Craig Tiller 6169d5f7b0 Update copyrights 2016-03-31 07:46:18 -07:00
Craig Tiller 3bd9695939 Merge github.com:grpc/grpc into idempotent 2016-03-28 12:43:02 -07:00
Craig Tiller b7f3f6eec4 Fix copyright 2016-03-25 17:13:09 -07:00
Craig Tiller 9533d042d4 Fix includes 2016-03-25 17:11:06 -07:00
Craig Tiller 2e1903638e Fix copyrights 2016-03-25 14:33:26 -07:00
Craig Tiller f40df23eeb Auto-changes 2016-03-25 13:38:14 -07:00
Craig Tiller 44654553de Merge github.com:grpc/grpc into idempotent 2016-03-21 09:04:06 -07:00
Craig Tiller 4f7ffa05a4 Merge github.com:grpc/grpc into idempotent 2016-03-16 07:58:20 -07:00
Masood Malekghassemi 6643ce7ed1 Clean up test 2016-03-14 20:36:14 -07:00
Craig Tiller a45782f090 Fix copyright 2016-03-11 20:15:51 -08:00
Craig Tiller 9fb89ea9e3 If we cant check timers due to contention, at least make sure we do a follow up check soon 2016-03-11 20:12:45 -08:00
Craig Tiller 948fa1b1b5 Merge branch 'huh_omg' of github.com:ctiller/grpc into huh_omg 2016-03-11 19:29:33 -08:00
Craig Tiller 3591482a37 Expand lock 2016-03-11 19:29:23 -08:00
Craig Tiller d24fc85b59 Fix cast 2016-03-11 17:18:19 -08:00
Craig Tiller 64baf2cbab Extend timeout 2016-03-11 17:16:33 -08:00
Craig Tiller 0ce7bec923 Fail faster 2016-03-11 17:02:07 -08:00
Craig Tiller 57e2743b65 Add contributed test 2016-03-11 16:53:58 -08:00
Craig Tiller b093686e59 Fix copyright 2016-03-10 07:17:25 -08:00
Craig Tiller df5231ec09 Implement tests 2016-03-10 07:00:47 -08:00
vjpai 73d2a12d4b Fix copyright 2016-02-03 16:19:30 -08:00
yang-g 70fa0da7f1 add a test 2016-02-02 23:22:48 -08:00
David G. Quintas ee7e1c20ed Merge pull request #4950 from ctiller/offload-racing
Preparatory changes for work shedding
2016-01-28 18:10:07 -08:00
Craig Tiller a93a25f7bc Update copyrights 2016-01-28 13:55:49 -08:00
Craig Tiller 6c39686dfa Preparatory changes for work shedding
- cleanup: change grpc_iomgr_cb_func to take a bool instead of int
  success
- cleanup: follow through with iomgr callback scheduling functions
- prepare: add a workqueue to offload to to grpc_exec_ctx_enqueue*
  functions
2016-01-28 13:53:40 -08:00
David Garcia Quintas b523c732d1 async_stream.h done. Compiles 2016-01-25 18:22:28 -08:00
David Garcia Quintas 2425bbbc55 Further work. Compiles. WIP 2016-01-25 17:32:48 -08:00
David Garcia Quintas 08a0a3306e Made "codedgen" directories closed over #includes 2016-01-21 01:04:36 -08:00
Craig Tiller be0327bfee Update new files 2016-01-06 13:57:40 -08:00
Craig Tiller ea21ca234c Fix makefile, codegen bugs 2016-01-04 12:34:29 -08:00
Craig Tiller 47c50cc4d3 zookeeper is platform specific 2016-01-04 08:48:37 -08:00
Craig Tiller ab23045414 Add a test that public headers compile as C99 2016-01-04 08:18:43 -08:00
Craig Tiller 7536af02cf Eliminate gpr_ int types - and insist on C99 variants instead 2015-12-22 13:49:30 -08:00
Craig Tiller 54bc8a959e Stabilize test by increasing timeout 2015-12-15 15:00:48 -08:00
Craig Tiller 0bdc3a58f6 Merge branch 'cf' into proxy-crash 2015-12-14 12:11:01 -08:00
Craig Tiller 620e965c1b clang-format after last weeks test-fest 2015-12-14 12:02:50 -08:00
Craig Tiller 4bf292890c Fix proxy end2end tests
Some transport callbacks weren't getting triggered. We now ensure that
this always occurs.

Additionally: left some debug only code around to make this class of bug
easier to diagnose in the future.
2015-12-14 11:25:48 -08:00
Craig Tiller ef55655f79 Add includes 2015-12-11 19:56:34 -08:00
Craig Tiller e27954ca2e Fix memory leaks 2015-12-11 15:33:08 -08:00
Craig Tiller b3466dc38e Also delete cq 2015-12-11 14:40:15 -08:00
Craig Tiller 10c4b3c70d Add a test for binding a server to the same port twice; fix crashes 2015-12-11 14:38:18 -08:00
Craig Tiller 65af7af148 Merge pull request #4405 from yang-g/fixit_server_c
add tests for public server apis
2015-12-11 14:01:10 -08:00
yang-g 07f752e46f merge with head 2015-12-11 10:35:53 -08:00
yang-g 14bdea1853 Merge remote-tracking branch 'upstream/master' into fixit_server_c 2015-12-11 10:34:09 -08:00
Sree Kuchibhotla c54f88ee8d Merge pull request #4403 from yang-g/fixit_secure_channel_create_c
add a test for secure_channel_create and fix cleanup code
2015-12-10 20:33:16 -08:00
yang-g e682c3eea4 add test for lame client transport op 2015-12-10 15:35:34 -08:00
yang-g 5a3bc8ea7f add test coverage for channel_connectivity check 2015-12-10 14:48:37 -08:00
yang-g c3d94fb82a add tests for public server apis 2015-12-10 14:38:00 -08:00
yang-g d482e59d3a add a test for secure_channel_create and fix cleanup code 2015-12-10 14:04:00 -08:00