1. 1389e86 Add pseudo-random bit sequence generator to libosmcoore by Harald Welte · 7 years ago
  2. 39273b3 src/Makefile.am: fix build: use AM_CFLAGS, not CFLAGS by Neels Hofmeyr · 7 years ago
  3. e4fe71c core/conv: use proper filenames by Vadim Yanitskiy · 7 years ago
  4. 0d49f47 core/conv: do not mix up AVX and SSE code by Vadim Yanitskiy · 7 years ago
  5. b51d51b core/conv: rename viterbi_gen.c to viterbi_generic.c by Vadim Yanitskiy · 7 years ago
  6. 34e228a core/conv: add x86 SSE support for Viterbi decoder by Tom Tsou · 7 years ago
  7. 898ffef add libpseudotalloc as super-simplistic talloc replacement by Harald Welte · 7 years ago
  8. 7af6d22 sercomm: Include in libosmocore Makefile by Harald Welte · 7 years ago
  9. 3553680 core/conv: implement optimized Viterbi decoder by Tom Tsou · 8 years ago
  10. 4e72ee0 Catch-up with git version tags by Max · 8 years ago
  11. aa00f99 Implement GSMTAP log target by Harald Welte · 8 years ago
  12. 8e2f7e8 add osmo_gettimeofday as a shim around gettimeofday by Neels Hofmeyr · 8 years ago
  13. 136e737 Add Finite State Machine abstraction code by Harald Welte · 8 years ago
  14. 5c18e26 Add T4 bit map compression routines by Max · 8 years ago
  15. a2db75f Add osmo_prim_op_names[] symbol and _SAP_SS7_BASE define by Harald Welte · 9 years ago
  16. 90e614f remove our internal copy of talloc, use system libtalloc by Harald Welte · 9 years ago
  17. b6e6bea stats: Move statsd related code into a separate file by Jacob Erlbeck · 9 years ago
  18. 95bf8280 stats: Add the reporting framework by Jacob Erlbeck · 9 years ago
  19. 9732cb4 stats: Add stat_item for value monitoring by Jacob Erlbeck · 9 years ago
  20. 25aeab7 Prepare a new libosmocore release by Holger Hans Peter Freyther · 9 years ago 0.8.0
  21. 9ffeb97 build: remove unused all_includes and use AM_CPPFLAGS by Jan Engelhardt · 11 years ago
  22. fb84f32 logging: Add ability to save/print current log filters by Harald Welte · 11 years ago
  23. 40d56f9 osmocore: Add function osmo_macaddr_parse() to parse ETH MAC address by Harald Welte · 10 years ago
  24. c2c042d backtrace: Speculative fix for FreeBSD10.0 and execinfo.h by Holger Hans Peter Freyther · 10 years ago
  25. 45cdaa0 cygwin: Link many libraries with -no-undefined to create a dll by Holger Hans Peter Freyther · 11 years ago
  26. 3309a43 Added a ring buffer log target to store the last N log messages. by Katerina Barone-Adesi · 11 years ago
  27. efd2bd6 Revert "Added a ring buffer log target to store the last N log messages." by Holger Hans Peter Freyther · 11 years ago
  28. 7337722 Added a ring buffer log target to store the last N log messages. by Katerina Barone-Adesi · 11 years ago
  29. 5689a3b build: Don't use the deprecated INCLUDES in the various Makefile.am by Sylvain Munaut · 12 years ago
  30. c5f055f build: use LT_INIT(pic-only) instead of forcing -fPIC. by Diego Elio Pettenò · 12 years ago 0.5.2
  31. 7e007e0 build: avoid multi-level recursion for src/ directory. by Diego Elio Pettenò · 12 years ago
  32. a1ed2f0 build: use BUILT_SOURCES for the generated source files. by Diego Elio Pettenò · 12 years ago
  33. f5df9ab build: use the standard AM_V_GEN definition for output. by Diego Elio Pettenò · 12 years ago
  34. 641f7ce libosmogb: move files to proper location and fix build by Harald Welte · 12 years ago 0.5.0
  35. 40a8700 libosmocore: Update LIBVERSION because of ABI chaanges by Sylvain Munaut · 13 years ago
  36. 4772348 freebsd: Fixes for the compilation of libosmocore on FreeBSD by Holger Hans Peter Freyther · 13 years ago
  37. dec4800 core: Fix include path to use top_builddir as well for generated headers by Sylvain Munaut · 13 years ago
  38. 4a0a163 bump major library version / breaking the ABI with the rb_tree timers by Harald Welte · 13 years ago
  39. f74db0b add rb-tree implementation to libosmocore by Pablo Neira Ayuso · 13 years ago
  40. e2bcace build: resolve link failure when --disable-talloc is used by Jan Engelhardt · 13 years ago
  41. 17f56f3 update LIBVERSION to reflect new API additions by Harald Welte · 13 years ago 0.3.10
  42. 2749c0b core: Add generic CRC functions (templates expended to 8 16 32 64 bits) by Sylvain Munaut · 13 years ago
  43. fe28ded core/serial: Add utilities to deal with serial ports by Sylvain Munaut · 13 years ago
  44. 32e1f23 merge process.[ch] with application.[ch] by Harald Welte · 13 years ago
  45. 33cb71a gsmtap: rework GSMTAP API to be more future-proof by Harald Welte · 13 years ago 0.3.1
  46. ba01fa4 app: Introduce some routines to help with application startup by Holger Hans Peter Freyther · 13 years ago
  47. 7533705 libosmocore: bump library interface version to '1' for new osmo_ names by Harald Welte · 13 years ago
  48. 19dc5c9 core/conv: Add some generic code for convolutional coding/decoding by Sylvain Munaut · 13 years ago
  49. fba495e This patch moves the GSM-specific functions to the new library by Pablo Neira Ayuso · 13 years ago
  50. 46cfd77 LOGGING: Add syslog log target by Harald Welte · 13 years ago
  51. 2230c13 [BITS] introduce new packed/unpacked bit conversion routines by Harald Welte · 13 years ago
  52. 1a4ea5b codec: Add bit ordering tables from specs for HR,FR,EFR & AMR by Sylvain Munaut · 14 years ago
  53. c87f266 msgfile: Add a file parser for a simple file format by Holger Hans Peter Freyther · 14 years ago
  54. 55aea50 gsm0480: Add USSD format functions to libosmocore by Holger Hans Peter Freyther · 14 years ago 0.1.22
  55. e25b18a vty: Link osmovty to osmocore as it is using the symbols by Holger Hans Peter Freyther · 14 years ago
  56. b6cb023 Add helper function 'osmo_daemonize()' to convert process into daemon by Harald Welte · 14 years ago
  57. ac3e61a core: Add some generic panic handling by Sylvain Munaut · 14 years ago
  58. 383134b Added crc16 from linux kernel. by Ingo Albrecht · 14 years ago
  59. b9ce51c Add support for plugins (and specifically GPRS encryption plugins) by Harald Welte · 14 years ago
  60. e779c36 Add gsmtap utility functions to libosmocore by Harald Welte · 14 years ago 0.1.13
  61. 93cf5a3 fix typo resultin in dist/distcheck problem by Harald Welte · 14 years ago
  62. 3fb0b6f Create libosmovty as library from OpenBSC VTY functions by Harald Welte · 14 years ago
  63. 7b45d60 Add new 'rate counter' implementation to libosmocore by Harald Welte · 14 years ago
  64. 280cd51 Add GSM0808 utilities to Osmocore. by Holger Hans Peter Freyther · 14 years ago
  65. 3ae2758 rename 'debug' interface to 'logging' interface by Harald Welte · 14 years ago 0.1.2
  66. 4a2bb9e Import 'debug' support from OpenBSC into libosmocore by Harald Welte · 14 years ago
  67. 1e90866 import GSM04.08 encode/decode functions and mncc.h from openbsc by Harald Welte · 14 years ago
  68. cbb29f7 add --disable-talloc option to build without talloc support by Harald Welte · 14 years ago
  69. 63d3e39 introduce RxLev statistics module, an efficient way for power scan data by Harald Welte · 14 years ago
  70. 4fb2075 import some GSM 04.08 utility code from OpenBSC by Harald Welte · 14 years ago
  71. d284cd9 Import value_string utilities and some RSL stuff from OpenBSC by Harald Welte · 14 years ago
  72. 8df932a [write_queue] Add a generic write queue class by Holger Hans Peter Freyther · 14 years ago
  73. 3cae039 add missing automake / autoconf files by Harald Welte · 14 years ago