aboutsummaryrefslogtreecommitdiff
path: root/src/nat
Commit message (Collapse)AuthorAge
* -make install scripts executableChristian Grothoff2012-08-01
|
* -fixing installation scripts for suid binariesChristian Grothoff2012-08-01
|
* Do not run install commands from makefiles directlyLRN2012-07-30
|
* -LRN: Another take on std descriptor inheritanceChristian Grothoff2012-07-09
| | | | | | | | | | Now descriptors are not inherited by default, you have to pass a set of flags to make it so. When pipes are given, flags have no effect. gnunet-arm now has two options to block stdout and stderr from being passed to gnunet-service-arm
* LRN: new utf8 argv converter for W32, converting strings on command-line to ↵Christian Grothoff2012-06-10
| | | | UTF-8 for all command-line tools.
* -fixChristian Grothoff2012-05-17
|
* -fix segvChristian Grothoff2012-05-13
|
* Renamed GNUNET_OS_process_close to GNUNET_OS_process_destroyBart Polot2012-05-08
|
* -removing legacy ifdefs, fixing log statementsChristian Grothoff2012-05-06
|
* -removing 2nd argument from GNUNET_CLIENT_disconnect as it was virtually ↵Christian Grothoff2012-04-19
| | | | always GNUNET_NO --- and all other uses indicate design problems
* -use define, fix timeoutChristian Grothoff2012-03-31
|
* -no pblic in SUID pleaseChristian Grothoff2012-03-11
|
* -LRN: use plibc SSCANF instead of sscanfChristian Grothoff2012-03-11
|
* - LRN's patchMatthias Wachs2012-03-02
|
* -fix option testChristian Grothoff2012-02-28
|
* enabling use of pipes for signal communication also on UNIX to enable future ↵Christian Grothoff2012-02-27
| | | | integration with Java services
* -verbose is independent of loggingChristian Grothoff2012-02-26
|
* LRN: enable more fine-grained control over blocking/non-blocking pipe operationChristian Grothoff2012-01-14
|
* -LRN: use FPRINTF -- #2051Christian Grothoff2011-12-30
|
* fixing 2012: network structure alignment now forced to be correct even on ↵Christian Grothoff2011-12-21
| | | | W32 using #pragma pack from gcc 4.x
* -actually use global_ret for returnChristian Grothoff2011-12-19
|
* Jacob Appelbaum reviewed gnunet-helper-nat-server and affirms that the code ↵Christian Grothoff2011-12-19
| | | | 'seems fine'
* really minimizing gnunet-helper-nat-client code running with root rightsChristian Grothoff2011-12-16
|
* really minimizing code running with root rightsChristian Grothoff2011-12-16
|
* -cast returns from close to void to indicate that we intentionally ignore ↵Christian Grothoff2011-12-16
| | | | them, close socket on new error paths
* -cast returns from close to void to indicate that we intentionally ignore ↵Christian Grothoff2011-12-16
| | | | them, close socket on new error paths
* -make assignment cleaner, move to where it is neededChristian Grothoff2011-12-16
|
* additional stylistic changes to gnunet-helper-nat-client anticipating next ↵Christian Grothoff2011-12-16
| | | | round of suggestions from Jacob Applebaum
* some very minor stylistic changes to gnunet-helper-nat-server based on ↵Christian Grothoff2011-12-16
| | | | suggestions from Jacob Applebaum
* LRN: Fixing Mantis #1974: On W32 winsock2.h defines FD_SETSIZE (if it was ↵Christian Grothoff2011-12-06
| | | | | | | 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.
* -fixing indentationChristian Grothoff2011-11-29
|
* -more doxygen fixesChristian Grothoff2011-11-28
|
* api change for network interface iterations to support broadcast address and ↵Matthias Wachs2011-11-17
| | | | network mask
* no in_addr_t on W32Christian Grothoff2011-11-05
|
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* implementing #1747Christian Grothoff2011-11-03
|
* disable local addressesMatthias Wachs2011-11-02
|
* fixing #1820Christian Grothoff2011-11-02
|
* use LOG macro in nat.cChristian Grothoff2011-10-10
|
* use LOG macro in nat.cChristian Grothoff2011-10-10
|
* LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging callsChristian Grothoff2011-10-04
| | | | | | (#1805).
* fixChristian Grothoff2011-09-15
|
* check for external-ip before forkingChristian Grothoff2011-09-15
|
* dbg support:Christian Grothoff2011-09-15
|
* actually use external resolution code; fix SUID checkChristian Grothoff2011-09-15
|
* dieChristian Grothoff2011-09-14
|
* (no commit message)David Brodski2011-09-14
|
* doxygenChristian Grothoff2011-09-02
|
* cleanup API for get_hello and get_hello_cancelChristian Grothoff2011-09-02
|
* check if gnunet-nat-server is correctly installedMatthias Wachs2011-08-30
|