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/system
AgeCommit message (Expand)Author
2020-06-06This fixes build of the project on WindowsAndrii Briantsev
2020-02-02tun2socks: Remove localhost limination for SOCKS5 UDP.Ambroz Bizjak
2020-02-02Fixes and refactoring for SOCKS5 UDP.Ambroz Bizjak
2020-02-02Implement optional support for SOCKS5-UDPBen Schwartz
2018-12-30Fixes for Visual Studio 2017.Ambroz Bizjak
2017-09-26BDatagram: Remove error messages about failed sendAmbroz Bizjak
2016-08-17Fix usage of sigprocmask() to pthread_sigmask().Ambroz Bizjak
2016-08-17BProcess: Fix hazards doing various things between fork and exec.Ambroz Bizjak
2016-04-24BSignal: Also catch SIGHUP.Ambroz Bizjak
2016-01-10Fix assertion failures on FreeBSD due to kevent() returning multiple entries ...Ambroz Bizjak
2015-01-20system/BConnection: Add option to take ownership of the pipe_fd.Ambroz Bizjak
2015-01-20system/BConnection: Code reduction.Ambroz Bizjak
2014-11-26Refactoring using MemRef.Ambroz Bizjak
2013-05-01BAddr: add functions which return addressesambrop7
2013-04-20BAddr: add BAddr_CompareOrder()ambrop7
2013-03-14make sure plugin code doesn't have its own instances of global variables but ...ambrop7
2013-03-13compile PIC versions of internal libraries, to be used by NCD pluginsambrop7
2013-03-01system: add BThreadSignal and BLockReactorambrop7
2013-03-01BNetwork: make bnetwork_initialized variable non-staticambrop7
2013-01-23fix some pointer casts which are invalid in C++, to get compiling with MSVC w...ambrop7
2012-12-30fix many potential aliasing issuesambrop7
2012-12-22system: BReactor_glib: implement missing BSmallTimerambrop7
2012-12-22system: BReactor_glib: implement missing BREACTOR_HUPambrop7
2012-12-01add forgotten change from previous commitambrop7
2012-12-01system: BReactor, BConnection: properly handle HUP event so that it is possib...ambrop7
2012-12-01system: BConnection_unix: refactor flag variables into state variablesambrop7
2012-11-09fix clang warningambrop7
2012-11-09system: BConnectionGeneric: accept unix socket path as pointer+length not as ...ambrop7
2012-11-04system: BConnection_unix: for unix sockets, unlink socket file after we stop ...ambrop7
2012-11-02system: add BConnectionGeneric.hambrop7
2012-10-23port NCD to Emscriptenambrop7
2012-10-21fix build under Windows/MSVCambrop7
2012-10-07system: BReactor: don't store a callback void pointer in BSmallTimer, instead...ambrop7
2012-10-06base: BPending: transform BPending into BSmallPending, which doesn't keep a p...ambrop7
2012-10-06system: BReactor: transform BTimer into BSmallTimer which doesn't have a defa...ambrop7
2012-10-06system: BReactor: imporove memory usage of BTimerambrop7
2012-10-06system: BTime: add BTIME_MINambrop7
2012-09-01get rid of some warningsambrop7
2012-09-01remove LinkedList2 and use LinkedList1 insteadambrop7
2012-08-16system: BNetwork: make global variable staticambrop7
2012-08-16system: BSignal: make global variable staticambrop7
2012-07-24system: BConnection: fix typo which broke pipe BConnection'sambrop7
2012-07-24port to compile with MSVCambrop7
2012-07-22system: system/BReactor_badvpn: port to SAvlambrop7
2012-07-20system: BReactor_badvpn: use CAvl for timers instead of BHeapambrop7
2012-07-19fix cosmetic problems find by clang analyzerambrop7
2012-07-06cosmetic changesambrop7
2012-03-30system: add a BReactor implementation using the GLib event loopambrop7
2012-03-27system: BConnection: remove assertion for address supported and make a runtim...ambrop7
2012-03-27system: BAddr: add BAddr_InitFromIpaddrAndPort()ambrop7