-remove trailing whitespace
[oweals/gnunet.git] / src / vpn / gnunet-helper-vpn-windows.c
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-09-25 Christian Grothoff-misc fixes based on cppcheck
2013-04-21 LRNMingw-w64 compatibility for VPN helper
2013-04-18 Bart Polot- bratao's fix to compile on w32
2013-04-15 Christian Fuchsextended the GNUNET_OS_check_helper_binary parameters...
2013-04-05 Christian Fuchsadded dryrun functionality to helper-vpn-windows
2013-03-22 Christian Fuchs* added vpn and exit to the default build options for...
2013-03-21 Christian Fuchs* fixed incorrect doxygen commant fields in exit and...
2013-01-31 Christian Fuchsadded support for partial write to stdin/stdout.
2013-01-31 Christian Fuchsadded support for partial reads from stdin
2013-01-31 Christian Fuchshelper-vpn and helper-exit now are 64bit capabled.
2013-01-31 Christian Fuchssome final code-beautification (coding style 4tw!)
2013-01-30 Christian Fuchsadded nice debug output for gnunet-herlper-vpn-windows.
2013-01-24 Christian Fuchsre-fixed incorrect from last commit... :-D forgot to...
2013-01-24 Christian Fuchsadded debug logics to print to and read from STDIN...
2013-01-24 Christian Fuchshelper now always uses BOOL(winbool) instead of boolean...
2013-01-24 Christian Fuchsadded IOSTATE_RESUME and related code to state machines
2013-01-24 Christian Grothoff-tiny fixmes
2013-01-24 Christian Fuchsadded gnunet-header stripping and adding functionality
2013-01-24 Christian Fuchsadded ip-address remove functions
2013-01-17 Christian Fuchs* a little bit of bugfixing
2013-01-17 Christian Grothoffminor style stuff
2013-01-16 Christian Fuchsmore debugging work.
2013-01-15 Christian Fuchsadded calls for updating the driver in a for device...
2013-01-15 Christian Fuchsmore bug fixing
2013-01-15 Christian Fuchsa bit of bugfixing
2013-01-15 Christian Fuchsfinal logics for run implemented
2013-01-10 Christian Fuchsconsolidated read and write functions, as we can read...
2013-01-10 Christian Fuchsas discussed, vpn-helper-windows will only function...
2013-01-10 Christian FuchsIn Windows, pipes, files and the console have to be...
2013-01-08 Christian Fuchsfixed a wrong conditional
2013-01-03 Christian FuchsThere are now four states for the OI facilities:
2013-01-03 Christian Fuchsadded initial stuff for overlapped IO and event handling
2013-01-01 Christian Fuchs* re-added mainloop for run
2012-12-31 Christian Fuchs* added tap version checking logics. Many tap32 version...
2012-12-29 Christian Fuchsreworked vpn-helper to now use regular(!) char, instead...
2012-12-13 Christian Grothoff-comments
2012-12-12 Christian FuchsAdded basic functionality for setting IPv4/V6 addresses...
2012-12-11 Christian Fuchsgrml, friendlyName is not friendly, because it does...
2012-12-10 Christian Fuchsadded functionality to fetch the virtual interface...
2012-12-09 Christian Fuchsadded unique additional hwid entry to allow us to find...
2012-12-07 Christian Fuchssolved fixme's, linked device handling functions to...
2012-12-06 Christian Grothoff-feedback on style
2012-12-05 Christian Fuchsadded teardown functionality for deconstructing the...
2012-12-03 Christian FuchsAdded logics to install virtual networks interfaces...
2012-11-16 Christian Fuchs- added vpn helper stub for win32 builds