summaryrefslogtreecommitdiffstats
path: root/src/utils.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-24debug: make debugging more colorfulPatrick McHardy1-73/+0
2010-07-08Update copyright statementsPatrick McHardy1-1/+1
2010-07-03utils: move file handling functions to seperate filePatrick McHardy1-106/+0
2010-07-03libdect: make struct dect_fd opaquePatrick McHardy1-0/+12
2010-03-31timer: move timer functions into seperate filesPatrick McHardy1-46/+0
2010-02-18annotate exported symbols and hide everything elsePatrick McHardy1-0/+10
2010-02-18debug: allow to disable debugging codePatrick McHardy1-1/+3
2009-12-18utils: fix left-over flag dumping and always print raw valuePatrick McHardy1-9/+16
2009-12-14utils/s_msg: avoid out-of-bound reads when converting values to stringsPatrick McHardy1-0/+42
2009-11-24hexdump: avoid memsetPatrick McHardy1-3/+3
2009-11-15timers: cancel active timers when reschedulingPatrick McHardy1-0/+4
2009-11-14utils: include ascii output in hexdumpPatrick McHardy1-5/+24
2009-11-13timer: fix dect_alloc_timer() to initialize ->statePatrick McHardy1-1/+1
2009-11-13utils: add dect_timer_running()Patrick McHardy1-0/+6
2009-05-23utils: add running/stopped state to timersPatrick McHardy1-0/+2
2009-05-23utils: add fd initialization helperPatrick McHardy1-0/+8
2009-05-22utils: add timer setup helperPatrick McHardy1-0/+8
2009-05-06Import libdectPatrick McHardy1-0/+142