Release v0.3.0 on 2018-03-05.
  1. 61837c0 Logger: Remove gLogToConsole flag by Pau Espin Pedrol · 6 years ago
  2. f83e11f Logger: Remove unused includes by Pau Espin Pedrol · 6 years ago
  3. 01aff88 Logger: Drop support to log into file by Pau Espin Pedrol · 6 years ago
  4. 11d50d9 Logger: Drop syslog support by Pau Espin Pedrol · 6 years ago
  5. 8bd111c Logger: get rid of alarm APIs by Pau Espin Pedrol · 6 years ago
  6. 3808e47 Logger: Remove unused logging macros by Pau Espin Pedrol · 6 years ago
  7. bd45a97 Logger: Drop unused gLogEarly by Pau Espin Pedrol · 6 years ago
  8. 89be118 Remove unneeded libdl dependency by Pau Espin Pedrol · 6 years ago
  9. 8639fee Remove UDDSocket class by Pau Espin Pedrol · 6 years ago
  10. 2edbe4d Sockets.cpp: Fix initialization of UDD socket by Pau Espin Pedrol · 6 years ago
  11. 2ac788b Set up GNU Autotest infrastructure by Pau Espin Pedrol · 6 years ago
  12. caf2abc Remove Configuration module and libsqlite dependency by Pau Espin Pedrol · 6 years ago
  13. de1685f Drop use of ConfigurationTable gConfig by Pau Espin Pedrol · 6 years ago
  14. f3837d2 Logger: Stop using Log.File and Log.Level from config by Pau Espin Pedrol · 6 years ago
  15. ddf4743 Logger: Stop using Log.Alarms.Max from config by Pau Espin Pedrol · 6 years ago
  16. 82f83ce cosmetic: Remove trailing whitespace by Pau Espin Pedrol · 6 years ago
  17. d09843c Remove unused headers by Max · 6 years ago
  18. 1468a5c SocketsTest: Fix printing of non-nul-terminated string by Harald Welte · 7 years ago
  19. 8c80095 Add -j option to bind to specific address by Pau Espin Pedrol · 7 years ago
  20. 87d158c common: Declare explicit Vector move constructor by Tom Tsou · 7 years ago
  21. 082bbbf PRBS: a Pseudo-random binary sequence (PRBS) generator class. by Alexander Chemeris · 7 years ago
  22. 15f9d95 BitVector: Remove Generator class. by Alexander Chemeris · 7 years ago
  23. 73dbccd Configuration: Variables allocated with 'new' must be freed with 'delete'. by Alexander Chemeris · 7 years ago
  24. 15da7e1 Configuration: Fix const and signedness compile warnings by Tom Tsou · 7 years ago
  25. f0189c4 vector: Introduce shrink() function to shrink vector size without loosing data. by Alexander Chemeris · 7 years ago
  26. c708816 vector: Introduce segmentMove() method to move data inside of a vector. by Alexander Chemeris · 7 years ago
  27. 38b6987 BitVector: Convert SoftVector from 0..1 to -1..+1 soft bits. by Alexander Chemeris · 7 years ago
  28. 7db522b BitVector: Remove convolutional codec - we don't use it in osmo-trx. by Alexander Chemeris · 7 years ago
  29. ae09b04 CommonLibs: Print soft bits with less confidence to console when printing a soft vector. by Alexander Chemeris · 7 years ago
  30. 4793f46 CommonLibs: Remove unused files. by Alexander Chemeris · 7 years ago
  31. 2dee3e9 Fix building against sqlite3 by Max · 7 years ago
  32. 2c650a6 common: Add mandatory length field to UDP receive calls by Tom Tsou · 8 years ago
  33. d4555f2 common: Restrict UDP binding to localhost only by Tom Tsou · 8 years ago
  34. a8cf208 Common: Make sure gLogEarly() log to the same facilities as the normal log. by Alexander Chemeris · 9 years ago
  35. f84232d Common: Get rid of a compilation warning. by Alexander Chemeris · 9 years ago
  36. cc6f79b Logger: Output ERR log messages to stderr as well. by Alexander Chemeris · 9 years ago
  37. 909ffbf Common: Use a scoped lock in the Logger to avoid deadlock on thread cancel. by Alexander Chemeris · 9 years ago
  38. 57ef87d Common: Log to console instead of loging to syslog by default. by Alexander Chemeris · 9 years ago
  39. 5721920 Common: Introduce a global variable to disable syslog logging. by Alexander Chemeris · 9 years ago
  40. b999759 CommonLibs: Add thread cancellation capability by Tom Tsou · 10 years ago
  41. 5a87247 syncing commonlibs with Many thanks to Michael Iedema for these patches, makes config a lot better. by kurtis.heimerl · 11 years ago
  42. f7afddd Synced sqlite3utils with private and fixed a small recursive bug in SIPEngine that was already fixed in private by kurtis.heimerl · 11 years ago
  43. 1a2d244 Correction of trivial warnings. by kurtis.heimerl · 11 years ago
  44. 0775c80 From b453f10d65dd1ff1df0dd3747adf63f4e1fd7d30 Mon Sep 17 00:00:00 2001 by kurtis.heimerl · 11 years ago
  45. eb63ec9 From 32bbfc3c89b1c56672bf2fd3660a45c513ac54d4 Mon Sep 17 00:00:00 2001 by kurtis.heimerl · 11 years ago
  46. 8fd86a5 OH GOOD GIT MISSED THESE FILES THANKS GIT by kurtis.heimerl · 11 years ago
  47. 00913d7 Sylvain patch #2, with modifications: by kurtis.heimerl · 11 years ago
  48. db70eb4 Patch 4545 in private: Added support for performance-reporting counters. by kurtis.heimerl · 11 years ago
  49. 9eafbe9 missed something in one of the socket patches. now works as expected by kurtis.heimerl · 12 years ago
  50. a7fee63 r4425 in private: by kurtis.heimerl · 12 years ago
  51. 0aaabd4 r4408 in private: by kurtis.heimerl · 12 years ago
  52. c9f268d Oh kay. Lots of patches trying to catch up to mainline: by kurtis.heimerl · 12 years ago
  53. e766abb Alexander's patch #1: by kurtis.heimerl · 12 years ago
  54. 42267fd Alexander's patch #3: Configuration Tests should not include crashing by kurtis.heimerl · 12 years ago
  55. bcf60a8 merged private Config to public: r4211: by kurtis.heimerl · 12 years ago
  56. 9123274 Public release now works with g++4.7. In 4.7, unistd.h is no longer imported by default by kurtis.heimerl · 12 years ago
  57. 7645fca Harvind found a bug in BitVector.cpp: by kurtis.heimerl · 12 years ago
  58. d009319 Locking gethostbyname call, as Alexander notes that it is not thread safe by kurtis.heimerl · 12 years ago
  59. f041e25 Reverted bad function header. There are no timing inversion deadlocks, I made those up. by kurtis.heimerl · 12 years ago
  60. 4395f4b Alexander's change. Fixes MTC bug by supporting 64bit processors in Timeval. Math was bad. by kurtis.heimerl · 12 years ago
  61. 1ac561b Fixing Thomas's MTC receive bug. We don't have a ticket for it, but there seemed to be a timing inversion deadlock in Interthread.h. We mostly duck it, instead of solving it. by kurtis.heimerl · 12 years ago
  62. 7b2d522 by dburgess · 13 years ago
  63. ec3d77d Fixed the license notices. by dburgess · 13 years ago
  64. 82c46ff Putting the actual OpenBTS P2.8 source code into the public SVN branch. by dburgess · 13 years ago