summaryrefslogtreecommitdiffstats
path: root/src/timer.c
Commit message (Expand)AuthorAgeFilesLines
* Doxygen: fix documentation of osmo_timer_setup()Vadim Yanitskiy2019-03-271-2/+2
* timer: fixup whitespace issuesHarald Welte2017-12-221-3/+3
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-0/+2
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-3/+2
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-11/+11
* update/extend doxygen documentationHarald Welte2017-06-121-2/+2
* timer: use timerclear() rather than explicit tv_set = tv_usec = 0Harald Welte2017-05-151-2/+1
* timer: add osmo_timer_setup()Pablo Neira Ayuso2017-05-091-0/+12
* timer: only call the callback if not NULLAlexander Couzens2016-11-281-1/+2
* add osmo_gettimeofday as a shim around gettimeofdayNeels Hofmeyr2016-09-221-4/+4
* Update doxygen annotations in libosmocoreHarald Welte2016-05-051-0/+2
* timer: Fix compiler warning about timevalHolger Hans Peter Freyther2015-08-211-3/+4
* timer: Use the now parameter when it is not NULLHolger Hans Peter Freyther2014-05-231-3/+3
* misc: Doxygen tweaks: fixed some typos and minor errorsKaterina Barone-Adesi2013-02-151-1/+1
* add some missing doxygen annotation for libosmocore functionsHarald Welte2013-01-111-7/+5
* timer: Add function osmo_timer_remaining() to determine remainign timeHarald Welte2012-07-131-0/+28
* doc: Fix the Doxygen section endingsSylvain Munaut2012-04-181-1/+1
* timer: Better fix to the timer re-scheduling situationPablo Neira Ayuso2011-11-131-6/+3
* core/timer: Allow an already scheduled timer to be re-scheduled at a new timeSylvain Munaut2011-11-121-2/+6
* timer: Add compatibility header with timer helpersSylvain Munaut2011-10-211-0/+1
* timer: Simplify osmo_timers_nearest even moreSylvain Munaut2011-10-181-4/+4
* timer: Fix implementation of osmo_timers_nearest causing high CPU loadSylvain Munaut2011-10-171-4/+2
* timer: add scalable RB-tree based timer infrastructurePablo Neira Ayuso2011-10-171-81/+95
* some more doxygen work (include the notion of modules)Harald Welte2011-08-171-0/+36
* timer: use (void) for functions that take no argumentsHarald Welte2011-07-161-3/+3
* timer: use namespace prefix osmo_timer*Pablo Neira Ayuso2011-05-071-14/+15
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-231-1/+1
* intial checkin of the libosmocore projectHarald Welte2010-02-201-0/+185