Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-07 | paragraph for gnunet devs that don't know how to use the web | psyc://loupsycedyglgamf.onion/~lynX | |
2018-06-07 | glitch in the license text detected by hyazinthe, thank you! | psyc://loupsycedyglgamf.onion/~lynX | |
2018-06-05 | first batch of license fixes (boring) | psyc://loupsycedyglgamf.onion/~lynX | |
2016-08-13 | -fix bug introduced when STAR topology was added, STAR must only be once in ↵ | Christian Grothoff | |
the topology_strings[]-array | |||
2016-07-08 | -avoid calling memcpy() with NULL argument, even if len is 0 | Christian Grothoff | |
2016-04-30 | implementing new scheduler shutdown semantics | Christian Grothoff | |
2016-04-09 | small API change: do no longer pass rarely needed ↵ | Christian Grothoff | |
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() | |||
2016-01-19 | -fix (C) notices | Christian Grothoff | |
2015-10-29 | -do not segv on controller crash | Christian Grothoff | |
2015-06-30 | fix #3869: outdated FSF address | Christian Grothoff | |
2015-02-07 | -bringing copyright tags up to FSF standard | Christian Grothoff | |
2014-12-24 | making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵ | Christian Grothoff | |
even fully address #3247 | |||
2014-01-08 | -fixes | Sree Harsha Totakura | |
2013-12-19 | malloc -> new | LRN | |
2013-10-17 | - use get_value_filename when retrieving filenames and paths | Sree Harsha Totakura | |
2013-10-12 | - change --enable-ll to --enable-supermuc | Sree Harsha Totakura | |
- define a system wide termination signal GNUNET_TERM_SIG. Set this to SIGUSR1 only when building for SuperMUC | |||
2013-10-06 | -remove trailing whitespace | Christian Grothoff | |
2013-09-11 | - implement scale free topology correctly and introduce argument to cap the ↵ | Sree Harsha Totakura | |
number of connections to a peer in the generated topology | |||
2013-09-09 | - barriers test case; more fixes | Sree Harsha Totakura | |
2013-09-06 | - give out run handle through which master controller's handle can be retrieved | Sree Harsha Totakura | |
2013-09-05 | - doxygen | Sree Harsha Totakura | |
2013-09-05 | - warn and wait for all operations to be completed | Sree Harsha Totakura | |
2013-09-04 | - remove dead code and fixes | Sree Harsha Totakura | |
2013-06-24 | - coverity fixes | Sree Harsha Totakura | |
2013-06-10 | - remove island handling code (we are restricted to 1 island anyway) | Sree Harsha Totakura | |
2013-05-24 | - do not create peers on the island controller | Sree Harsha Totakura | |
2013-05-17 | - fallback to using ip addresses for hosts | Sree Harsha Totakura | |
2013-05-15 | - fix compile | Sree Harsha Totakura | |
2013-05-15 | - distribute peers equally among island nodes on SuperMUC | Sree Harsha Totakura | |
2013-05-14 | - supermuc specific island handling code | Sree Harsha Totakura | |
2013-05-11 | - avoid linear scan of hosts | Sree Harsha Totakura | |
2013-05-04 | - remove unused configuration parameter in GNUNET_TESTBED_controller_link() | Sree Harsha Totakura | |
2013-04-18 | - doc | Sree Harsha Totakura | |
2013-04-17 | - use hashmap instead of DLL | Sree Harsha Totakura | |
2013-04-10 | - use host's configuration while starting controller on the host | Sree Harsha Totakura | |
2013-04-10 | - use host's configuration while connecting to controller | Sree Harsha Totakura | |
2013-04-10 | - copyright | Sree Harsha Totakura | |
sed -i -r "s/(.*\(C\))(.*)(Christian)/\1 2008--2013 \3/" *.h *.c | |||
2013-03-28 | provide how many links succeeded and how many failed in test master callback | Sree Harsha Totakura | |
from GNUNET_TESTBED_run() and GNUNET_TESTBED_test_run() functions | |||
2013-03-28 | - fix crashes in testbed_api_testbed upon interrupts | Sree Harsha Totakura | |
2013-03-27 | - exit when an operation fails | Sree Harsha Totakura | |
2013-03-19 | - code reordering | Sree Harsha Totakura | |
- Call GNUNET_SCHEDULER_shutdown() upon errors | |||
2013-03-18 | - doxygen | Sree Harsha Totakura | |
2013-03-18 | expose Operation and associated closure in every event | Sree Harsha Totakura | |
2013-03-15 | Call TestMaster callback upon timeout set through configuration | Sree Harsha Totakura | |
fixes #2833 | |||
2013-03-13 | Implement GNUNET_TESTBED_get_statistics() - resolves #2662 | Sree Harsha Totakura | |
Test case for testing GNUNET_TESTBED_get_statistics() Fix waiting for SHUTDOWN_PEERS reply when controller crashes | |||
2013-03-11 | - fix | Sree Harsha Totakura | |
2013-03-11 | - fix | Sree Harsha Totakura | |
2013-03-08 | - fix (case where peers <= 2) | Sree Harsha Totakura | |
2013-03-07 | - remove unused code | Sree Harsha Totakura | |
2013-03-05 | - fix | Sree Harsha Totakura | |