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
AgeCommit message (Expand)Author
2018-12-30Assume that NSS headers are under nss/.Ambroz Bizjak
2014-10-16Use badvpn_add_library for all internal libraries.Ambroz Bizjak
2013-08-30BSSLConnection: fix build on MSVCambrop7
2013-03-01move BMutex to base/ and make BADVPN_THREAD_SAFE control whether it actually ...ambrop7
2013-01-28client, server: implement experimental support for performing SSL operations ...ambrop7
2012-07-24port to compile with MSVCambrop7
2012-01-27switch to using the New BSD Licenseambrop7
2011-07-26DummyPRFileDesc: fix typo in memsetambrop7
2011-07-13BSSLConnection: we only need BPendingGroup, not BReactorambrop7
2011-05-28Replace BSocket with BConnection and BDatagram. On Windows, do all I/O throug...ambrop7
2011-05-15rearrange source flow such that 'flow' does not depend on 'system' ambrop7
2011-01-22log errors where they occurambrop7
2011-01-22FlowError: pass an int error code instead of a void *ambrop7
2010-12-27DebugError: don't use a dead var, use a job to enforce destruction, allowing ...ambrop7
2010-12-27PRStreamSink: port to DebugErrorambrop7
2010-12-27PRStreamSource: port to DebugErrorambrop7
2010-11-12move flow/error.h to FlowErrorambrop7
2010-11-09minor changesambrop7
2010-11-09BPRFileDesc: simplify dispatching eventsambrop7
2010-11-09BPRFileDesc: minor changesambrop7
2010-11-09BPRFileDesc: execute handlers such that after executing a handler, control isambrop7
2010-11-07Introduce a brand new design based on a LIFO list of jobs pending execution:ambrop7
2010-10-25Initial importambrop7