aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_publish.c
Commit message (Collapse)AuthorAge
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
|
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* convert fs publish to MQChristian Grothoff2016-07-03
|
* refactoring datastore API to use MQ API, also fixing misc. bugs in new mysql ↵Christian Grothoff2016-06-24
| | | | backend
* fixing compiler warningsChristian Grothoff2016-05-06
|
* 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 (C) noticesChristian Grothoff2016-01-19
|
* -remove logChristian Grothoff2015-08-03
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -fix #3799Christian Grothoff2015-05-31
|
* fixing #3799: only unindex if DB operations succeeded previously in the ↵Christian Grothoff2015-05-29
| | | | first place, and when unindexing do proper shutdown handling
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -simplify apis, doxygenChristian Grothoff2015-01-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* fix key management issue with LOC signing identified in #3559Christian Grothoff2014-12-14
|
* -fix time assertion introduce in last patchChristian Grothoff2014-06-23
|
* -fix URI test to handle new encoder, print both SKS and CHK URIs when ↵Christian Grothoff2014-06-23
| | | | publishing to namespace
* generate progress events when publishing directories (towards fixing #2230)Christian Grothoff2013-10-11
|
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -fix doxygenChristian Grothoff2013-09-24
|
* -doxygen fixes, and fixing publish URI serization for proper resumeChristian Grothoff2013-09-15
|
* -more complete fix for #3034Christian Grothoff2013-09-14
|
* -fixing #3034Christian Grothoff2013-09-14
|
* -do not clean up reader more than onceChristian Grothoff2013-09-11
|
* -fixing main FS build, updating man page of gnunet-pseudonymChristian Grothoff2013-08-06
|
* -export FS handle during events, as we might generate events duing FS_start ↵Christian Grothoff2013-05-30
| | | | and client then doesn't know the handle yet
* eliminating use of 'namespace' as a fieldname / variable name to be C++ ↵Christian Grothoff2012-09-10
| | | | compatible
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* -doxygenChristian Grothoff2012-06-09
|
* -fixing #2412Christian Grothoff2012-06-08
|
* -fixing #2408Christian Grothoff2012-06-07
|
* -fixing #2229Christian Grothoff2012-04-26
|
* -removing 2nd argument from GNUNET_CLIENT_disconnect as it was virtually ↵Christian Grothoff2012-04-19
| | | | always GNUNET_NO --- and all other uses indicate design problems
* fixing issue with gnunet-publish not closing files early enough when ↵Christian Grothoff2012-03-24
| | | | publishing directories with more than FD_MAX files (#2239)
* -fix error handling during publishingChristian Grothoff2012-03-24
|
* -fix error handling during publishingChristian Grothoff2012-03-24
|
* LRN: two directory patches change the way "is_directory" is evaluated.Christian Grothoff2012-02-22
| | | | | | | | | | | Now it must be GNUNET_YES for the execution flow to switch to a branch where something is considered to be a directory. The reason for that is that some functions might return GNUNET_SYSERR when asked whether something is a directory or not. Checking this value as "!= GNUNET_NO" will produce positive result, even though it's not a directory.
* -sync after getting URI on publishing to resume properly; also bugfix...Christian Grothoff2012-02-18
|
* make all (?) asynchronously operating FS operations actually cancel-ableChristian Grothoff2012-02-18
|
* -generate PUBLISH_STOP event later to avoid use-after-freeChristian Grothoff2012-02-11
|
* -fix generation of duplicate publish-stop eventsChristian Grothoff2012-02-05
|
* -LRN: fix fip_signal_start recursionChristian Grothoff2012-01-12
|
* fixing bug to ensure that we properly descend into deep directories for the ↵Christian Grothoff2012-01-11
| | | | various publish start/stop/suspend/resume event callbacks
* adding min_expiration argument to GNUNET_DATASTORE_ContinuationWithStatus ↵Christian Grothoff2011-12-19
| | | | callback to communicate which content has a chance of being stored in the medium term
* dead code elimination, splitting fs.h into fs.h and fs_api.hChristian Grothoff2011-11-15
|
* LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging callsChristian Grothoff2011-10-04
| | | | | | (#1805).
* run indent twice, it alternates between two 'canonical' forms, also run ↵Christian Grothoff2011-08-29
| | | | whitespace remover