Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-31 | Patch from Thomas Winkler: | Eric Andersen | |
ifconfig did not look up hostnames, so ifconfig lo localhost would not work, you have to do ifconfig lo 127.0.0.1 | |||
2004-03-27 | s/fileno\(stdin\)/STDIN_FILENO/g | Eric Andersen | |
s/fileno\(stdout\)/STDOUT_FILENO/g | |||
2004-03-19 | Oops.. got a bit to aggressive with size optimization and global replace. :-( | Manuel Novoa III | |
2004-03-15 | Oops. Using the wrong variable was a rather stupid | Eric Andersen | |
thing for me to do. | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2004-03-10 | In spite of the feature freeze, check in a complete rework of route which | Manuel Novoa III | |
fixes some bugs, adds some error checking, and removes _lots_ of bloat. Text size on i386... old new ipv6 5425 3523 no ipv6 3143 2193 | |||
2004-03-06 | Fix/eliminate use of atol | Eric Andersen | |
2004-03-05 | Patch by Andrew Victor, | Glenn L McGrath | |
In arpping.h, fix structure alignment of "struct arpMsg". GCC can insert padding in the structure which causes udhcpd to send an invalid ARP packet on the network. It will then not receive a valid reply, which can cause it to assign an IP address that's already in use on the network. (With kernels before 2.4.20, the "struct ethhdr" in linux/if_ether.h wasn't marked as packed. This is also an issue if your toolchain was built with a pre-2.4.20 kernel). | |||
2004-03-05 | Fix a typo, patch by Andrew Victor | Glenn L McGrath | |
2004-03-05 | Fix debugging output, patch by Hideki IWAMOTO | Glenn L McGrath | |
2004-03-05 | Patch from Steven Scholz to fix compiler warnings | Glenn L McGrath | |
2004-02-26 | Quick fix for tftp truncation bug | Glenn L McGrath | |
2004-02-24 | Joe.C, joe at numa dot com dot tw writes: | Eric Andersen | |
Hi, When downloading files over slow network (e.g. wireless/ internet) using IE, sometimes it will stop downloading and show error message 'connection closed' when the download is almost complete. This is because IE can't handle server close connection properly. Apache http_main.c fix this problem by close the connection after client close the connection. This patch do exactly the same thing. Please consider include this patch. Joe.C | |||
2004-02-22 | Fernando Silveira writes: | Eric Andersen | |
Hi, Well, I made this patch a long time ago (08/2002) because it was a need of a project, but had no time to send it to you. It adds support to `autologin' option of the telnet protocol. It has been used since made with busybox 0.60.3 at production and I had no problems with it. I have ported it to the HEAD revision of the CVS server (20040211) and I hope you enjoy and apply it to the official sources. :) Thanks a lot! | |||
2004-02-22 | Patch from Vodz, cleanup memory usage, send strdup error messages to | Glenn L McGrath | |
syslog. | |||
2004-02-22 | Patch from James Zhu, telnetd window resizing support. | Glenn L McGrath | |
2004-02-22 | Patch from Hideki IWAMOTO, output debugging messages to stderr | Glenn L McGrath | |
2004-02-22 | remove duplicate header declarations | Glenn L McGrath | |
2004-02-22 | Ptch by Hideki IWAMOTO, fix a bug preventing tftp from getting or | Glenn L McGrath | |
putting more than 0xffff blocks. | |||
2004-02-22 | No need to check proxy env variable twice, ignore proxy env variable if | Glenn L McGrath | |
its set to 0 | |||
2004-02-18 | Dont use same variable and struct name | Glenn L McGrath | |
2004-02-18 | Formatting | Glenn L McGrath | |
2004-02-18 | remove debugging | Glenn L McGrath | |
2004-02-17 | Remove the unused CONFIG_FEATURE_HTTPD_SET_CGI_VARS_TO_ENV option. | Eric Andersen | |
2004-02-17 | Mark Lord writes: | Eric Andersen | |
The config file processing for inetd in busybox-1.00-pre7 and newer is broken -- the saved command argv[] values overwrite each other. Patch to fix it is attached. Cheers -- Mark Lord Real-Time Remedies Inc. | |||
2004-02-04 | Joe.C writes: | Eric Andersen | |
Hi, When httpd connection is closed, bosybox httpd will not stop reading from CGI program. This patch fix this problem. It check the return value of bb_full_write and stop reading from CGI if the connection is closed. Please apply this patch. Joe.C | |||
2004-01-31 | Fix http proxy use, bytes were swapped | Glenn L McGrath | |
2004-01-30 | Use standard C99 types | Eric Andersen | |
2004-01-30 | Use proper C99 types | Eric Andersen | |
2004-01-30 | Use proper C99 types | Eric Andersen | |
2004-01-26 | Pascal Brisset writes: | Eric Andersen | |
uuencode fails to encode binary data because it right-shifts bytes as signed chars and keeps the duplicated sign bits. The original base64_encode() from wget/http.c is broken as well, but it is only used to encode ascii data. -- Pascal | |||
2004-01-20 | Redo getconfigent, save 150 bytes, still small memory leak when | Glenn L McGrath | |
parsing invalid entries. | |||
2004-01-18 | Fix up a couple of bugs i introduced in yesterdays cleanup. | Glenn L McGrath | |
2004-01-17 | Patch from Leif Lindholm (slightly modified by me), to fix http | Glenn L McGrath | |
redirection. Example of incorrect behaviour was the following url, busybox wget didnt get redirected to the busybox url as it should. http://freshmeat.net/redir/busybox/953/url_homepage/www.busybox.net | |||
2004-01-17 | Modify bb_lookup_port to allow the protocol to be specified, allowing | Glenn L McGrath | |
/etc/services support for inetd, netcat and tftp. | |||
2004-01-17 | The functions setconfig, enter and bump_nofile were only called once, marge ↵ | Glenn L McGrath | |
them into the calling function. | |||
2004-01-17 | Use 1 line for function name and return value, | Glenn L McGrath | |
remove dofork define/variable, dont check pid value is < or > than 0 if we know it is 0. | |||
2004-01-17 | Remove some defined statements | Glenn L McGrath | |
2004-01-17 | Changed #define names for common features (superficial) | Glenn L McGrath | |
2004-01-17 | Use bb_get_chomped_line_from_file | Glenn L McGrath | |
2003-12-27 | Fix a bug of mine, identified by Stephane Billiart | Glenn L McGrath | |
2003-12-26 | it should work even if you don't assign a pidfile | Russ Dill | |
2003-12-24 | fix a long standing underallocation bug | Russ Dill | |
2003-12-24 | move debugging to safe place (before vfork) | Russ Dill | |
2003-12-20 | Allow recieving file to stdout, sending files from stdin, use the '-' | Glenn L McGrath | |
filename. Save a variable. | |||
2003-12-20 | display the port number number correctly, other minor optimisations | Glenn L McGrath | |
2003-12-20 | Change interface to bb_lookup_host, dont try and set port inside this | Glenn L McGrath | |
function as there is no gracefull way of handling failures. Rename bb_getport to bb_lookup_port, allow a default port to be specified so it always returns a correct value. Modify ftpgetput/rdate/wget to use the new interface. wget/rdate now use etc/services with a falback default value. | |||
2003-12-19 | Use getopt_ulflags | Glenn L McGrath | |
2003-12-19 | Patch from Fillod Stephane: | Eric Andersen | |
* While I'm at it, there's also a "telnetd.patch" which maps CRLF to CR, like netkit-telnet does, required by the loosy Windows telnet clients. | |||
2003-12-19 | Patch from Stephane Billiart: | Eric Andersen | |
This removes references to config->remoteuser when CONFIG_FEATURE_HTTPD_CGI=y but CONFIG_FEATURE_HTTPD_BASIC_AUTH is not set |