aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.c
Commit message (Collapse)AuthorAge
* use new transport API, minor core API changeChristian Grothoff2011-06-05
|
* clean upChristian Grothoff2011-05-07
|
* shutdownMatthias Wachs2011-04-20
|
* code not to be used by anyone, everNathan S. Evans2011-03-14
|
* remove core connect call, add core to defaultservices for test caseNathan S. Evans2011-03-10
|
* force connection attempt to core (should core always be listed in ↵Nathan S. Evans2011-03-09
| | | | defaultservices instead?
* allow peer connect call directly from peer started callbackNathan S. Evans2011-03-09
|
* create nested directory structure for greater than 32k peersNathan S. Evans2011-03-07
|
* Fixes for testing because of my addled brain.Nathan S. Evans2011-03-02
|
* My brain is melted.Nathan S. Evans2011-03-02
|
* Nothing ever is right the first time.Nathan S. Evans2011-03-02
|
* Set hostkeycallback to null.Nathan S. Evans2011-03-02
|
* Remove useless hostkey dilly-dallying in testing.Nathan S. Evans2011-03-02
|
* Testing and core related changes.Nathan S. Evans2011-02-22
|
* missing NO TASKNathan S. Evans2011-02-16
|
* change testing to use is peer connectedNathan S. Evans2011-02-16
|
* reduce verbosityNathan S. Evans2011-02-16
|
* testing codeNathan S. Evans2011-02-16
|
* testing codeNathan S. Evans2011-02-16
|
* fixNathan S. Evans2011-02-16
|
* attempt to avoid issuing connect request for already connected peersNathan S. Evans2011-02-16
|
* reduce topology overheads in testing, probably breaking some stuffNathan S. Evans2011-01-27
|
* enable reading of hostkeys from a file for testing, also loading of topology ↵Nathan S. Evans2011-01-21
| | | | from topology file
* cleaning up core API with bugfixChristian Grothoff2010-12-23
|
* pre-checkNathan S. Evans2010-12-21
|
* possible fix for timing issue (causing missed peer connect events) in testingNathan S. Evans2010-11-19
|
* partial fix for missing connect notifications from remote peers, still a ↵Nathan S. Evans2010-11-19
| | | | problem somewhere though(!)
* remove debugging flagsNathan S. Evans2010-11-16
|
* Fix for blacklist testcase; more aggressive reconnect attempts.Nathan S. Evans2010-11-16
|
* Testing changes required to work with new core api. Revert ↵Nathan S. Evans2010-11-16
| | | | GNUNET_CORE_iterate_peers call to work properly.
* Fix for testing where peer_start callback immediately calls peer_stop (also ↵Nathan S. Evans2010-11-16
| | | | white space changes)
* not sure how this has been working, unless something got out of sync in ↵Nathan S. Evans2010-11-15
| | | | svn... also not sure it is fixed
* the big core API/protocol change, breaks all testcases using core, since the ↵Christian Grothoff2010-11-13
| | | | code is still buggy
* adding argument to GNUNET_CORE_connect -- not yet implementedChristian Grothoff2010-11-11
|
* codesonar fixesNathan S. Evans2010-11-10
|
* big scheduler refactoring, expect some issuesNathan S. Evans2010-11-05
|
* original patch from Mantis 1614Christian Grothoff2010-11-03
|
* Refactoring GNUNET_time structsMatthias Wachs2010-10-27
|
* testing api additionNathan S. Evans2010-09-17
|
* 0001602: A patch to fix process spawning with redirected std streams Matthias Wachs2010-09-15
|
* some testing changes, features addedNathan S. Evans2010-09-14
|
* change timeout, so multiple connect request messages can be sentNathan S. Evans2010-09-04
|
* allowing a single stats and/or peerinfo service per hostNathan S. Evans2010-09-03
|
* klocwork fixesNathan S. Evans2010-09-01
|
* stagger shutdownNathan S. Evans2010-08-12
|
* add code to enable checking if transport's idea of our peer identity matches ↵Christian Grothoff2010-07-21
| | | | that of core, etc -- might help diagnose certain bugs
* hacks from tripChristian Grothoff2010-07-07
|
* gpl3Christian Grothoff2010-07-02
|
* change to limit number of peers actually starting concurrently so as not to ↵Nathan S. Evans2010-06-29
| | | | exceed max file descriptor limit
* remove config file for churn, not removing directory specified in config ↵Nathan S. Evans2010-06-24
| | | | file. May be a problem, unless the assumption is that test cases create/remove their own directories in which testing runs