- ab4f914 Adding JWT generation and signing code for service accounts credentials. by jboeuf · 10 years ago
- 081e320 Add missing casts to enable compilation with gcc 4.7 by rsilvera · 10 years ago
- 20e2e3f The built-in ssl target now properly merges the archives instead of nesting them. by nnoble · 10 years ago
- fb3aa26 Fix comments regarding call_accept to reflect current API. by yangg · 10 years ago
- 69ca59f Add slow client consumer test case for flow control test. by chenw · 10 years ago
- 769b70b Make alarm initialization take a timespec now. by ctiller · 10 years ago
- 5447c54 Tweaking solution settings to be able to compile with OpenSSL (not link yet), and swapping per-project properties for a global property sheet. by nnoble · 10 years ago
- 8a23a3d Replacing pthread_once by gpr_once, in the opensource conversion. by nnoble · 10 years ago
- a7baac5 Added support for trailing metadata, fixed status support by mlumish · 10 years ago
- c99774f Remove a (very) deprecated file. by ctiller · 10 years ago
- 5832791 Adds support for trailing metadata by temiola · 10 years ago
- d8fd853 Fix for the exposed problems after trying a full clean build. by nnoble · 10 years ago
- 2845cad Trailing metadata support. by ctiller · 10 years ago
- c6d61c4 GOAWAY & Reconnection support. by ctiller · 10 years ago
- 6082540 Avoiding bashisms that'll prevent other shells to run our Makefile. by nnoble · 10 years ago
- 61cba0b Add an assertion to prevent return-without-value warning. by vpai · 10 years ago
- ca9f359 Fix bug with generating grpc c++ code for proto files by samuelw · 10 years ago
- 31a829c Moved interop client script to the same directory as other scripts. This also moves it into the filegroup for the opensource build. by mlumish · 10 years ago
- 028ddde Adding build files for OpenSSL. by nnoble · 10 years ago
- bba7692 Fixing typo that was preventing some targets to build. by nnoble · 10 years ago
- c1ddffb Add time averaged stats for future alarm list work. by ctiller · 10 years ago
- c5abe59 Simplify alarm API. by ctiller · 10 years ago
- 64f2910 Fix Makefile help text. by ctiller · 10 years ago
- fb93d19 Fix mixing function, and make it universally used. by ctiller · 10 years ago
- 482a5be Fix a bug in base-log, and add test. by aveitch · 10 years ago
- 5e04b13 Add a test for useful.h. by ctiller · 10 years ago
- ee3ebe1 Change the low level ping pong benchmark to run all tests by default. by klempner · 10 years ago
- 33023c4 Binary header encoding. by ctiller · 10 years ago
- abd90a6 Use '\0' instead of '0' in payload as java client actually checks that. by yangg · 10 years ago
- 69ac39f Makefile will now build zlib and/or OpenSSL if needed. by nnoble · 10 years ago
- befd265 Adding base utils for JWT service account workflow. OpenSSL base64 decoding is by jboeuf · 10 years ago
- 993dfce Added endpoint_ prefix to all method functions. On Windows, the shutdown method name collides with shutdown syscall. by jtattermusch · 10 years ago
- 1de3a5c Add Visual Studio project for building zlib. by jtattermusch · 10 years ago
- 350e1a7 Switches the ruby docker build to run from the new all-in-one repo. by temiola · 10 years ago
- 15cee4a Remove log spam by ctiller · 10 years ago
- 72309c6 Getting the generated Makefile to support .proto files. by nnoble · 10 years ago
- 3656f94 Automated g4 rollback of changelist 81931923. by jtattermusch · 10 years ago
- 8a67b5c Tweaking log calls a bit. by nnoble · 10 years ago
- 82e275f Split client_channel into client_channel & child_channel. by ctiller · 10 years ago
- e99270d Minor changes to make life easier for git newbies... by vpai · 10 years ago
- e0791ac Added _m suffix to all methods functions. On Windows, the shutdown method name collides with shutdown syscall. by jtattermusch · 10 years ago
- 8f4e42c Shutting off warning by properly truncating values. by nnoble · 10 years ago
- 9a58df0 Explain server termination semantics a little better. by ctiller · 10 years ago
- c78b340 Fixing C++ and ruby code generators for the opensource build. by nnoble · 10 years ago
- 87da1b9 Make the default deadline gpr_inf_future to avoid mismatch between by yangg · 10 years ago
- 33a2168 Fixes package prefixes by temiola · 10 years ago
- 94204dd Fix ipv6.c build breakage on Windows. by jtattermusch · 10 years ago
- 718c3f7 Change cpp and go codegen to use new method properties instead of method options by rocking · 10 years ago
- 57c6f0c Add batch file that builds and executes all GPR tests. by jtattermusch · 10 years ago
- 4cd6035 Fixes the ping_pong test. by temiola · 10 years ago
- 66335e1 Corrects the incorrect duplex behaviour of bidi_call.rb by temiola · 10 years ago
- 71bb137 Removed use of call.accept in gRPC Ruby by temiola · 10 years ago
- 4a3be1c Update modules and packages to allow for a single grpc import by temiola · 10 years ago
- 4eec017 Fixing sync_win32.c by nnoble · 10 years ago
- 430c499 Cache encoded binary data on the metadata string object. by ctiller · 10 years ago
- ccd27fd Wait for name resolutions to complete before shutting down iomgr. by ctiller · 10 years ago
- 465554e Add a grpc_ipv6_loopback_available() test utility, and only run IPv6-specific by pmarks · 10 years ago
- c9e80fb Patch shutdown during write test to not fail or do a racy destroy if the write by klempner · 10 years ago
- ebebb7e First pass at making the compilers open-sourcable. by nnoble · 10 years ago
- 0005b77 Adding an INSTALL file for the opensource release. by nnoble · 10 years ago
- f962f52 Tell call/channel op handlers who is invoking them. by ctiller · 10 years ago
- a8fd44a Build CPP interop client in Git-on-[] as well as in []. by chenw · 10 years ago
- 505f723 Renaming libevent was an oversight, please bear with me. by Nicolas Noble · 10 years ago
- 5800755 Added test data files to open source build by mlumish · 10 years ago
- 1e27328 Move status 200 setting into http_server_filter and keep a fixed mdelem for it by klempner · 10 years ago
- 6919c75 Adds support for metadata to the surface APIs by temiola · 10 years ago
- 9db8509 Renaming libevent to event2, and adding gflags submodule. by Nicolas Noble · 10 years ago
- f5aa29b Added utility to make different tests bind to different ports by mlumish · 10 years ago
- 8919f60 Reinstate build file validity checks. by ctiller · 10 years ago
- 48b5a45 Advertise h2-16, h2-15, h2-14, and accept any of them. by ctiller · 10 years ago
- 15e664b Fixing opensource build - surface_em.* got removed. by nnoble · 10 years ago
- b892a27 Added PHP to the global gRPC moe config by mlumish · 10 years ago
- 275b3ac Getting rid of MS C++ warning when compiling GPR on Windows. by jtattermusch · 10 years ago
- 1ef8175 Automated g4 rollback of changelist 81719124. by ctiller · 10 years ago
- 84518b4 Advertise h2-16, h2-15, h2-14, and accept any of them. by ctiller · 10 years ago
- 18b49ab Introducing iomgr. by ctiller · 10 years ago
- 98bffb7 Fixes for GPR library on Windows (+ getting rid of warnings under MS C++ compiler) by jtattermusch · 10 years ago
- 5287817 Strip "_test" from the name of thread_stress_test.c. by nathaniel · 10 years ago
- b5df72c Restoring atm_sync as it was lost during The Great Migration. by nnoble · 10 years ago
- 85a4926 C/C++ separation of the install target. by nnoble · 10 years ago
- 9e21f72 Add server side credentials support. by yangg · 10 years ago
- 97fb3f6 Add mako templates to generate MS Visual Studio projects. by jtattermusch · 10 years ago
- ba22e87 Adds ruby versions of the interop server and client by temiola · 10 years ago
- 5ef5194 Make em destroy underlying descriptor objects (and their corresponding libevent by klempner · 10 years ago
- 493fbcc Flow Control Fixes. by ctiller · 10 years ago
- ec63b8e Adding third-party submodules. by Nicolas Noble · 10 years ago
- 0c475f0 Updating moe_db.txt with the latest equivalence since the ruby import changed the exported structure. by nnoble · 10 years ago
- 03dc30e Validate TE header is legal for HTTP2. by ctiller · 10 years ago
- 097ef9b Incorporating ruby into the master grpc repository. by nnoble · 10 years ago
- 8ac074b Remove argument to grpc_em_alarm_cancel as it isn't used. by vpai · 10 years ago
- 29e1d29 Better C/C++ split in the Makefile targets, to better prepare slicing it into two different Makefiles. by nnoble · 10 years ago
- b7ebd3b Initial import. by Nicolas Noble · 10 years ago
- 0e905e6 Empty repository. by Nicolas Noble · 10 years ago