| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove xcalloc() and convert its callers to xzalloc(). About half of them | Rob Landley | 2006-08-03 | 1 | -1/+1 |
* | Attempt to fixup httpd.c to match svn 15767. | Rob Landley | 2006-08-03 | 1 | -19/+6 |
* | Move declaration to be compatible with older gcc's. | "Robert P. J. Day" | 2006-08-03 | 1 | -1/+1 |
* | Cleaup read() and write() variants, plus a couple of new functions like | Rob Landley | 2006-07-16 | 1 | -8/+8 |
* | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley | 2006-05-27 | 1 | -1/+0 |
* | fix spelling mistakes | Mike Frysinger | 2006-05-26 | 1 | -1/+1 |
* | More usage.h cleanups, with collateral changes to httpd. Specifically, | Rob Landley | 2006-04-28 | 1 | -24/+24 |
* | Patch from Robert P Day to remove standalone code from httpd. (Busybox has | Rob Landley | 2006-04-14 | 1 | -64/+0 |
* | Hard wiring configuration symbol values into the code defeats the purpose | Rob Landley | 2006-04-14 | 1 | -22/+4 |
* | - patch from Denis Vlasenko to add and use bb_xchdir() | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -3/+1 |
* | - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten() | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -6/+3 |
* | - patch from Denis Vlasenko to add and use bb_xdaemon() | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -2/+2 |
* | - patch from Denis Vlasenko to add and use bb_xsocket() and to use | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -28/+12 |
* | - httpd in inetd mode: POST from IE (6) ends up in 'cannot display page' | Bernhard Reutner-Fischer | 2006-04-11 | 1 | -5/+5 |
* | Rename UNUSE() to SKIP(). | Rob Landley | 2006-02-20 | 1 | -10/+10 |
* | demo (UN)USE_FEATURE... usage | "Vladimir N. Oleynik" | 2006-02-15 | 1 | -64/+45 |
* | add feature: support for running scripts through an interpreter. Thanks Flori... | "Vladimir N. Oleynik" | 2006-01-31 | 1 | -4/+40 |
* | fix up annoying signed/unsigned and mixed type errors | Eric Andersen | 2006-01-30 | 1 | -1/+3 |
* | for change previous log: close bug 186 | "Vladimir N. Oleynik" | 2006-01-26 | 1 | -1/+1 |
* | close bug 190 | "Vladimir N. Oleynik" | 2006-01-26 | 1 | -4/+4 |
* | close bug 657 | "Vladimir N. Oleynik" | 2006-01-24 | 1 | -7/+7 |
* | fix comment documentation | Mike Frysinger | 2006-01-03 | 1 | -2/+2 |
* | remove buffer overflow by Erik and decodeString problem by Glenn, add error c... | "Vladimir N. Oleynik" | 2005-12-26 | 1 | -6/+23 |
* | remove debug feature for production | "Vladimir N. Oleynik" | 2005-12-20 | 1 | -67/+71 |
* | remove warnings if compile with -W, use ENABLE_FEATURE vs CONFIG_FEATURE | "Vladimir N. Oleynik" | 2005-12-02 | 1 | -62/+64 |
* | revert wait zombie, it have as linux-specific signal(SIG_CHLD,SIG_IGN) alread... | "Vladimir N. Oleynik" | 2005-09-26 | 1 | -3/+0 |
* | - rename libbb's password helpers as suggested in libbb.h | Bernhard Reutner-Fischer | 2005-09-20 | 1 | -1/+1 |
* | destroy bug #421 | "Vladimir N. Oleynik" | 2005-09-19 | 1 | -2/+5 |
* | Tracking system but #4: php needs the environment variable SCRIPT_FILENAME. | Rob Landley | 2005-09-01 | 1 | -1/+6 |
* | applying fix for: | Paul Fox | 2005-07-20 | 1 | -1/+3 |
* | characters encoded as html should have a trailing semicolon | Eric Andersen | 2005-06-23 | 1 | -1/+1 |
* | last_patch139.gz from Vladimir N. Oleynik: | Eric Andersen | 2004-10-08 | 1 | -31/+83 |
* | Vladimir N. Oleynik writes: | Eric Andersen | 2004-08-26 | 1 | -5/+15 |
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 1 | -8/+8 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -14/+14 |
* | Patch from Steven Scholz to fix compiler warnings | Glenn L McGrath | 2004-03-05 | 1 | -5/+7 |
* | Joe.C, joe at numa dot com dot tw writes: | Eric Andersen | 2004-02-24 | 1 | -0/+14 |
* | Joe.C writes: | Eric Andersen | 2004-02-04 | 1 | -1/+3 |
* | Patch from Stephane Billiart: | Eric Andersen | 2003-12-19 | 1 | -1/+5 |
* | Stop sending data to the client after the first failure. | Glenn L McGrath | 2003-12-08 | 1 | -1/+2 |
* | Vodz last_patch_105 without his xargs patch which doenst apply cleanly | Glenn L McGrath | 2003-10-06 | 1 | -0/+2 |
* | Vodz, last_patch_114 | Glenn L McGrath | 2003-10-03 | 1 | -139/+115 |
* | Patch from Stephane Billiart to fix an unused variable warning. | Glenn L McGrath | 2003-09-15 | 1 | -1/+3 |
* | Busybox CVS version ipcalc have problems: | Glenn L McGrath | 2003-09-12 | 1 | -3/+3 |
* | Vodz, last_patch_104 | Glenn L McGrath | 2003-09-10 | 1 | -1/+13 |
* | Vodz, last_patch_110
| Glenn L McGrath | 2003-09-08 | 1 | -24/+7 |
* | last_patch_109 from Vladimir N. Oleynik | Glenn L McGrath | 2003-09-08 | 1 | -89/+198 |
* | "Due to a wrong format parameter in a printf httpd does not work when | Glenn L McGrath | 2003-08-29 | 1 | -1/+8 |
* | last_patch95 from vodz: | Eric Andersen | 2003-07-28 | 1 | -7/+57 |
* | Geir Thomassen wrote, regarding networking/httpd.c line 1358 | Eric Andersen | 2003-06-26 | 1 | -73/+69 |