aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/iomgr.c
Commit message (Expand)AuthorAge
* Fix some bugs leading to memory leaksGravatar Craig Tiller2015-09-24
* clang-format all core filesGravatar Craig Tiller2015-09-22
* Final patches for renameGravatar Craig Tiller2015-09-22
* Move argument passing to start of listGravatar Craig Tiller2015-09-22
* Rename initGravatar Craig Tiller2015-09-22
* Rename runGravatar Craig Tiller2015-09-22
* indent pass to get logical source lines on one physical lineGravatar Craig Tiller2015-09-22
* Split closures from iomgr.hGravatar Craig Tiller2015-09-22
* Rename call_list to closure_listGravatar Craig Tiller2015-09-22
* FixesGravatar Craig Tiller2015-09-21
* FixesGravatar Craig Tiller2015-09-21
* Call list progressGravatar Craig Tiller2015-09-18
* CleanupGravatar Craig Tiller2015-09-18
* Introduce call lists for moving work outside locksGravatar Craig Tiller2015-09-18
* Getting stuff workingGravatar Craig Tiller2015-09-16
* Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-16
|\
| * Fix memory leakGravatar Craig Tiller2015-09-15
* | Progress towards workqueue transitionGravatar Craig Tiller2015-09-15
* | Starting to convert code to work queuesGravatar Craig Tiller2015-09-09
|/
* avoid infinite spin without checking condvarGravatar Craig Tiller2015-09-03
* Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each...Gravatar Craig Tiller2015-07-26
|\
| * Fix flow controlGravatar Craig Tiller2015-07-23
* | Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each...Gravatar Craig Tiller2015-07-22
|\|
| * Move alarm subsystem to monotonic timeGravatar Craig Tiller2015-07-19
* | Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each...Gravatar Craig Tiller2015-07-17
|\|
* | Spam cleanupGravatar Craig Tiller2015-07-17
| * Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
| * Introduce a clock type field onto gpr_timespec.Gravatar Craig Tiller2015-07-13
|/
* Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-10
|\
| * Reduce spamGravatar Craig Tiller2015-07-08
* | Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-07
|\|
* | clang-format changed filesGravatar Craig Tiller2015-07-06
* | Introduce multiple clocks to GPRGravatar Craig Tiller2015-07-01
| * Spam cleanupGravatar Craig Tiller2015-06-30
| * client_config bugfixesGravatar Craig Tiller2015-06-30
| * DebuggingGravatar Craig Tiller2015-06-29
| * Small fixesGravatar Craig Tiller2015-06-26
|/
* Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-05
|\
* | clang-formatGravatar Craig Tiller2015-06-05
| * Expose gpr_asprintf and gpr_strdupGravatar Masood Malekghassemi2015-06-03
* | Merge branch 'count-the-things' into we-dont-need-no-backupGravatar Craig Tiller2015-06-01
|\|
| * Merge github.com:grpc/grpc into count-the-thingsGravatar Craig Tiller2015-06-01
| |\
* | | Merge branch 'count-the-things' into we-dont-need-no-backupGravatar Craig Tiller2015-06-01
|\| |
| * | Label all iomgr objectsGravatar Craig Tiller2015-06-01
* | | Signal when shutting downGravatar Craig Tiller2015-06-01
| | * Added some comments.Gravatar David Garcia Quintas2015-05-31
| | * Removed managed closures from iomgr.Gravatar David Garcia Quintas2015-05-31
| | * Comments addressed.Gravatar David Garcia Quintas2015-05-31
| | * Adapted the following to the new iomgr's cb API:Gravatar David Garcia Quintas2015-05-31
| |/
* | Clear alarm list more aggressivelyGravatar Craig Tiller2015-05-29