aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-11-12vty: Fixed vty_down_level to move down from config nodesAndreas.Eversberg2-3/+6
2011-11-12vty/telnet_interface: Add telnet_exit functionAndreas.Eversberg2-0/+14
2011-11-12core/timer: Allow an already scheduled timer to be re-scheduled at a new timeSylvain Munaut1-2/+6
2011-11-12core/rbtree: remove redundant if()-condition in rb_erase()Sylvain Munaut1-4/+4
2011-11-12core/rbtree: make clear distinction between two different cases in rb_erase()Sylvain Munaut1-4/+4
2011-11-12core/rbtree: reorganize code in rb_erase() for additional changesSylvain Munaut1-9/+9
2011-11-12core/rbtree: optimize rb_erase()Sylvain Munaut1-10/+4
2011-11-12core/rbtree: add const qualifier to some functionsSylvain Munaut2-10/+10
2011-11-11core/utils: Add a symbol alias for a previous typo for compatibilitySylvain Munaut1-0/+4
2011-11-10utils: Fix a bad double osmo_ prefix for osmo_hexdump_nospcSylvain Munaut2-2/+2
2011-11-09freebsd: Provide a dummy backtrace implementation that does nothingHolger Hans Peter Freyther1-0/+4
2011-11-09freebsd: Fixes for the compilation of libosmocore on FreeBSDHolger Hans Peter Freyther4-2/+10
2011-10-21timer: Add compatibility header with timer helpersSylvain Munaut3-0/+82
2011-10-21core: Fix include path to use top_builddir as well for generated headersSylvain Munaut1-1/+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-17Merge branch 'pablo_timer'0.4.0Harald Welte7-120/+758
2011-10-17bump major library version / breaking the ABI with the rb_tree timersHarald Welte1-1/+1
2011-10-17tests: add new torture test for timer infrastructurePablo Neira Ayuso1-33/+108
2011-10-17timer: add scalable RB-tree based timer infrastructurePablo Neira Ayuso2-84/+98
2011-10-17add rb-tree implementation to libosmocorePablo Neira Ayuso4-2/+551
2011-10-10build: resolve link failure when --disable-talloc is usedJan Engelhardt1-0/+2
2011-10-10add header file containing UMA/GAN protocol definitionsHarald Welte2-1/+154
2011-10-10update .gitignore (crc*gen.[ch], some autotools stuff)Harald Welte1-0/+5
2011-10-10update LIBVERSION to reflect new API additions0.3.10Harald Welte2-2/+2
2011-10-10Added defines to use primitive/operation tuples in switch/case statementsAndreas Eversberg2-58/+23
2011-10-10LAPD: Moved timer handling into seperate functionsAndreas Eversberg1-72/+87
2011-10-10Split of LAPDm into a core part and a GSM specific partroot6-1670/+2631
2011-10-10Changed logging of LAPD from DLLAPDM to DLLAPDroot2-4/+4
2011-10-09gsmtap: Add type/subtypes for GMR-1 protocolSylvain Munaut1-0/+23
2011-10-08GSMTAP: Add comments to explain how to make GSMTAP changesHarald Welte1-0/+24
2011-10-08GSMTAP: Import changes from WiresharkHarald Welte1-0/+11
2011-10-03vty: Provide documentation for all logging facilitiesHolger Hans Peter Freyther1-1/+10
2011-10-03vty: Provide logging set-log-mask, deprecate set log maskHolger Hans Peter Freyther1-2/+12
2011-09-28core/serial: Fix typoSylvain Munaut1-1/+1
2011-09-28core/serial: support custom baud rates on OS XSylvain Munaut1-2/+22
2011-09-26gsmtap: Fix doxygen doc for the recent additionsSylvain Munaut1-2/+22
2011-09-26gsmtap: Add a _ex version of gsmtap_{makemsg,send} to specify content typeSylvain Munaut2-4/+30
2011-09-26bring gsmtap.h in sync with recent wireshark additionsHarald Welte1-0/+4
2011-09-16core: Add generic CRC functions (templates expended to 8 16 32 64 bits)Sylvain Munaut5-2/+232
2011-09-05update .gitignoreAlexander Huemer1-0/+1
2011-09-05correct declaration of osmo_sitype2rslAlexander Huemer1-1/+1
2011-09-04add missing declarations of cfg_description_cmd to vty/vty.h0.3.9Harald Welte1-0/+3
2011-09-03LAPDm: Fix encoding of RLL ERROR IE0.3.8Harald Welte1-1/+0
2011-09-02core/serial: Add utilities to deal with serial portsSylvain Munaut5-0/+269
2011-09-02build/include: Only install headers for enabled optionsSylvain Munaut1-1/+9
2011-09-02build: Remove docdir, don't comment itSylvain Munaut1-1/+0
2011-09-02gsm/gsm48_ie: Fix other range format decodingAndreas.Eversberg1-66/+63
2011-09-02RSL: add rsl_ipac_msg_name() for ipa specific RSL extension namesHarald Welte2-0/+37
2011-09-02Added autoconf option for utilities and embeddedjob2-0/+27