blob: 2ac5a51753fbd8f18820da272ec175ced7600fdf [file] [log] [blame]
paul59064762005-11-23 02:48:14 +000012005-11-23 Paul Jakma <paul.jakma@sun.com>
2
3 * aspath_test.c: Add an empty aspath to test segments, and to
4 compare tests.
5 Add a segment identical to seq1, but with one extra asn.
6 Fix bogus free of stream in make_aspath for case where
7 no stream was allocated (empty path data).
8
paul84771ee2005-10-11 03:48:28 +000092005-10-11 Paul Jakma <paul.jakma@sun.com>
10
11 * test-privs.c: Privileges unit test.
12 * Makefile.am: build testprivs
13 * aspath_test.c: fix a few sign warnings
14
paul1f377b02005-09-10 18:00:11 +0000152005-09-06 Paul Jakma <paul@dishone.st>
16
17 * aspath_test.c: Test bgp_aspath functionality.
18 * Makefile.am: build aspathtest
19 * ChangeLog: Fix date of previous commit
20
212005-09-06 Paul Jakma <paul@dishone.st>
pauldff4f522005-09-06 23:08:01 +000022
23 * test-buffer.c: include memory.h
24 (main) call memory_init().
25
paul6379b962005-09-05 14:00:09 +0000262004-09-05 Paul Jakma <paul@dishone.st>
27
28 * heavy-wq.c: (slow_func_del,slow_func_err) make them take
29 void * argument to shut up silly gcc warning.
30
paul9f3f7a12005-04-25 16:42:24 +0000312004-05-25 Paul Jakma <paul@dishone.st>
32
33 * main.c: new file, common 'main' portion which then calls
34 test_init.
35 * heavy.c: remove common portions now in 'main.
36 * heavy-wq.c: ditto
37 * heavy-thread.c: ditto
38 * heavy*.c: Set the slow_function iteration number lower, to 300, it
39 was several orders of magnitude too 'slow' to be useful. :)
40 * Makefile.am: main is a source of the tests. heavy should link
41 to the math library.
42
paul864c3642005-04-22 00:50:08 +0000432004-05-22 Paul Jakma <paul@dishone.st>
44
45 * heavy-thread.c: Andrew Schorr's adaptation of heavy.c to use a
paul1d2c8932005-04-22 00:54:44 +000046 background thread to avoid responsiveness problems.
47 * Makefile.am: Build heavythread
paul864c3642005-04-22 00:50:08 +000048
paulcb0663c2005-04-21 17:23:48 +0000492004-05-21 Paul Jakma <paul@dishone.st>
50
51 * heavy.c: Add a timer thread to demonstrate thread interactivity,
52 Add a daemon_exit command to assist with debugging (eg for memory
53 tracers, etc..)
54
paul43313d02005-04-19 21:28:36 +0000552004-05-19 Paul Jakma <paul@dishone.st>
56
57 * heavy.c: test programme to show how long-running functions
58 kill responsiveness. Demonstrating the most niggly problem
59 left in bgpd.
60
paul662a1f22005-04-13 03:32:23 +0000612004-05-13 Paul Jakma <paul@dishone.st>
62
63 * test-buffer.c: Andrew's buffer tester
64 * test-memory.c: basic memory tester
65 * Makefile.am: Add new tests