aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* - compiler warningBart Polot2013-06-25
|
* - fix memleakBart Polot2013-06-25
|
* workaround for coverty 10451: Unchecked return valueMatthias Wachs2013-06-25
|
* fixing coverity 10470: Uninitialized scalar variableMatthias Wachs2013-06-25
|
* fixing coverity 10444Matthias Wachs2013-06-25
|
* fix #2901: fail hard if libidn or header are not foundChristian Grothoff2013-06-25
|
* -trying to fix #2902, always build dns code and fix dependenciesChristian Grothoff2013-06-25
|
* completed normalizing with min max handlinMatthias Wachs2013-06-25
|
* fixed test Matthias Wachs2013-06-25
|
* -cleanup leaky test codeChristian Grothoff2013-06-25
|
* -fail hard if we could not create the directory for the HELLOsChristian Grothoff2013-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
* 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
|