aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* -sorry amatus, this breaks the build on other systems and libltdl should ↵Christian Grothoff2013-06-25
| | | | simply not be installed as part of GNUnet, that's a bad idea
* Another fix for --with-included-ltdl.David Barksdale2013-06-25
|
* fix testnameMatthias Wachs2013-06-24
| | | | | fix array out of bounds for test addresses
* implemented ats property normalization with callback to addressMatthias Wachs2013-06-24
| | | | | to do: recalculate min/max to prevent outdated max values have an impact on normalization
* - coverity fixesSree Harsha Totakura2013-06-24
|
* update for plugin template Matthias Wachs2013-06-24
|
* quality normalization without checking if min and max are givenMatthias Wachs2013-06-24
|
* - fixed info message in testMatthias Wachs2013-06-24
| | | | | | - added data structure for property normalization - added property averaging
* Updating the tutorial section in the source and including Matthias Wachs2013-06-24
| | | | | | | | | | | | an updated version of the pdf about command line parsing. This update describes how a developer can check if a command line argument was set at all by initializing the variables storing the commandline arguments with a specific value and checking this value after the run function applied the commandline parsing.
* Removed GNUNET_OS_set_process_priority since it's not used.David Barksdale2013-06-23
|
* Make --with-included-ltdl work.David Barksdale2013-06-23
|
* -avoid side-effect in assertionChristian Grothoff2013-06-21
|
* -avoid side-effect in assertionChristian Grothoff2013-06-21
|
* -avoid side-effect in assertionChristian Grothoff2013-06-21
|
* -avoid side-effect in assertionChristian Grothoff2013-06-21
|
* -avoid side-effect in assertionChristian Grothoff2013-06-21
|
* -check return value and report errorsChristian Grothoff2013-06-21
|
* -do check return value from removeChristian Grothoff2013-06-21
|
* -stress that we do not care about return value hereChristian Grothoff2013-06-21
|
* -check for NULL (in testcase)Christian Grothoff2013-06-21
|
* -fix memory leak (on error path)Christian Grothoff2013-06-21
|
* -fix leaksChristian Grothoff2013-06-21
|
* cleaner to not use ptr after freeing it, even for printingChristian Grothoff2013-06-21
|
* cleaner to not use ptr after freeing it, even for printingChristian Grothoff2013-06-21
|
* -fix use after free in logChristian Grothoff2013-06-21
|
* -fix double close/freeChristian Grothoff2013-06-21
|
* -fix double freeChristian Grothoff2013-06-21
|
* fix compile error left from renaming festChristian Grothoff2013-06-21
|
* basics for quality normalizationMatthias Wachs2013-06-21
|
* doxygen fixesMatthias Wachs2013-06-21
|
* normalization docuMatthias Wachs2013-06-21
|
* fix for crashing perf_ats_mlp Matthias Wachs2013-06-21
|
* Fix non-windows non-IPv6 build.David Barksdale2013-06-21
|
* fix linker issues on W32 -- regex needs DHTChristian Grothoff2013-06-20
|
* Fixed GNUNET_CLIENT_service_test on FreeBSD.David Barksdale2013-06-20
| | | | | | | This should also fix any other platform with AF_UNIX that is not Linux or Mingw.
* -fixing link orderChristian Grothoff2013-06-20
|
* renaming libgnunetregexnew to libgnunetregexChristian Grothoff2013-06-20
|
* renaming symbols from libgnunetregextest to have the prefix REGEX_TESTChristian Grothoff2013-06-20
|
* adding file that was moved here from regex.c and forgotten in earlier commitChristian Grothoff2013-06-20
|
* moving functions for testing and evaluation and experiments to the test ↵Christian Grothoff2013-06-20
| | | | library, minimizing the internal library, renaming files according to which library they belong to
* continuing refactoring of regex library structure, disambiguating symbol ↵Christian Grothoff2013-06-20
| | | | names between old regex library which is now internal and the public API; moving IP-to-regex conversion functions to tun library, as only vpn is using those to begin with
* - drop to_orig messages on 0 ttlBart Polot2013-06-19
|
* - combine payload encapsulation structsBart Polot2013-06-19
|
* Fix windows build, statfs is broken there.David Barksdale2013-06-19
|
* -spacingChristian Grothoff2013-06-19
|
* -clarify which connection is closedChristian Grothoff2013-06-19
|
* -remove dead option from defaultsChristian Grothoff2013-06-19
|
* -add option for future useChristian Grothoff2013-06-19
|
* - use new data callback with no sender infoBart Polot2013-06-19
|
* Change in mesh API: data callback no longer provides sender, user must ↵Bart Polot2013-06-19
| | | | remember tunnel<->sender if needed (fix bug #2894)