aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
...
* -fix gnurl/curl detection warningChristian Grothoff2015-07-14
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* Check in the right place for libpq-fe.hDavid Barksdale2015-06-29
|
* -build system fixes, gettextingChristian Grothoff2015-06-28
|
* also check for existence of libpq-fe headerChristian Grothoff2015-06-27
|
* downgrade gettext requirementChristian Grothoff2015-06-27
|
* fix #3862Christian Grothoff2015-06-23
|
* We require 0.9.42 for MHD_HTTP_NOT_ACCEPTABLEDavid Barksdale2015-06-21
|
* support gnurl's curl.h being in include/gnurl/ OR include/curl/Christian Grothoff2015-06-21
|
* #include byteswap, if detected by configureChristian Grothoff2015-06-16
|
* -minor fixesChristian Grothoff2015-06-10
|
* -avoid concurrent modification trouble when handing peer disconnectChristian Grothoff2015-06-09
|
* more fixes on #3805Christian Grothoff2015-06-01
|
* better fix for #3805Christian Grothoff2015-06-01
|
* support MHD when cross-compiling, just assume version is OK (fixes #3805)Christian Grothoff2015-05-31
|
* make libextractor actually optional, both for GNUnet and GNUnet-taler buildsChristian Grothoff2015-05-30
|
* -typoChristian Grothoff2015-05-28
|
* -typosChristian 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
* -gettext and libtoolize updatesChristian Grothoff2015-05-18
|
* -doxygen, build system fixes, minor API extensionChristian Grothoff2015-04-13
|
* check for existence of 'getopt' command line toolChristian Grothoff2015-03-15
|
* REST ServiceMartin Schanzenbach2015-03-11
|
* add --enable-wachs optionChristian Grothoff2015-03-07
|
* -do not warn about libcurl if we have libgnurlChristian Grothoff2014-12-20
|
* removing experimentation: replaced by sensorsMatthias Wachs2014-12-16
|
* -fixing peerinfo part of #3559Christian Grothoff2014-12-14
|
* -zero-terminateChristian Grothoff2014-12-07
|
* Import RPSBart Polot2014-12-05
|
* -fix MHD testChristian Grothoff2014-12-04
|
* Hello Christian,Christian Grothoff2014-10-18
| | | | | | | | | | I had to write a little patch to fix gnunet FTBFS on kfreebsd, you'll find it attached. Would you consider adding to your SVN ? Thanks, Bertrand
* address Debian #758937: allow use of curl if it is really the gnutls version ↵Christian Grothoff2014-09-04
| | | | and libgnurl is unavailable
* fail if plibc is not availableNils Durner2014-08-16
|
* Include libpq-fe.h instead of postgres/libpq-fe.h.Sree Harsha Totakura2014-08-08
| | | | | Also add a macro for checking libpq from Autoconf macro archives.
* Require libmicrohttpd >= 0.9.32David Barksdale2014-07-03
| | | | | | We are using suspend/resume features for plugin_transport_http_server which were added in 0.9.32.
* sensor dashboard (collection point) initial commitOmar Tarabai2014-07-01
|
* Enable (X)DHT service to be compiled with malicious code.Sree Harsha Totakura2014-06-06
|
* undef _FORTIFY_SOURCE before defining it, in case it's already setGabor X Toth2014-05-27
|
* add social serviceGabor X Toth2014-05-27
|
* - remove mesh referencesBart Polot2014-05-07
|
* PEERSTORE initial commitOmar Tarabai2014-04-24
|
* -attempting fix for FreeBSD configure error on netinet/ip.h reported by JSChristian Grothoff2014-04-14
|
* SENSOR service integrationOmar Tarabai2014-04-14
|
* -version bumpChristian Grothoff2014-04-08
|
* -make sqlite3 hard requirement (#3341)Christian Grothoff2014-04-04
|
* USERNAME is a placeholder, not a variableLRN2014-03-01
|
* libidn is needed unconditionally for libgnunetdnsparserLRN2014-03-01
|
* -try to fix check for DANE if --with-gnutls is passed, also fix output at ↵Christian Grothoff2014-02-13
| | | | the end (thanks to E.E. for reporting)
* Warn about not building hostlist daemonLRN2014-02-07
|
* Revert "use -Wl on -no-undefined as it is a linker option:"LRN2014-01-27
| | | | | | | This reverts commit 57b1d0dc7f4aa49b5dc0c18225f51951119bd58c. Remove redundant -no-undefined, make sure only the one that gets into Makefiles directly remains, remove -Wl prefix from it.