aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Pre allocate client side strings per channel for method, scheme, path, andGravatar klempner2014-12-19
* Don't allow trailing metadata from the client.Gravatar ctiller2014-12-19
* Removed reference to custom install locationGravatar mlumish2014-12-19
* Exposes event#finish as #close.Gravatar temiola2014-12-19
* Properly handle cancellation during downwards propagation.Gravatar ctiller2014-12-19
* gRPC: Avoid AF_INET6 sockets when the ::1 loopback address doesn't exist.Gravatar pmarks2014-12-19
* Allow overriding httpcli behavior by tests.Gravatar ctiller2014-12-19
* Set host to channel's target when creating a call.Gravatar yangg2014-12-19
* Introduce the (outside-of-iomgr) pollset API.Gravatar ctiller2014-12-19
* Add ServerContext. It is currently empty and deadline and metadata will come toGravatar yangg2014-12-19
* Replace the deprecated grpc_call_accept calls with the equivalent two newGravatar yangg2014-12-17
* Fix include guards.Gravatar ctiller2014-12-17
* Remove endpoint/ directories.Gravatar ctiller2014-12-17
* Adding JWT generation and signing code for service accounts credentials.Gravatar jboeuf2014-12-16
* Add missing casts to enable compilation with gcc 4.7Gravatar rsilvera2014-12-16
* Make alarm initialization take a timespec now.Gravatar ctiller2014-12-16
* Replacing pthread_once by gpr_once, in the opensource conversion.Gravatar nnoble2014-12-16
* Added support for trailing metadata, fixed status supportGravatar mlumish2014-12-16
* Adds support for trailing metadataGravatar temiola2014-12-16
* Trailing metadata support.Gravatar ctiller2014-12-16
* GOAWAY & Reconnection support.Gravatar ctiller2014-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
* Add time averaged stats for future alarm list work.Gravatar ctiller2014-12-15
* Simplify alarm API.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
* Binary header encoding.Gravatar ctiller2014-12-15
* 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
* 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
* 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
* 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
* Change cpp and go codegen to use new method properties instead of method optionsGravatar rocking2014-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