aboutsummaryrefslogtreecommitdiffstats
path: root/src/timer.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-11add some missing doxygen annotation for libosmocore functionsHarald Welte1-7/+5
2012-07-13timer: Add function osmo_timer_remaining() to determine remainign timeHarald Welte1-0/+28
2012-04-18doc: Fix the Doxygen section endingsSylvain Munaut1-1/+1
2011-11-13timer: Better fix to the timer re-scheduling situationPablo Neira Ayuso1-6/+3
2011-11-12core/timer: Allow an already scheduled timer to be re-scheduled at a new timeSylvain Munaut1-2/+6
2011-10-21timer: Add compatibility header with timer helpersSylvain Munaut1-0/+1
2011-10-18timer: Simplify osmo_timers_nearest even moreSylvain Munaut1-4/+4
2011-10-17timer: Fix implementation of osmo_timers_nearest causing high CPU loadSylvain Munaut1-4/+2
2011-10-17timer: add scalable RB-tree based timer infrastructurePablo Neira Ayuso1-81/+95
2011-08-17some more doxygen work (include the notion of modules)Harald Welte1-0/+36
2011-07-16timer: use (void) for functions that take no argumentsHarald Welte1-3/+3
2011-05-07timer: use namespace prefix osmo_timer*Pablo Neira Ayuso1-14/+15
2011-03-23include: reorganize headers file to include/osmocom/[gsm|core]0.2.0Pablo Neira Ayuso1-1/+1
2010-02-20intial checkin of the libosmocore projectHarald Welte1-0/+185