aboutsummaryrefslogtreecommitdiff
path: root/src/fs/Makefile.am
Commit message (Collapse)AuthorAge
* Fix_build_dependenciesBertrand Marc2020-07-05
| | | | Signed-off-by: Martin Schanzenbach <mschanzenbach@posteo.de>
* rewrite sed logic used in Makefiles and move into dosubst awk script.ng02019-12-02
| | | | | | | | | include 'bin' and its files in dist files, this is where dosubst is located. While the invocation (passing of the variables) is not optimal (yet, will be changed), this will in the end allow sharing code between Makefiles better, and maybe drop sed usage in the future.
* follow-up to win32 removal.ng02019-10-25
|
* 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.
* move gnunet-download-manager to contribng02019-04-06
|
* Make gnunet-download-manager.scm no longer install.ng02019-04-06
| | | | | | | | | It was written for a guile version which is no longer supported. No one of us has really tested it in a very long time to care about updating it to a supported guile version. We don't want to install broken scripts, so at this point either someone steps up and fixes it or it remains bitrotting where it currently is.
* fix build system to actually handle openssl.cnf properlyChristian Grothoff2019-02-20
|
* rename libgnunetcadetnew -> libgnunetcadetChristian Grothoff2017-03-13
|
* first half of new BLOCK API to generalize duplicate detection beyond BFsChristian Grothoff2017-02-20
|
* get FS test with CADET to finally pass againChristian Grothoff2017-02-17
|
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* migrating fs to new service APIChristian Grothoff2016-10-01
|
* make libextractor actually optional, both for GNUnet and GNUnet-taler buildsChristian Grothoff2015-05-30
|
* -fix misc disting issuesChristian Grothoff2015-03-07
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* fix key management issue with LOC signing identified in #3559Christian Grothoff2014-12-14
|
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* trying to do something about #3540Christian Grothoff2014-09-13
|
* Add fs search test with multiple files using an AND operatorBruno Cabral2014-09-05
|
* fs now uses peerstore to store respect valueOmar Tarabai2014-07-14
|
* Update all am filesBart Polot2014-05-07
|
* version bumping for 0.10.1Christian Grothoff2014-04-08
|
* -lgcrypt fails if gcrypt is not in lib search path: use variable to link ↵Matthias Wachs2014-03-21
| | | | libcrypt
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* 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&#'
* -whitespaceChristian Grothoff2013-10-23
|
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
|
* -dead test, gnunet-pseudonym is goneChristian Grothoff2013-09-14
|
* -dead test, gnunet-pseudonym is goneChristian Grothoff2013-09-14
|
* -dead test, gnunet-pseudonym is goneChristian Grothoff2013-09-14
|
* removing gnunet-pseudonym, we're using GNS/gnunet-identity instead in the futureChristian Grothoff2013-09-05
|
* -fixing main FS build, updating man page of gnunet-pseudonymChristian Grothoff2013-08-06
|
* -splitting mesh into server and client partsChristian Grothoff2013-07-18
|
* Make building gnunet-testing lib optional.David Barksdale2013-06-27
| | | | | This is all because emscripten doesn't have getaddrinfo.
* -file renaming stream->meshChristian Grothoff2013-06-04
|
* -towards using mesh instead of streamChristian Grothoff2013-06-04
|
* Try to fix fs block plugin depsLRN2013-04-21
|
* -move data resourceChristian Grothoff2013-04-15
|
* -move pseudonym code to fs, mark fs as experimental for nowChristian Grothoff2013-04-14
|
* starting major change towards implementing #2564, this breaks some FS tests ↵Christian Grothoff2013-03-05
| | | | and FS APIs
* -renaming testing-new.h to testing.h, bumping library versionsChristian Grothoff2012-12-21
|
* fixes for make distMatthias Wachs2012-12-14
|
* -skeleton for the fsprofiler daemonChristian Grothoff2012-12-07
|
* -skeletonChristian Grothoff2012-12-06
|
* -add multi-peer testcase for stream-based transfers (expected to fail right ↵Christian Grothoff2012-11-24
| | | | now), and option to disable anonymous transfers --- to force stream-based transfers
* combining test_fs_download.c and test_fs_download_index.c into one file, ↵Christian Grothoff2012-11-24
| | | | adding additional test test_fs_download_stream
* starting to use stream in fsChristian Grothoff2012-11-22
|
* -version bumpingChristian Grothoff2012-11-05
|
* installing all service, daemon and helper binaries to lib/gnunet/libexec/; ↵Christian Grothoff2012-10-29
| | | | updating code to run binaries from new location, which is no longer in PATH