aboutsummaryrefslogtreecommitdiff
path: root/src/fs
Commit message (Collapse)AuthorAge
* - fix CADET-using servicesBart Polot2016-07-20
|
* -fix fixChristian Grothoff2016-07-08
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* convert fs publish to MQChristian Grothoff2016-07-03
|
* convert search to MQChristian Grothoff2016-07-03
|
* convert download API to MQChristian Grothoff2016-07-03
|
* -just indenting fixesChristian Grothoff2016-07-03
|
* convert unindex to MQChristian Grothoff2016-07-03
|
* -fix ftbfs if extractor.h present but libextractor.so missingChristian Grothoff2016-07-02
|
* -fix format stringChristian Grothoff2016-06-29
|
* convert fs_list_indexed to MQ APIChristian Grothoff2016-06-29
|
* refactoring datastore API to use MQ API, also fixing misc. bugs in new mysql ↵Christian Grothoff2016-06-24
| | | | backend
* convert DHT API to new MQ APIChristian Grothoff2016-06-23
|
* update statistics API to use new MQ API style, also get rid of timeout argumentChristian Grothoff2016-06-21
|
* -fix #4541Martin Schanzenbach2016-06-03
|
* -oops, remove printfMartin Schanzenbach2016-06-02
|
* - Fix #4532Martin Schanzenbach2016-05-29
|
* fix compiler warningsChristian Grothoff2016-05-06
|
* fixing compiler warningsChristian Grothoff2016-05-06
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* fix NPEChristian Grothoff2016-04-07
|
* fix crash bug with -nChristian Grothoff2016-01-31
|
* Fix typoDavid Barksdale2016-01-22
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* Invalid Gnunet URIDavid Barksdale2015-11-22
| | | | | | | | commit c1decf4e2eef8a3d922a07164fed8dd24e2ad80f Author: Lehi Toskin <lehi@tosk.in> Date: Sat Nov 21 17:07:49 2015 -0800
* -doxChristian Grothoff2015-10-26
|
* -another caseChristian Grothoff2015-10-26
|
* potential fix for #4024Christian Grothoff2015-10-26
|
* -doxygen, simplifyChristian Grothoff2015-10-26
|
* -use hash in prd query to reduce memory consumption of CP request_mapChristian Grothoff2015-10-25
|
* -reduce calls in get_latest()Christian Grothoff2015-10-25
|
* -indentChristian Grothoff2015-10-25
|
* check against all pending requests with same hash, not just first; this is a ↵Christian Grothoff2015-10-25
| | | | true multihashmap
* -fix indentation, fix bug that caused us to try to merge requests twiceChristian Grothoff2015-10-25
|
* - typoBart Polot2015-10-02
|
* tolerate spurious SIGCHLD in gnunet-auto-shareChristian Grothoff2015-08-18
|
* adding some assertions to ensure we only start one gnunet-publishChristian Grothoff2015-08-18
|
* -fix #3722Sree Harsha Totakura2015-08-04
|
* -use simpler, modern scheduler APIChristian Grothoff2015-08-03
|
* -remove logChristian Grothoff2015-08-03
|
* fix #3904, also simplify and clean up gnunet-publish shutdown logic in generalChristian Grothoff2015-08-03
|
* -doxygen, indentationChristian Grothoff2015-07-27
|
* -style fixesChristian Grothoff2015-07-03
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -fix #3799Christian Grothoff2015-05-31
|
* -fix unespected status message (#3799)Christian Grothoff2015-05-31
|
* make libextractor actually optional, both for GNUnet and GNUnet-taler buildsChristian Grothoff2015-05-30
|
* fixing #3799: only unindex if DB operations succeeded previously in the ↵Christian Grothoff2015-05-29
| | | | first place, and when unindexing do proper shutdown handling
* with respect to #3615: we might (theoretically) get a migration stop before ↵Christian Grothoff2015-05-21
| | | | we finished the peerstore lookup; in that case, we would do a GSF_push_start() twice (once via revive migration, and once from peerstore lookup succeeding), and then on disconnect only stop once, keeping the migration going for a disconnected peer. That still does not explain the bug report, as the '*cp' in the report doesn't show BADFOOD, and we'd expect a free'd cp in this case to be used for the transmission. Still, this is a possible issue which can be fixed by ignoring migration stop messages until after peerstore lookup succeeded