aboutsummaryrefslogtreecommitdiff
path: root/testsuite (unfollow)
Commit message (Expand)AuthorFilesLines
2004-02-18FormattingGlenn L McGrath1-142/+146
2004-02-18remove debuggingGlenn L McGrath1-7/+0
2004-02-18Patch from OpenWrt.Manuel Novoa III1-3/+5
2004-02-18Add -i option to sed, to edit files in-place.Rob Landley1-7/+54
2004-02-18Fix vstype[] to match VS* defines. Patch from OpenWrt by mbm.Manuel Novoa III1-1/+1
2004-02-17Remove the unused CONFIG_FEATURE_HTTPD_SET_CGI_VARS_TO_ENV option.Eric Andersen1-12/+0
2004-02-17Mark Lord writes:Eric Andersen1-2/+5
2004-02-17Add the -r option, patch from Rob with some help from myself.Glenn L McGrath1-4/+11
2004-02-17Remove debuggingGlenn L McGrath1-2/+0
2004-02-17Dont strip trailing '/' until _after_ i test to set if its there !Glenn L McGrath1-12/+17
2004-02-17Patch from Florian Schirmer <jolt@tuxbox.org>. When I rewrote the parser,Manuel Novoa III1-1/+3
2004-02-17Woops, im getting ahead of myself, we dont have the -r (refernece)Glenn L McGrath1-2/+4
2004-02-17define option names to be clearer, simplify nested if statements, removeGlenn L McGrath1-30/+29
2004-02-14Avoid naming conflict with symbol in newer glibc headersEric Andersen1-4/+4
2004-02-13Accomodate the fact that newer libc versions may in fact notEric Andersen1-6/+29
2004-02-10oops. Leave the default feature set enbled for now...Eric Andersen1-2/+2
2004-02-10Initial effort at disabling job control as wellEric Andersen1-6/+35
2004-02-10Support disabling pipe and redirect supportEric Andersen1-40/+67
2004-02-09Update URLEric Andersen1-1/+1
2004-02-09Buffalo appears to have resolved their GPL problemsEric Andersen2-1/+2
2004-02-06Richard Kojedzinszky writes:Eric Andersen1-2/+2
2004-02-06Patch from vodz, based on bug report from Richard Kojedzinszky:Eric Andersen1-3/+1
2004-02-06Make the loop support stuff be much less evil, and make it copeEric Andersen4-81/+34
2004-02-06Eliminate use of a kernel scsi header file.Eric Andersen1-6/+5
2004-02-05Make sure stdlib.h is always included before dmalloc.h to avoid problemsManuel Novoa III2-0/+2
2004-02-05Vladimir N. Oleynik writes:Eric Andersen1-2/+2
2004-02-05Vladimir N. Oleynik writes:Eric Andersen1-3/+1
2004-02-05Elaborate on CONFIG_SELINUX, and explain that most people shouldEric Andersen1-0/+8
2004-02-04Grammar fixEric Andersen1-2/+2
2004-02-04Minor grammar fixupEric Andersen1-2/+2
2004-02-04Bump version number for release1_00_pre7Eric Andersen4-1148/+154
2004-02-04Richard Kojedzinszky writes:Eric Andersen1-5/+8
2004-02-04Joe.C writes:Eric Andersen1-1/+3
2004-02-04Jean Wolter writes:Eric Andersen1-1/+1
2004-02-04Rob Landley writes:Eric Andersen1-0/+17
2004-02-04The variable 'complementaly' used to be allocated with calloc, which zeroed itEric Andersen1-0/+2
2004-02-04Bug fix from Tito.Glenn L McGrath1-3/+4
2004-02-04Vodz last_patch_125_2, this patch have: Glenn L McGrath2-15/+66
2004-02-01Rewrite parse_config_file(). Among the old version's problems:Manuel Novoa III1-175/+220
2004-02-01Use bb_xstrdup() instead of strdup().Manuel Novoa III1-1/+1
2004-01-31Fix http proxy use, bytes were swapped1_00_pre6Glenn L McGrath1-2/+2
2004-01-31Mention changes to the daily snapshotsEric Andersen1-0/+9
2004-01-31Update docs for releaseEric Andersen3-433/+814
2004-01-31Bump version for releaseEric Andersen1-2/+1
2004-01-30Use standard C99 typesEric Andersen19-117/+117
2004-01-30Use proper C99 typesEric Andersen1-2/+2
2004-01-30Fixup use of 'u_int' to instead use 'unsigned int'Eric Andersen2-5/+5
2004-01-30s/u_int/uint/gEric Andersen4-48/+48
2004-01-30s/u_int/unsigned int/gEric Andersen1-4/+4
2004-01-30Use proper C99 typesEric Andersen2-43/+45