aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/timer_generic.c
Commit message (Expand)AuthorAge
* Add rich closure debug modeGravatar ncteisen2017-06-08
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* clang-formatGravatar Craig Tiller2017-06-02
* FixesGravatar Craig Tiller2017-06-02
* Get rid of zero-length poll case now that timer pool existsGravatar Craig Tiller2017-05-30
* Add initializers for all tracersGravatar Craig Tiller2017-05-04
* Fix ASAN/TSAN failuresGravatar Craig Tiller2017-05-03
* Restore old branchGravatar Craig Tiller2017-03-31
* Fix a bug whereby we miss some wakeups in highly concurrent situationsGravatar Craig Tiller2017-03-31
* Fix compile errorGravatar Craig Tiller2017-03-29
* Merge branch 'atomic-timers' of github.com:ctiller/grpc into atomic-timersGravatar Craig Tiller2017-03-29
|\
| * Easier to read spamGravatar Craig Tiller2017-03-27
| * Fix infinite loopGravatar Craig Tiller2017-03-27
| * Better loggingGravatar Craig Tiller2017-03-27
* | Fix roundingGravatar Craig Tiller2017-03-24
|/
* Spam fixesGravatar Craig Tiller2017-03-24
* Add tracing, fix off-by-one errorGravatar Craig Tiller2017-03-24
* Merge github.com:grpc/grpc into atomic-timersGravatar Craig Tiller2017-03-24
|\
* | Fix race that ended up forcing us to spin poll with every thread on the timer...Gravatar Craig Tiller2017-03-21
* | Add tracing for timers, fix a time shifting bugGravatar Craig Tiller2017-03-21
* | Fix crash on macGravatar Craig Tiller2017-03-21
* | Update timer_generic.cGravatar Craig Tiller2017-03-20
* | Fix uninitialized variableGravatar Craig Tiller2017-03-20
* | Fix signed overflow on queue drainGravatar Craig Tiller2017-03-20
* | Fix rounding, reduce contention on global shared stateGravatar Craig Tiller2017-03-17
* | Track milliseconds since process start in timer heapGravatar Craig Tiller2017-03-16
| * Change error_create API to sliceGravatar ncteisen2017-03-13
|/
* Fix compileGravatar Craig Tiller2017-02-27
* Add a spinlock type.Gravatar Craig Tiller2017-02-27
* Merge branch 'bm_call_create' into deadline_muGravatar Craig Tiller2017-02-17
|\
* | Better implementation, flip timer logic to make 0-init pre-triggeredGravatar Craig Tiller2017-02-16
| * Remove code from network_status_tracker.c Pull the hash function to useful.hGravatar yang-g2017-02-16
|/
* Use `grpc_closure`s in `grpc_timer`sGravatar Masood Malekghassemi2017-01-05
* Changes to exec_ctx/closure/combiner/workqueue interfacesGravatar Craig Tiller2016-12-28
* Add a libuv endpoint to the C core, for use in the Node libraryGravatar murgatroid992016-09-16