33297 Commits (aca5043ca3b6c2b8970e7bce66884fb856167411)
 

Author SHA1 Message Date
ctiller cd0569a16c Fix include guards. 10 years ago
vpai 80b6d014ad Prepare QPS tests for running in GCE 10 years ago
nnoble 9ebc9b71ce Fixing chicken-and-egg dependency by putting the openssl dependency first, in order to make sure headers are present. 10 years ago
ctiller 2bbb6c4311 Remove endpoint/ directories. 10 years ago
jboeuf ab4f91458b Adding JWT generation and signing code for service accounts credentials. 10 years ago
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