fix related to #4909/12605: force desirability of path if path is in use
[oweals/gnunet.git] / src / fs /
2017-11-28 ng0Merge branch 'master' of gnunet.org:gnunet into doc...
2017-11-12 David BarksdaleFix memory leak in publishing UBlocks
2017-11-08 Daniel Gollefs: fix typos in mime-types
2017-11-08 ng0FS: Add 'nar' and 'narinfo' to fs_misc.c
2017-10-01 David BarksdaleSupport filter-size in fs block plugin
2017-07-24 Christian Grothofffix #5094 as suggested by reporter
2017-07-21 Christian Grothoffget psd test to pass on my system
2017-07-18 Christian Grothofffix #5107
2017-04-12 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-31 David Barksdale[fs] Fix unindex after API change
2017-03-29 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-25 Christian Grothoffrename GNUNET_GETOPT functions to achieve better consis...
2017-03-24 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-23 David Barksdale[datastore] Return and update replication
2017-03-22 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-03-19 David Barksdale[datastore] Fix #3743
2017-03-17 Christian Grothoffmore renamings relating to 'new' service now just being...
2017-03-17 Christian GrothoffMerge branch 'getopt'
2017-03-17 Christian GrothoffMerge branch 'master' into getopt
2017-03-16 Marcello Stanisciporting fs finished.
2017-03-16 Marcello Stanisciporting gnunet-publish + others..
2017-03-16 Christian Grothoffremoving dead/legacy server/connection logic, except...
2017-03-13 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-13 Christian Grothoffrenaming CADET APIs to match naming conventions again...
2017-03-13 Christian Grothoffrename libgnunetcadetnew -> libgnunetcadet
2017-03-10 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-10 Christian Grothofffix use of uninitialized value host1 on error logging
2017-03-10 Christian Grothoffremove empty files, fix indentation
2017-03-09 Christian Grothofffix #4608
2017-03-08 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-07 Christian GrothoffMerge branch 'master' of git+ssh://gnunet.org/gnunet
2017-03-07 David BarksdaleUpdate comment to match code
2017-03-05 Christian Grothofffix #4839
2017-03-05 Christian Grothoffindentation, comment and style fixes, no semantic changes
2017-03-01 Bart PolotMerge branch 'master' of git+ssh://gnunet.org/gnunet
2017-02-28 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-02-27 Christian Grothoffimplement revocation block plugin, get revocation test...
2017-02-26 Florian Doldadd validation for inner consensus element
2017-02-26 Christian Grothoffensure all plugins properly use BF, move shared logic...
2017-02-26 Christian Grothoffadd note about but #4608
2017-02-24 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-02-23 Christian Grothoffoptimize queue-full case, reduce max queue size due...
2017-02-22 Christian Grothoffignore generated temp files that are frequently generated
2017-02-22 Christian Grothoffstrcmp instead of memcmp
2017-02-22 Christian Grothoffsupport BF size adjustments in other plugins
2017-02-22 Christian Grothofftry to fix BF size mess created by original BLOCK API...
2017-02-20 Christian Grothoffcompleted big block refactoring in preparation for...
2017-02-20 Christian Grothofffirst half of new BLOCK API to generalize duplicate...
2017-02-17 Christian Grothoffget FS test with CADET to finally pass again
2017-02-17 Christian Grothoffconvert to new CADET API, not working due to CADET...
2017-02-17 Christian Grothoffassertion was inverted, also probably too strict
2017-01-27 Christian Grothoffunset XDG environment variable during testcases, as...
2017-01-25 Christian Grothoffuse correct way to resume download
2017-01-25 Christian Grothoffdo not start download twice
2017-01-25 Christian Grothoffupdate ignore file
2017-01-21 Christian Grothoffuse new SCHEDULER_add_at API where applicable
2017-01-10 Christian Grothoffrename connecT -> connect now that the old API is dead
2016-11-18 David BarksdaleSometimes it's OK if multiplication overflows
2016-11-11 Christian Grothofffix out-of-tree build of GNUnet
2016-11-09 Bart Polot- add subdirectory gitignore files
2016-10-01 Christian Grothoffmigrating fs to new service API
2016-09-07 David BarksdaleOnly one transmit_content can go at a time
2016-09-05 David BarksdaleTrying to track down a segfault in find_content()
2016-08-18 David BarksdaleUse statement exprs instead of local function
2016-08-14 Christian Grothoff-slightly better FS port conversion, more to be done...
2016-08-11 Christian Grothoff-disable nse pow in FS tests
2016-08-11 Christian Grothoff-do not cancel on disconnect
2016-07-31 Christian Grothoffconverting FS to new MQ-based core API
2016-07-20 Bart Polot- fix CADET-using services
2016-07-08 Christian Grothoff-fix fix
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-07-03 Christian Grothoffconvert fs publish to MQ
2016-07-03 Christian Grothoffconvert search to MQ
2016-07-03 Christian Grothoffconvert download API to MQ
2016-07-03 Christian Grothoff-just indenting fixes
2016-07-03 Christian Grothoffconvert unindex to MQ
2016-07-02 Christian Grothoff-fix ftbfs if extractor.h present but libextractor...
2016-06-29 Christian Grothoff-fix format string
2016-06-29 Christian Grothoffconvert fs_list_indexed to MQ API
2016-06-24 Christian Grothoffrefactoring datastore API to use MQ API, also fixing...
2016-06-23 Christian Grothoffconvert DHT API to new MQ API
2016-06-21 Christian Grothoffupdate statistics API to use new MQ API style, also...
2016-06-03 Martin Schanzenbach-fix #4541
2016-06-02 Martin Schanzenbach-oops, remove printf
2016-05-29 Martin Schanzenbach- Fix #4532
2016-05-06 Christian Grothofffix compiler warnings
2016-05-06 Christian Grothofffixing compiler warnings
2016-04-30 Christian Grothoffimplementing new scheduler shutdown semantics
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-04-07 Christian Grothofffix NPE
2016-01-31 Christian Grothofffix crash bug with -n
2016-01-22 David BarksdaleFix typo
2016-01-19 Christian Grothoff-fix (C) notices
2015-11-22 David BarksdaleInvalid Gnunet URI
2015-10-26 Christian Grothoff-dox
2015-10-26 Christian Grothoff-another case
2015-10-26 Christian Grothoffpotential fix for #4024
2015-10-26 Christian Grothoff-doxygen, simplify
2015-10-25 Christian Grothoff-use hash in prd query to reduce memory consumption...
2015-10-25 Christian Grothoff-reduce calls in get_latest()
next