insmod: code shrink, stop exporting insmod_ng_main.
[oweals/busybox.git] / networking /
2007-10-30 Denis Vlasenkoinetd: fix bug 1562 "inetd does not set argv[0] properl...
2007-10-29 Bernhard Reutner... - fix typo in helptext
2007-10-29 Denis Vlasenkoll_types.c: optimize link type table, make it conditional
2007-10-21 Denis Vlasenkohttpd: fix trivial bug (spotted by Alex Landau)
2007-10-20 Denis Vlasenkoping: fix breakage from -I fix
2007-10-19 Denis Vlasenkopaing: make -I ethN work too (-I addr already worked)
2007-10-18 Denis Vlasenkohttpd: free big buffer after use; improve grep-ability...
2007-10-18 Denis Vlasenkoxatonum.h: add comment
2007-10-17 Denis Vlasenkotelnetd: make sure telnetd -K exits if child dies
2007-10-17 Denis Vlasenkotelnetd: trivial optimization
2007-10-17 Denis Vlasenkoash: use fdprintf, not dprintf.
2007-10-16 Denis Vlasenkofixes revealed by randomconfig run
2007-10-16 Denis Vlasenkotelnetd: fix comment
2007-10-16 Denis Vlasenkotelnetd: code shrink suggested by Ralf Friedl <Ralf...
2007-10-16 Denis Vlasenkobzip2: make -s equivalent to -2 (compatible with standa...
2007-10-15 Denis Vlasenkotelnetd: at Alexander Kriegisch <Alexander@kriegisch...
2007-10-15 Denis Vlasenkotelnetd: document bug in remove_iacs. reinstate band-aid
2007-10-15 Denis Vlasenkotelnetd: some simplifications and better error hadling.
2007-10-14 Denis Vlasenkoremove trailing whitespace
2007-10-14 Denis Vlasenkohttpd: fix bug where we were trying to read more POSTDA...
2007-10-11 Denis Vlasenkowhitespace/style fix
2007-10-11 Denis Vlasenkovi: don't wait 50 ms before reading ESC sequences
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-10 Denis Vlasenkoip tunnel parameter parsing fix by Jean Wolter <jw5...
2007-10-07 Denis Vlasenkoreviving libbusybox, adding CONFIG_INDIVIDUAL part 3
2007-10-06 Bernhard Reutner... - mark TODO: use index_in_str_array()
2007-10-01 Denis Vlasenkoprintf("%s\n") -> puts()
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-09-30 Denis Vlasenkointroduce and use close_on_exec_on(fd). -50 bytes.
2007-09-30 Denis Vlasenkomove udhcp_{client/server}_config to common_bufsiz1
2007-09-30 Denis Vlasenkodhcpreplay: code shrink, -40 bytes
2007-09-30 Denis Vlasenkoreplace printf with fputs where appropriate
2007-09-30 Denis Vlasenkolibiproute: add missing break's
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...
next