aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAge
* more changelogSchanzenbach, Martin2019-08-21
|
* changelogChristian Grothoff2019-08-20
|
* Adding --enable-texinfo4 configure switch. Refer tong02019-07-28
| | | | | https://bugs.gnunet.org/view.php?id=3914 and the Changelog for more.
* changes for 0.11.6 release: i18n, packaging, missing files in distChristian Grothoff2019-07-24
|
* update changelogSchanzenbach, Martin2019-07-15
|
* changelog housekeeping #2Schanzenbach, Martin2019-07-08
|
* changelog housekeepingSchanzenbach, Martin2019-07-07
|
* use mmap() instead of malloc, rename heap->flat as database is persisted in ↵Christian Grothoff2019-06-29
| | | | flat file
* fix gnunet-gns performance issue for many egosChristian Grothoff2019-06-15
|
* add option to display private keysChristian Grothoff2019-06-14
|
* add missing changelog entryChristian Grothoff2019-06-05
|
* update changelogSchanzenbach, Martin2019-05-29
|
* gnunet-idenity Changelog updateChristian Grothoff2019-05-25
|
* missing changelog entryChristian Grothoff2019-05-12
|
* forgot minor build changesSchanzenbach, Martin2019-05-12
|
* Update changelogSchanzenbach, Martin2019-04-27
|
* bump version requirement for MHD to 0.9.63Christian Grothoff2019-04-27
|
* update changelogSchanzenbach, Martin2019-04-27
|
* update changelogSchanzenbach, Martin2019-04-26
|
* Changelogng02019-04-23
|
* manpages.ng02019-04-21
|
* Remove gnunet-download-manager. Fixes #5682ng02019-04-20
|
* Update changelogSchanzenbach, Martin2019-04-14
|
* introduce GNUNET_memcmp() and GNUNET_is_zero()Christian Grothoff2019-04-06
|
* fix #5352Christian Grothoff2019-04-05
|
* tag releasev0.11.2Christian Grothoff2019-04-04
|
* release note to ChangeLogChristian Grothoff2019-04-03
|
* update ChangeLog on gnunet-qr mergerChristian Grothoff2019-04-03
|
* update changelogChristian Grothoff2019-04-03
|
* ChangeLogng02019-04-02
|
* ChangeLogng02019-04-01
|
* update changelog, make buildSchanzenbach, Martin2019-03-12
|
* having a working libidn is no longer optionalChristian Grothoff2019-03-11
|
* bind to config option (default localhost) for GNSSchanzenbach, Martin2019-03-09
|
* update changelogSchanzenbach, Martin2019-03-09
|
* make no creation time the defaultChristian Grothoff2019-03-09
|
* update changelogSchanzenbach, Martin2019-03-02
|
* changelogSchanzenbach, Martin2019-02-28
|
* version bump, update ChangeLog, fix make distChristian Grothoff2019-02-28
|
* add changelogv0.11.0pre66Christian Grothoff2018-06-06
|
* remove legacy NAT library logic, or preserve if it might still be usefulChristian Grothoff2017-01-07
|
* - autoreconf fails without ChangeLog presentBart Polot2016-11-09
|
* integrating ChangeLog generation with build system, removing ChangeLog from ↵Christian Grothoff2011-11-23
| | | | SVN control
* ready to distChristian Grothoff2011-10-31
|
* LRN's big logging rewrite (#1805):Christian Grothoff2011-10-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * GNUNET_BOTTOM_LOGLEVEL and GNUNET_TOP_LOGLEVEL set global levels Use bottom level to force logging to be more verbose than configured Use top level to force logging to be less verbose than configured Obviously, bottom <= top * GNUNET_LOG sets per-component levels GNUNET_LOG looks like this: name[/bottom[/top]]/... name starts with a non-digit character, must not include '/' bottom and top must consist only of digits, or be empty a description is only used if it matches the component exactly as a special exception (for now) the name '*' matches any component per-component loglevels override global loglevels global levels override whatever is given via arguments or in config Examples: test_client/8/8/ run test_client with DEBUG level (usually leads to a timeout, by the way) */2/2/core/8/8/transport/4/4 run everything with WARNING, core - with DEBUG, transport - with INFO *//1/peerinfo/4/ run everything with top loglevel ERROR, global/configured bottom loglevel, and peerinfo - with bottom loglevel INFO and global/configured top loglevel statistics/ does nothing * Added GNUNET_ERROR_TYPE_UNSPECIFIED enum value, to hold -1. Its corresponding string is NULL. * Changed the logger calls as Grothoff suggested - to use static int to hold the result of runtime evaluation of logability. Logging can be unconditionally disabled in advance by defining GNUNET_LOG_CALL_STATUS to 0, and enabled in advance by defining it to 1. * Added GNUNET_CULL_LOGGING, which, if defined, completely culls out all logging calls at compile time. * Log definition parsing is only done once, results are cached. * Changed definition format, now it looks like this: [component|*|];[file|*|];[function|*|];[from_line[-to_line]];level/[component...] All field separators are mandatory (but some fields could be empty or be '*'). Line definition must be either empty or "number" or "number-number" Level definition must not be empty, and is a string representation of the level (i.e. DEBUG, WARNING, INFO, etc). Definition entry must end with a slash, whether or not there's another entry after it. File name is matched to the end of __FILE__, which allows file name to match not only the base name, but also directories leading to it. * Removed default WARNING loglevel from program and service utility code. Now they default to NULL (UNSPECIFIED) level, which can be overriden by GNUNET_LOG definition, if no level is specified via config or commandline. Log levels from config or commandline are overriden by GNUNET_FORCE_LOG. If GNUNET_*LOG are undefined, and no levels came from config or commandline, logger internally defaults to WARNING level. Add --enable-logging configure option
* marking HTTP as experimentalChristian Grothoff2011-09-19
|
* status updateChristian Grothoff2011-09-12
|
* no longer trueChristian Grothoff2011-09-04
|
* fixChristian Grothoff2011-06-14
|
* not todayChristian Grothoff2011-06-10
|