blob: 99d09c8b23252028450a9ea1d6d25d04b5f60583 [file] [log] [blame]
paul1f377b02005-09-10 18:00:11 +000012005-09-06 Paul Jakma <paul@dishone.st>
2
3 * aspath_test.c: Test bgp_aspath functionality.
4 * Makefile.am: build aspathtest
5 * ChangeLog: Fix date of previous commit
6
72005-09-06 Paul Jakma <paul@dishone.st>
pauldff4f522005-09-06 23:08:01 +00008
9 * test-buffer.c: include memory.h
10 (main) call memory_init().
11
paul6379b962005-09-05 14:00:09 +0000122004-09-05 Paul Jakma <paul@dishone.st>
13
14 * heavy-wq.c: (slow_func_del,slow_func_err) make them take
15 void * argument to shut up silly gcc warning.
16
paul9f3f7a12005-04-25 16:42:24 +0000172004-05-25 Paul Jakma <paul@dishone.st>
18
19 * main.c: new file, common 'main' portion which then calls
20 test_init.
21 * heavy.c: remove common portions now in 'main.
22 * heavy-wq.c: ditto
23 * heavy-thread.c: ditto
24 * heavy*.c: Set the slow_function iteration number lower, to 300, it
25 was several orders of magnitude too 'slow' to be useful. :)
26 * Makefile.am: main is a source of the tests. heavy should link
27 to the math library.
28
paul864c3642005-04-22 00:50:08 +0000292004-05-22 Paul Jakma <paul@dishone.st>
30
31 * heavy-thread.c: Andrew Schorr's adaptation of heavy.c to use a
paul1d2c8932005-04-22 00:54:44 +000032 background thread to avoid responsiveness problems.
33 * Makefile.am: Build heavythread
paul864c3642005-04-22 00:50:08 +000034
paulcb0663c2005-04-21 17:23:48 +0000352004-05-21 Paul Jakma <paul@dishone.st>
36
37 * heavy.c: Add a timer thread to demonstrate thread interactivity,
38 Add a daemon_exit command to assist with debugging (eg for memory
39 tracers, etc..)
40
paul43313d02005-04-19 21:28:36 +0000412004-05-19 Paul Jakma <paul@dishone.st>
42
43 * heavy.c: test programme to show how long-running functions
44 kill responsiveness. Demonstrating the most niggly problem
45 left in bgpd.
46
paul662a1f22005-04-13 03:32:23 +0000472004-05-13 Paul Jakma <paul@dishone.st>
48
49 * test-buffer.c: Andrew's buffer tester
50 * test-memory.c: basic memory tester
51 * Makefile.am: Add new tests