Commit Graph

4190 Commits

Author SHA1 Message Date
Hongwei Wang eeb61ba355 Minor fix for debugging 2015-08-12 11:27:28 -07:00
Hongwei Wang ac133bdd39 Merge branch 'master' of https://github.com/grpc/grpc into zookeeper 2015-08-10 18:26:49 -07:00
Yang Gao 801bbeb7b4 Merge pull request #2856 from vjpai/limes
Bounds checking for ops in call batch
2015-08-10 17:37:52 -07:00
Hongwei Wang b0453fba84 Update zookeeper test to have two servers 2015-08-10 17:04:36 -07:00
Tim Emiola 488598aa49 Merge pull request #2867 from jtattermusch/csharp_sandcastle
Added Sandcastle project to generate C# docs
2015-08-10 15:35:10 -07:00
Nicolas Noble e14020365c Merge pull request #2846 from ctiller/alphasprout
Shutdown lb_policy when changing it
2015-08-10 15:07:43 -07:00
Nicolas Noble 1396ce5b35 Merge pull request #2875 from yang-g/test_unsecure
move auth property iterator declaration into auth_context.h
2015-08-10 15:06:42 -07:00
Jan Tattermusch b5ea2f89fd Merge pull request #2873 from jtattermusch/expose_version_string
expose C core version string to C#
2015-08-10 14:26:58 -07:00
Nicolas Noble 5bdcfc6047 Merge pull request #2864 from jtattermusch/0.10-upport
Upporting from 0.10 branch.
2015-08-10 13:32:30 -07:00
Julien Boeuf f8b4b98669 Improving unprotect doc. 2015-08-10 12:55:58 -07:00
yang-g ffc8a6b431 move auth property iterator declaration into auth_context.h 2015-08-10 12:26:39 -07:00
Jan Tattermusch 1338798897 fix method signature and add test 2015-08-10 11:13:28 -07:00
Jan Tattermusch 03ad9510ce add const modifier 2015-08-10 11:06:58 -07:00
Jan Tattermusch 295224605f Merge pull request #2866 from jtattermusch/context_api
C# Context API
2015-08-10 10:29:55 -07:00
Jan Tattermusch 908cb2f86a Merge pull request #2860 from jtattermusch/compression_api
Compression API, sending response headers and cleanup.
2015-08-10 10:28:15 -07:00
jboeuf fc433cda21 Merge pull request #2848 from yang-g/default_creds_fix
Fix gce detection
2015-08-10 10:12:49 -07:00
Jan Tattermusch c5a6aca397 expose C core version string to C# 2015-08-09 23:41:17 -07:00
Jorge Canizales 83c57cbed6 Increase test timeouts to reduce flakiness. 2015-08-09 16:37:18 -07:00
Jorge Canizales 7d770488ea Fixup for 42898cf: Correct documentation. 2015-08-09 16:09:02 -07:00
Jorge Canizales 42898cf54d Add remote interop tests to the suite of tests.
This would have caught the encoding problem with the default root
certificates.
2015-08-09 15:46:26 -07:00
Jorge Canizales 2eacf7b780 Allow UTF8 in comments of root certificates files 2015-08-09 15:22:14 -07:00
Jan Tattermusch 4dd2509c82 added sandcastle project to generate docs 2015-08-09 01:10:31 -07:00
Jan Tattermusch dad17243bb added tests 2015-08-08 23:27:04 -07:00
Jorge Canizales 7a75936001 Merge pull request #2861 from jcanizales/fix-race-condition
Fix race condition in GRPCCall
2015-08-08 23:25:04 -07:00
Jan Tattermusch 392fae26d2 context propagation API 2015-08-08 22:21:57 -07:00
Jorge Canizales 578ab166ad Don’t retain self here! 2015-08-08 17:11:43 -07:00
Jorge Canizales 297ed7bd81 Don’t set the request writer to nil, as @synchr(nil) is undefined behavior.
Also clarify in GRXWriter.h that the writeable is released whenever the
writer finishes.
2015-08-08 16:48:47 -07:00
Jorge Canizales eb87b4653a Rename super-confusing ivar _self -> _retainSelf 2015-08-08 16:16:43 -07:00
Jorge Canizales fd51dff8b8 Clarify invalid-argument message for already-started writers 2015-08-08 16:12:52 -07:00
Jan Tattermusch 410c473c2b make intializer for metadata even nicer 2015-08-08 00:02:07 -07:00
Jan Tattermusch 5321d49b51 fixed writeOptions and added test 2015-08-07 23:21:27 -07:00
Jorge Canizales 238ad7819f Eliminate race in GRPCCall’s operation of the requests writer 2015-08-07 23:11:29 -07:00
Jorge Canizales 67ce098ccf Clarify thread-safety expectations of GRXWriters 2015-08-07 23:10:49 -07:00
Jan Tattermusch c75c57c5af added ResponseHeadersTest, fixed stylecop issues 2015-08-07 22:07:40 -07:00
Jan Tattermusch c8d7b8498c polishing tests 2015-08-07 20:52:21 -07:00
Jan Tattermusch 2615f39b20 fixing tests 2015-08-07 20:41:26 -07:00
Jan Tattermusch 0abb84746c big facelift of test code 2015-08-07 20:28:44 -07:00
Jan Tattermusch a4291e7073 fixing tests 2015-08-07 19:13:31 -07:00
Jan Tattermusch 5b0b392cc3 introduced MockServiceHelper to ease testing 2015-08-07 19:07:14 -07:00
Jorge Canizales c678c30cf1 Fix ForwardingWriter init preconditions 2015-08-07 18:28:29 -07:00
vjpai 9b2c25e806 Bounds checking for ops in call batch 2015-08-07 17:45:16 -07:00
Jan Tattermusch 8368b2e4b9 implemented sending initial metadata 2015-08-07 17:36:06 -07:00
Jan Tattermusch bff90ac384 added WriteOptions support and enabled NoCompress flag to be used for all writes 2015-08-07 17:36:05 -07:00
Hongwei Wang ad5c897a94 Merge branch 'master' of https://github.com/grpc/grpc into zookeeper 2015-08-07 17:17:22 -07:00
Hongwei Wang 497d26a83d Update zookeeper in jenkins docker file 2015-08-07 16:39:24 -07:00
yang-g 6a5494a5bf :( 2015-08-07 15:55:51 -07:00
yang-g 2109217c4a Fix gce detection 2015-08-07 15:44:14 -07:00
jboeuf c29812fc2c Merge pull request #2845 from ctiller/reorder-some-things
Reorder filters to ensure that :authority is available when the auth …
2015-08-07 15:02:13 -07:00
Craig Tiller de02ae611f Shutdown lb_policy when changing it 2015-08-07 14:25:03 -07:00
Yang Gao 95a98ca768 Merge pull request #2829 from ctiller/tell-the-world-about-ALL-the-things
Provide marginally better debug information for client side auth problems
2015-08-07 12:59:45 -07:00