summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* core: Fix include path to use top_builddir as well for generated headersSylvain Munaut2011-10-211-1/+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
* Merge branch 'pablo_timer'Harald Welte2011-10-177-120/+758
|\
| * bump major library version / breaking the ABI with the rb_tree timersHarald Welte2011-10-171-1/+1
| * tests: add new torture test for timer infrastructurePablo Neira Ayuso2011-10-171-33/+108
| * timer: add scalable RB-tree based timer infrastructurePablo Neira Ayuso2011-10-172-84/+98
| * add rb-tree implementation to libosmocorePablo Neira Ayuso2011-10-174-2/+551
|/
* build: resolve link failure when --disable-talloc is usedJan Engelhardt2011-10-101-0/+2
* add header file containing UMA/GAN protocol definitionsHarald Welte2011-10-102-1/+154
* update .gitignore (crc*gen.[ch], some autotools stuff)Harald Welte2011-10-101-0/+5
* update LIBVERSION to reflect new API additionsHarald Welte2011-10-102-2/+2
* Added defines to use primitive/operation tuples in switch/case statementsAndreas Eversberg2011-10-102-58/+23
* LAPD: Moved timer handling into seperate functionsAndreas Eversberg2011-10-101-72/+87
* Split of LAPDm into a core part and a GSM specific partroot2011-10-106-1670/+2631
* Changed logging of LAPD from DLLAPDM to DLLAPDroot2011-10-102-4/+4
* gsmtap: Add type/subtypes for GMR-1 protocolSylvain Munaut2011-10-091-0/+23
* GSMTAP: Add comments to explain how to make GSMTAP changesHarald Welte2011-10-081-0/+24
* GSMTAP: Import changes from WiresharkHarald Welte2011-10-081-0/+11
* vty: Provide documentation for all logging facilitiesHolger Hans Peter Freyther2011-10-031-1/+10
* vty: Provide logging set-log-mask, deprecate set log maskHolger Hans Peter Freyther2011-10-031-2/+12
* core/serial: Fix typoSylvain Munaut2011-09-281-1/+1
* core/serial: support custom baud rates on OS XSylvain Munaut2011-09-281-2/+22
* gsmtap: Fix doxygen doc for the recent additionsSylvain Munaut2011-09-261-2/+22
* gsmtap: Add a _ex version of gsmtap_{makemsg,send} to specify content typeSylvain Munaut2011-09-262-4/+30
* bring gsmtap.h in sync with recent wireshark additionsHarald Welte2011-09-261-0/+4
* core: Add generic CRC functions (templates expended to 8 16 32 64 bits)Sylvain Munaut2011-09-165-2/+232
* update .gitignoreAlexander Huemer2011-09-051-0/+1
* correct declaration of osmo_sitype2rslAlexander Huemer2011-09-051-1/+1
* add missing declarations of cfg_description_cmd to vty/vty.hHarald Welte2011-09-041-0/+3
* LAPDm: Fix encoding of RLL ERROR IEHarald Welte2011-09-031-1/+0
* core/serial: Add utilities to deal with serial portsSylvain Munaut2011-09-025-0/+269
* build/include: Only install headers for enabled optionsSylvain Munaut2011-09-021-1/+9
* build: Remove docdir, don't comment itSylvain Munaut2011-09-021-1/+0
* gsm/gsm48_ie: Fix other range format decodingAndreas.Eversberg2011-09-021-66/+63
* RSL: add rsl_ipac_msg_name() for ipa specific RSL extension namesHarald Welte2011-09-022-0/+37
* Added autoconf option for utilities and embeddedjob2011-09-022-0/+27
* Adapted configure options to autoconf default behaviourjob2011-09-022-15/+15
* gsm/gsm48_ie: Fix Range 256 format decodingSylvain Munaut2011-09-011-20/+35
* logging: include stdarg.h for va_listChristoph Fritz2011-09-011-0/+1
* add functions for bit-reversalHarald Welte2011-09-016-1/+128
* logging: add osmo_vlogp() as vararg / va_list compatible functionHarald Welte2011-08-312-4/+8
* doxygen: Add main page for all three librariesHarald Welte2011-08-303-0/+113
* signal: Fix compiler warning about signedness of constantHolger Hans Peter Freyther2011-08-221-2/+2
* update .gitignore with Doxyfile.coreHarald Welte2011-08-201-1/+1
* add script to generate http://www.osmocom.org/doc tree structureHarald Welte2011-08-201-0/+14
* Make sure 'make distclean' works for doxygenHarald Welte2011-08-201-0/+3
* consistent Doxyfile namingHarald Welte2011-08-203-4/+4
* update makefile.am to support out-of-tree buildsHarald Welte2011-08-201-5/+5
* doxygen: document some more structure members for RSLHarald Welte2011-08-181-14/+21