Age | Commit message (Expand) | Author |
2007-09-30 | libiproute: add missing break's | Denis Vlasenko |
2007-09-28 | httpd: trivial simplification | Denis Vlasenko |
2007-09-28 | assorted static vars removal | Denis Vlasenko |
2007-09-27 | wget: -O FILE is allowed to overwrite existing file (compat) | Denis Vlasenko |
2007-09-27 | zcip: fix unaligned trap on ARM | Denis Vlasenko |
2007-09-27 | introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). | Denis Vlasenko |
2007-09-27 | introduce safe_poll (fixes a problem in top) | Denis Vlasenko |
2007-09-26 | inetd: move struct fields around -> save .25 k of code | Denis Vlasenko |
2007-09-25 | httpd: small auth and IPv6 fixes (Kim B. Heino <Kim.Heino@bluegiga.com>) | Denis Vlasenko |
2007-09-24 | *: kill bb_get_last_path_component, replace with two functions | Denis Vlasenko |
2007-09-24 | wget: get rid of setitimer | Denis Vlasenko |
2007-09-24 | wget: reorder functions, no code changes | Denis Vlasenko |
2007-09-24 | wget: code shrink, move data out of bss | Denis Vlasenko |
2007-09-24 | wget: allow dots in header field names. | Denis Vlasenko |
2007-09-24 | inetd: make some fields smaller, move data out of data/bss sections | Denis Vlasenko |
2007-09-23 | httpd: simplify CGI i/o loop. -200 bytes. | Denis Vlasenko |
2007-09-21 | httpd: optional support for partial downloads | Denis Vlasenko |
2007-09-21 | update Glenn McGrath's email address | Denis Vlasenko |
2007-09-15 | httpd: do not clear environment | Denis Vlasenko |
2007-09-07 | *: replace select-for-one descriptor with poll, it's smaller. | Denis Vlasenko |
2007-09-06 | fix infinite retry bug. also, reduce per-packet receive timeout | Paul Fox |
2007-09-02 | - IFUPDOWN_IFSTATE_PATH depends on IFUPDOWN | Bernhard Reutner-Fischer |
2007-08-31 | isrv: use monotonic_sec | Denis Vlasenko |
2007-08-23 | *: compile fixes for 64-bit build | Denis Vlasenko |
2007-08-23 | httpd: code shrink of dir indexer example | Denis Vlasenko |
2007-08-22 | httpd: style fix in indexer example | Denis Vlasenko |
2007-08-22 | httpd: replace shell-based dir indexer cgi example with C-based one. | Denis Vlasenko |
2007-08-21 | httpd: fix buglet in hex conversion. Remove alloca NULL checks | Denis Vlasenko |
2007-08-21 | httpd: add optional support for error pages | Denis Vlasenko |
2007-08-19 | removed stray debugging comments | Denis Vlasenko |
2007-08-19 | max_option_length[] holds small ints, uint8_t is enough | Denis Vlasenko |
2007-08-19 | httpd: explain IP/mask parsing, and simplify it a bit. | Denis Vlasenko |
2007-08-19 | httpd: reinstate (much lighter) paranoid connection close code | Denis Vlasenko |
2007-08-19 | httpd: get rid of rmt_port and setenv_log | Denis Vlasenko |
2007-08-19 | httpd: get rid of sscanf usage. Rename some variables. | Denis Vlasenko |
2007-08-19 | libbb,crond,lash: fix getopt32 (don't know how it managed to slip through) | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-08-18 | httpd: stop reading headers using 1-byte read() | Denis Vlasenko |
2007-08-18 | make standalone httpd work on NOMMU machines | Denis Vlasenko |
2007-08-18 | get rid of server_ and accepted_socket globals. | Denis Vlasenko |
2007-08-18 | introduce and use xdup2(int, int) | Denis Vlasenko |
2007-08-17 | httpd shrink and logging update, part 7 of 7 | Denis Vlasenko |
2007-08-17 | httpd shrink and logging update, part 6 of 7 | Denis Vlasenko |
2007-08-17 | httpd shrink and logging update, part 5 of 7 | Denis Vlasenko |
2007-08-17 | httpd shrink and logging update, part 4 of 7 | Denis Vlasenko |
2007-08-17 | httpd shrink and logging update, part 3 of 7 | Denis Vlasenko |
2007-08-17 | httpd shrink and logging update, part 2 of 7 | Denis Vlasenko |
2007-08-17 | assorted fixes for breakage found by randomconfig | Denis Vlasenko |
2007-08-16 | whitespace fixes, no code changes | Denis Vlasenko |
2007-08-15 | if pidfile turned out to be !regular file, do not unlink it. | Denis Vlasenko |