| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix indenting | Eric Andersen | 2004-04-06 | 1 | -12/+12 |
* | Patch from Thomas Winkler: | Eric Andersen | 2004-03-31 | 1 | -3/+9 |
* | s/fileno\(stdin\)/STDIN_FILENO/g | Eric Andersen | 2004-03-27 | 4 | -6/+6 |
* | Oops.. got a bit to aggressive with size optimization and global replace. :-( | Manuel Novoa III | 2004-03-19 | 1 | -3/+5 |
* | Oops. Using the wrong variable was a rather stupid | Eric Andersen | 2004-03-15 | 1 | -1/+1 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 55 | -421/+420 |
* | In spite of the feature freeze, check in a complete rework of route which | Manuel Novoa III | 2004-03-10 | 1 | -478/+486 |
* | Fix/eliminate use of atol | Eric Andersen | 2004-03-06 | 5 | -12/+22 |
* | Patch by Andrew Victor, | Glenn L McGrath | 2004-03-05 | 2 | -5/+10 |
* | Fix a typo, patch by Andrew Victor | Glenn L McGrath | 2004-03-05 | 1 | -1/+1 |
* | Fix debugging output, patch by Hideki IWAMOTO | Glenn L McGrath | 2004-03-05 | 1 | -1/+1 |
* | Patch from Steven Scholz to fix compiler warnings | Glenn L McGrath | 2004-03-05 | 1 | -5/+7 |
* | Quick fix for tftp truncation bug | Glenn L McGrath | 2004-02-26 | 1 | -1/+1 |
* | Joe.C, joe at numa dot com dot tw writes: | Eric Andersen | 2004-02-24 | 1 | -0/+14 |
* | Fernando Silveira writes: | Eric Andersen | 2004-02-22 | 2 | -0/+95 |
* | Patch from Vodz, cleanup memory usage, send strdup error messages to | Glenn L McGrath | 2004-02-22 | 1 | -11/+22 |
* | Patch from James Zhu, telnetd window resizing support. | Glenn L McGrath | 2004-02-22 | 1 | -10/+28 |
* | Patch from Hideki IWAMOTO, output debugging messages to stderr | Glenn L McGrath | 2004-02-22 | 1 | -6/+6 |
* | remove duplicate header declarations | Glenn L McGrath | 2004-02-22 | 1 | -14/+6 |
* | Ptch by Hideki IWAMOTO, fix a bug preventing tftp from getting or | Glenn L McGrath | 2004-02-22 | 1 | -2/+2 |
* | No need to check proxy env variable twice, ignore proxy env variable if | Glenn L McGrath | 2004-02-22 | 1 | -14/+15 |
* | Dont use same variable and struct name | Glenn L McGrath | 2004-02-18 | 1 | -35/+37 |
* | Formatting | Glenn L McGrath | 2004-02-18 | 1 | -142/+146 |
* | remove debugging | Glenn L McGrath | 2004-02-18 | 1 | -7/+0 |
* | Remove the unused CONFIG_FEATURE_HTTPD_SET_CGI_VARS_TO_ENV option. | Eric Andersen | 2004-02-17 | 1 | -12/+0 |
* | Mark Lord writes: | Eric Andersen | 2004-02-17 | 1 | -2/+5 |
* | Joe.C writes: | Eric Andersen | 2004-02-04 | 1 | -1/+3 |
* | Fix http proxy use, bytes were swapped1_00_pre6 | Glenn L McGrath | 2004-01-31 | 1 | -2/+2 |
* | Use standard C99 types | Eric Andersen | 2004-01-30 | 19 | -117/+117 |
* | Use proper C99 types | Eric Andersen | 2004-01-30 | 1 | -2/+2 |
* | Use proper C99 types | Eric Andersen | 2004-01-30 | 1 | -16/+17 |
* | Pascal Brisset writes: | Eric Andersen | 2004-01-26 | 1 | -2/+2 |
* | Redo getconfigent, save 150 bytes, still small memory leak when | Glenn L McGrath | 2004-01-20 | 1 | -80/+75 |
* | Fix up a couple of bugs i introduced in yesterdays cleanup. | Glenn L McGrath | 2004-01-18 | 1 | -18/+32 |
* | Patch from Leif Lindholm (slightly modified by me), to fix http | Glenn L McGrath | 2004-01-17 | 1 | -1/+4 |
* | Modify bb_lookup_port to allow the protocol to be specified, allowing | Glenn L McGrath | 2004-01-17 | 6 | -29/+20 |
* | The functions setconfig, enter and bump_nofile were only called once, marge t... | Glenn L McGrath | 2004-01-17 | 1 | -76/+50 |
* | Use 1 line for function name and return value, | Glenn L McGrath | 2004-01-17 | 1 | -116/+84 |
* | Remove some defined statements | Glenn L McGrath | 2004-01-17 | 1 | -14/+7 |
* | Changed #define names for common features (superficial) | Glenn L McGrath | 2004-01-17 | 1 | -31/+22 |
* | Use bb_get_chomped_line_from_file | Glenn L McGrath | 2004-01-17 | 1 | -18/+3 |
* | Fix a bug of mine, identified by Stephane Billiart | Glenn L McGrath | 2003-12-27 | 1 | -3/+2 |
* | it should work even if you don't assign a pidfile | Russ Dill | 2003-12-26 | 1 | -6/+7 |
* | fix a long standing underallocation bug | Russ Dill | 2003-12-24 | 1 | -2/+5 |
* | move debugging to safe place (before vfork) | Russ Dill | 2003-12-24 | 1 | -3/+2 |
* | Allow recieving file to stdout, sending files from stdin, use the '-' | Glenn L McGrath | 2003-12-20 | 1 | -35/+37 |
* | display the port number number correctly, other minor optimisations | Glenn L McGrath | 2003-12-20 | 1 | -30/+20 |
* | Change interface to bb_lookup_host, dont try and set port inside this | Glenn L McGrath | 2003-12-20 | 3 | -28/+20 |
* | Use getopt_ulflags | Glenn L McGrath | 2003-12-19 | 1 | -58/+50 |
* | Patch from Fillod Stephane: | Eric Andersen | 2003-12-19 | 1 | -1/+10 |