aboutsummaryrefslogtreecommitdiff
path: root/src/include/platform.h
Commit message (Collapse)AuthorAge
* FreeBSD has ucred.h in sys/ucred.h, check for this (#3249)Christian Grothoff2014-01-04
|
* -move tcp session check into extra checks conditionChristian Grothoff2013-12-13
|
* - do not use SIGUSR1 on SuperMUCSree Harsha Totakura2013-12-03
|
* Define _XOPEN_SOURCE to an integer, don't leave it emptyLRN2013-10-17
|
* - change --enable-ll to --enable-supermucSree Harsha Totakura2013-10-12
| | | | | - define a system wide termination signal GNUNET_TERM_SIG. Set this to SIGUSR1 only when building for SuperMUC
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* Compile on platforms without netinet/ip.h. Furthur fixes to come.David Barksdale2013-06-18
|
* -disable extra checks by defaultChristian Grothoff2013-03-02
|
* -misc bugfixes, travel hackingChristian Grothoff2012-11-04
|
* -introducing MDLL macrosChristian Grothoff2012-10-23
|
* -add logic to measure heap size for all processes that use statistics, ↵Christian Grothoff2012-10-07
| | | | reduce statistics, topology, nse and resolver heap usage using the same trick we used for arm
* #2404, patch 03: include net/if on GNUChristian Grothoff2012-06-04
|
* -minor cleanups in testingChristian Grothoff2012-05-30
|
* enabling use of pipes for signal communication also on UNIX to enable future ↵Christian Grothoff2012-02-27
| | | | integration with Java services
* Implement passing sockets in IPC on W32 (#1975)Christian Grothoff2011-12-06
|
* Removed legacy codeBart Polot2011-12-06
|
* 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.
* even nicer indentation, thanks to LRN's indent patchChristian Grothoff2011-08-16
|
* indentationChristian Grothoff2011-08-15
|
* ctype is requiredChristian Grothoff2011-04-06
|
* need endian macrosChristian Grothoff2011-04-06
|
* UNIX domain socket authentication support addedChristian Grothoff2011-01-24
|
* LRN patch from Mantis #1615Christian Grothoff2010-11-05
|
* removed additional >Matthias Wachs2010-10-14
|
* First steps to get GNUnet running under OpenIndiana: include needed for ↵Matthias Wachs2010-10-13
| | | | network.c
* fixing 1592Christian Grothoff2010-07-28
|
* Need stdint.h man.David Barksdale2010-06-13
|
* minor fixesChristian Grothoff2010-06-11
|
* UNIX domain socket supportChristian Grothoff2010-06-05
|
* move platform specific stuff to platform.hNils Durner2010-06-05
|
* better: sysconf seems to be the preferred wayHeikki Lindholm2010-04-09
|
* HOST_NAME_MAX doesn't exist on freebsd or darwinHeikki Lindholm2010-04-09
|
* (no commit message)Nils Durner2010-03-22
|
* bye pthreadsNils Durner2009-11-19
|
* use vfork if available, otherwise sleep after fork to avoid racing on ↵Christian Grothoff2009-10-19
| | | | signalling the process vs execvp changing the signal handlers; clone without signal-handlers would also do, but is even less portable
* cosmeticsHeikki Lindholm2009-10-18
|
* fix MinGWNils Durner2009-05-29
|
* ngChristian Grothoff2009-05-29