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-01-28client, server: implement experimental support for performing SSL operations ...ambrop7
2012-12-30fix many potential aliasing issuesambrop7
2012-07-24port to compile with MSVCambrop7
2012-01-27switch to using the New BSD Licenseambrop7
2011-07-22client: cosmetic changesambrop7
2011-07-16Update protocol so that the client must confirm each 'newclient' message with...ambrop7
2011-07-15ServerConnection: remove unused ServerConnection_StartMessage and ServerConne...ambrop7
2011-07-13BSSLConnection: we only need BPendingGroup, not BReactorambrop7
2011-06-18PacketProtoDecoder: report errors without FlowError.ambrop7
2011-05-28Replace BSocket with BConnection and BDatagram. On Windows, do all I/O throug...ambrop7
2011-05-16ServerConnection: cosmetic changesambrop7
2011-05-15rearrange source flow such that 'flow' does not depend on 'system' ambrop7
2011-03-22minor changesambrop7
2011-03-12FreeBSD support.ambrop7
2011-01-22don't log error details in error handlersambrop7
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-27ServerConnection: remove unused dead varambrop7
2010-12-26ServerConnection: use DebugErrorambrop7
2010-11-15Minor changesambrop7
2010-11-12move flow/error.h to FlowErrorambrop7
2010-11-11Minor changesambrop7
2010-11-07Introduce a brand new design based on a LIFO list of jobs pending execution:ambrop7
2010-10-29security: make into a libraryambrop7
2010-10-25Initial importambrop7