aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* -LRN: Fix for ARMed processes that have zero lsocks (such as hostlist)Christian Grothoff2011-12-09
|
* -LRN fix deallocationChristian Grothoff2011-12-08
|
* - Fixed message accounting, file creation flags, added logging in verbose modeBart Polot2011-12-08
|
* -LRN: misc. minor fixesChristian Grothoff2011-12-08
|
* -moreMatthias Wachs2011-12-08
|
* step by stepMatthias Wachs2011-12-08
|
* major rewrite of ARM service and a bit of the ARM IPC to take advantage of ↵Christian Grothoff2011-12-08
| | | | the simplifications possible now that we no longer intercept traffic; the new code in particular is better at communicating what exactly ARM was doing in response to requests. A major change is that gnunet-arm -i/-k now only impacts if a service is running by-default, on-demand starting is no longer impacted, option -t from gnunet-arm was removed
* - Revert 18513, invalid fixBart Polot2011-12-08
|
* - Fixed memory leak / possible crash of freeing an invalid pointerBart Polot2011-12-08
|
* modified to create cfg with default without templateMatthias Wachs2011-12-08
|
* added option to specify hostkey fileMatthias Wachs2011-12-08
|
* basics for integration testsMatthias Wachs2011-12-08
|
* space after backslash Matthias Wachs2011-12-08
|
* -eliminate special case, no justification for why it is thereChristian Grothoff2011-12-08
|
* -add logging for randomized delaysChristian Grothoff2011-12-08
|
* add statistic to track estimated network diameterChristian Grothoff2011-12-08
|
* fixing issue with sending back size estimate messages to peers that already ↵Christian Grothoff2011-12-08
| | | | have good estimate information
* - Added logging of peers to NSE serviceBart Polot2011-12-08
|
* - Added periodic transport & nse stats data loggingBart Polot2011-12-08
|
* -fix missing library link flagsChristian Grothoff2011-12-07
|
* - revert 18495Bart Polot2011-12-07
|
* added hostkey generation functionalityMatthias Wachs2011-12-07
|
* (no commit message)Matthias Wachs2011-12-07
|
* Made sure that NSE never returns invalid standard deviation valuesBart Polot2011-12-07
|
* -moving interceptor.c code into main arm fileChristian Grothoff2011-12-07
|
* - Add periodic statistic readings to outputBart Polot2011-12-07
|
* (no commit message)Matthias Wachs2011-12-07
|
* fixed docuMatthias Wachs2011-12-07
|
* testing cmd line toolMatthias Wachs2011-12-07
|
* -fixMatthias Wachs2011-12-07
|
* removing ARM interceptor connection forwarding post-accept code, now using ↵Christian Grothoff2011-12-06
| | | | lsocks everywhere
* -make mst code static, remove GNUNET_SERVER_ prefixChristian Grothoff2011-12-06
|
* -server_mst simplification as possilbe from inliningChristian Grothoff2011-12-06
|
* -duplicatedChristian Grothoff2011-12-06
|
* eliminating last dependency on util code from wlan helper by inliningChristian Grothoff2011-12-06
|
* -only with MINGWChristian Grothoff2011-12-06
|
* LRN: correct behaviour when logfile does not existChristian Grothoff2011-12-06
|
* fix compileChristian Grothoff2011-12-06
|
* LRN: Ensure that GTK can then do the internal call write(2, message, strlenChristian Grothoff2011-12-06
| | | | | | (message)); successfully by default.
* Implement passing sockets in IPC on W32 (#1975)Christian Grothoff2011-12-06
|
* adding GNUnet endian operationsMatthias Wachs2011-12-06
|
* timestamp not supported on fedora core 8Matthias Wachs2011-12-06
|
* Fixing #1976 by allowing allocations between INT_MAX and SIZE_MAX and at the ↵Christian Grothoff2011-12-06
| | | | same time limiting BF size for datastore to 2 GB. Also fixing infinite loop when creating BFs of sizes between 2-4 GB
* -preping arm for test by LRNChristian Grothoff2011-12-06
|
* -use uint64_t instead of long long for GNUNET_ntohll/GNUNET_htonllChristian Grothoff2011-12-06
|
* use uint64_t instead of long long for GNUNET_ntohll/GNUNET_htonllChristian 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.
* -LRN: unset control pipe after use, add missing #defineChristian Grothoff2011-12-02
|
* -LRN: fix socket_close loggingChristian Grothoff2011-12-02
|