aboutsummaryrefslogtreecommitdiff
path: root/src/fs
Commit message (Collapse)AuthorAge
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* -towards fixing #3295 (core traffic prioritization)Christian Grothoff2014-01-30
|
* towards reviving priorities in core API, this time with enum to make classes ↵Christian Grothoff2014-01-30
| | | | clearer
* fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff2014-01-30
| | | | GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
* fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura2014-01-24
| | | | | | sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
* fix #3272Christian Grothoff2014-01-16
|
* -switch to case-insensitive LOC URIs and use compatible encoding for peer ↵Christian Grothoff2013-12-24
| | | | identities with the rest of the system
* Improve search result presentation for directories.David Barksdale2013-12-22
|
* malloc -> newLRN2013-12-19
|
* -rename enum MeshOption to GNUNET_MESH_ChannelOption to ensure we use ↵Christian Grothoff2013-12-08
| | | | GNUNET_MESH_ prefix as we should
* configure option --disable-autostart to disable auto-startup of services by ARMSree Harsha Totakura2013-12-06
|
* - change mesh channel creation/notification APIBart Polot2013-12-05
|
* fixing #3146: peer identities no longer have the size of hash codes; breaks ↵Christian Grothoff2013-11-30
| | | | FS protocol compatibility with previous versions slightly...
* -fix #3147: mesh server should properly interpret 'no answer' from ↵Christian Grothoff2013-11-29
| | | | datastore, instead of passing along the 'emtpy' block
* -fix #3133Christian Grothoff2013-11-29
|
* -doxygenChristian Grothoff2013-11-29
|
* -doxygen and loggingChristian Grothoff2013-11-29
|
* -fix left-over confusion between hash code and peer identity size from ↵Christian Grothoff2013-11-28
| | | | recent peer identity format change
* -doxygenChristian Grothoff2013-11-28
|
* -check return valueChristian Grothoff2013-11-28
|
* -fix #3141Christian Grothoff2013-11-28
|
* -attempting to address #3133Christian Grothoff2013-11-27
|
* -handle case where channel is NULL (failed to be created?), see #3125Christian Grothoff2013-11-26
|
* -not constChristian Grothoff2013-11-19
|
* -fixing crash from reset_mesh due to mesh API semantic change: cleaner is ↵Christian Grothoff2013-11-19
| | | | now always called, but we don't want it to release the maps in this case
* -doxygen fixesChristian Grothoff2013-11-18
|
* -doxygen, and likely fix for #2727Christian Grothoff2013-11-18
|
* - rename tunnel->channelBart Polot2013-11-14
|
* -fix memory leakChristian Grothoff2013-11-09
|
* -do not call with NULLChristian Grothoff2013-11-09
|
* -stylistic fixesChristian Grothoff2013-11-05
|
* -whitespaceChristian Grothoff2013-10-23
|
* -fix leaks, add assertionsChristian Grothoff2013-10-18
|
* -doxygen, etcChristian Grothoff2013-10-17
|
* 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
|
* last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by defaultChristian Grothoff2013-10-09
|
* more work towards XDG spec (#3000) -- config file locationChristian Grothoff2013-10-09
|
* migrating towards XDG configuration specification (#3000)Christian Grothoff2013-10-09
|
* implement #3035: add mimetype:type category keywords, also doxygen fixesChristian Grothoff2013-10-08
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -load revocations from disk, misc doxygen/style fixesChristian Grothoff2013-10-06
|
* -doxygenChristian Grothoff2013-10-05
|
* -fixing build issues in fs/set related to #3047Christian Grothoff2013-09-30
|
* -rename files/symbols from _aes to _symmetricChristian 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
* -misc fixes based on cppcheckChristian Grothoff2013-09-25
|
* -fix doxygenChristian Grothoff2013-09-24
|
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
|