aboutsummaryrefslogtreecommitdiffstats
path: root/src/strrb.c
AgeCommit message (Collapse)AuthorFilesLines
2014-11-14strrb.c: Use string.h, not strings.hHarald Welte1-1/+1
Not all systems have strings.h
2014-10-26sttrb / loggingrb: Use GPLv2+ as license, not AGPLv3+Harald Welte1-1/+1
according to Holger, using AGPLv3+ at the time was a mistake and the license should always have indicated GPLv2+.
2013-07-03strrb: Remove a tautology from the codeHolger Hans Peter Freyther1-1/+1
This already came up during review but now that Coverity complains about it as well, let us just remove it. The variable is unsigned so it can never be < 0. Fixes: Coverity CID 1040669.
2013-02-27Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi1-0/+171
The log target can be used via log alarms and show alarms. Why? This feature was proposed/requested at http://openbsc.osmocom.org/trac/wiki/Tasks/ErrorLogTarget All messages use the same amount of space, prioritizing simplicity.
2013-02-27Revert "Added a ring buffer log target to store the last N log messages."Holger Hans Peter Freyther1-170/+0
I noticed some more issues and it is the easiest to revert and include the fixed version. This reverts commit 73377229bb33ab79682ce4b126a63602d13304ad.
2013-02-27Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi1-0/+170
The log target can be used via log alarms and show alarms. Why? This feature was proposed/requested at http://openbsc.osmocom.org/trac/wiki/Tasks/ErrorLogTarget All messages use the same amount of space, prioritizing simplicity.