aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* dist for 0.11.4v0.11.4Schanzenbach, Martin2019-05-12
|
* missing changelog entryChristian Grothoff2019-05-12
|
* forgot minor build changesSchanzenbach, Martin2019-05-12
|
* forgot man page, minor build changesSchanzenbach, Martin2019-05-12
|
* RECLAIM: Add manpageSchanzenbach, Martin2019-05-12
|
* clean up transmission logic to have queues 'pull' for pending messages while ↵Christian Grothoff2019-05-11
| | | | control traffic is 'pushed' into queues
* reindentingChristian Grothoff2019-05-11
|
* move encryption logic into DVBoxChristian Grothoff2019-05-11
|
* complete TNG loggingChristian Grothoff2019-05-11
|
* remove duplicate APIChristian Grothoff2019-05-11
|
* Implement asynchronous scope identifiers.Florian Dold2019-05-10
| | | | | | | | | | | Without entering an asynchronous scope, logs are the same before. When entering an asynchronous scope (either thread-based of scheduler/task-based), all log lines within an asynchronous scope contain its ID. Currently this is only used in GNU Taler, for debugging requests across multiple services. This allows us to get all log lines pertaining to a particular request for a user or another service.
* capital V for verboseChristian Grothoff2019-05-09
|
* man pages.ng02019-05-09
|
* gnunet-identity.1 style changes.ng02019-05-09
| | | | | | | | | | | It is acceptable style and arguable probably more readable for the uninitiated to see .Nd macro followed immediat. by text instead of having the text on a new line. The same applies to sentence length. We should avoid very long sentences, but at the moment this seems easier for reading and writing instead of enforcing what the linter says (1 sentence per line), you see the same writing style in current major users of mdoc style.
* RECLAIM: Update testsSchanzenbach, Martin2019-05-09
|
* add -q option to restrict output to just the public keyChristian Grothoff2019-05-09
|
* allow using -e as filter on ego listChristian Grothoff2019-05-09
|
* make logging more re-entrantFlorian Dold2019-05-09
|
* towards thread-safe loggingFlorian Dold2019-05-09
| | | | | (Thread-safe logging isn't really relevant for GNUnet itself, but it is necessary for the GNU Taler exchange)
* more logging, more FIXMEsChristian Grothoff2019-05-08
|
* RECLAIM: Fix shutdown; testsSchanzenbach, Martin2019-05-08
|
* make generated ego key available in continuation when creating egosChristian Grothoff2019-05-08
|
* make bind succeedSchanzenbach, Martin2019-05-07
|
* more loggingChristian Grothoff2019-05-07
|
* add loggingChristian Grothoff2019-05-07
|
* note on next stepsChristian Grothoff2019-05-05
|
* use new PriorityPreferences consistently, note on deprecationChristian Grothoff2019-05-05
|
* DCE, set message UUID to incrementing counterChristian Grothoff2019-05-05
|
* add out-of-order prefChristian Grothoff2019-05-05
|
* fix warningSchanzenbach, Martin2019-05-04
|
* note on ChannelOption deprecationChristian Grothoff2019-05-04
|
* simplify MQ logic to always carry the same kinds of flags, and extend ↵Christian Grothoff2019-05-04
| | | | transport API to pass them to (TNG) service
* only use mono time in TNG HELLOsChristian Grothoff2019-05-04
|
* reindentationChristian Grothoff2019-05-03
|
* support compressed JSON uploadsChristian Grothoff2019-05-03
|
* add test for json_mhd.c logicChristian Grothoff2019-05-03
|
* benchmark: fix request size collection and add invariant checkFlorian Dold2019-05-03
|
* preparatory change to GNUNET_JSON_post_parser() API for future compression ↵Christian Grothoff2019-05-02
| | | | support
* #5625 being open for > 1 month shows that we do not have the capacity to ↵Christian Grothoff2019-05-02
| | | | maintain two versions, removing outdated README.md
* RECLAIM: cleanup, commentsSchanzenbach, Martin2019-05-02
|
* docu optionChristian Grothoff2019-05-02
|
* make gnunet-arm log to file by defaultChristian Grothoff2019-05-02
|
* reindenting with clangChristian Grothoff2019-05-02
|
* tolerate additional IPv4 address now available for gnunet.orgChristian Grothoff2019-05-02
|
* reject '@' as a label in domain names, this is usually a mistakeChristian Grothoff2019-05-02
|
* benchmark: add up request sizeFlorian Dold2019-05-02
|
* REST/GNS: timeout handle 2nd trySchanzenbach, Martin2019-04-30
|
* REST/GNS: timeout handleSchanzenbach, Martin2019-04-30
|
* Make gnurl and curl mutually exclusive.Florian Dold2019-04-30
| | | | | | | | | | This prevents issues when both curl and gnurl are available, but one of them is outdated. To get curl.h, we also now just include gnunet_curl_lib.h instead of writing the preprocessor conditionals manually. Fixes #5707
* do not display label if there are no matching recordsChristian Grothoff2019-04-30
|