aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.c
Commit message (Collapse)AuthorAge
* - added new udp backchannel testcase, changed netjail script to have port ↵t3sserakt2021-09-20
| | | | forwarding into subnets, master loop is no configured completely by topology config file, connect cmd reads topology file to connect to configured nodes
* - added tng milestone 2 versions with improvements onto version 1 files , ↵t3sserakt2021-09-13
| | | | fixed smaller issues in milestone 1 versions, added version 1 to buildbot, added new testcase for testing udp backchannel
* -Fix several incorrect uses of `i.e.'Alessio Vanni2021-04-24
| | | | With some other changes to sentences here and there as I found appropriate.
* avoid boolean flag in GNUNET_OS_start_process() API (fixes #6188)Christian Grothoff2020-07-17
|
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* make GNUNET_freez default, have GNUNET_free_nz for cases where that does not ↵Christian Grothoff2020-04-21
| | | | work
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* Remove win32 and cygwin supportng02019-09-09
|
* uncrustify as demanded.ng02019-09-08
|
* first step to remove plibcng02019-09-06
|
* fix indentationChristian Grothoff2019-02-17
|
* fix path lengthSchanzenbach, Martin2019-02-17
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* 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
|
* add assertion to make static analysis happyChristian Grothoff2017-03-10
|
* fix indentationChristian Grothoff2017-02-23
|
* -eliminate dead codeChristian Grothoff2016-09-30
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* refactoring ARM api to use new MQChristian Grothoff2016-06-23
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* -doxygenChristian Grothoff2015-10-27
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* Fix the use of (GNUNET_)strdup and (GNUNET_)freeLRN2015-01-24
|
* - Copy PATHS section as the shared service configuration may refer to ↵Sree Harsha Totakura2014-03-07
| | | | options from here.
* Allow redirection of STDERR when starting processes.Sree Harsha Totakura2014-02-20
|
* malloc -> newLRN2013-12-19
|
* -always initialize emsg_Christian Grothoff2013-12-05
|
* - move do_start_process to util/Sree Harsha Totakura2013-11-29
|
* Fix compilationBruno Cabral2013-11-28
|
* - write PEERID to PATHS so that it can be used for dollar expansionSree Harsha Totakura2013-11-28
|
* - support PREFIX strings with argumentsSree Harsha Totakura2013-11-28
|
* - use get_value_filename when retrieving filenames and pathsSree Harsha Totakura2013-10-17
|
* - change --enable-ll to --enable-supermucSree Harsha Totakura2013-10-12
| | | | | - define a system wide termination signal GNUNET_TERM_SIG. Set this to SIGUSR1 only when building for SuperMUC
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* - ignore GNUNET_TESTING_PREFIX in testbed helperSree Harsha Totakura2013-10-10
|
* -switching (again) to named sockets, see #2887Christian Grothoff2013-10-09
|
* migrating towards XDG configuration specification (#3000)Christian Grothoff2013-10-09
|
* - docSree Harsha Totakura2013-10-09
|
* - fix and docSree Harsha Totakura2013-10-09
|
* - prefix env variable for specifying the tmp dir testbed/testing uses for ↵Sree Harsha Totakura2013-10-09
| | | | dumping generated peer config files
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -towards addressing #3047, note this causes the code to FTBFSChristian Grothoff2013-09-30
|
* -undo #29640, somehow causes problemsChristian Grothoff2013-09-27
|
* moving from abstract unix domain socket paths to normal unix domain socket ↵Christian Grothoff2013-09-26
| | | | paths (#2887), removing now unnecessary/dead flags argument to GNUNET_NETWORK_socket_bind
* -misc fixes based on cppcheckChristian Grothoff2013-09-25
|