aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.c
Commit message (Collapse)AuthorAge
* -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
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* - fix memleaksSree Harsha Totakura2013-09-05
|
* removing GNUNET_CRYPTO_ecc_key_free, use GNUNET_free directly insteadChristian Grothoff2013-08-21
|
* - make no distinction between TCP and UDP port while reserving themSree Harsha Totakura2013-08-15
|
* - avoid assertion failure if PRIVATE_KEY is not present in PEER sectionSree Harsha Totakura2013-08-14
|
* -fixing #2976Christian Grothoff2013-08-07
|
* moving to new, fixed-size encoding of public and private ECC keys ↵Christian Grothoff2013-08-06
| | | | everywhere, also improving ECC API to better support ECRS/GADS operations
* - coverity fixesSree Harsha Totakura2013-06-24
|
* Fixed GNUNET_CLIENT_service_test on FreeBSD.David Barksdale2013-06-20
| | | | | | | This should also fix any other platform with AF_UNIX that is not Linux or Mingw.
* - add GNUNET_TESTING_peer_stop_async_cancel()Sree Harsha Totakura2013-05-07
|
* - simple test case for service sharing in testing deploymentsSree Harsha Totakura2013-04-19
|
* - service sharing in testingSree Harsha Totakura2013-04-18
|
* - close file fd after mapping the fileSree Harsha Totakura2013-04-16
|
* - revert to using memory mapped host keys fileSree Harsha Totakura2013-04-16
|
* -remove unnecessary arguments from ARM callbacksChristian Grothoff2013-04-14
|
* - doxygenSree Harsha Totakura2013-04-07
|
* - reduce open file descriptors in processes started through testingSree Harsha Totakura2013-04-03
|
* - release ports while destroying peerSree Harsha Totakura2013-04-01
|
* - only have asynchronous peer stopSree Harsha Totakura2013-04-01
|