httpd: fix handling of range requests
[oweals/busybox.git] / networking / nc.c
2016-11-23 Denys VlasenkoConvert all networking/* applets to "new style" applet...
2016-04-21 Denys Vlasenko*: hopefully all setup_common_bufsiz() are in place
2016-04-21 Denys Vlasenkolibbb: make bb_common_bufsiz1 1 kbyte, add capability...
2013-07-28 Denys Vlasenkonc: use symbolic SHUT_WR instead of literal 1
2013-03-17 Denys Vlasenkonc: fix build failure ("subscripted value is neither...
2013-02-28 Denys VlasenkoFix config help text
2013-02-28 Denys Vlasenkonc: don't redirect stderr to network in -e PROG mode
2013-01-14 Denys Vlasenkowhitespace fixes. no code changes
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-18 Denys Vlasenkotweak defconfig
2010-07-04 Pascal Bellard*: introduce and use xfork() and xvfork()
2010-06-27 Denys Vlasenkonc: introduce CONFIG_NC_110_COMPAT option.
2009-08-03 Tomoya Adachinc: fix nc -ll; report vfork errors; make select loop...
2009-06-01 Denys Vlasenkonc, hush: cosmetic cleanups, no code changes
2009-04-25 Denis Vlasenkoadd FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT...
2009-04-21 Denis Vlasenkonc: free lsa in server mode, we might be up for a long...
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2008-11-09 Denis Vlasenko*: a bit of code shrink
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-07-01 Denis Vlasenkosendmail: fix wrong vfork usage here too
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-03-17 Denis Vlasenko*: fix fallout from -Wunused-parameter
2008-02-18 Denis Vlasenkomount: recognize "dirsync" (closes bug 835)
2008-01-29 Bernhard Reutner... - be C99 friendly. Anonymous unions are a GNU extension...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-30 Denis Vlasenkointroduce and use close_on_exec_on(fd). -50 bytes.
2007-06-04 Denis VlasenkoAudit bb_common_bufsiz usage, add script which looks...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-05 Denis Vlasenkonc: port nc 1.10 to busybox
2007-04-01 Denis Vlasenkotcpsvd: new applet
2007-02-06 Denis VlasenkoEXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-22 Denis Vlasenkocleanups: unnecessary casts, unified const_1, eliminate...
2007-01-20 Denis Vlasenkofixing bugs revealed by randomconfig runs
2007-01-12 Denis Vlasenkonext part of ipv6-ization. mostly netcat.
2007-01-12 Denis Vlasenkonext part of ipv6-ization is here: wget & httpd
2006-12-23 Denis Vlasenkouse xbind, xconnect where appropriate.
2006-12-18 Denis Vlasenkonc: add missing cast
2006-11-22 Denis Vlasenkointroduce setsockopt_reuseaddr(int fd), setsockopt_broa...
2006-11-07 Denis Vlasenkosmall ipv6 doc changes; nslookup a tiny bit smaller
2006-10-16 Denis Vlasenkonc: fix 2 my own buglets, and few someone else's too.
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-07-10 Rob LandleyUpgrade netcat a lot. Make -e able to take the rest...
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-25 Rob LandleyRemove a pointless #define.
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add bb_xbind() and bb_xl...
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xsocket...
2006-01-25 Tim Rikerjust whitespace
2005-10-15 "Vladimir N. Oleynik"common BUFSIZ BSS buffer, small reduce code, data and bss
2005-07-20 Paul Foxapplying fix for:
2005-07-18 Paul Foxfix for "0000027: patch: nc will spin if stdin closed"
2005-05-07 Mike Frysingeruse shared busybox error messages to save a few bytes
2005-05-06 Mike Frysingermake the exec (-e) an optional feature of netcat
2005-05-06 Mike FrysingerIn bug 247, haveaniceday writes:
2004-03-27 Eric Andersens/fileno\(stdin\)/STDIN_FILENO/g
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-01-17 Glenn L McGrathModify bb_lookup_port to allow the protocol to be speci...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-05-05 Eric AndersenTom Oehser noticed that we were lacking the SO_REUSEADD...
2002-04-26 Eric AndersenAdd netcat -i option, per patch from Cristian Ionescu...
2001-05-16 Matt KraaiAdd xgethostbyname and herror_msg* functions.
2001-05-15 Matt KraaiFix incorrect length passed to accept noted by Larry...
2001-03-09 Eric AndersenPatchs from Jeff Garzik <jgarzik@mandrakesoft.com>...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-07 Matt KraaiAdd listening support.
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-24 Eric AndersenRemove the warning messages. By consensus, netkit...
2001-01-24 Eric AndersenFix spelling. s/maintainence/maintenance/
2001-01-22 Eric AndersenWarn about apps that will be going away in release...
2000-12-15 Matt KraaiRewrite nc to be simpler, smaller, and to check syscall...
2000-12-14 Matt KraaiShutdown sending on the socket when stdin closes.
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-12 Matt KraaiAlways report the applet name when doing error reporting.
2000-06-04 Eric Andersen"nc" exits silently on errors. This patch makes it...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...