49694 Commits (a85f8a166aa63b54760c44424fba35ea84fdf59a)
 

Author SHA1 Message Date
Nicolas Noble ddef24620a Adding the tools directory to the git export. 10 years ago
Nicolas Noble 9f2b09e112 Merge github.com:google/grpc 10 years ago
yangg 102e4feb8e Use CONFIG after defining it. Define CONFIG before using it. 10 years ago
ctiller 8cfebb91ca Add msan, tsan, asan targets for Makefile. 10 years ago
ctiller cab52e76e5 Allow specifying CONFIG as a string, instead of DEBUG=1. 10 years ago
yangg 5bcea0d0d5 Add package name to the method string. 10 years ago
yangg ed5e7e006b Add deadline API on server side. 10 years ago
nnoble c87b1c533f Adding plugins to the mako rendering system. 10 years ago
Craig Tiller 71b9472c9f Merge github.com:google/grpc 10 years ago
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