aboutsummaryrefslogtreecommitdiff
path: root/src/include/platform.h
AgeCommit message (Collapse)Author
2012-11-04-misc bugfixes, travel hackinggrothoff
git-svn-id: https://gnunet.org/svn/gnunet@24693 140774ce-b5e7-0310-ab8b-a85725594a96
2012-10-23-introducing MDLL macrosgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@24493 140774ce-b5e7-0310-ab8b-a85725594a96
2012-10-07-add logic to measure heap size for all processes that use statistics, ↵grothoff
reduce statistics, topology, nse and resolver heap usage using the same trick we used for arm git-svn-id: https://gnunet.org/svn/gnunet@24218 140774ce-b5e7-0310-ab8b-a85725594a96
2012-06-04#2404, patch 03: include net/if on GNUgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@21752 140774ce-b5e7-0310-ab8b-a85725594a96
2012-05-30-minor cleanups in testinggrothoff
git-svn-id: https://gnunet.org/svn/gnunet@21643 140774ce-b5e7-0310-ab8b-a85725594a96
2012-02-27enabling use of pipes for signal communication also on UNIX to enable future ↵grothoff
integration with Java services git-svn-id: https://gnunet.org/svn/gnunet@20060 140774ce-b5e7-0310-ab8b-a85725594a96
2011-12-06Implement passing sockets in IPC on W32 (#1975)grothoff
git-svn-id: https://gnunet.org/svn/gnunet@18473 140774ce-b5e7-0310-ab8b-a85725594a96
2011-12-06Removed legacy codebartpolot
git-svn-id: https://gnunet.org/svn/gnunet@18451 140774ce-b5e7-0310-ab8b-a85725594a96
2011-12-06LRN: Fixing Mantis #1974: On W32 winsock2.h defines FD_SETSIZE (if it was ↵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. git-svn-id: https://gnunet.org/svn/gnunet@18445 140774ce-b5e7-0310-ab8b-a85725594a96
2011-08-16even nicer indentation, thanks to LRN's indent patchgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@16587 140774ce-b5e7-0310-ab8b-a85725594a96
2011-08-15indentationgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@16581 140774ce-b5e7-0310-ab8b-a85725594a96
2011-04-06ctype is requiredgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@14890 140774ce-b5e7-0310-ab8b-a85725594a96
2011-04-06need endian macrosgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@14888 140774ce-b5e7-0310-ab8b-a85725594a96
2011-01-24UNIX domain socket authentication support addedgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@14231 140774ce-b5e7-0310-ab8b-a85725594a96
2010-11-05LRN patch from Mantis #1615grothoff
git-svn-id: https://gnunet.org/svn/gnunet@13562 140774ce-b5e7-0310-ab8b-a85725594a96
2010-10-14removed additional >wachs
git-svn-id: https://gnunet.org/svn/gnunet@13279 140774ce-b5e7-0310-ab8b-a85725594a96
2010-10-13First steps to get GNUnet running under OpenIndiana: include needed for ↵wachs
network.c git-svn-id: https://gnunet.org/svn/gnunet@13276 140774ce-b5e7-0310-ab8b-a85725594a96
2010-07-28fixing 1592grothoff
git-svn-id: https://gnunet.org/svn/gnunet@12383 140774ce-b5e7-0310-ab8b-a85725594a96
2010-06-13Need stdint.h man.amatus
git-svn-id: https://gnunet.org/svn/gnunet@11707 140774ce-b5e7-0310-ab8b-a85725594a96
2010-06-11minor fixesgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@11680 140774ce-b5e7-0310-ab8b-a85725594a96
2010-06-05UNIX domain socket supportgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@11610 140774ce-b5e7-0310-ab8b-a85725594a96
2010-06-05move platform specific stuff to platform.hdurner
git-svn-id: https://gnunet.org/svn/gnunet@11609 140774ce-b5e7-0310-ab8b-a85725594a96
2010-04-09better: sysconf seems to be the preferred wayholindho
git-svn-id: https://gnunet.org/svn/gnunet@10862 140774ce-b5e7-0310-ab8b-a85725594a96
2010-04-09HOST_NAME_MAX doesn't exist on freebsd or darwinholindho
git-svn-id: https://gnunet.org/svn/gnunet@10859 140774ce-b5e7-0310-ab8b-a85725594a96
2010-03-22git-svn-id: https://gnunet.org/svn/gnunet@10679 ↵durner
140774ce-b5e7-0310-ab8b-a85725594a96
2009-11-19bye pthreadsdurner
git-svn-id: https://gnunet.org/svn/gnunet@9586 140774ce-b5e7-0310-ab8b-a85725594a96
2009-10-19use vfork if available, otherwise sleep after fork to avoid racing on ↵grothoff
signalling the process vs execvp changing the signal handlers; clone without signal-handlers would also do, but is even less portable git-svn-id: https://gnunet.org/svn/gnunet@9189 140774ce-b5e7-0310-ab8b-a85725594a96
2009-10-18cosmeticsholindho
git-svn-id: https://gnunet.org/svn/gnunet@9167 140774ce-b5e7-0310-ab8b-a85725594a96
2009-05-29fix MinGWdurner
git-svn-id: https://gnunet.org/svn/gnunet@8481 140774ce-b5e7-0310-ab8b-a85725594a96
2009-05-29nggrothoff
git-svn-id: https://gnunet.org/svn/gnunet@8472 140774ce-b5e7-0310-ab8b-a85725594a96