aboutsummaryrefslogtreecommitdiff
path: root/src/util/disk.c
Commit message (Collapse)AuthorAge
* config file writting silent bugg (when directory doesnt give write access) fixFeideus2018-06-24
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* more verbose loggingChristian Grothoff2018-05-10
|
* implement new functions in libgnunetsq, clean up sqlite namestore plugin, ↵Christian Grothoff2018-05-09
| | | | implement flow control in namestore API and tests
* fix more warningsChristian Grothoff2018-01-04
|
* misc indentation changesChristian Grothoff2017-03-04
|
* W32: Fix a possible control flow errorРуслан Ижбулатов2017-02-25
| | | | Make sure we eitehr return or set ftype to something.
* util: add component name to LOG macros; util/client: log incoming message ↵tg(x)2017-02-24
| | | | type/size/source for gnunet-logread
* minor stylistic issues found while hunting #4619Christian Grothoff2016-09-26
|
* -fix build issuesChristian Grothoff2016-07-06
|
* -fix misc issuesChristian Grothoff2016-07-06
|
* fix #4545: create directory for log file if it does not existChristian Grothoff2016-06-01
|
* rps.conf is generated from rps.conf.inChristian Grothoff2016-05-15
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* -indentChristian Grothoff2015-10-26
|
* The empty path is invalidDavid Barksdale2015-08-17
| | | | | | | | If GNUNET_DISK_directory_create_for_file() is called with a path like "/foo" then we will pass the empty path to GNUNET_DISK_directory_create() and access(). The latter will always return ENOENT.
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* make libextractor actually optional, both for GNUnet and GNUnet-taler buildsChristian Grothoff2015-05-30
|
* -fix ftbfsChristian Grothoff2015-05-28
|
* adding --enable-taler-wallet configure option to build a reduced version of ↵Christian Grothoff2015-05-28
| | | | libgnunetutil with only the parts needed by GNU Taler wallets
* preserve errnoChristian Grothoff2015-03-15
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -make sure we get the correct errno back after GNUNET_NETWORK_socket_create()Christian Grothoff2015-01-25
|
* W32: Also consider ERROR_INVALID_HANDLE when checking 'file' typeLRN2015-01-24
|
* Add support for selecting on W32 eventsLRN2015-01-24
|
* -fix ftbfs on W32Christian Grothoff2014-12-04
|
* -check for NULL fdChristian Grothoff2014-02-23
|
* malloc -> newLRN2013-12-19
|
* -fix off-by-one so we can also select on FD 0 (stdin)Christian Grothoff2013-12-13
|
* -fix #3211Christian Grothoff2013-12-13
|
* -remove useless/broken configure options, and gnunet_directories.hChristian Grothoff2013-12-11
|
* -check for NULL, doxygenChristian Grothoff2013-11-09
|
* -need to do mkdir before testing UNIXPATH, not sure how this worked beforeChristian Grothoff2013-10-14
|
* -doxygenChristian Grothoff2013-10-13
|
* changing UNIX domain socket access control to file permissions checks, ↵Christian Grothoff2013-10-09
| | | | instead of UDS credentials (#2887)
* migrating towards XDG configuration specification (#3000)Christian Grothoff2013-10-09
|
* Replace OFF_T with off_tLRN2013-10-08
|
* Tweak the stat-calling codeLRN2013-10-08
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -load revocations from disk, misc doxygen/style fixesChristian Grothoff2013-10-06
|
* -doxygen, coding conventionsChristian Grothoff2013-10-06
|
* -towards addressing #3047, note this causes the code to FTBFSChristian Grothoff2013-09-30
|
* -undo #29640, somehow causes problemsChristian Grothoff2013-09-27
|
* moving from abstract unix domain socket paths to normal unix domain socket ↵Christian Grothoff2013-09-26
| | | | paths (#2887), removing now unnecessary/dead flags argument to GNUNET_NETWORK_socket_bind
* -minor code cleanupChristian Grothoff2013-09-09
|
* -make use of deterministic ECDSA in FS, requires libgcrypt from Git as of ↵Christian Grothoff2013-07-30
| | | | yesterday
* Fix windows build, statfs is broken there.David Barksdale2013-06-19
|
* This should be a more portable GNUNET_DISK_file_get_identifiers.David Barksdale2013-06-19
|