summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-09fw/calypso: Fix backlight bl_mode_pwl method (typo)Sylvain Munaut1-1/+1
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-11-06osmocom: Address warning about aliasingHolger Hans Peter Freyther1-1/+2
2011-11-06misc: u_intX -> uintX in the host directoryHolger Hans Peter Freyther5-13/+13
2011-10-21Merge commit '07f1103782a94090c2cef46de8a3f6d03ddfeef7'Sylvain Munaut30-1829/+4028
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'Harald 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 additionsHarald 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-18fw: Add SE J100i-specific board init code and build images for itSteve Markgraf2-1/+146
2011-09-18fw/display: Add and build SSD1963 display driver for the SE J100iSteve Markgraf3-1/+212
2011-09-17fw/compal/rffe: Add correct RFFE-configuration for Compal E86Steve Markgraf2-2/+108
2011-09-16core: Add generic CRC functions (templates expended to 8 16 32 64 bits)Sylvain Munaut5-2/+232
2011-09-16fw/layer1/tpu_window: Open and close RFFE tx_window at the right point of timeSteve Markgraf1-3/+10
2011-09-05update .gitignoreAlexander Huemer1-0/+1
2011-09-05correct declaration of osmo_sitype2rslAlexander Huemer1-1/+1
2011-09-05host/osmocon: make auto-reload/reboot feature work in chainloading-modeSteve Markgraf1-2/+17
2011-09-04add missing declarations of cfg_description_cmd to vty/vty.hHarald Welte1-0/+3
2011-09-04[mobile] Adding option to run as daemonAndreas Eversberg1-1/+15
2011-09-04[mobile] Using socket application interface with mobile applicationAndreas Eversberg9-37/+116
2011-09-04[mobile] Adding socket application interface code from OpenBSC.Andreas Eversberg2-0/+363