aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | configure: best effort commit (untested) to solve version requirement for ↵Nils Gillmann2018-10-30
|/ | | | | | makeinfo. Signed-off-by: Nils Gillmann <ng0@n0.is>
* RPS: Use GNUNET_MIN instead of own minJulius Bünger2018-10-29
|
* RPS service: separate values with newline when writing to fileJulius Bünger2018-10-29
|
* RPS utils: Use proper size for writing to fileJulius Bünger2018-10-29
|
* RPS service: cleanup (unused) data structuresJulius Bünger2018-10-29
|
* doc/man: More fixes.Nils Gillmann2018-10-27
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* Start fixing the man pages via linting and style.Nils Gillmann2018-10-26
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* doc/man/5,1: in SEE ALSO mention that the main documentation is maintained ↵Nils Gillmann2018-10-26
| | | | | | in texinfo format as well as two optional section 7 manuals. Signed-off-by: Nils Gillmann <ng0@n0.is>
* REST: remove base64 padding fix as this is now fixed in encoderSchanzenbach, Martin2018-10-26
|
* Fix base64 encoder.Marcello Stanisci2018-10-25
| | | | | Eliminating the appending of a '=' symbol in the last position of the output string.
* RECLAIM: forgot conf file for testsSchanzenbach, Martin2018-10-26
|
* REST: comment credential REST plugin for now as it FTBFSSchanzenbach, Martin2018-10-26
|
* doc/documentation split into doc/tutorial and doc/handbook for clarity and ↵Christian Grothoff2018-10-25
| | | | to avoid automake freakout
* cleaning up configure, in particular the idn.h checksChristian Grothoff2018-10-25
|
* fix -lidn(2) linkage by adding missing AM_CONDITIONAL and missing endif ↵Christian Grothoff2018-10-25
| | | | statements
* libidn + libidn2 support, as proposed by WJ Liu / multiSnow in a github gist.Nils Gillmann2018-10-25
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* clarify license of test scriptsChristian Grothoff2018-10-25
|
* add possibility of hijacking any (sub)domain, not just TLDs, via ↵Christian Grothoff2018-10-25
| | | | configuration file [gns] section
* uk.gnunet.org was taken down, use another DNS nameChristian Grothoff2018-10-25
|
* allow any zone if request was for NULLChristian Grothoff2018-10-25
|
* Remove unnecessary (and perilous) function pointer cast.Marcello Stanisci2018-10-24
|
* fix doc build: I have version.texi, but no gversion.texiChristian Grothoff2018-10-23
|
* We want portable shell scripts, not plain bash-specific scripts.Nils Gillmann2018-10-21
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* README: document texi2mdoc optional dependencyNils Gillmann2018-10-21
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* If texi2mdoc is not found, throw a warning when --enable-section7 is trueNils Gillmann2018-10-21
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* documentation: Remove usage of version and version2.texi, replace with ↵Nils Gillmann2018-10-21
| | | | | | portable sed. Signed-off-by: Nils Gillmann <ng0@n0.is>
* fnindex is wrong texinfo.Nils Gillmann2018-10-21
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* installation.texi: some texinfo versions reported this as bad syntax.Nils Gillmann2018-10-21
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* RPS service: Write push frequency and pull delays to diskJulius Bünger2018-10-20
|
* RPS: Fix writing internals to diskJulius Bünger2018-10-20
|
* RPS: Try to fix building errorJulius Bünger2018-10-20
|
* move aux before canonical checksChristian Grothoff2018-10-20
|
* fix include orderChristian Grothoff2018-10-20
|
* ignore build-auxChristian Grothoff2018-10-18
|
* licenseChristian Grothoff2018-10-18
|
* flat was renamed to heapChristian Grothoff2018-10-18
|
* update gitignoreChristian Grothoff2018-10-18
|
* TR suggested using AC_CONFIG_AUX_DIR before AM_INIT_AUTOMAKE to prevent ↵Christian Grothoff2018-10-18
| | | | build issue when parent dir is automake project dir
* revise communicator APIChristian Grothoff2018-10-18
|
* fix merge artifactChristian Grothoff2018-10-18
|
* add support for /etc/hostsChristian Grothoff2018-10-18
|
* use unique 32-bit IDs for DNS requests to avoid random confusions, handle ↵Christian Grothoff2018-10-18
| | | | additional and authoritative records as well
* curl: reschedule uses GNUNET_CURL_perform2.Marcello Stanisci2018-10-17
|
* curl: abstracting response's parser & cleaner.Marcello Stanisci2018-10-17
|
* RPS: Cleanup datastructures, NULL out freed pointersJulius Bünger2018-10-15
|
* NAMESTORE: sqlite plugins cleanupSchanzenbach, Martin2018-10-15
|
* NAMESTORE: rename flat plugin to heapSchanzenbach, Martin2018-10-15
|
* fix intendationSchanzenbach, Martin2018-10-15
|
* modify sqlite logic to accomodate rowcount starting from 1Schanzenbach, Martin2018-10-15
|
* RPS tests: Schedule shutdown properlyJulius Bünger2018-10-14
|