Age | Commit message (Expand) | Author | Files | Lines |
2008-03-11 | Fixed link -m64 problems on pst3 for solaris. Fixed _FILE_OFFSET_BITS | Ton Voon | 1 | -1/+1 |
2008-02-13 | set_thresholds now let the user free the thresolds. (P.S.: When you set twice... | Thomas Guyot-Sionnest | 1 | -4/+0 |
2008-02-13 | Reverting patch to test 8-bit data: Still broken on Solaris (7-bit works as b... | Thomas Guyot-Sionnest | 1 | -4/+2 |
2008-02-12 | Import Gnulib floorf and base64 and removed our old base64 library. | Thomas Guyot-Sionnest | 5 | -61/+9 |
2008-01-30 | details... | Thomas Guyot-Sionnest | 2 | -2/+2 |
2008-01-30 | Bump lib/tests to GPLv3 | Thomas Guyot-Sionnest | 6 | -114/+108 |
2008-01-30 | Bump /lib to GPLv3 | Thomas Guyot-Sionnest | 5 | -94/+107 |
2008-01-30 | new standardized GPLv3 header (will be applied to all C files) | Thomas Guyot-Sionnest | 1 | -0/+28 |
2008-01-10 | Add a return-code check (also test cmd_run without out/err buffers) | Thomas Guyot-Sionnest | 1 | -1/+11 |
2008-01-06 | Fix base64 test (known string wasn't null-terminated) | Thomas Guyot-Sionnest | 1 | -2/+2 |
2008-01-06 | Fix tinderbox breakage | Thomas Guyot-Sionnest | 1 | -1/+1 |
2007-12-12 | Run tinderbox builds in a test debug mode using "make test-debug" | Ton Voon | 2 | -2/+5 |
2007-12-11 | Fixed test so works on MacOSX (use /bin/sh instead of /bin/grep). | Ton Voon | 1 | -4/+19 |
2007-12-11 | Add verbose flag so each test result is seen, rather than grouped by test | Ton Voon | 1 | -1/+1 |
2007-11-09 | Adding svn:keywords props | Thomas Guyot-Sionnest | 1 | -1/+1 |
2007-11-09 | Adding test for base64 lib | Thomas Guyot-Sionnest | 3 | -2/+364 |
2007-11-09 | Moved base64 function to /lib. | Thomas Guyot-Sionnest | 3 | -2/+56 |
2007-11-09 | Nothing to see here... | Thomas Guyot-Sionnest | 1 | -1/+1 |
2007-09-22 | substituted bool/true/false with int/TRUE/FALSE (discussed on np-devel) | Matthias Eble | 2 | -5/+5 |
2007-09-22 | Added -i/-I to ignore pathes/partitions based on regular expressions | Matthias Eble | 3 | -2/+66 |
2007-09-21 | Stop double expansion of parameters for negate - works like | Ton Voon | 6 | -4/+637 |
2007-07-29 | Don't use C++ style comments. | Holger Weiss | 1 | -1/+1 |
2007-07-24 | Removing all .cvsignore files | Ton Voon | 2 | -10/+0 |
2007-06-03 | Minor corrections to test_tcp.c | Matthias Eble | 1 | -12/+8 |
2007-06-03 | Makefile.am changes for test_tcp.c | Matthias Eble | 1 | -2/+7 |
2007-06-03 | Added test cases for utils_tcp | Matthias Eble | 3 | -0/+69 |
2007-06-03 | Moved check_tcp's expect string testing into utils_tcp for testing purposes. | Matthias Eble | 3 | -2/+66 |
2007-05-27 | added functions to utils_base: | M. Sean Finney | 2 | -0/+22 |
2007-04-20 | Declare print_thresholds(). | Holger Weiss | 1 | -0/+1 |
2007-04-02 | Add libgnu.a as regex functions required | Ton Voon | 1 | -1/+1 |
2007-04-01 | utils_disk: fixed handling if check_disk -p is a device (np_set_best_match()) | Matthias Eble | 1 | -11/+12 |
2007-03-30 | Test Cases for check_disk's -r, -R, -C and -g | Matthias Eble | 1 | -1/+58 |
2007-03-30 | check_disk: added regex functionality -r and -R. see np-devel mail (2007-02-10) | Matthias Eble | 2 | -0/+12 |
2007-03-30 | check_disk: added grouping functionality. see np-devel mail (2007-02-10) | Matthias Eble | 2 | -0/+2 |
2007-03-30 | check_disk -C is more flexible now. See np-devel post (2007-02-10) | Matthias Eble | 2 | -22/+38 |
2007-02-07 | Added test files to test the parse_ini.c routines. Requires libtap | Ton Voon | 6 | -9/+129 |
2007-02-06 | initial version of ini file parsing routines in C | M. Sean Finney | 2 | -0/+266 |
2007-01-27 | Change the variable names `true' and `false' (which are keywords in C99) | Holger Weiss | 1 | -11/+11 |
2007-01-24 | Sync with gnulib - lots of extraneous code removed in preference to GNU code | Ton Voon | 61 | -19612/+5 |
2007-01-23 | Add support for statvfs(2) which is needed in order to compile the plugins on | Holger Weiss | 1 | -2/+7 |
2006-12-20 | Fixed inode thresholds, regressed from previous release | Ton Voon | 2 | -0/+2 |
2006-11-03 | Add alloca files, required for *BSD | Ton Voon | 3 | -1/+556 |
2006-10-18 | Fix tests for exact matches when searching filesystems | Ton Voon | 2 | -6/+8 |
2006-10-18 | Cater for different errors when setting thresholds | Ton Voon | 2 | -4/+12 |
2006-09-02 | - explicitly include utils_base.h from utils.h | M. Sean Finney | 1 | -0/+4 |
2006-07-14 | Missing header files | Ton Voon | 2 | -0/+2 |
2006-07-13 | Major fixes to check_disk. Now should return same data as df | Ton Voon | 5 | -1/+448 |
2006-07-13 | Move new util_* functions to lib/ | Ton Voon | 8 | -2/+350 |
2006-07-13 | Using coreutils' base_name function because of portability issues with | Ton Voon | 2 | -0/+126 |
2006-07-11 | Extra files from coreutils required for getloadavg.c to compile | Ton Voon | 9 | -0/+342 |