4570 Commits (c5b570f97efb29db5b624e2dc360aa7e6b03780f)

Author SHA1 Message Date
Jorge Canizales 578ab166ad Don’t retain self here! 9 years ago
Jorge Canizales 297ed7bd81 Don’t set the request writer to nil, as @synchr(nil) is undefined behavior. 9 years ago
Jorge Canizales eb87b4653a Rename super-confusing ivar _self -> _retainSelf 9 years ago
Jorge Canizales fd51dff8b8 Clarify invalid-argument message for already-started writers 9 years ago
Jorge Canizales b3584aa21e Have ObjC use the new future-proofed C interface 9 years ago
Jan Tattermusch 410c473c2b make intializer for metadata even nicer 9 years ago
Jan Tattermusch 5321d49b51 fixed writeOptions and added test 9 years ago
Jorge Canizales 238ad7819f Eliminate race in GRPCCall’s operation of the requests writer 9 years ago
Jorge Canizales 67ce098ccf Clarify thread-safety expectations of GRXWriters 9 years ago
Jan Tattermusch c75c57c5af added ResponseHeadersTest, fixed stylecop issues 9 years ago
Jan Tattermusch c8d7b8498c polishing tests 9 years ago
Jan Tattermusch 2615f39b20 fixing tests 9 years ago
Jan Tattermusch 0abb84746c big facelift of test code 9 years ago
Jan Tattermusch a4291e7073 fixing tests 9 years ago
Jan Tattermusch 5b0b392cc3 introduced MockServiceHelper to ease testing 9 years ago
Jorge Canizales c678c30cf1 Fix ForwardingWriter init preconditions 9 years ago
Hongyu Chen f68e472f5c Re-install census filters. 9 years ago
vjpai 9b2c25e806 Bounds checking for ops in call batch 9 years ago
Jan Tattermusch 8368b2e4b9 implemented sending initial metadata 9 years ago
Jan Tattermusch bff90ac384 added WriteOptions support and enabled NoCompress flag to be used for all writes 9 years ago
Nicolas "Pixel" Noble faddd3c3f9 Fixing Python after the merge. 9 years ago
Nicolas "Pixel" Noble 7f48b99d13 Taking out assert for now - it can be added later, without breaking the API. 9 years ago
Hongwei Wang 497d26a83d Update zookeeper in jenkins docker file 9 years ago
yang-g 6a5494a5bf :( 9 years ago
yang-g 2109217c4a Fix gce detection 9 years ago
Julien Boeuf 03fad5f11e Better error codes for client_auth_filter. Fixes #2484. 9 years ago
Craig Tiller de02ae611f Shutdown lb_policy when changing it 9 years ago
Nicolas "Pixel" Noble f75df57a8f Working on ruby. 9 years ago
Nicolas "Pixel" Noble 8c59791cb1 Working on C#. 9 years ago
Nicolas "Pixel" Noble 8e6bab5e11 Working on node. 9 years ago
Craig Tiller 8f1b169b3d Reorder filters to ensure that :authority is available when the auth filter needs it 9 years ago
Hongwei Wang 2ad07d7523 Formatting 9 years ago
Craig Tiller 2e95e4ac1d Move parent removal from final destruction to destruction request 9 years ago
Jorge Canizales 721b7a3923 Rename oauth2_lowerCamel -> oauth2UpperCamel 9 years ago
Jorge Canizales 26e0c9ee4c Fixup for 971d06ad06 9 years ago
Jorge Canizales 631dc00481 Exercise GRPCCall+OAuth2 in the tests 9 years ago
yang-g c8abca8f53 Resolve comments 9 years ago
Jorge Canizales 594ae574ad Add OAuth2 headers category to GRPCCall 9 years ago
Jorge Canizales 971d06ad06 Fix build breakage 9 years ago
Hongwei Wang aef99b2e26 Restore channel.c 9 years ago
Hongwei Wang 490dc0e66c Restore iomgr 9 years ago
Craig Tiller 6659d8b89c Fix memory leaks 9 years ago
Jorge Canizales 015ab35a28 Clarify intention of the code that adds a default port 9 years ago
Masood Malekghassemi 6107bf457a Set Python user-agent string 9 years ago
Craig Tiller d568930561 Fix the plucking problem 9 years ago
Craig Tiller aee5d5c052 Print error message on client auth error 9 years ago
Jorge Canizales 55fcf504b9 Document that methods in GRPCCall+Tests can only be called once per host 9 years ago
Masood Malekghassemi 1116b0b4fb Fix debug annotation typo in Python 9 years ago
Jorge Canizales b2bd06775e Require very explicit registration of non-SSL hosts. 9 years ago
Jorge Canizales 82b68d8a97 Use test certificates and name override for local tests :) 9 years ago