aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Avoiding bashisms that'll prevent other shells to run our Makefile.Gravatar nnoble2014-12-15
* Add an assertion to prevent return-without-value warning.Gravatar vpai2014-12-15
* Fix bug with generating grpc c++ code for proto filesGravatar samuelw2014-12-15
* Moved interop client script to the same directory as other scripts. This also...Gravatar mlumish2014-12-15
* Adding build files for OpenSSL.Gravatar nnoble2014-12-15
* Fixing typo that was preventing some targets to build.Gravatar nnoble2014-12-15
* Add time averaged stats for future alarm list work.Gravatar ctiller2014-12-15
* Simplify alarm API.Gravatar ctiller2014-12-15
* Fix Makefile help text.Gravatar ctiller2014-12-15
* Fix mixing function, and make it universally used.Gravatar ctiller2014-12-15
* Fix a bug in base-log, and add test.Gravatar aveitch2014-12-15
* Add a test for useful.h.Gravatar ctiller2014-12-15
* Change the low level ping pong benchmark to run all tests by default.Gravatar klempner2014-12-15
* Binary header encoding.Gravatar ctiller2014-12-15
* Use '\0' instead of '0' in payload as java client actually checks that.Gravatar yangg2014-12-15
* Makefile will now build zlib and/or OpenSSL if needed.Gravatar nnoble2014-12-12
* Adding base utils for JWT service account workflow. OpenSSL base64 decoding isGravatar jboeuf2014-12-12
* Added endpoint_ prefix to all method functions. On Windows, the shutdown meth...Gravatar jtattermusch2014-12-12
* Add Visual Studio project for building zlib.Gravatar jtattermusch2014-12-12
* Switches the ruby docker build to run from the new all-in-one repo.Gravatar temiola2014-12-12
* Remove log spamGravatar ctiller2014-12-12
* Getting the generated Makefile to support .proto files.Gravatar nnoble2014-12-12
* Automated g4 rollback of changelist 81931923.Gravatar jtattermusch2014-12-12
* Tweaking log calls a bit.Gravatar nnoble2014-12-12
* Split client_channel into client_channel & child_channel.Gravatar ctiller2014-12-12
* Minor changes to make life easier for git newbies...Gravatar vpai2014-12-12
* Added _m suffix to all methods functions. On Windows, the shutdown method nam...Gravatar jtattermusch2014-12-12
* Shutting off warning by properly truncating values.Gravatar nnoble2014-12-12
* Explain server termination semantics a little better.Gravatar ctiller2014-12-12
* Fixing C++ and ruby code generators for the opensource build.Gravatar nnoble2014-12-12
* Make the default deadline gpr_inf_future to avoid mismatch betweenGravatar yangg2014-12-12
* Fixes package prefixesGravatar temiola2014-12-12
* Fix ipv6.c build breakage on Windows.Gravatar jtattermusch2014-12-11
* Change cpp and go codegen to use new method properties instead of method optionsGravatar rocking2014-12-11
* Add batch file that builds and executes all GPR tests.Gravatar jtattermusch2014-12-11
* Fixes the ping_pong test.Gravatar temiola2014-12-11
* Corrects the incorrect duplex behaviour of bidi_call.rbGravatar temiola2014-12-11
* Removed use of call.accept in gRPC RubyGravatar temiola2014-12-11
* Update modules and packages to allow for a single grpc importGravatar temiola2014-12-11
* Fixing sync_win32.cGravatar nnoble2014-12-11
* Cache encoded binary data on the metadata string object.Gravatar ctiller2014-12-11
* Wait for name resolutions to complete before shutting down iomgr.Gravatar ctiller2014-12-11
* Add a grpc_ipv6_loopback_available() test utility, and only run IPv6-specificGravatar pmarks2014-12-11
* Patch shutdown during write test to not fail or do a racy destroy if the writeGravatar klempner2014-12-11
* First pass at making the compilers open-sourcable.Gravatar nnoble2014-12-11
* Adding an INSTALL file for the opensource release.Gravatar nnoble2014-12-11
* Tell call/channel op handlers who is invoking them.Gravatar ctiller2014-12-11
* Build CPP interop client in Git-on-[] as well as in [].Gravatar chenw2014-12-11
* Renaming libevent was an oversight, please bear with me.Gravatar Nicolas Noble2014-12-10
* Added test data files to open source buildGravatar mlumish2014-12-10