aboutsummaryrefslogtreecommitdiff
path: root/src/util/disk.c
Commit message (Collapse)AuthorAge
* -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
|
* Removed GNUNET_DISK_get_blocks_available since it's not used and it wouldDavid Barksdale2013-06-18
| | | | | be hard to port to emscripten.
* -need to unset control pipe on OSX, check for bad FD in environment variableChristian Grothoff2013-05-22
|
* Allow callback to stop a DISK_scan with no error, similar to other er APIsBart Polot2013-04-22
|
* set close-on-exec file for opened disk file descriptorsChristian Grothoff2013-04-17
|
* - doxygenSree Harsha Totakura2013-03-18
|
* Use passed-by-fd pipe to control chilrenLRN2013-02-14
| | | | | | | | | | | | Removes npipe_*() functions. Uses normal GNUnet pipe for child control (the pipe is anonymous on *nix, named-with-unique-name on W32). Also tighten W32 code (close pipes correctly on errors). Remove some FIXME NILS comments. Convert #if MINGW -> #if defined (WINDOWS) in some places. Better start_process() debug logging on W32
* Minimal W32 version to XP, use uniqueness flagLRN2013-02-14
|
* More flexible native->GNUnet_handle file openingLRN2013-02-14
| | | | | | Can now open not just FILEs, but also integer fds and native Windows handles. The last two will be used later by the new pipe control code.
* Fix file close to work on pipe ends correctlyLRN2013-02-14
|
* Make pipe ends detachable, fix W32 corner-casesLRN2013-02-14
| | | | | | | Now pipe ends are fully-functional FileHandles. You can detach them from the pipe, and closing pipe will not affect them afterwards. Tightened W32 implementation (make it close events!)
* -we are not msChristian Grothoff2013-01-17
|
* -dos2unixChristian Grothoff2012-12-13
|
* adding GNUNET_DISK_file_backup function; fixing #2646Christian Grothoff2012-12-09
|
* -adding rever order checking of directoriesSree Harsha Totakura2012-11-07
|
* making readable check optionalSree Harsha Totakura2012-11-07
|
* Parameterized directory listing permission checkSree Harsha Totakura2012-11-07
|
* - typoSree Harsha Totakura2012-11-06
|
* check for existing directories in reverse orderSree Harsha Totakura2012-11-06
|
* -simplify code structure for monkeyChristian Grothoff2012-09-28
|
* mark fcntl return value as intentionally uncheckedChristian Grothoff2012-09-04
|
* -nocapsChristian Grothoff2012-07-25
|
* -preserve errnoChristian Grothoff2012-07-25
|
* -minor code cleanupChristian Grothoff2012-07-18
|
* -only test for exist, not for readChristian Grothoff2012-07-14
|