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/server
AgeCommit message (Expand)Author
2018-12-30Assume that NSS headers are under nss/.Ambroz Bizjak
2016-05-24Use GNUInstallDirs for controlling install destinationsJulian Ospald
2014-02-13server: Fix bug forgetting to call BSSLConnection_ReleaseBuffers().ambrop7
2013-01-28client, server: implement experimental support for performing SSL operations ...ambrop7
2013-01-22server: make max_clients adjustible at runtime via command lineambrop7
2012-12-30fix many potential aliasing issuesambrop7
2012-09-01remove LinkedList2 and use LinkedList1 insteadambrop7
2012-07-24server: fix cosmetic typoambrop7
2012-07-24port to compile with MSVCambrop7
2012-07-21simplify comparators using B_COMPAREambrop7
2012-07-19fix cosmetic problems find by clang analyzerambrop7
2012-06-13fix typo in man pageambrop7
2012-01-27switch to using the New BSD Licenseambrop7
2011-09-04install man pages for programs only if we're building those programsambrop7
2011-09-04call open_standard_streams() on startup to ensure stdin/stdout/stderr file de...ambrop7
2011-07-24Rework logging, don't format log messages if we wouldn't log them. Results in...ambrop7
2011-07-21PacketPassFairQueue: enforce MTU limit through error not assertionambrop7
2011-07-17cosmetic changesambrop7
2011-07-16server: set a proper reset time, not zero, which was only for testingambrop7
2011-07-16server: oops, broke compatibility. Do not expect 'acceptpeer' from old clients.ambrop7
2011-07-16Update protocol so that the client must confirm each 'newclient' message with...ambrop7
2011-07-15server: stop flow reset timer when disconnecting flowambrop7
2011-07-14server: don't forward messages to a flow that has reset scheduledambrop7
2011-07-14server: use a function to lookup flowsambrop7
2011-07-14server: always reset after some timeambrop7
2011-07-14Make peers use SSL when talking through the server.ambrop7
2011-07-13BSSLConnection: we only need BPendingGroup, not BReactorambrop7
2011-07-13server: add new resetpeer command to allow a peer to reset knowledge of anoth...ambrop7
2011-07-13server: reset knowledge of two clients if we run out of bufferambrop7
2011-06-26server: remove duplicate handshake complete log messageambrop7
2011-06-20name the SO_SNDBUF options more consistentlyambrop7
2011-06-20server: only set SO_SNDBUF if it's >0ambrop7
2011-06-20server: add command line option for SO_SNDBUF. Bump default to 16K.ambrop7
2011-06-19cosmetic changesambrop7
2011-06-18PacketProtoDecoder: report errors without FlowError.ambrop7
2011-06-03BLog_syslog: move from system to baseambrop7
2011-05-28Replace BSocket with BConnection and BDatagram. On Windows, do all I/O throug...ambrop7
2011-05-16server: cosmetic changesambrop7
2011-05-16server: improve the way clients are informed and uninformed. Fixes possible d...ambrop7
2011-05-15rearrange source flow such that 'flow' does not depend on 'system' ambrop7
2011-03-20client, server: use a sane SO_SNDBUF, Windows has problems with 1ambrop7
2011-03-20client, server: limit TCP send buffer where we do scheduling, or it is pointl...ambrop7
2011-01-29minor changesambrop7
2011-01-29server: simplify managing the common name, avoid possible read of unititializ...ambrop7
2011-01-29Make the server send the original DER-encoded certificate of a peer to other ...ambrop7
2011-01-29server: log the common name of peersambrop7
2011-01-22don't log error details in error handlersambrop7
2011-01-22FlowError: pass an int error code instead of a void *ambrop7
2011-01-16PacketPassFairQueue: add additional weight to packetsambrop7
2010-12-27server: do cleanup in one place (error and normal exit). This is possible now...ambrop7