Commit Graph

8 Commits

Author SHA1 Message Date
dgotwisner d45cfa5ab5 Bug 1707 related changes - convert timestamps to use ISO date/time format.
(upstream r8170)
2014-04-18 10:55:44 +02:00
pat.thompson 0dc6d369e8 Back out r6976, r6977, r6980, r6981, which were namespace removals.
There is nothing wrong with namespace, and these changes generated 1700 lines of
irrelevant diff output making it difficult to compare various revisions of CommonLibs.
2014-03-31 12:17:26 +02:00
dgotwisner b21473440f Bug 242 (yes, that old).
Add date to alarms (and console/syslog messages through Logger). Timestamp
was already there.
2014-03-31 12:12:35 +02:00
dgotwisner 4575b4d264 Fix more code with respect to bypassing "using namespace". Currently,
Utils.h still has a using namespace, to prevent non-CommonLibs? code from
breaking. All CommonLibs? code has been compiled with tue Utils.h "using
namespace" commented out, though.
2014-03-31 10:50:02 +02:00
dgotwisner 2b6d0c6fa7 Remove more "using namespace" from source files. 2014-03-31 10:32:27 +02:00
Michael Iedema abec8dabb6 merged in commercial commonlibs 2014-03-24 22:57:31 +01:00
Kurtis Heimerl 7a7862c9d5 syncing CommonLibs, and including BSD-licensed A5/1 implementation.
git-svn-id: http://wush.net/svn/range/software/public/CommonLibs/trunk@6165 19bc5d8c-e614-43d4-8b26-e1612bc8e597
2013-08-13 23:17:46 +00:00
Kurtis Heimerl 59515c11f0 Complete Configuration sync. While testing, I discovered what I think is a race condition: getStr("SIP.SMSC") returned another config key ("GSM.MS.TA.Damping") which I assume is a race condition in the config cache. However, I've been unable to replicate the issue and I think it may resolve itself quickly (as these things are successfully cached)
git-svn-id: http://wush.net/svn/range/software/public/CommonLibs/trunk@5656 19bc5d8c-e614-43d4-8b26-e1612bc8e597
2013-05-31 21:47:42 +00:00