httpd: trivial simplification
[oweals/busybox.git] / networking /
2007-09-28 Denis Vlasenkohttpd: trivial simplification
2007-09-28 Denis Vlasenkoassorted static vars removal
2007-09-27 Denis Vlasenkowget: -O FILE is allowed to overwrite existing file...
2007-09-27 Denis Vlasenkozcip: fix unaligned trap on ARM
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-09-27 Denis Vlasenkointroduce safe_poll (fixes a problem in top)
2007-09-26 Denis Vlasenkoinetd: move struct fields around -> save .25 k of code
2007-09-25 Denis Vlasenkohttpd: small auth and IPv6 fixes (Kim B. Heino <Kim...
2007-09-24 Denis Vlasenko*: kill bb_get_last_path_component, replace with two...
2007-09-24 Denis Vlasenkowget: get rid of setitimer
2007-09-24 Denis Vlasenkowget: reorder functions, no code changes
2007-09-24 Denis Vlasenkowget: code shrink, move data out of bss
2007-09-24 Denis Vlasenkowget: allow dots in header field names.
2007-09-24 Denis Vlasenkoinetd: make some fields smaller, move data out of data...
2007-09-23 Denis Vlasenkohttpd: simplify CGI i/o loop. -200 bytes.
2007-09-21 Denis Vlasenkohttpd: optional support for partial downloads
2007-09-21 Denis Vlasenkoupdate Glenn McGrath's email address
2007-09-15 Denis Vlasenkohttpd: do not clear environment
2007-09-07 Denis Vlasenko*: replace select-for-one descriptor with poll, it...
2007-09-06 Paul Foxfix infinite retry bug. also, reduce per-packet receiv...
2007-09-02 Bernhard Reutner... - IFUPDOWN_IFSTATE_PATH depends on IFUPDOWN
2007-08-31 Denis Vlasenkoisrv: use monotonic_sec
2007-08-23 Denis Vlasenko*: compile fixes for 64-bit build
2007-08-23 Denis Vlasenkohttpd: code shrink of dir indexer example
2007-08-22 Denis Vlasenkohttpd: style fix in indexer example
2007-08-22 Denis Vlasenkohttpd: replace shell-based dir indexer cgi example...
2007-08-21 Denis Vlasenkohttpd: fix buglet in hex conversion. Remove alloca...
2007-08-21 Denis Vlasenkohttpd: add optional support for error pages
2007-08-19 Denis Vlasenkoremoved stray debugging comments
2007-08-19 Denis Vlasenkomax_option_length[] holds small ints, uint8_t is enough
2007-08-19 Denis Vlasenkohttpd: explain IP/mask parsing, and simplify it a bit.
2007-08-19 Denis Vlasenkohttpd: reinstate (much lighter) paranoid connection...
2007-08-19 Denis Vlasenkohttpd: get rid of rmt_port and setenv_log
2007-08-19 Denis Vlasenkohttpd: get rid of sscanf usage. Rename some variables.
2007-08-19 Denis Vlasenkolibbb,crond,lash: fix getopt32 (don't know how it manag...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-18 Denis Vlasenkohttpd: stop reading headers using 1-byte read()
2007-08-18 Denis Vlasenkomake standalone httpd work on NOMMU machines
2007-08-18 Denis Vlasenkoget rid of server_ and accepted_socket globals.
2007-08-18 Denis Vlasenkointroduce and use xdup2(int, int)
2007-08-17 Denis Vlasenkohttpd shrink and logging update, part 7 of 7
2007-08-17 Denis Vlasenkohttpd shrink and logging update, part 6 of 7
2007-08-17 Denis Vlasenkohttpd shrink and logging update, part 5 of 7
2007-08-17 Denis Vlasenkohttpd shrink and logging update, part 4 of 7
2007-08-17 Denis Vlasenkohttpd shrink and logging update, part 3 of 7
2007-08-17 Denis Vlasenkohttpd shrink and logging update, part 2 of 7
2007-08-17 Denis Vlasenkoassorted fixes for breakage found by randomconfig
2007-08-16 Denis Vlasenkowhitespace fixes, no code changes
2007-08-15 Denis Vlasenkoif pidfile turned out to be !regular file, do not unlin...
2007-08-15 Denis Vlasenkodhcpd: make -S and -f actually work
2007-08-14 Denis Vlasenkohttpd: add -v[v]: prints client addresses, HTTP codes...
2007-08-14 Denis Vlasenkohttpd: extend -p PORT to -p [IP[v6]:]PORT
2007-08-14 Denis Vlasenkoudhcpd: add -f "foreground" and -S "syslog" options
2007-08-13 Denis Vlasenkohttpd: round down sendfile byte count to 64k
2007-08-13 Denis Vlasenkos/#ifdef CONFIG_/#if ENABLE_/g
2007-08-12 Denis Vlasenkohttpd: sendfile support
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-08-11 Denis Vlasenkohttpd: CGI Status: header fix
2007-08-11 Denis Vlasenkohttpd: add support for Status: CGI header
2007-08-11 Denis Vlasenkohttpd: fix CGI handling bug (we were closing wrong...
2007-08-09 Denis Vlasenkoudhcpd: fix bug: s/memcmp() != 0/memcmp() == 0/
2007-08-06 Denis Vlasenkobb_uuencode: fix obscure case where we were using data...
2007-08-02 Denis Vlasenkoudhcp: slight shrink
2007-08-02 Denis Vlasenkostart_stop_daemon: NOMMU fixes, round 2 by Alex Landau...
2007-07-29 Denis Vlasenkointerface.c: code shrink (IIRC ~30 bytes)
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-23 Denis Vlasenkozcip: remove stray seed48. It's the only thing which...
2007-07-23 Denis Vlasenkorework long option handling. saves ~1.2k
2007-07-21 Denis Vlasenkostyle fix (stray space before ';')
2007-07-21 Denis Vlasenkofix typo in last commit
2007-07-21 Denis VlasenkoThree patches from FreeWRT people
2007-07-21 Denis Vlasenkolibbb: nuke BB_GETOPT_ERROR, always die if there are...
2007-07-19 Denis Vlasenkoifup/ifdown: make location of ifstate configurable
2007-07-17 Denis Vlasenkoifconfig: make it work with ifaces with ifnames > 255
2007-07-17 Denis Vlasenkoremove accumulated stray trailing whitespace
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-07-13 Denis Vlasenkonc: minor code shrink
2007-07-03 Denis Vlasenkoudhcp: many small fixes:
2007-07-03 Denis Vlasenkoifupdown: kill -TERM is default, so drop -TERM
2007-07-02 Denis Vlasenkoping: fix non-fancy ping6
2007-07-01 Denis Vlasenkofix comment placement (no code changes)
2007-07-01 Denis Vlasenkoudhcp: new config option "Rewrite the lease file at...
2007-06-30 Denis Vlasenkointroduce and use bb_basename()
2007-06-27 Denis Vlasenkowget: fix bug in base64 encoding (bug 1404). +10 bytes.
2007-06-27 Denis Vlasenkodevfsd: style cleanup; size reduction (Tito <farmatito...
2007-06-26 Denis Vlasenkouuencode: shrink
2007-06-25 Denis VlasenkoConsolidate ARRAY_SIZE macro; remove one unneeded globa...
2007-06-25 Denis Vlasenkotest: suppress gcc warning
2007-06-23 Denis Vlasenkohttpd: NOMMU fixes by Alex Landau <landau_alex@yahoo...
2007-06-21 Bernhard Reutner... - remove matches() from networking/. Untested.
2007-06-21 Denis Vlasenkoslattach: code shrink (Bernhard Fischer <rep.dot.nop...
2007-06-20 Denis Vlasenkoslattach: new applet.
2007-06-20 Bernhard Reutner... - move iprule and ipaddress from matches() to index_in_...
2007-06-20 Bernhard Reutner... - remove another user of the deprecated matches() func...
2007-06-19 Denis Vlasenkoping: fix incorrect handling of -I (Iouri Kharon <bc...
2007-06-19 Denis Vlasenkopscan: size optimization (Tito <farmatito@tiscali.it>)
2007-06-19 Denis Vlasenkoll_map: disable interface name caching code
2007-06-19 Denis Vlasenkonetworking/interface.c: huke remaining big statics...
2007-06-19 Denis Vlasenkonetworking/interface.c: reduce bss usage
2007-06-18 Denis Vlasenkoping: fix write-after-allocated-mem bug
next