sed: n cmd must reset "we had successful subst" flag. closes bug 1214.
[oweals/busybox.git] / networking /
2008-02-27 Denis Vlasenkohttpd: fix breakage introduced by "support for I:index...
2008-02-27 Denis Vlasenko*: add optimization barrier to all "G trick" locations
2008-02-27 Denis Vlasenkoscript: new applet by Pascal Bellard <pascal.bellard...
2008-02-27 Denis Vlasenkosendmail: yet another maintainer's update
2008-02-26 Denis Vlasenkosendmail: update from maintainer
2008-02-26 Denis Vlasenkoifenslave: new applet. closes bug 115.
2008-02-25 Denis Vlasenko*: intrduce and use safe_gethostname. By Tito <farmatit...
2008-02-24 Denis Vlasenkoless,klogd,syslogd,nc,tcpudp: exit on signal by killing...
2008-02-21 Denis Vlasenkohttpd: "HEAD" support. Closes bug 1530.
2008-02-20 Denis Vlasenkoudhcp: we were forgetting to set right op byte in tha...
2008-02-20 Denis Vlasenkoudhcp: make paths configurable
2008-02-19 Denis Vlasenkoinit: make it NOMMU-capable
2008-02-18 Denis Vlasenkomount: recognize "dirsync" (closes bug 835)
2008-02-17 Denis Vlasenkolibbb: introduce and use xrename and rename_or_warn.
2008-02-16 Denis Vlasenkolibbb: introduce bb_signals and bb_signals_recursive,
2008-02-16 Denis Vlasenko*: more readable handling of pipe fds. No code changes.
2008-02-16 Denis Vlasenkoifupdowm: shrink
2008-02-16 Denis Vlasenkorandom s/short/int/
2008-02-15 Denis Vlasenkoifupdown: code shrink
2008-02-11 Denis Vlasenkohttpd: fix bug where we did chdir("") if CGI path had...
2008-02-11 Bernhard Reutner... - shrink a tiny bit (-30Bytes)
2008-02-11 Bernhard Reutner... - spelling fixes
2008-02-08 Denis Vlasenkosendmail: update from maintainer
2008-02-08 Denis Vlasenkohttpd: add a bit of error logging; a few code simplific...
2008-02-04 Denis Vlasenkoudhcp: ifdef out unused members
2008-02-04 Denis Vlasenkoudhcp: optional support for non-standard DHCP ports...
2008-02-04 Denis Vlasenkozcip: open ARP socket before openlog
2008-02-02 Denis Vlasenkosendmail: fixes by Vladimir Dronnikov <dronnikov at...
2008-02-02 Denis Vlasenkonc: fix fallout from C99 standard compliance change
2008-02-01 Paul FoxFix compilation error when FEATURE_FANCY_PING enabled...
2008-01-29 Bernhard Reutner... - be C99 friendly. Anonymous unions are a GNU extension...
2008-01-29 Denis Vlasenkosendmail: really svn add it
2008-01-28 Denis Vlasenkosendmail: new applet by dronnikov at gmail.com
2008-01-28 Denis Vlasenko*: tidy up usage of char **environ
2008-01-27 Bernhard Reutner... - fix conflicting decls of syslog related facilitynames...
2008-01-25 Denis Vlasenkoudhcpc: filter unwanted packets in kernel
2008-01-25 Denis Vlasenkoudhcpc: fix wrong options in decline and release packets
2008-01-14 Bernhard Reutner... - implement brctl setpathcost, setportprio, setbridgepr...
2008-01-13 Bernhard Reutner... - shrink a bit and implement time related fancy feature...
2008-01-13 Bernhard Reutner... - save four bytes by manually hoisting the br assignment
2008-01-13 Bernhard Reutner... - new applet brctl
2008-01-07 Denis Vlasenkowhitespace fixes
2008-01-07 Denis Vlasenkops: fix build breakage from vda's recent commit
2008-01-04 Denis Vlasenkoip route: "ip route" was misbehaving (extra argv+1...
2008-01-02 Denis Vlasenkolibbb: introduce and use safe_waitpid (loops in EINTR)
2007-12-30 Denis Vlasenkolibbb: introduce fputc_printable (from ed)
2007-12-29 Denis Vlasenkohttpd: support for "I:index.xml" syntax (Peter Korsgaar...
2007-12-28 Denis Vlasenkotrylink: instead of build error, disable --gc-sections...
2007-12-26 Denis Vlasenkonetstat: in error message, report filename and line...
2007-12-26 Denis Vlasenkosave a bit of code with *strchrnul = '\0' trick
2007-12-26 Denis VlasenkoFix xmalloc_fgets_str so that it really does NOT strip...
2007-12-24 Denis VlasenkoMakefile: change version to 1.10.0.svn
2007-12-24 Denis Vlasenkonameif: extended matching (Nico Erfurth <masta@perlgolf...
2007-12-22 Denis Vlasenkovi: introduce FEATURE_VI_8BIT (as vi currently is not...
2007-12-21 Denis Vlasenkoudhcp: decided to not send "short" dhcp packets,
2007-12-20 Denis Vlasenkoudhcp: fix oversized packet sending (introduced by...
2007-12-16 Denis Vlasenkotraceroute: stop using global data/bss
2007-12-10 Denis Vlasenkoudhcpc: support for -O <option>.
2007-12-03 Denis Vlasenkolineedit: reduce stack usage
2007-12-02 Denis Vlasenkofix whitespace damage
2007-12-02 Denis Vlasenkolibnetlink: comment out unused code; don't use 8k stack...
2007-11-29 Denis Vlasenkodhcp: heed TODO item - divorced options from their...
2007-11-28 Denis Vlasenkodhcpc: let server know we don't like oversized packets.
2007-11-27 Denis Vlasenkoip route: add comment, no code changes
2007-11-26 Denis Vlasenkoiproute: fix a bug where "ip r flush table main" was...
2007-11-25 Denis Vlasenkozcip: simplify code a bit
2007-11-25 Denis Vlasenkozcip: use low-order 4 bytes of MAC as random seed,...
2007-11-25 Denis Vlasenkodhcpc: cope with buggy DHCP servers which send oversize...
2007-11-23 Denis VlasenkoAdd an RFC for future ipv6 ftp work
2007-11-23 Denis Vlasenkoarping: fix a bug where there is implicit count of 4G;
2007-11-23 Denis Vlasenkologread: eliminate usage of data/bss
2007-11-23 Denis Vlasenkodhcp: stop using magic constants; use (htonl(CONST...
2007-11-22 Denis Vlasenkoudhcpc: remove -W option, -A can be reused for that
2007-11-22 Denis Vlasenkofix a thinko in build system
2007-11-22 Denis Vlasenkodhcpc: cleanup and comments; fix buggy timeout handling...
2007-11-22 Denis Vlasenkoudhcpc: an option to perform ARP check (Jonas Danielsso...
2007-11-18 Denis Vlasenkoip: stop propagating argc; optimize ip_parse_common_args
2007-11-14 Denis VlasenkoIntroduce FEATURE_PREFER_IPV4_ADDRESS. If selected...
2007-11-12 Denis Vlasenkoinetd: revert bogus fix for bug 1562; shrink inetd...
2007-11-08 Denis Vlasenkoxreadlink: code shrink
2007-11-07 Paul Foxadd "-A N" / "--tryagain=N" option to client, to allow...
2007-11-06 Denis Vlasenkotelnet: use poll, it's shorter
2007-11-06 Denis Vlasenkotelnetd: fix problem with zombies (by Paul Fox <pgf...
2007-11-04 Denis VlasenkoAnnounce 1.8.0 1_8_0
2007-11-04 Denis Vlasenkoifconfig: code shrink
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...
next