1. d154f8b msgb: Check the return value of msgb_alloc (Coverity) by Jacob Erlbeck · 9 years ago
  2. 8d192d7 ns: Log when sending fails (Coverity) by Jacob Erlbeck · 9 years ago
  3. b535e39 bssgp: Ensure non-NULL bctx before calling bssgp_rx_ptp (Coverity) by Jacob Erlbeck · 9 years ago
  4. c641591 bssgp: Always expect dup != NULL in bssgp_tx_dl_ud (Coverity) by Jacob Erlbeck · 9 years ago
  5. 5fb265e ctrl: Avoid accessing cmd_desc->command out of bounds by Holger Hans Peter Freyther · 9 years ago
  6. f8699ca gsm: Add A5/3-4 cipher support by Max · 9 years ago
  7. 7893346 vty: Fix writing the logging of category by Michael McTernan · 9 years ago
  8. 267fd86 libctrl: Include config.h so we can include netinet/tcp.h by Holger Hans Peter Freyther · 9 years ago
  9. 6cce3d7 msgfile: Fix warning on BSDs stdio by Holger Hans Peter Freyther · 9 years ago
  10. ca8dcb7 gsm0808: Remove duplicate initialization by Holger Hans Peter Freyther · 9 years ago
  11. 36153dc bssgp: Handle BSSGP STATUS messages by Jacob Erlbeck · 9 years ago
  12. 49ed9be bssgp: Don't reply with STATUS when receiving a PtP STATUS message by Jacob Erlbeck · 9 years ago
  13. b61b2ca logging: Implement subsecond resolution of extended timestamps by Jacob Erlbeck · 9 years ago
  14. 879acef vty: Fix typo in the state creation by Holger Hans Peter Freyther · 9 years ago
  15. 25aeab7 Prepare a new libosmocore release by Holger Hans Peter Freyther · 9 years ago 0.8.0
  16. 4deb2df ctrl: Link to libraries we use symbols from by Holger Hans Peter Freyther · 9 years ago
  17. c869069 sim: Link to libosmocore and libosmogsm by Holger Hans Peter Freyther · 9 years ago
  18. 419684e Supplementary Services (de)activation, interrogation added by Tobias Engel · 12 years ago
  19. 63b156a fixup by Harald Welte · 10 years ago
  20. 783d073 add gsm0341_test to generate SMSCB hex strings by Harald Welte · 10 years ago
  21. 6ec6bd9 log: "logging level everything" is a badly named option. by Holger Hans Peter Freyther · 10 years ago
  22. 1b12d16 libosmo-gsm: Add PCHAN/LCHAN types for CBCH by Harald Welte · 10 years ago
  23. a6be224 ipa: Return -errno instead of -1 in ipa_send by Jacob Erlbeck · 10 years ago
  24. 5f91a40 logging: Call color only once and use the result by Holger Hans Peter Freyther · 10 years ago
  25. 2d6ad13 logging: Make it possible to print category/subsys and timestamps by Holger Hans Peter Freyther · 10 years ago
  26. a5dc19d gtp: Add a global region for the gtp library of OpenGGSN by Holger Hans Peter Freyther · 10 years ago
  27. 9f0f978 vty: Check with the application before writing the config by Holger Hans Peter Freyther · 10 years ago
  28. e15ac06 fix libosmocore build for NuttX target by Harald Welte · 10 years ago
  29. 20144f7 vty/vector.c: Use string.h, not memory.h by Harald Welte · 10 years ago
  30. 78a870e remove references to u_long type, use 'unsigned long' instead by Harald Welte · 10 years ago
  31. 7b74dda remove references to u_char type, use 'unsigned char' instead by Harald Welte · 10 years ago
  32. b592ab7 strrb.c: Use string.h, not strings.h by Harald Welte · 10 years ago
  33. 9e166e8 select.c: Add missing #include lines for string.h and sys/select.h by Harald Welte · 10 years ago
  34. 0673b70 bssgp: Fix VTY command 'show bssgp nsei N' by Jacob Erlbeck · 10 years ago
  35. 881b516 sim: reader_pcsc:Remove dead code by Harald Welte · 10 years ago
  36. b0310dd pcsc: Fix the include path by Holger Hans Peter Freyther · 10 years ago
  37. 33e940b sttrb / loggingrb: Use GPLv2+ as license, not AGPLv3+ by Harald Welte · 10 years ago
  38. fd5ad17 Change copyright notice of ipa.c to GPLv2+ by Harald Welte · 10 years ago
  39. 388fb03 Change license of gsm0411_smc/smr to GPLv2+ by Harald Welte · 10 years ago
  40. 7fa89c2 Change license of libosmogb from AGPLv3+ to GPLv2+ by Harald Welte · 10 years ago
  41. 6729a97 make sure to register DF.TELECOM and DF.GSM for SIM, USIM + TSIM by Harald Welte · 10 years ago
  42. db2b52e sim: More talloc return NULL checking by Harald Welte · 10 years ago
  43. 55790aa sim: Prepare infrastructure for protocols != T=0 and other drivers by Harald Welte · 10 years ago
  44. aad7e06 sim: Make TETRA SIM (TSIM) support compile by Harald Welte · 10 years ago
  45. 30115db sim: Only one default_decode() function for all card types by Harald Welte · 10 years ago
  46. 171c5b1 sim: Add 3GPP TS 31.103 ISIM definitions by Harald Welte · 10 years ago
  47. bb5f3c7 sim: Update to latest SIM/USIM specs and include size information by Harald Welte · 10 years ago
  48. 0d24644 sim: reader_pcsc.c: Avoid compiler warnings by using pcsc-lite LONG by Harald Welte · 10 years ago
  49. e8dd2bd sim: mark osim_msgb_cb as __may_alias__ to avoid gcc warnings by Harald Welte · 10 years ago
  50. d83d296 sim: further updates/fixes by Harald Welte · 11 years ago
  51. 7674960 sim: add decoding of status words by Harald Welte · 12 years ago
  52. 43eabee sim: replaced function/structure comments with doxygen comments by Kevin Redon · 12 years ago
  53. e07967f sim: renamed case to the one defined in ISO7816-3 by Kevin Redon · 12 years ago
  54. 0f0ee32 sim: comment/explain signature of osim_new_apdumsg by Kevin Redon · 12 years ago
  55. a5c9255 sim: strip the SW from the returned data, as SW is passed in msgb->cb by Harald Welte · 12 years ago
  56. 495fe26 sim: Use autotools for libpcsc-lite linkage by Harald Welte · 12 years ago
  57. ad41863 sim: add copyright notices and merge file_codec.c into core.c by Harald Welte · 12 years ago
  58. d54c2ee initial checkin of 'libosmosim' by Harald Welte · 12 years ago
  59. b43baf2 gprs: Don't discard SUSPEND/RESUME in bssgp_rcvmsg by Jacob Erlbeck · 10 years ago
  60. 862ba65 Move common socket routine into separate function by Max · 10 years ago
  61. 10dd73c bssgp: Free msgb in case of error when calling into gprs_ns_sendmsg by Holger Hans Peter Freyther · 10 years ago
  62. 6ac70a4 gprs-ns: Fix reset state handling by Jacob Erlbeck · 10 years ago
  63. 0540d83 gprs-ns: Let gprs_nsvc_reset return a value by Jacob Erlbeck · 10 years ago
  64. 9ffeb97 build: remove unused all_includes and use AM_CPPFLAGS by Jan Engelhardt · 11 years ago
  65. 96af786 misc: Look into the build directory for generated files by Holger Hans Peter Freyther · 10 years ago
  66. a39e2de gprs: Set bssgph field in bssgp_msgb_alloc() by Jacob Erlbeck · 10 years ago
  67. b83b838 gprs: Fix bssgp_rcvmsg to handle signalling msgs with BVCI IE by Jacob Erlbeck · 10 years ago
  68. a716577 gprs: Fix and check BVCI in BSSGP STATUS messages by Jacob Erlbeck · 10 years ago
  69. de883e7 Fix copyright header in gan.c by Harald Welte · 10 years ago
  70. 468b643 add missing copyright statements to source code files by Harald Welte · 10 years ago
  71. fb84f32 logging: Add ability to save/print current log filters by Harald Welte · 11 years ago
  72. 39c9e7b libctrl: Add support for 'deferred control commands' by Harald Welte · 10 years ago
  73. 5e21131 ctrl: Attempt fix the build on FreeBSD and add include file by Holger Hans Peter Freyther · 10 years ago
  74. 336915a prepare for 0.7.0 release by Harald Welte · 10 years ago 0.7.0
  75. ae2fcb2 rename controlif_setup() to ctrl_interface_setup() by Harald Welte · 10 years ago
  76. bfdc259 libctrl: Make two internal helper functions static by Harald Welte · 10 years ago
  77. 528134b libctrl: Move bulk of control node lookup inti libosmoctrl by Harald Welte · 10 years ago
  78. c78e74e libctrl: remove 'struct gsm_network' references by Harald Welte · 10 years ago
  79. acbb4c9 libctrl: adopt to recent ipaccess/ipa naming change by Harald Welte · 10 years ago
  80. 3ff81b1 libctrl: autotools build system integration by Harald Welte · 10 years ago
  81. 7fd0c83 libctrl: Add DLCTRL as logging context for the control interface by Harald Welte · 10 years ago
  82. c9df37d libctrl: Avoid using external tall_bsc_ctx by Harald Welte · 10 years ago
  83. 1238cc6 libctrl: remove openbsc headers, convert from make_sock to libosmocore by Harald Welte · 10 years ago
  84. e1a502b libctrl: Remove reference to 'DNAT' in favor of 'DCTRL' by Harald Welte · 10 years ago
  85. dda4225 libctr: rename/move control interface to libosmocore naming scheme by Harald Welte · 10 years ago
  86. 715e945 gsm0808: Fix copy and paste pointed out by clang by Holger Hans Peter Freyther · 10 years ago
  87. efe0100 macaddr: Add some code for FreeBSD (it should work on the others too) by Holger Hans Peter Freyther · 10 years ago
  88. f196a02 ipa: use %z as format string whne printing sizeof() result by Harald Welte · 10 years ago
  89. 11bca8b ipa: fix compiler warning regarding printf (%d -> %lu) by Harald Welte · 10 years ago
  90. 78b0868 macaddr: add #include unistd.h for close() function by Harald Welte · 10 years ago
  91. e391996 ipa: rename functions for consistency by Harald Welte · 10 years ago
  92. 28aa991 import various generic IPA related functions from libosmo-abis by Harald Welte · 10 years ago
  93. fe3e42b Add osmo_get_macaddr() function to obtain etherent mac address by Harald Welte · 10 years ago
  94. 40d56f9 osmocore: Add function osmo_macaddr_parse() to parse ETH MAC address by Harald Welte · 10 years ago
  95. 8d5180e abis_nm: add abis_nm_msg_disc_names[] value_string by Harald Welte · 10 years ago
  96. 604d552 abis_nm: introduce abis_nm_{osmo,ipa}_magic[] by Harald Welte · 10 years ago
  97. 777b056 gprs-ns: Re-initialize the list head and free the unknown_nsvc by Holger Hans Peter Freyther · 10 years ago
  98. eb55e6a write_queue: Use EBADF instead of EBABDFD for portability by Holger Hans Peter Freyther · 10 years ago
  99. 77ab2f7 vty: Avoid use-after-free in VTY telnet interface by Daniel Willmann · 10 years ago
  100. bd8a89d write_queue: Avoid possible use-after-free if fd is read-/writable by Daniel Willmann · 10 years ago