aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* defining data structures for validationChristian Grothoff2019-04-10
|
* RPS sampler: Disable computation of probabilityJulius Bünger2019-04-10
|
* RPS profiler: Normalise correctlyJulius Bünger2019-04-10
|
* RECLAIM: fix build with new flagsSchanzenbach, Martin2019-04-09
|
* RPS: Some fixesJulius Bünger2019-04-09
|
* RPS api: Correct type of callback and handle for collecting gossipJulius Bünger2019-04-08
|
* RPS service: Record the number of observed peersJulius Bünger2019-04-08
|
* RPS data extraction: Format written filesJulius Bünger2019-04-08
|
* RPS service: Record number of unique peers in gossipJulius Bünger2019-04-08
|
* RPS api: Fix type of callback and handleJulius Bünger2019-04-08
|
* RPS: Forgot to add headerJulius Bünger2019-04-08
|
* RPS: Retrieve more info from sampler for profilingJulius Bünger2019-04-08
|
* indentation, GNUNET_memcmp introduction, housekeepingChristian Grothoff2019-04-07
|
* implement #5551 (UDP broadcast learning in TNG)Christian Grothoff2019-04-07
|
* move gnunet-download-manager to contribng02019-04-06
|
* Merge branch 'master' of gnunet.org:gnunetng02019-04-06
|\
| * fix includesChristian Grothoff2019-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 #5677Christian Grothoff2019-04-06
|
* force 'const' on typeChristian Grothoff2019-04-06
|
* force 'const' on typeChristian Grothoff2019-04-06
|
* introduce GNUNET_memcmp() and GNUNET_is_zero()Christian Grothoff2019-04-06
|
* fix #5352Christian Grothoff2019-04-05
|
* include credential_*.h in distDaniel Golle2019-04-05
|
* fix indentChristian Grothoff2019-04-04
|
* fix distSchanzenbach, Martin2019-04-04
|
* RPS: Return peers to client after many observed idsJulius Bünger2019-04-04
|
* allow applications expressing connection preferences directly to TNG, ↵Christian Grothoff2019-04-03
| | | | collect HELLOs from PEERSTORE for expressed prefs
* mergeSchanzenbach, Martin2019-04-03
|\
| * resume transmission on idle queues upon incoming message (TNG)Christian Grothoff2019-04-03
| |
* | fix rest plugin buildSchanzenbach, Martin2019-04-03
|/
* only run malicious tests if malicious features are enabledv0.11.1Christian Grothoff2019-04-03
|
* fix disting rulesChristian Grothoff2019-04-03
|
* remove xt/xu plugins, no longer needed for anythingChristian Grothoff2019-04-03
|
* distingChristian Grothoff2019-04-03
|
* fix linker options for gnunet-qrChristian Grothoff2019-04-03
|
* merge conflict resolutionChristian Grothoff2019-04-03
|\
| * gnunet-qr: Implement functionality of gnunet-uri, don't spawn.Hartmut Goebel2019-03-13
| | | | | | | | | | | | | | | | This copies the central part of gnunet-uri. Should better be in some shared code. Also eliminate helper lib "gnunet-qr-utils.h", which is no longer used.
| * gnunet-qr: Use GNUNET_PROGRAM_run to simplify the code.Hartmut Goebel2019-03-13
| |
| * gnunet-qr: Use the `gnunet-uri` binary installed into PREFIX.Hartmut Goebel2019-03-13
| | | | | | | | | | | | This helps keeping environments concise and functional package managers like guix this will ensure `gnunet-uri` from the same environment is used.
| * gnunet-qr: Add into Makefile.am and pofiles,Hartmut Goebel2019-03-13
| |
| * gnunet-qr: Actually run gnunet-uri.Hartmut Goebel2019-03-13
| |
| * Add helper lib "gnunet-qr-utils.h".Hartmut Goebel2019-03-13
| | | | | | | | | | | | These functions are copied from dns/gnunet-helper-dns.c, move them into a common library. Or think about implementing a even more elaborate version.
| * gnunet-qr: Simplify verbose messaging.Hartmut Goebel2019-03-13
| |
| * gnunet-qr: Reimplement in C - yet only a proof of concept.Hartmut Goebel2019-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Still to-do: * running gnunet-uri * Proper error handling * integration into build system (automake) Reimplementing in C was chosen since - official zbar python-bindings support python 2 only, - none of the other bindings available at PyPI supports the high-level "processor" interface which gnunet-qr uses - implementing bindings for zbar using ctypes required addin a lot of low-level error handling code, thus implementing in C seamed to be easier, - the programm is short, thus re-implementing is not such complicated, and - this allows to reduce the number of dependencies (here: another Python version), which should ease porting to other plattforms (zbar is a dependency anyway).
* | add error handling for gnunet-qrChristian Grothoff2019-04-03
| |
* | gnunet-qr: Implement functionality of gnunet-uri, don't spawn.Hartmut Goebel2019-04-03
| | | | | | | | | | | | | | | | This copies the central part of gnunet-uri. Should better be in some shared code. Also eliminate helper lib "gnunet-qr-utils.h", which is no longer used.
* | gnunet-qr: Use GNUNET_PROGRAM_run to simplify the code.Hartmut Goebel2019-04-03
| |
* | gnunet-qr: Use the `gnunet-uri` binary installed into PREFIX.Hartmut Goebel2019-04-03
| | | | | | | | | | | | This helps keeping environments concise and functional package managers like guix this will ensure `gnunet-uri` from the same environment is used.
* | gnunet-qr: Add into Makefile.am and pofiles,Hartmut Goebel2019-04-03
| |