13842 Commits (f3f099ada9dedd941e5a3f7a506a8152bab34a93)
 

Author SHA1 Message Date
rsilvera 081e3200c8 Add missing casts to enable compilation with gcc 4.7 10 years ago
nnoble 20e2e3fba8 The built-in ssl target now properly merges the archives instead of nesting them. 10 years ago
yangg fb3aa26c0e Fix comments regarding call_accept to reflect current API. 10 years ago
chenw 69ca59fa74 Add slow client consumer test case for flow control test. 10 years ago
ctiller 769b70ba9d Make alarm initialization take a timespec now. 10 years ago
nnoble 5447c5461c Tweaking solution settings to be able to compile with OpenSSL (not link yet), and swapping per-project properties for a global property sheet. 10 years ago
nnoble 8a23a3d96a Replacing pthread_once by gpr_once, in the opensource conversion. 10 years ago
mlumish a7baac5280 Added support for trailing metadata, fixed status support 10 years ago
ctiller c99774fc7b Remove a (very) deprecated file. 10 years ago
temiola 5832791292 Adds support for trailing metadata 10 years ago
nnoble d8fd853cba Fix for the exposed problems after trying a full clean build. 10 years ago
ctiller 2845cade4c Trailing metadata support. 10 years ago
ctiller c6d61c4dd6 GOAWAY & Reconnection support. 10 years ago
nnoble 608254011d Avoiding bashisms that'll prevent other shells to run our Makefile. 10 years ago
vpai 61cba0b29d Add an assertion to prevent return-without-value warning. 10 years ago
samuelw ca9f359b75 Fix bug with generating grpc c++ code for proto files 10 years ago
mlumish 31a829c165 Moved interop client script to the same directory as other scripts. This also moves it into the filegroup for the opensource build. 10 years ago
nnoble 028ddde5d0 Adding build files for OpenSSL. 10 years ago
nnoble bba7692b6b Fixing typo that was preventing some targets to build. 10 years ago
ctiller c1ddffbf1f Add time averaged stats for future alarm list work. 10 years ago
ctiller c5abe59fe1 Simplify alarm API. 10 years ago
ctiller 64f291008a Fix Makefile help text. 10 years ago
ctiller fb93d195f2 Fix mixing function, and make it universally used. 10 years ago
aveitch 482a5be0b9 Fix a bug in base-log, and add test. 10 years ago
ctiller 5e04b1376d Add a test for useful.h. 10 years ago
klempner ee3ebe1bb9 Change the low level ping pong benchmark to run all tests by default. 10 years ago
ctiller 33023c4bac Binary header encoding. 10 years ago
yangg abd90a6c30 Use '\0' instead of '0' in payload as java client actually checks that. 10 years ago
nnoble 69ac39f4be Makefile will now build zlib and/or OpenSSL if needed. 10 years ago
jboeuf befd26501a Adding base utils for JWT service account workflow. OpenSSL base64 decoding is 10 years ago
jtattermusch 993dfcef3e Added endpoint_ prefix to all method functions. On Windows, the shutdown method name collides with shutdown syscall. 10 years ago
jtattermusch 1de3a5c0a1 Add Visual Studio project for building zlib. 10 years ago
temiola 350e1a795a Switches the ruby docker build to run from the new all-in-one repo. 10 years ago
ctiller 15cee4a67e Remove log spam 10 years ago
nnoble 72309c6c5d Getting the generated Makefile to support .proto files. 10 years ago
jtattermusch 3656f94978 Automated g4 rollback of changelist 81931923. 10 years ago
nnoble 8a67b5c281 Tweaking log calls a bit. 10 years ago
ctiller 82e275ffaf Split client_channel into client_channel & child_channel. 10 years ago
vpai e99270d63a Minor changes to make life easier for git newbies... 10 years ago
jtattermusch e0791ac8c5 Added _m suffix to all methods functions. On Windows, the shutdown method name collides with shutdown syscall. 10 years ago
nnoble 8f4e42cfbc Shutting off warning by properly truncating values. 10 years ago
ctiller 9a58df0855 Explain server termination semantics a little better. 10 years ago
nnoble c78b34075d Fixing C++ and ruby code generators for the opensource build. 10 years ago
yangg 87da1b937d Make the default deadline gpr_inf_future to avoid mismatch between 10 years ago
temiola 33a2168453 Fixes package prefixes 10 years ago
jtattermusch 94204dda83 Fix ipv6.c build breakage on Windows. 10 years ago
rocking 718c3f7587 Change cpp and go codegen to use new method properties instead of method options 10 years ago
jtattermusch 57c6f0cade Add batch file that builds and executes all GPR tests. 10 years ago
temiola 4cd6035362 Fixes the ping_pong test. 10 years ago
temiola 66335e115b Corrects the incorrect duplex behaviour of bidi_call.rb 10 years ago