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