22985 Commits (20a72b8b83bcbfd2d5a3756e1cbee813d9ff76af)
 

Author SHA1 Message Date
ctiller b3e3317ae8 Seed random numbers in each process based on pid. 10 years ago
mlumish 156e67d417 Added PSR-4 compatible autoloader as defined at http://www.php-fig.org/psr/psr-4/. 10 years ago
mlumish 8f91163795 Switched call errors to exceptions instead of return values 10 years ago
mlumish 34cd1f0eec Switched events to use native objects instead of wrappers 10 years ago
mlumish dba878978d Replaced calls to grpc_call_accept with newer functions 10 years ago
Tim Emiola ec585684d5 Updated protobuf: it now includes the official ruby-protobuf 10 years ago
Tim Emiola fa37163f5c Updated protobuf: it now includes the official ruby-protobuf 10 years ago
klempner cd45aadc10 Fix the socket pair fixtures to include the http filters. 10 years ago
klempner 55af9b60cc Have grpc_iomgr_work() adjust its poll deadline to account for the next alarm. 10 years ago
ctiller d94ad10cf1 Provide a port of cpu related code to posix, and linux. 10 years ago
nnoble 7e012cf4e0 Solving chicken-and-egg issue while detecting OpenSSL capabilities. 10 years ago
klempner 615e4ac752 Fix poll kicking, unflaking _low_test.py 10 years ago
chenw a49839f0ff fix MOE compliling error. 10 years ago
chenw ebb4e6dcc6 Add Flags to override host and enable prod ssl root. 10 years ago
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