aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
Commit message (Collapse)AuthorAge
* -fix many more typosChristian Grothoff2021-04-26
|
* -fix some warningsMartin Schanzenbach2020-10-26
|
* merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188Christian Grothoff2020-07-18
|
* avoid boolean flag in GNUNET_OS_start_process() API (fixes #6188)Christian Grothoff2020-07-17
|
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* Improved BIO APIAlessio Vanni2020-05-19
| | | | | | | | | | | | | | | | | | | | BIO now supports reading from and writing to in-memory buffers. For reading, an allocated buffer (array) and a size is passed as arguments to the function opening the handle. For writing, a GNUNET_Buffer is created and used internally. The buffer contents can be extracted using the relevant function. There is a new API in addition to the existing read/write: this new API is more "declarative" in nature and is meant to mimic APIs like GNUNET_SQ. The read/write operations are defined in an array of specs which are then "commited" in a single (non-atomic) operation, rather than explicitly executing multiple function calls and checking their return value. Also there are small changes to GNUNET_Buffer to account for BIO's new features. Signed-off-by: Christian Grothoff <christian@grothoff.org>
* make GNUNET_freez default, have GNUNET_free_nz for cases where that does not ↵Christian Grothoff2020-04-21
| | | | work
* fix gnunet-statistics CLIChristian Grothoff2020-04-11
|
* fix crashChristian Grothoff2020-04-07
|
* 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 7c14b80a011e9e99b1cef0bfd96bae364edd5663:ng02019-11-20
| | | | use __linux__ instead of redefined LINUX.
* tighten formatting rulesChristian Grothoff2019-10-31
|
* follow-up to win32 removal.ng02019-10-25
|
* format pythonng02019-10-12
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* 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.
* uncrustify as demanded.ng02019-09-08
|
* first step to remove plibcng02019-09-06
|
* nicer loop structureChristian Grothoff2019-06-04
|
* Cleanup Python code: remove `import __future__`.Hartmut Goebel2019-03-10
| | | | | All of these only made Python 2 accept some Python 3 language idioms, and the code is Python-3-only.
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* Quote strings if in csv mode (statistics cli)Julius Bünger2018-09-12
|
* statistics cli: restructure for better scalingJulius Bünger2018-06-23
|
* AUTOSTART renamed into START_ON_DEMAND (#4547a)psyc://loupsycedyglgamf.onion/~lynX1984-04-04
|
* statistics-cli: rename csv-parameter, update manpageJulius Bünger2018-06-16
|
* statistics-cli: add option for csv separatorJulius Bünger2018-06-16
|
* statistics-cli: add -t for printing statistics of testbed nodesJulius Bünger2018-06-16
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* test_gnunet_statistics: flake8Nils Gillmann2018-05-22
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* follow-up, fix conf locationsNils Gillmann2018-05-19
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* fix test check for TMPDIR: do not throw exception if variable does not existChristian Grothoff2018-05-10
|
* test_gnunet_statistics.py: use new locations of TMPNils Gillmann2018-05-06
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* Switch to $GNUNET_TMP in all configuration files.Nils Gillmann2018-05-06
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* Merge branch 'fix_social'lurchi2017-12-30
|\
| * allow MST callback to distinguish between disconnect and parse error ↵Christian Grothoff2017-10-29
| | | | | | | | situations, and only log for the hard errors
* | Use Suffix Extensions in Makefiles (doc, ↵ng02017-10-17
|/ | | | src/{arm,dht,integration,statistics}) for improved portability.
* rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff2017-03-25
|
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
|
* Port 'statistics' to the new getopt API.Marcello Stanisci2017-03-15
|
* fix minor leakChristian Grothoff2017-03-13
|
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* exclude more testsChristian Grothoff2017-01-08
|
* - add subdirectory gitignore filesBart Polot2016-11-09
|
* improve test shutdown and indentationChristian Grothoff2016-10-21
|
* convert statistics service to new service MQ APIChristian Grothoff2016-09-20
|
* misc minor fixes for new service MQ API, implementing resolver using new ↵Christian Grothoff2016-09-19
| | | | service API
* -fix NPEChristian Grothoff2016-08-22
|