aboutsummaryrefslogtreecommitdiff
path: root/src/testing
Commit message (Collapse)AuthorAge
...
* removed double rsa key freeSree Harsha Totakura2012-05-29
|
* -fix memory leakChristian Grothoff2012-05-29
|
* -modified hostkeys managementSree Harsha Totakura2012-05-29
|
* -reverted GNUNET_TESTING_configuration_create()Sree Harsha Totakura2012-05-28
|
* -configuration from templateSree Harsha Totakura2012-05-28
|
* -fixed bug 2379Sree Harsha Totakura2012-05-28
|
* renaming GNUNET_TIME_relative_get_forever and ↵Christian Grothoff2012-05-27
| | | | GNUNET_TIME_absolute_get_forever methods, adding underscore, to make it clear that the respective #defines should be used instead; replacing use of direct function calls with respective macros where applicable; adding additional GNUNET_TIME_relative_get_xxx-functions to avoid calls to GNUNET_TIME_relative_multiply, which turn out to have gotten performance-relevant
* -fix warning with lockmanager port in testcasesChristian Grothoff2012-05-27
|
* -fixing testing testcase build issuesChristian Grothoff2012-05-27
|
* - hostkeyfile readingSree Harsha Totakura2012-05-27
|
* - AI_NUMERICSERV windows hackSree Harsha Totakura2012-05-26
|
* -logging conventionSree Harsha Totakura2012-05-26
|
* port reservation - releaseSree Harsha Totakura2012-05-26
|
* port reservation and test casesSree Harsha Totakura2012-05-26
|
* -fixed infinite loopSree Harsha Totakura2012-05-26
|
* -freeing addrinfoSree Harsha Totakura2012-05-25
|
* testing port reservationSree Harsha Totakura2012-05-25
|
* testing port checking (incomplete)Sree Harsha Totakura2012-05-22
|
* testing systemSree Harsha Totakura2012-05-20
|
* -clique also causes unattributable trouble, commenting out for nowChristian Grothoff2012-05-11
|
* -fix double freeChristian Grothoff2012-05-10
|
* -fixChristian Grothoff2012-05-08
|
* - fixed more memory leaks, doc, refactorBart Polot2012-05-08
|
* - adpated code to styleguide, fixed more memory leaksBart Polot2012-05-08
|
* - fixed memory leaksBart Polot2012-05-08
|
* Renamed GNUNET_OS_process_close to GNUNET_OS_process_destroyBart Polot2012-05-08
|
* - proper typeBart Polot2012-05-08
|
* - Document statistics api and fix testing's usage of itBart Polot2012-05-08
|
* - Added FIXMEsBart Polot2012-05-07
|
* -improving error messages of failing testChristian Grothoff2012-05-07
|
* -more to removeChristian Grothoff2012-05-06
|
* -removing bogus/legacy debug statements, not passing -L DEBUG to arm anymoreChristian Grothoff2012-05-06
|
* -disabling failing testChristian Grothoff2012-05-06
|
* -draft of new low-level testing code structureChristian Grothoff2012-05-05
|
* -draft of new low-level testing APIChristian Grothoff2012-05-05
|
* -build issues'Christian Grothoff2012-05-05
|
* -renaming new testing code to testbedChristian Grothoff2012-05-05
|
* -doxygenChristian Grothoff2012-05-04
|
* -fixes:Christian Grothoff2012-05-04
|
* - Fixed killing of random processes on shutdownBart Polot2012-05-04
|
* -fix compilation of new testing draftChristian Grothoff2012-05-03
|
* -draft of new testing codeChristian Grothoff2012-05-03
|
* -fixing #2293Christian Grothoff2012-05-02
|
* -further revisions on testing API and new testing IPC message definitionsChristian Grothoff2012-04-30
|
* -convert assert to break for nowChristian Grothoff2012-04-26
|
* -fixChristian Grothoff2012-03-21
|
* -LRN: calculate file size for single files when needed and use ↵Christian Grothoff2012-03-19
| | | | GNUNET_DISK_file_size instead of STAT
* -LRN: use plibc SSCANF instead of sscanfChristian Grothoff2012-03-11
|
* -fixing #2190 by actually stopping all child processes cleanlyChristian Grothoff2012-03-09
|
* -removing 'proc' and replacing it with a different proc for each of the ↵Christian Grothoff2012-03-09
| | | | different types of processes being started so that we can actually figure out which ones are running