aboutsummaryrefslogtreecommitdiff
path: root/src/nat/gnunet-helper-nat-server-windows.c
AgeCommit message (Collapse)Author
2018-06-07paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX
2018-06-07glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX
2018-06-05first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX
2017-02-25W32: Splice GNUNET_memcpy macro into NAT and GNS helpersРуслан Ижбулатов
Including gnunet_common.h is too bothersome, these programs are designed to be relatively standalone.
2016-07-08-avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff
2016-01-19-fix (C) noticesChristian Grothoff
2015-06-30fix #3869: outdated FSF addressChristian Grothoff
2015-02-07-bringing copyright tags up to FSF standardChristian Grothoff
2013-10-06-remove trailing whitespaceChristian Grothoff
2013-09-25-misc fixes based on cppcheckChristian Grothoff
2013-04-15extended the GNUNET_OS_check_helper_binary parameters to do previlege Christian Fuchs
checking in windows. To do so, tested binaries must still be supplied with valid commandline arguments, but on windows gnunet will utilize the -d flag to run the programs initialization phase or privileged operations only. In these modes, a program will not enter its mainloop or communicate with the outside. updated relevant function calls gnunet-wide to meet the extended function parameters.
2011-12-16really minimizing code running with root rightsChristian Grothoff
2011-12-06LRN: Fixing Mantis #1974: On W32 winsock2.h defines FD_SETSIZE (if it was ↵Christian Grothoff
not defined before inclusion of the header) to 64, which means that it's not possible to select on more than 64 sockets at once. This might work during the tests, but in the wild people might want to have more than 60 connections, at least in the transport service. The patch attached should increase the limit to 1024.
2011-08-15indentationChristian Grothoff
2011-08-15indentationChristian Grothoff
2011-07-01renaming gnunet-nat-server/client for consistency, other minor fixesChristian Grothoff