aboutsummaryrefslogtreecommitdiff
path: root/src/util/disk.c
Commit message (Collapse)AuthorAge
* do not log as error, give better messageChristian Grothoff2020-03-13
|
* follow-up to 7c14b80a011e9e99b1cef0bfd96bae364edd5663:ng02019-11-20
| | | | use __linux__ instead of redefined LINUX.
* On *BSD the header file sys/param.h defines BSD. Drop unnecessaryng02019-11-19
| | | | | | | BSD defines in the build-system. Furthermore add detection for FreeBSD using the additional defines by FreeBSD. Use !Linux where previously a list of BSDs was.
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific ↵ng02019-09-10
| | | | | | | | | files. configures and builds okay. testsuite wasn't checked, will be checked. diff including the plibc removal is now around 14370 lines of code less.
* Remove win32 and cygwin supportng02019-09-09
|
* typong02019-09-09
|
* util/disk.c: fix failure to buildng02019-09-09
|
* plibc removal: STRUCT_STAT64ng02019-09-09
|
* uncrustify as demanded.ng02019-09-08
|
* util/disk.c: STAT64->stat64ng02019-09-07
|
* first step to remove plibcng02019-09-06
|
* use mmap() instead of malloc, rename heap->flat as database is persisted in ↵Christian Grothoff2019-06-29
| | | | flat file
* fix /tmp/rps directory creation, fix linkage, DCEChristian Grothoff2019-02-26
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* add function to obtain monotonic timeChristian Grothoff2018-12-13
|
* new convenience function to do operations on a configuration object to avoid ↵Christian Grothoff2018-11-10
| | | | repetitive configuration_create, _load and _destroy logic
* fix another one of bad frees from JuliusChristian Grothoff2018-06-26
|
* fix several memory leaksJulius Bünger2018-06-26
|
* 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
|