-move tcp session check into extra checks condition
[oweals/gnunet.git] / src / testbed /
2013-12-12 Sree Harsha Totakura- underlay link model message
2013-12-11 Sree Harsha Totakura- add underlay api implementation
2013-12-10 Sree Harsha Totakura- fix #3187
2013-12-08 Christian GrothoffAPI cleanup, rename GNUNET_TRANSPORT_check_neighbour_co...
2013-12-08 LRNDup the envvar before unsetting, everywhere
2013-12-08 LRNSave the prefix value on W32, it does not survive unsetting
2013-12-05 Christian Grothoff-use modern GNUNET_new, instead of GNUNET_malloc (sizeof
2013-12-05 Christian Grothoff-fix leak of emsg
2013-12-05 Christian Grothoff-fix leak, use 'op'
2013-12-05 Christian Grothoff-dead assignment, reported by clang
2013-12-05 Christian Grothoff-dead assignment, reported by clang
2013-11-28 Sree Harsha Totakura- write PEERID to PATHS so that it can be used for...
2013-11-28 Sree Harsha Totakura- don't timeout SHUTDOWN_PEERS operation
2013-11-18 Sree Harsha Totakurafix #2944: modify the adaptive parallelisation algorithm
2013-11-11 Sree Harsha Totakura-fix leaks with putenv()
2013-10-30 Sree Harsha Totakura- doxygen
2013-10-29 Sree Harsha Totakura- use configuration template for duplicate configurations
2013-10-28 Sree Harsha Totakura- fixes
2013-10-28 Sree Harsha Totakura- tolerate zero cache size
2013-10-28 Sree Harsha Totakura- cleanup; move to hashmap32
2013-10-23 Sree Harsha Totakura- do not create GNUNET_TEST_HOME directory
2013-10-23 Sree Harsha Totakura- use pooled connections from connection pool module
2013-10-18 Sree Harsha Totakura-fix doxygen warning
2013-10-17 Sree Harsha Totakura- use get_value_filename when retrieving filenames...
2013-10-17 Sree Harsha Totakura- interactive option to disable waiting on keystroke...
2013-10-15 Sree Harsha Totakura- fix invalid free()
2013-10-12 Sree Harsha Totakura- change --enable-ll to --enable-supermuc
2013-10-10 Sree Harsha Totakura- fix testbed crash when controller linking operations...
2013-10-10 Bart Polot- typo
2013-10-10 Sree Harsha Totakura- ignore GNUNET_TESTING_PREFIX in testbed helper
2013-10-09 Christian Grothofflast XDG change: use GNUNET_RUNTIME_DIR instead of...
2013-10-09 Christian Grothoffmore work towards XDG spec (#3000) -- config file location
2013-10-09 Christian Grothoffmigrating towards XDG configuration specification ...
2013-10-08 Sree Harsha Totakura- cleanup dead code
2013-10-08 Sree Harsha Totakura- bail out if peer is not running
2013-10-08 Christian Grothoff-do not include twice
2013-10-08 Christian Grothoffshould include util_lib, not common
2013-10-08 Christian Grothoff-ftbfs
2013-10-08 Sree Harsha Totakura- fix peer reconfiguration when the peer is already...
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-10-04 Christian Grothoffaddressing name conflict with PS_STOPPED on MinGW
2013-10-01 Christian Grothoff-fixing misc FTBFS issues
2013-09-30 Christian Grothoff-getting core, nse, testbed, ats-tool and peerinfo...
2013-09-30 Sree Harsha Totakura- fix misc. memleaks
2013-09-30 Sree Harsha Totakura- rename to GNUNET_TESTBED_BARRIERSTATUS_*
2013-09-27 Bart Polot- extra debug
2013-09-27 Christian Grothoff-undo #29640, somehow causes problems
2013-09-26 Christian Grothoffmoving from abstract unix domain socket paths to normal...
2013-09-26 Sree Harsha Totakura- towards seperating connection pooling from cache
2013-09-25 Christian Grothoff-adding missing GNUNET_PACKED
2013-09-23 Sree Harsha Totakura- start the adaptive algorithm with 4 parallel operations
2013-09-19 Sree Harsha Totakura- testbed daemon for transport blacklisting
2013-09-18 Sree Harsha Totakura- fix build
2013-09-18 Sree Harsha Totakura- profiling looks for testbed service
2013-09-17 Sree Harsha Totakura- fix hanging barriers test case on windows
2013-09-17 Sree Harsha Totakura- remove python wrapper for barriers test case
2013-09-16 Sree Harsha Totakura- generate test_testbed_api_barriers.conf in the testcase
2013-09-16 Sree Harsha Totakura- generate test_testbed_api_barriers.conf
2013-09-16 Sree Harsha Totakura- fix crash upon testbed service crash or broken connection
2013-09-16 Sree Harsha Totakura- undo rev 29322
2013-09-16 Sree Harsha Totakura- fix crash when disconnecting from misbehaving client
2013-09-16 Sree Harsha Totakura- use getcwd()
2013-09-16 Florian Dold- replace deprecated INCLUDES with AM_CPPFLAGS
2013-09-16 Sree Harsha Totakura- testing for getcwd on windows
2013-09-13 Sree Harsha Totakura- doc
2013-09-12 Sree Harsha Totakura- fix likely possible nonterminating loop for small...
2013-09-12 Sree Harsha Totakura- capping node degree in scale free topology
2013-09-11 Sree Harsha Totakura- implement scale free topology correctly and introduce...
2013-09-11 Christian Grothoff-docu improvements
2013-09-11 LRNDisable test_testbed_api_barriers on W32
2013-09-11 Sree Harsha Totakura- popularity corresponds to edge direction
2013-09-11 Florian Dold- testbed port is used by java
2013-09-10 Sree Harsha Totakura- experiment driver propagates barrier crossed notification
2013-09-09 Sree Harsha Totakura- barriers doc
2013-09-09 Sree Harsha Totakura- fix failing barriers test case
2013-09-09 Sree Harsha Totakura- fix compile
2013-09-09 Sree Harsha Totakura- barriers test case; more fixes
2013-09-06 LRNW32 compatibility for test_testbed_api_barriers
2013-09-06 Sree Harsha Totakura- give out run handle through which master controller...
2013-09-05 Sree Harsha Totakura- doxygen
2013-09-05 Sree Harsha Totakura- fix memleaks
2013-09-05 Sree Harsha Totakura- warn and wait for all operations to be completed
2013-09-04 Sree Harsha Totakura- remove dead code and fixes
2013-09-03 Sree Harsha Totakura- fix windows build
2013-09-03 Sree Harsha Totakura- fixes
2013-09-03 Sree Harsha Totakura- build system changes for testing barriers API
2013-09-03 Sree Harsha Totakura- barrier wait API
2013-09-03 Sree Harsha Totakura- fix compile
2013-09-02 Sree Harsha Totakura- propagate barrier cancel message
2013-09-02 Sree Harsha Totakura- more barrier code
2013-09-02 Sree Harsha Totakura- more barrier stuff
2013-09-01 Sree Harsha Totakura- more barrier stuff
2013-08-30 Sree Harsha Totakura- doxygen
2013-08-30 Sree Harsha Totakura- towards testbed barriers
2013-08-30 Sree Harsha Totakura- doxygen
2013-08-29 Sree Harsha Totakura- average with failure operation time as overhead
2013-08-24 Christian Grothoff-use GPLv3+ consistently
2013-08-23 Sree Harsha Totakura- negative deviation factor
2013-08-21 Christian Grothoffremoving deprecated argument in 'init' callback of...
2013-08-21 Sree Harsha Totakura- dead code
next