Age | Commit message (Expand) | Author |
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 |
2007-08-15 | dhcpd: make -S and -f actually work | Denis Vlasenko |
2007-08-14 | httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs] | Denis Vlasenko |
2007-08-14 | httpd: extend -p PORT to -p [IP[v6]:]PORT | Denis Vlasenko |
2007-08-14 | udhcpd: add -f "foreground" and -S "syslog" options | Denis Vlasenko |
2007-08-13 | httpd: round down sendfile byte count to 64k | Denis Vlasenko |
2007-08-13 | s/#ifdef CONFIG_/#if ENABLE_/g | Denis Vlasenko |
2007-08-12 | httpd: sendfile support | Denis Vlasenko |
2007-08-12 | trylink: produce even more info about final link stage | Denis Vlasenko |
2007-08-11 | httpd: CGI Status: header fix | Denis Vlasenko |
2007-08-11 | httpd: add support for Status: CGI header | Denis Vlasenko |
2007-08-11 | httpd: fix CGI handling bug (we were closing wrong fd). | Denis Vlasenko |
2007-08-09 | udhcpd: fix bug: s/memcmp() != 0/memcmp() == 0/ | Denis Vlasenko |
2007-08-06 | bb_uuencode: fix obscure case where we were using data past last byte of source | Denis Vlasenko |
2007-08-02 | udhcp: slight shrink | Denis Vlasenko |
2007-08-02 | start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com> | Denis Vlasenko |
2007-07-29 | interface.c: code shrink (IIRC ~30 bytes) | Denis Vlasenko |
2007-07-24 | Replace index_in_[sub]str_array with index_in_[sub]strings, | Denis Vlasenko |
2007-07-23 | zcip: remove stray seed48. It's the only thing which was pulling in | Denis Vlasenko |
2007-07-23 | rework long option handling. saves ~1.2k | Denis Vlasenko |
2007-07-21 | style fix (stray space before ';') | Denis Vlasenko |
2007-07-21 | fix typo in last commit | Denis Vlasenko |
2007-07-21 | Three patches from FreeWRT people | Denis Vlasenko |
2007-07-21 | libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options | Denis Vlasenko |
2007-07-19 | ifup/ifdown: make location of ifstate configurable | Denis Vlasenko |
2007-07-17 | ifconfig: make it work with ifaces with ifnames > 255 | Denis Vlasenko |
2007-07-17 | remove accumulated stray trailing whitespace | Denis Vlasenko |