Age | Commit message (Expand) | Author | Files | Lines |
2003-09-12 | new output format reported by Patrick Allen <p.allen@brandblue.co.uk> | Karl DeBisschop | 1 | -1/+2 |
2003-09-11 | use prefdata function for size too | Karl DeBisschop | 1 | -18/+29 |
2003-09-11 | use prefdata function | Karl DeBisschop | 1 | -21/+39 |
2003-09-11 | last changes to configure broke check_swap on RHLinux. Restore /proc/meminfo ... | Karl DeBisschop | 1 | -17/+26 |
2003-09-03 | allow warn/crit times to be floating point | Karl DeBisschop | 1 | -31/+26 |
2003-09-03 | include math.h if needed for HUGE_VAL | Karl DeBisschop | 1 | -0/+4 |
2003-09-02 | Solaris requires asprintf checks for null variables | Ton Voon | 1 | -11/+11 |
2003-08-28 | add perf data | Karl DeBisschop | 1 | -8/+46 |
2003-08-28 | add perf data | Karl DeBisschop | 1 | -2/+3 |
2003-08-28 | use single quotes per guideline, also quote when SPC or = are found | Karl DeBisschop | 1 | -2/+2 |
2003-08-28 | add perf data | Karl DeBisschop | 1 | -8/+21 |
2003-08-28 | suppress quotes in perf data when not needed (some plugins need the space to ... | Karl DeBisschop | 1 | -1/+4 |
2003-08-28 | add min() macro to complement max() | Karl DeBisschop | 1 | -0/+1 |
2003-08-26 | print perfdata | Karl DeBisschop | 1 | -20/+26 |
2003-08-26 | print perfdata | Karl DeBisschop | 1 | -53/+54 |
2003-08-26 | function to make perfdata output | Karl DeBisschop | 2 | -0/+56 |
2003-08-23 | - found and fixed memory allocation error in rewritten redir() function | Karl DeBisschop | 1 | -58/+54 |
2003-08-23 | - hacked interim fix to segfault on redirect - for tesing only | Karl DeBisschop | 1 | -10/+23 |
2003-08-23 | - fix various format errors with newly added perf data | Karl DeBisschop | 1 | -6/+6 |
2003-08-22 | - forgot to declare struct timeval tv for hires timing | Karl DeBisschop | 1 | -0/+1 |
2003-08-22 | - add perf data for time | Karl DeBisschop | 1 | -9/+26 |
2003-08-22 | - bindtextdomain for gettext, a few other smale cleanups here and there | Karl DeBisschop | 34 | -28/+158 |
2003-08-22 | * bugfix: snprintf of timestamp truncated '\0' | Karl DeBisschop | 1 | -1/+1 |
2003-08-21 | * Check redirections for infinte loops and limit depth of recursion | Karl DeBisschop | 1 | -97/+158 |
2003-08-20 | Optionally use udp instead of tcp (Bradley Baetz - 751646) | Ton Voon | 1 | -3/+29 |
2003-08-19 | *BUGFIX: LWS is not required betwwen "Location:" header field name and field ... | Karl DeBisschop | 1 | -21/+30 |
2003-08-19 | *add missing status numbers from RFC 2616 (HTTP1.1) | Karl DeBisschop | 1 | -15/+17 |
2003-08-18 | move error scans to a new separate routine and scan both stderr and stdio | Karl DeBisschop | 1 | -35/+34 |
2003-08-10 | config.h is redundant (common.h includes it) | Karl DeBisschop | 1 | -1/+0 |
2003-08-10 | perf data in integer microseconds | Karl DeBisschop | 2 | -9/+13 |
2003-08-10 | the last round of pedantic compiler warnings | Karl DeBisschop | 34 | -1060/+1090 |
2003-08-09 | more pedantic compiler warnings | Karl DeBisschop | 7 | -314/+390 |
2003-08-09 | Code clean-up | Jeremy T. Bouse | 1 | -2/+6 |
2003-08-09 | more pedantic compiler warns | Karl DeBisschop | 12 | -237/+301 |
2003-08-09 | more pedantic compiler warns, change to microsecond output for perf data, add... | Karl DeBisschop | 1 | -82/+100 |
2003-08-09 | add function for elapsed tim ein microseconds | Karl DeBisschop | 2 | -0/+11 |
2003-08-09 | more pedantic compiler warnings | Karl DeBisschop | 1 | -162/+174 |
2003-08-09 | more pedantic compiler warnings | Karl DeBisschop | 5 | -102/+94 |
2003-08-08 | cleanups from pedantic complier warnings | Karl DeBisschop | 3 | -36/+47 |
2003-08-08 | change if/elseif block to case, general streamline | Karl DeBisschop | 1 | -207/+162 |
2003-08-08 | fix a variety of compiler warnings about qualifier discards and other pedanti... | Karl DeBisschop | 1 | -22/+21 |
2003-08-08 | fix a variety of compiler warnings about qualifier discards and other pedanti... | Karl DeBisschop | 6 | -129/+113 |
2003-08-08 | fix a variety of compiler warnings about qualifier discards and other pedanti... | Karl DeBisschop | 7 | -223/+240 |
2003-08-08 | markup for translation | Karl DeBisschop | 2 | -172/+186 |
2003-08-07 | markup for translation | Karl DeBisschop | 1 | -104/+91 |
2003-08-07 | markup for translation | Karl DeBisschop | 1 | -175/+191 |
2003-08-07 | reorder for consistency, restore prototypes for print_foo, nest #ifdef to avo... | Karl DeBisschop | 1 | -62/+73 |
2003-08-07 | reorder for consistency (no code changes) | Karl DeBisschop | 1 | -157/+176 |
2003-08-07 | replace "terminate" with "die" for shorter name and better readability | Karl DeBisschop | 23 | -114/+102 |
2003-08-07 | cleanup for better readability | Karl DeBisschop | 1 | -55/+54 |