84 Commits (b3e3317ae8f4f760b8ecf73ccff11261192a795d)

Author SHA1 Message Date
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
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
klempner 615e4ac752 Fix poll kicking, unflaking _low_test.py 10 years ago
chenw a49839f0ff fix MOE compliling error. 10 years ago
yangg 7cebec7ccd Use overriden host name when creating a call. 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 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
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
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
ctiller cd0569a16c Fix include guards. 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
ctiller 769b70ba9d Make alarm initialization take a timespec now. 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
temiola 5832791292 Adds support for trailing metadata 10 years ago
ctiller 2845cade4c Trailing metadata support. 10 years ago
ctiller c6d61c4dd6 GOAWAY & Reconnection support. 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
ctiller c1ddffbf1f Add time averaged stats for future alarm list work. 10 years ago
ctiller c5abe59fe1 Simplify alarm API. 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 33023c4bac Binary header encoding. 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
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
jtattermusch e0791ac8c5 Added _m suffix to all methods functions. On Windows, the shutdown method name collides with shutdown syscall. 10 years ago