1. 02624d2 doxygen automake integration: make sure the 'doc' directory exists by Harald Welte · 13 years ago
  2. 7992af0 doxygen: fix correct use of doc/core subdirectory by Harald Welte · 13 years ago
  3. 01dfad8 update .gitignore by Harald Welte · 13 years ago
  4. 21e73c2 Integrate doxygen documentation building into autoconf/automake process by Harald Welte · 13 years ago
  5. 500c7ce don't keep autotools-generated Doxyfiles around by Harald Welte · 13 years ago
  6. 49e1056 Auto-generate the version information of Doxygen documentation by Harald Welte · 13 years ago
  7. 4e777c3 doxygen: Add documentation for Abis OML by Harald Welte · 13 years ago
  8. e881b1b doxygen: split VTY configuration in multiple files by Harald Welte · 13 years ago
  9. 8f2c7e5 RSL: add doxygen documentation by Harald Welte · 13 years ago
  10. 789f02e Add doxygen configuration for libosmocodec by Harald Welte · 13 years ago
  11. fa9fbe7 doxygen: make sure the right C source files are included by Harald Welte · 13 years ago
  12. 2272589 Split doxygen configuration to create separate gsm/vty/core docs by Harald Welte · 13 years ago
  13. 6bdf0b1 doxygen: Add documentation for LAPDm code by Harald Welte · 13 years ago
  14. 57c7d37 doxygen: Add documentation about TLV parser by Harald Welte · 13 years ago
  15. f416c09 Fix version number in Doxyfile (0.3.5) by Harald Welte · 13 years ago
  16. 7acb30c doxygen: Add (partial) VTY API documentation by Harald Welte · 13 years ago
  17. 47379ca doxygen: Add documentation for gsmtap_util.[ch] by Harald Welte · 13 years ago
  18. af8e435 doxygen: Add documentation to signal.[ch] by Harald Welte · 13 years ago
  19. eee3790 doxygen: Add documentation for prim.h by Harald Welte · 13 years ago
  20. a523d14 doxygen: document panic.[ch] by Harald Welte · 13 years ago
  21. 9327c6d doxygen: Add docs for rate_ctr by Harald Welte · 13 years ago
  22. 2777ecd doxygen: Add 'write_queue' module by Harald Welte · 13 years ago
  23. 8598f18 doxygen: add doxygen module 'utils' by Harald Welte · 13 years ago
  24. 18fc465 doxygen documentation for logging framework by Harald Welte · 13 years ago
  25. ba6988b some more doxygen work (include the notion of modules) by Harald Welte · 13 years ago
  26. 03bba43 start to add doxygen documentation to libosmocore headers by Harald Welte · 13 years ago
  27. bd598e3 start to add doxygen documentation to libosmocore headers by Harald Welte · 13 years ago
  28. 300e78d logging: fix parsing of logging mask (-d DMI case) by Pablo Neira Ayuso · 13 years ago
  29. e581516 Merge branch 'master' of git.osmocom.org:libosmocore by Harald Welte · 13 years ago
  30. eeb78dd add new 'osmo-arfcn' program to compute frequency based on arfcn by Harald Welte · 13 years ago
  31. 1a99df8 gsm/gsm48_ie: Fix frequency list decoding by Andreas.Eversberg · 13 years ago
  32. 2af4359 fix off-by-one error in OSMO_NUM_DLIB by Harald Welte · 13 years ago
  33. 087e113 use the 'L' prefix in debug names (DLINP instead of DINP) by Harald Welte · 13 years ago
  34. 430be84 add definition of OSMO_MIN macro, similar to OSMO_MAX by Harald Welte · 13 years ago 0.3.5
  35. 7e1a622 sms: Fix style issues with the code, add spaces after keywords by Holger Hans Peter Freyther · 13 years ago
  36. 291e613 sms: SMS where cropped (from VTY), concatenation of SMS where not possible by Dennis Wehrle · 13 years ago
  37. c0dbe0b vty: Increase the number of arguments one can have in VTY commands by Holger Hans Peter Freyther · 13 years ago
  38. b7b6123 don't call a function argoment 'class' for the benefit of c++ users by Harald Welte · 13 years ago
  39. 59b3175 ipaccess: Reserve an extensions for an external SMSC connection by Holger Hans Peter Freyther · 13 years ago
  40. 95f7eb2 remove DLRSL and DLNM, we don't need them by Harald Welte · 13 years ago
  41. 892e621 make sure we don't have namespace clashes between libraries and apps by Harald Welte · 13 years ago
  42. c5a0ded mkae the new 'void *dst' member part of a union with the trx pointer by Harald Welte · 13 years ago
  43. 2ade3a0 vty: reserve nodes for libosmo-abis by Pablo Neira Ayuso · 13 years ago
  44. 29cbf61 msgb: add ->dst attribute to store routing information by Pablo Neira Ayuso · 13 years ago
  45. 199f377 logging: add libosmo-abis logging subsystems by Pablo Neira Ayuso · 13 years ago
  46. 39c0243 signal: reserve signal subsystems >= INT_MAX/2 for libraries by Pablo Neira Ayuso · 13 years ago
  47. ec4f160 misc: Put git-version-gen into the tarball by Holger Hans Peter Freyther · 13 years ago
  48. e0aa5bb gsm 04.80: fix typo (256, not 265!) by Harald Welte · 13 years ago
  49. 39b44bb gsm 04.80: ussd_request.text can contain 0xff, needs to be unsigned by Harald Welte · 13 years ago
  50. 584427c lapdm: fix memory leak due to unreachable code by Harald Welte · 13 years ago
  51. f4d45ab gsm 08.08: use ANSI function definition with (void) by Harald Welte · 13 years ago
  52. 79599ba tlv: Make tlv parser arrays 256 entries wide to prevent overflow on 0xff by Harald Welte · 13 years ago
  53. 4876dcf gprs_cipher_core: Fix potential buffer overflows by Harald Welte · 13 years ago
  54. 2b32215 telnet_interface: if we don't check for the return value, don't use ret by Harald Welte · 13 years ago
  55. 9c3cbfb telnet_interface: get rid of 'const' warning by Harald Welte · 13 years ago
  56. 95b2b47 get rid of non-ANSI function declarations missing (void) by Harald Welte · 13 years ago
  57. 87dbca1 don't use signed bit-fields by Harald Welte · 13 years ago
  58. 7e82020 timer: use (void) for functions that take no arguments by Harald Welte · 13 years ago
  59. d9db89d Revert various debian related changes by Holger Hans Peter Freyther · 13 years ago
  60. 128d9e2 osmo_hexdump: Fix segfault when input is too long. by Holger Hans Peter Freyther · 13 years ago
  61. 96ba20c more changes by Holger Hans Peter Freyther · 13 years ago
  62. b670c86 debian: Updates to fix lintian errors by Holger Hans Peter Freyther · 13 years ago
  63. 7a91d60 debian: Switch to the 3.0(quilt) format to play with launchpad by Holger Hans Peter Freyther · 13 years ago
  64. 54b8c4e debian: Add new changelog entry for the shlib:Depends change by Holger Hans Peter Freyther · 13 years ago
  65. 4284307 debian: dpkg-buildpackage complains about this here by Holger Hans Peter Freyther · 13 years ago
  66. ae9b220 debian: Add a new changelog entry by Holger Hans Peter Freyther · 13 years ago
  67. 0c83670 GSM 08.08: Fix generation of CIPHER MODE REJECT by Harald Welte · 13 years ago
  68. 9b837e6 gsm 08.08: add value_strings and gsm0808_msg_name() function by Harald Welte · 13 years ago
  69. da127cb fix against corrupted output in parallel logging by Harald Welte · 13 years ago
  70. 8264e09 lapdm: make sure we flush all queues whenever entering IDLE state by Harald Welte · 13 years ago 0.3.4
  71. 9e1f060 add msgb_set_talloc_ctx() to set the talloc context for msgb allocations by Harald Welte · 13 years ago
  72. 7721a77 make sure abis_nm <-> osmocom pchan type conversion always works by Harald Welte · 13 years ago
  73. 7ca604b LAPDm: Uplink SACCH frames use format B, not format B4 by Harald Welte · 13 years ago
  74. 6420774 LAPDm: When Rx DATA from L1, L1 does not know the SAPI by Harald Welte · 13 years ago
  75. ce9fec3 Fix the generation of the log_categories string + LAPDM by Harald Welte · 13 years ago
  76. 9fe1652 logging: make sure to add the internal categories, as intended by Harald Welte · 13 years ago
  77. 1f0b8c2 add LAPDm code from osmocom-bb into libosmocore by Harald Welte · 13 years ago 0.3.3
  78. b43bc04 logging: introduce library-internal logging categories by Harald Welte · 13 years ago
  79. ea19c97 import gsm0502_calc_paging_group() from openbsc by Harald Welte · 13 years ago 0.3.2
  80. 94df39e add some utility functions for paging related calculation (TS 05.02) by Harald Welte · 13 years ago
  81. 2aee7b1 add gsm48_number_of_paging_subchannels() function by Harald Welte · 13 years ago
  82. e9b744e add MAX() macro as OSMO_MAX by Harald Welte · 13 years ago
  83. 32e1f23 merge process.[ch] with application.[ch] by Harald Welte · 13 years ago
  84. 2a68c7c gsm/utils: Adding conversion of "mobile power class" to dBm by Andreas Eversberg · 13 years ago
  85. 620f7ab sysinfo: add EXTENDED MEASUREMENT ORDER / MEASUREMENT INFO to SI types by Harald Welte · 13 years ago
  86. 3d73227 RSL: Fix typo by Harald Welte · 13 years ago
  87. cf7e5da add value_string definitions for RSL message types by Harald Welte · 13 years ago
  88. 5e924a3 introduce GSM primitive definitions by Harald Welte · 13 years ago
  89. 9b21e88 add new 'prim.h' header file for primitives by Harald Welte · 13 years ago
  90. 0849c9a socket: add OSMO_SOCK_F_[CONNECT|BIND|NON_BLOCK] flags by Pablo Neira Ayuso · 13 years ago
  91. 139e127 Merge branch 'master' of git.osmocom.org:libosmocore by Pablo Neira Ayuso · 13 years ago
  92. ee50081 add missing #include file to sysinfo.h by Harald Welte · 13 years ago 0.3.1+deb2
  93. fc90646 abis_nm.h: Add include to gsm_utils.h by Harald Welte · 13 years ago
  94. f9e0746 socket: getaddrinfo(): set AI_PASSIVE if we want to bind by Harald Welte · 13 years ago
  95. 271c43b abis_nm: Forward declare the used enums by Holger Hans Peter Freyther · 13 years ago
  96. 3710e46 gsmtap_util: Remove msg_free from the wq call back by Sylvain Munaut · 13 years ago
  97. f269950 gsm/sysinfo: Fix rsl2sitype array size by Sylvain Munaut · 13 years ago
  98. 8c6be75 gsm/sysinfo: don't include netinet/in.h by Harald Welte · 13 years ago
  99. cd623eb bitvec: add missing stdint.h by Harald Welte · 13 years ago
  100. 08de66d socket: remove unused IPv4 related header includes by Harald Welte · 13 years ago