Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ambrop72/badvpn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/base
AgeCommit message (Expand)Author
2018-12-30Fixes for Visual Studio 2017.Ambroz Bizjak
2014-11-26Refactoring using MemRef.Ambroz Bizjak
2013-05-20BPending: use MarkRemoved and IsRemoved instead of manual hacking with the ne...ambrop7
2013-05-17BPending: optimization, use RemoveFirst instead of Removeambrop7
2013-03-15DebugObject: BADVPN_THREAD_SAFE should be checked with if not ifdef. Also add...ambrop7
2013-03-15DebugObject: use BADVPN_THREAD_SAFE to enable the counter mutex, not BADVPN_T...ambrop7
2013-03-15BLog: add BContextLog macroambrop7
2013-03-14BLog: implement logging contextsambrop7
2013-03-14make sure plugin code doesn't have its own instances of global variables but ...ambrop7
2013-03-14DebugObject: don't declare extern global variables when they don't existambrop7
2013-03-13compile PIC versions of internal libraries, to be used by NCD pluginsambrop7
2013-03-01BMutex: cosmetic change, remove whitespace at end of lineambrop7
2013-03-01BLog: implement thread-safetyambrop7
2013-03-01move BMutex to base/ and make BADVPN_THREAD_SAFE control whether it actually ...ambrop7
2012-12-12base: BLog: add BLog_AppendBytes()ambrop7
2012-10-25BPending: add BSmallPending_SetHandler()ambrop7
2012-10-23port NCD to Emscriptenambrop7
2012-10-06base: BPending: transform BPending into BSmallPending, which doesn't keep a p...ambrop7
2012-08-16base: BLog_syslog: make global variable staticambrop7
2012-08-02base: BPending: small optimization by removing the "pending" flagambrop7
2012-08-02base: BPending: use SLinkedList instead of LinkedList1ambrop7
2012-07-24port to compile with MSVCambrop7
2012-02-21base: BLog: add BLog_InitStderr()ambrop7
2012-01-27switch to using the New BSD Licenseambrop7
2011-11-03base: BPending: use uint8_t for booloan variable, not intambrop7
2011-07-24Rework logging, don't format log messages if we wouldn't log them. Results in...ambrop7
2011-06-03BLog_syslog: move from system to baseambrop7
2011-05-15rearrange source flow such that 'flow' does not depend on 'system' ambrop7