14121 Commits (39a96967f1b003391b02317bf7c6fb003edc4722)
 

Author SHA1 Message Date
yangg 7cebec7ccd Use overriden host name when creating a call. 10 years ago
nnoble 5b7f32a2bb Improving Makefile support for shared libraries. 10 years ago
ctiller 521039327f Update build.json, fix opensource build. 10 years ago
ctiller 09cb6d5651 Build debug/optimized builds into different target directories. 10 years ago
chenw 97fd9e56d2 Add SSL root for production GFE. 10 years ago
ctiller 3bf466fb6c Port [] alarm management to GRPC. 10 years ago
jboeuf 1a809c0ebb Adding support for service account credentials. 10 years ago
yangg 3f1af6ee2d Make override hostname an argument for testing against prod gfe. 10 years ago
yangg 59dfc90f57 Client side implementation of creating channel with credentials. 10 years ago
klempner c463f746c9 Pre allocate client side strings per channel for method, scheme, path, and 10 years ago
ctiller 186cdab82e Don't allow trailing metadata from the client. 10 years ago
mlumish 7d4ec77c17 Removed reference to custom install location 10 years ago
temiola 21bb60cf4d Exposes event#finish as #close. 10 years ago
yangg da029e39b6 Add a test where client side sees a deadline expired status. 10 years ago
ctiller 336bf21127 Fix opensource build test. 10 years ago
ctiller bcd6259a95 Properly handle cancellation during downwards propagation. 10 years ago
pmarks b74550655a gRPC: Avoid AF_INET6 sockets when the ::1 loopback address doesn't exist. 10 years ago
ctiller 40260c4d5b Allow overriding httpcli behavior by tests. 10 years ago
yangg 246ec3bd3a Set host to channel's target when creating a call. 10 years ago
yangg fd2f3ac91d Sync up open source build with [] 10 years ago
ctiller d79b4865ce Introduce the (outside-of-iomgr) pollset API. 10 years ago
yangg a4b6f5df94 Add ServerContext. It is currently empty and deadline and metadata will come to 10 years ago
yangg 081e2b0e63 Replace the deprecated grpc_call_accept calls with the equivalent two new 10 years ago
nnoble 4cb93718c7 Changing compilation ordering to fix dependency issue between generated files and their inclusion. 10 years ago
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