aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Build debug/optimized builds into different target directories.Gravatar ctiller2014-12-29
* Add SSL root for production GFE.Gravatar chenw2014-12-29
* Port [] alarm management to GRPC.Gravatar ctiller2014-12-29
* Adding support for service account credentials.Gravatar jboeuf2014-12-29
* Make override hostname an argument for testing against prod gfe.Gravatar yangg2014-12-29
* Client side implementation of creating channel with credentials.Gravatar yangg2014-12-29
* 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
* Add a test where client side sees a deadline expired status.Gravatar yangg2014-12-19
* Fix opensource build test.Gravatar ctiller2014-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
* Sync up open source build with []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
* Changing compilation ordering to fix dependency issue between generated files...Gravatar nnoble2014-12-17
* Fix include guards.Gravatar ctiller2014-12-17
* Prepare QPS tests for running in GCEGravatar vpai2014-12-17
* Fixing chicken-and-egg dependency by putting the openssl dependency first, in...Gravatar nnoble2014-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
* The built-in ssl target now properly merges the archives instead of nesting t...Gravatar nnoble2014-12-16
* Fix comments regarding call_accept to reflect current API.Gravatar yangg2014-12-16
* Add slow client consumer test case for flow control test.Gravatar chenw2014-12-16
* Make alarm initialization take a timespec now.Gravatar ctiller2014-12-16
* Tweaking solution settings to be able to compile with OpenSSL (not link yet),...Gravatar nnoble2014-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
* Remove a (very) deprecated file.Gravatar ctiller2014-12-16
* Adds support for trailing metadataGravatar temiola2014-12-16
* Fix for the exposed problems after trying a full clean build.Gravatar nnoble2014-12-16
* Trailing metadata support.Gravatar ctiller2014-12-16
* GOAWAY & Reconnection support.Gravatar ctiller2014-12-15
* 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