aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* work on UNIX communicatorChristian Grothoff2018-11-08
|
* starting with communicatorChristian Grothoff2018-11-07
|
* get new libgnunettransportcommunicator to buildChristian Grothoff2018-11-07
|
* template for PatrickChristian Grothoff2018-11-06
|
* add option to allow manipulating entire sets in one operationChristian Grothoff2018-11-06
|
* indentation fixesChristian Grothoff2018-11-06
|
* indentation fixesChristian Grothoff2018-11-06
|
* Merge branch 'master' of gnunet.org:gnunetNils Gillmann2018-11-04
|\
| * fix #5454Christian Grothoff2018-11-04
| |
| * change cmp to be case-insensitive (to get tests to pass)Christian Grothoff2018-11-03
| |
| * style fixesChristian Grothoff2018-11-02
| |
| * use separate message type to indicate end of transmission (much cleaner)Christian Grothoff2018-11-02
| |
| * fix #5467Christian Grothoff2018-11-02
| |
| * RPS: Adapt to new hashmap API - discard constJulius Bünger2018-11-02
| |
| * extend potfileChristian Grothoff2018-11-01
| |
| * no need to select private keyChristian Grothoff2018-11-01
| |
| * fix #5465Christian Grothoff2018-11-01
| |
| * fix compiler warning about redundant GNUNET_PACKEDChristian Grothoff2018-11-01
| |
| * style fixChristian Grothoff2018-11-01
| |
| * RPS profiler: Dump statistics more frequentlyJulius Bünger2018-11-01
| |
| * RPS: Add more multi-hop statisticsJulius Bünger2018-11-01
| |
| * update gitignoreChristian Grothoff2018-11-01
| |
| * work on TNGChristian Grothoff2018-11-01
| |
| * attempting to fix #5464Christian Grothoff2018-11-01
| |
| * RPS service: Add more detailed statistics on multi/single-hop peersJulius Bünger2018-11-01
| |
| * CORE: Document peer_clsJulius Bünger2018-11-01
| |
| * RPS service: Add datastructs for analysis of pullsJulius Bünger2018-10-31
| |
| * RPS profiler: Try to avoid assertion on request_cancelJulius Bünger2018-10-31
| |
| * RPS service: Try to fix peer destruction during cleanupJulius Bünger2018-10-31
| |
| * RPS service: Use correct file for subJulius Bünger2018-10-30
| |
| * RPS: Change cosmetics - fix indentationJulius Bünger2018-10-30
| |
| * fix RPS service: Provide closure for view insertionJulius Bünger2018-10-30
| |
* | doc: in installation.texi convert an unused table to itemize.Nils Gillmann2018-11-04
|/ | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* Merge branch 'master' of gnunet.org:gnunetNils Gillmann2018-10-30
|\
| * RPS service: Remove leftover codeJulius Bünger2018-10-30
| |
* | 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