aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/win32.c
AgeCommit message (Expand)Author
2016-12-14The Great Reformatting - first phaseDavid Sommerseth
2016-11-15Replace WIN32 by _WIN32Gert Doering
2016-07-11Promptly close the netcmd_semaphore handle after useSelva Nair
2016-06-05Set WFP engine handle to NULL in win_wfp_uninit()Selva Nair
2016-03-06Add support for block-outside-dns through the interactive serviceSelva Nair
2016-03-06Refactor and move the block-outside-dns code to a new file (block_dns.[ch])Selva Nair
2016-02-25Update --block-outside-dns to work on Windows VistaValdikSS
2016-02-10Report Windows bitnessLev Stipakov
2015-12-30Detecting and logging Windows versionsLev Stipakov
2015-12-13Add Windows DNS Leak fix using WFP ('block-outside-dns')ValdikSS
2015-11-22Handle ctrl-C and ctrl-break events on WindowsSelva Nair
2015-11-13Do not hard-code windows systemroot in env_blockSelva Nair
2014-01-17convert struct signal_info elementHeiko Hund
2013-12-05Support non-ASCII characters in Windows tmp pathHeiko Hund
2013-08-16MSVC fixesJames Yonan
2013-05-19Fix Windows script execution when called from script hooksJosh Cepek
2012-10-31Remove the support for using system() when executing external programs or scr...David Sommerseth
2012-07-19don't treat socket related errors special anymoreHeiko Hund
2012-03-24build: move wrappers into platform moduleAlon Bar-Lev
2012-03-24cleanup: move console related function into its own moduleAlon Bar-Lev
2012-03-22build: move out config.h include from sysheadAlon Bar-Lev
2012-03-22build: win-msvc: msbuild formatAlon Bar-Lev
2012-03-22build: standard directory layoutAlon Bar-Lev