aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Have grpc_iomgr_work() adjust its poll deadline to account for the next alarm.Gravatar klempner2014-12-29
* Provide a port of cpu related code to posix, and linux.Gravatar ctiller2014-12-29
* Fix poll kicking, unflaking _low_test.pyGravatar klempner2014-12-29
* Port [] alarm management to GRPC.Gravatar ctiller2014-12-29
* Adding support for service account credentials.Gravatar jboeuf2014-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
* 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
* Introduce the (outside-of-iomgr) pollset API.Gravatar ctiller2014-12-19
* 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
* 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
* 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
* 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
* Remove log spamGravatar ctiller2014-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 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
* Tell call/channel op handlers who is invoking them.Gravatar ctiller2014-12-11
* Move status 200 setting into http_server_filter and keep a fixed mdelem for itGravatar klempner2014-12-10
* Advertise h2-16, h2-15, h2-14, and accept any of them.Gravatar ctiller2014-12-10
* Getting rid of MS C++ warning when compiling GPR on Windows.Gravatar jtattermusch2014-12-09
* Automated g4 rollback of changelist 81719124.Gravatar ctiller2014-12-09
* Advertise h2-16, h2-15, h2-14, and accept any of them.Gravatar ctiller2014-12-09
* Introducing iomgr.Gravatar ctiller2014-12-09
* Fixes for GPR library on Windows (+ getting rid of warnings under MS C++ comp...Gravatar jtattermusch2014-12-09
* Make em destroy underlying descriptor objects (and their corresponding libeventGravatar klempner2014-12-08
* Flow Control Fixes.Gravatar ctiller2014-12-08
* Updating moe_db.txt with the latest equivalence since the ruby import changed...Gravatar nnoble2014-12-05
* Validate TE header is legal for HTTP2.Gravatar ctiller2014-12-01
* Remove argument to grpc_em_alarm_cancel as it isn't used.Gravatar vpai2014-12-01
* Initial import.Gravatar Nicolas Noble2014-11-26