Allow redirection of STDERR when starting processes.
[oweals/gnunet.git] / src /
2014-02-20 Sree Harsha TotakuraAllow redirection of STDERR when starting processes.
2014-02-19 Bart Polot- log
2014-02-19 Bart Polot- standarize log messages
2014-02-19 Bart Polot- revamp logging
2014-02-19 Bart Polot- limit message name width
2014-02-19 Bart Polot- add missing message type names
2014-02-19 Bart Polot- use fixed-width message type names
2014-02-19 Bart Polot- fix log messages
2014-02-19 Bart Polot- reduce debug messages amount of hello operations
2014-02-19 Bart Polot- simplify message names
2014-02-19 Bart Polot- use new service startup message
2014-02-19 Christian Grothoffhandle case where partial download prevents proper...
2014-02-18 Christian Grothoffavoid problems with different users having different...
2014-02-18 Sree Harsha TotakuraDo not let parallelism fall below the default paralleli...
2014-02-18 Sree Harsha TotakuraConsider the resources from failed operations as overlo...
2014-02-18 Matthias Wachstransport's idea of being notified about an explicitc...
2014-02-18 Matthias WachsRIL is allowed to set bandwidth to zero
2014-02-18 Supriti SinghAdding function GNUNET_CRYPTO_compute_finger_identity
2014-02-17 Supriti Singh1.Modified struct PeerTrailSetupMessage and PeerTrailSe...
2014-02-17 Florian Dold- secretsharing api test for single peer
2014-02-16 Martin Schanzenbachfix only cache variable long/short
2014-02-16 Christian Grothoffmake sure to create friends directory before trying...
2014-02-16 Christian Grothoff-doxygen, indentation
2014-02-16 Christian Grothoffadd timeout option to gnunet-gns
2014-02-16 Christian Grothoff-add a few comments
2014-02-16 Christian Grothoff-fix copy-n-paste-comment and doxygen
2014-02-16 Christian Grothoffif we found any non-expired block in the namecache...
2014-02-16 Christian Grothoff-indentation, superfluous asserts
2014-02-16 Christian Grothoff-typos, doxygen
2014-02-16 Christian Grothoffforce not using DHT for lookups that are only in the...
2014-02-16 Christian Grothoff-fix test
2014-02-14 Sree Harsha Totakura- Do not try to delete empty string directories.
2014-02-13 Bart Polot- cleanup log messages
2014-02-13 Fabian Oehlmann- fixed warning about missing return values
2014-02-13 Sree Harsha Totakura- Do not set permissions for abstract sockets.
2014-02-12 Sree Harsha Totakura- Allow integration tests to run on loopback.
2014-02-12 Matthias Wachsfixing issues:
2014-02-12 Fabian Oehlmann- better variable names
2014-02-12 Sree Harsha Totakura- Add patch for valgrinding testbed
2014-02-12 Sree Harsha Totakura- Add suppressions file for util.
2014-02-12 Sree Harsha Totakura- Cleanup cache items after removing from the hashmap.
2014-02-12 Matthias WachsContinue with address suggestion after try connect...
2014-02-11 Matthias Wachsbasic logging
2014-02-11 Matthias Wachs+ setting preference
2014-02-11 Matthias Wachsproperties
2014-02-11 Christian Grothofftrying to fix #3281
2014-02-11 Matthias Wachsproperty enforcement
2014-02-11 Matthias Wachscommit before removing address ids
2014-02-11 Matthias Wachsaddress management
2014-02-11 Matthias Wachsimproved quota loading + requesting and stopping addres...
2014-02-11 Matthias Wachssome additional information about quota
2014-02-11 Matthias Wachsadding and deleting address from solver
2014-02-11 Matthias Wachsimproved episode parsing
2014-02-11 Matthias Wachsfixing property generation
2014-02-11 Matthias Wachslogging task
2014-02-11 Matthias Wachsenforcing correct generator type
2014-02-11 LRNChange dependencies and linking for ats-tests
2014-02-11 LRNFix ats-tests makefile
2014-02-11 LRNInclude winternl.h, needed for testbed
2014-02-11 LRNUpdate plibc from svn
2014-02-11 Florian Dold- fixed wrong crypto in secretsharing
2014-02-10 Florian Dold- don't kill clients if the set operation has already...
2014-02-10 Florian Dold- fixed wrong round comparison code
2014-02-10 Matthias Wachsstop notifications on delete
2014-02-10 Matthias Wachsabstract unix domain socket support
2014-02-10 Florian Dold- syntax error
2014-02-10 Matthias Wachsfixing crash: excess task has to be stopped when neighb...
2014-02-10 Matthias Wachscfg handle
2014-02-10 Sree Harsha Totakura- create the directory for the UNIX socket file before...
2014-02-10 Sree Harsha Totakura- Allocate buffer large enough to contain UNIX_PATH_MAX...
2014-02-10 Sree Harsha Totakura- Declare dependencies.
2014-02-10 Florian Dold- correct handling of timeouts in consensus
2014-02-10 Florian Dold- fix operation cancellation in SET
2014-02-09 Sree Harsha TotakuraCreate UNIX domain sockets as abstract sockets when...
2014-02-09 Christian Grothoffimplement #3295: only transmit background traffic if...
2014-02-09 Christian Grothoff-eliminate odd global variable, indentation, doxygen...
2014-02-09 Christian Grothoffimplementing #3296
2014-02-09 Christian Grothoffadd api to bandwidth tracker to notify clients about...
2014-02-08 Martin Schanzenbach-no reverse GNS
2014-02-07 Martin Schanzenbachfix reverse DNS lookup, prepare GNS reverse lookup
2014-02-07 Matthias Wachsproperty generation
2014-02-07 Matthias Wachspreference generation implemented
2014-02-07 Matthias Wachsexample experiment
2014-02-07 Matthias Wachsexperiment loading complete
2014-02-07 Matthias Wachspreference parsing
2014-02-07 Matthias Wachsmoved eval tool to ats
2014-02-07 Matthias Wachsunix domain sockets used hardcoded path instead of...
2014-02-07 Matthias Wachssolver based evaluation
2014-02-07 Supriti SinghComputing finger identity using libgcrypt functions.
2014-02-06 Bart Polot- remove _break
2014-02-06 Bart Polot- log
2014-02-06 Matthias Wachseval
2014-02-06 Christian Grothoff-doxygen, indentation, code cleanup
2014-02-06 Christian Grothoff-doxygen, indentation, code cleanup
2014-02-05 Bart Polot- use HELLOs from DHT to try_connect on TRANSPORT level
2014-02-05 Bart Polot- whitespace
2014-02-05 Bart Polot- fix search, use target ID, not own
2014-02-05 Bart Polot- change log info of LOG_TRAFFIC, use R5N to distinguis...
2014-02-05 Bart Polot- log levels
2014-02-05 Bart Polot- wipe all previous data in *key so there is no potenti...
next