udhcpc: fix my breakage
[oweals/busybox.git] / networking /
2006-11-28 Denis Vlasenkoudhcpc: fix my breakage
2006-11-27 Denis Vlasenkodo not overflow ifr_name. maybe it was safe in some...
2006-11-27 Denis Vlasenkoudhcpc: convert to getopt32
2006-11-27 Denis Vlasenkofix remaining survivors of the return(a) cleanup
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 2
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 1
2006-11-27 Denis Vlasenkosafe_strtoXX interface proved to be a bit unconvenient.
2006-11-27 Denis Vlasenkoifconfig: do not try to continue on errors. not much...
2006-11-26 Denis Vlasenkosmall fixes:
2006-11-24 Denis Vlasenkoheader_verbose_list: stop truncating file size in listing
2006-11-23 Denis Vlasenkoifupdown:
2006-11-23 Denis Vlasenkoifupdown: save some 100+ bytes of code in addstr()
2006-11-23 Denis Vlasenkowget: -O - still outputs progressbar (to stderr)
2006-11-23 Denis Vlasenkoadd "wpad" DHCP option. Spotted some optimization oppor...
2006-11-22 Denis Vlasenkointroduce setsockopt_reuseaddr(int fd), setsockopt_broa...
2006-11-22 Denis Vlasenkotelnetd: move generic stuff into libbb. It will make...
2006-11-22 Denis Vlasenkotelnetd: if FEATURE_IPV6 is on, telnet will NOT work...
2006-11-22 Denis Vlasenkotelnetd: we were having telnetd with is ONLY inetd...
2006-11-22 Denis Vlasenko#if HAVE_AFINET6 -> #ifdef HAVE_AFINET6
2006-11-21 Denis Vlasenkohttpd: comment on QUERY_STRING
2006-11-21 Denis Vlasenkohttpd: add link to docs
2006-11-21 Denis Vlasenkobb_INET_default[] is really just a const "default",
2006-11-21 Denis Vlasenkoifconfig: looks like char host[128] is not really needed.
2006-11-21 Denis Vlasenkowget: yet another contortion for proftpd's PASV response.
2006-11-21 Bernhard Reutner... - add 'ip rule' support. First take..
2006-11-21 Denis Vlasenkoifconfig: preparatory patch, no code changes
2006-11-21 Bernhard Reutner... - style fixes
2006-11-21 Denis Vlasenkowget: add TODO
2006-11-21 Denis Vlasenkowget: fix ftp PASV mode ("numeric" check was too strict)
2006-11-21 Denis Vlasenkowget: reduce likelihood of ETA overflow (especially...
2006-11-21 Denis Vlasenkohttpd: slight reduction of #ifdef forest
2006-11-21 Denis Vlasenkohttpd: fix cgi-bin/index.cgi support, add example of it,
2006-11-21 Denis Vlasenkohttpd: LC_TIME locale _must_ be POSIX to httpd! We...
2006-11-21 Denis Vlasenkohttpd: add support for directory indexer (cgi-bin/index...
2006-11-21 Denis Vlasenkohttpd: get rid of big, useless blocks (deindent,
2006-11-21 Denis Vlasenkohttpd: More robust Content-length: parsing,
2006-11-20 Denis Vlasenkodhcprelay: new applet
2006-11-20 Denis Vlasenkoadd compile-time check for correct DHCP packet size
2006-11-20 Denis Vlasenkologin: use %s - we know that string is not too long...
2006-11-18 Denis Vlasenkorodata cleanup. "unable to" == "cannot". -300 bytes
2006-11-18 Denis Vlasenkosmall fixes: using fd-based io instead of FILE*-based,
2006-11-18 Denis Vlasenkoudhcp: fix indentation and style.
2006-11-17 Denis Vlasenkoadd -Wundef, fix uncovered bugs
2006-11-17 Denis Vlasenkohttpd: make Bernhard happier
2006-11-16 Denis Vlasenkohttpd: reduce ifdef forest. comment out redundant PATH...
2006-11-16 Denis Vlasenkohttpd:
2006-11-16 Denis Vlasenkohttpd: add -i (inetd) and -f (foreground) otions.
2006-11-16 Denis Vlasenkohttpd: stop being silly with setenv
2006-11-10 Denis Vlasenkohttpd: cosmetic fixes (the bug which was being hunted...
2006-11-10 Denis Vlasenkowget: fix error message.
2006-11-07 Denis Vlasenkosmall ipv6 doc changes; nslookup a tiny bit smaller
2006-11-05 Denis Vlasenkohttpd: sendCgi() forked child needs to close opened
2006-11-05 Denis Vlasenkorename: compare_string_array -> index_in_str_array
2006-11-02 Denis VlasenkoFix kbuild bugs noticed by Bernhard Fischer <rep.nop...
2006-11-01 Denis Vlasenkomostly style fixes
2006-10-29 Denis Vlasenkofind: a lot more compliant to 'standard' find
2006-10-28 Denis Vlasenkols: cleanup part 1
2006-10-27 Denis Vlasenkoget_terminal_width_height: do not pass insanely large...
2006-10-27 Denis Vlasenkolast nail into error_msg() (de)capitalization
2006-10-26 Denis Vlasenkoremove bb_printf and the like
2006-10-26 Denis Vlasenkonslookup: make it more IPv6 friendly
2006-10-26 Denis Vlasenkoxconnect is non-conforming to "xfunc like libc" rule...
2006-10-26 Denis Vlasenkoip: "ip addr del" and "ip addr delete" both should...
2006-10-26 Denis Vlasenkosilly size savings and capitalization fixes
2006-10-25 Denis Vlasenkouse skip_whitespace where appropriate
2006-10-25 Denis Vlasenkowget: wget $'-\207' ... should not be allowed to work...
2006-10-23 Denis Vlasenkowget: -100 bytes, reduce stack usage, remove --header...
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-16 Denis Vlasenkostrip -> $(STRIP); fix "unused variable" warning
2006-10-16 Denis Vlasenkonc: fix 2 my own buglets, and few someone else's too.
2006-10-15 Denis Vlasenkotelnetd: check ptsname() for NULL
2006-10-15 Denis Vlasenkowget: xatoi's were oversealous ("200 OK" isn't a number)
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-12 Denis Vlasenkobb_get_[chomped]line_from_file wasn't descriptive enough.
2006-10-12 Denis Vlasenkosmall style fixes
2006-10-11 Denis Vlasenkoifupdown: stop emitting annoying/misleading error messages.
2006-10-10 Denis Vlasenkofixes from Vladimir Dronnikov <dronnikov@gmail.ru>
2006-10-08 Denis Vlasenkocorrect largefile support, add comments about it.
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-07 Denis Vlasenkodd: make it recognize not only 'k' but 'K' too;
2006-10-07 Denis Vlasenkowget: don't be careless with xstrdup'ing
2006-10-07 Denis Vlasenkowget: fix download of URLs like:
2006-10-06 Denis Vlasenkodnsd fix; option_mask32 added. dnsd needs more love.
2006-10-05 Denis Vlasenkoeject: -T fix
2006-10-05 Denis Vlasenkohttpd: add -u user[:grp] support
2006-10-05 Denis Vlasenkobuild system overhaul
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-10-03 Denis Vlasenkorename bb_default_error_retval -> xfunc_error_retval
2006-10-03 Denis Vlasenkolots of silly indent fixes
2006-10-03 Denis Vlasenkotraceroute: fix compilation if netinet/protocols.h...
2006-10-03 Denis Vlasenkotraceroute: do not look up icmp protocol# in /etc,...
2006-10-02 Denis Vlasenkoifupdown: Debian users contributed improvement to it
2006-10-01 Denis Vlasenkowget: make progress bar and ETA work correctly with -c
2006-09-30 Denis Vlasenkolsmod: repair indentation
2006-09-30 Denis Vlasenkovconfig: fix bug 701 (I be damned if I understand it)
2006-09-30 Denis Vlasenkolibiproute/ll_map.c: fix bug 279
2006-09-29 Denis VlasenkoYet another silly little byte saving. couldn't -> cannot
2006-09-28 Denis Vlasenkort_names.c: move few strings into rodata
2006-09-28 Denis Vlasenkoifupdown: make dhcp start/stop scripts user configurable
next