338 Commits (1bec15ee9ef622a440f7e7c658f94febc075f6ec)

Author SHA1 Message Date
Mehrdad Afshari bb3d95b643 Use https://grpc.io consistently as the canonical URL 7 years ago
Vijay Pai c0baec60a1 Internalize structs and methods meant for being exposed through codegen 7 years ago
yang-g d03594fb73 second try 7 years ago
yang-g 0d9caecde2 Unref the call first in case the collection is still used in call 7 years ago
yang-g a3d929169f Use pointer to avoid assignment and race. 7 years ago
Vijay Pai 28ee1ecdf0 Resolve typos 8 years ago
Noah Eisen 67a40548ca Initialize pending_ops false 8 years ago
ncteisen 36bb8a0006 s/hanging/pending/g 8 years ago
ncteisen 43f2b55a07 Add repro and fix to bidi case 8 years ago
ncteisen 95f7a51746 Fix writelast bug 8 years ago
Vijay Pai 10c040d455 Move collection reset before unref (since unref could destroy obj) 8 years ago
Vijay Pai d35730d185 Fix use of terminal underscores in field names. 8 years ago
Vijay Pai fc539eb193 Re-enable public constructor for ClientAsyncResponseReader to avoid busting client that bypassed code generator. This code is deprecated-on-arrival as it is a performance pessimization. This code path should not be used. 8 years ago
Jan Tattermusch 7897ae9308 auto-fix most of licenses 8 years ago
Garret Kelly 0cd689202d Remove extraneous semicolons. 8 years ago
yang-g 63610c4740 Update comments to discourage having an OK status with error_message 8 years ago
Mark D. Roth 127fdaeace More Doxygen comment improvements. 8 years ago
Mehrdad Afshari a64ea5496d Corrected spelling 8 years ago
Alexander Polcyn 16153d11f8 address comments, description changes 8 years ago
Alexander Polcyn bb2c338924 format changes, address comments 8 years ago
Alexander Polcyn d6ba5ecc34 fix bad line breaks and lengths 8 years ago
Alexander Polcyn 41ff2e1ee6 address comments, format changes 8 years ago
ncteisen 22dbd73b43 Add static assert to enforce subtype invariant 8 years ago
Alexander Polcyn 0f02908e67 address comments 8 years ago
Alexander Polcyn d809a15ec4 cpp doc nits 8 years ago
Vijay Pai 611e7e78de Reintroduce a lambda capture as part of C++11-izing code 8 years ago
David Garcia Quintas 97106a7ef2 Removed 3rd party dep on thrift 8 years ago
Alexander Polcyn f5521c33f9 Revert "Merge branch 'master' into v1.3.x" 8 years ago
Craig Tiller 017b452b7b Use larger block size in proto write 8 years ago
Craig Tiller 56bbe02ca1 Fix ubsan reported failure 8 years ago
ncteisen e107b0d439 Add to codegen interface, refactor proto serialization 8 years ago
yang-g 6bc701659c Remove status_helper as it is not needed any more 8 years ago
Craig Tiller a103f7bbdf update comments 8 years ago
Craig Tiller 75bfb97548 Finish hybrid server stuff, ensure it gets tested 8 years ago
Craig Tiller 334c4678a3 Start building out C++ interface 8 years ago
yang-g eceec8eaf6 Add helper function to supply and parse error_details from Status. 8 years ago
Craig Tiller 9d9313cfc6 Threading robustness 8 years ago
yang-g 9cb19b8e24 support C++ error_details 8 years ago
yang-g f4c8addded support C++ error_details 8 years ago
Craig Tiller d4e9a4863a Convert all async client stream types to not allocate 8 years ago
Craig Tiller fa416cbe3b Dont break codegen barrier 8 years ago
Craig Tiller be094fc5e6 Fix compile 8 years ago
Craig Tiller e3b5921559 Potential msan fix 8 years ago
Sree Kuchibhotla 3f182df7de Fix C asan error and check_sources_and_headers.py 8 years ago
Sree Kuchibhotla fa71f6f369 Fix ASAN failure 8 years ago
Craig Tiller 66051c618f Async end2end test passes 8 years ago
Craig Tiller dd36b15315 Call ref/unref, bugfixes 8 years ago
David Garcia Quintas 55c895a6a4 Removed wrong LR include from codegen 8 years ago
Sree Kuchibhotla ef8e00230e Do not call grpc_init() for per-call-completion-queues created by a C++ 8 years ago
Sree Kuchibhotla 0633c4a8d7 Do not call grpc_init() for per-call-completion-queues created by a C++ 8 years ago