2017-10-05 |
Denys Vlasenko | whitespace and comment format fixes, no code changes |
blob | commitdiff | raw |
2017-09-15 |
Denys Vlasenko | netcat: net applet (alias to nc) |
blob | commitdiff | raw | diff to current |
2017-07-21 |
Denys Vlasenko | config: deindent all help texts |
blob | commitdiff | raw | diff to current |
2017-07-18 |
Denys Vlasenko | Update menuconfig items with approximate applet sizes |
blob | commitdiff | raw | diff to current |
2017-02-16 |
Denys Vlasenko | nc: use poll() instead of select() |
blob | commitdiff | raw | diff to current |
2016-11-23 |
Denys Vlasenko | Convert all networking/* applets to "new style" applet... |
blob | commitdiff | raw | diff to current |
2016-04-21 |
Denys Vlasenko | *: hopefully all setup_common_bufsiz() are in place |
blob | commitdiff | raw | diff to current |
2016-04-21 |
Denys Vlasenko | libbb: make bb_common_bufsiz1 1 kbyte, add capability... |
blob | commitdiff | raw | diff to current |
2013-07-28 |
Denys Vlasenko | nc: use symbolic SHUT_WR instead of literal 1 |
blob | commitdiff | raw | diff to current |
2013-03-17 |
Denys Vlasenko | nc: fix build failure ("subscripted value is neither... |
blob | commitdiff | raw | diff to current |
2013-02-28 |
Denys Vlasenko | Fix config help text |
blob | commitdiff | raw | diff to current |
2013-02-28 |
Denys Vlasenko | nc: don't redirect stderr to network in -e PROG mode |
blob | commitdiff | raw | diff to current |
2013-01-14 |
Denys Vlasenko | whitespace fixes. no code changes |
blob | commitdiff | raw | diff to current |
2011-06-05 |
Denys Vlasenko | *: remove "Options:" string from help texts |
blob | commitdiff | raw | diff to current |
2010-08-16 |
Denys Vlasenko | *: make GNU licensing statement forms more regular |
blob | commitdiff | raw | diff to current |
2010-07-18 |
Denys Vlasenko | tweak defconfig |
blob | commitdiff | raw | diff to current |
2010-07-04 |
Pascal Bellard | *: introduce and use xfork() and xvfork() |
blob | commitdiff | raw | diff to current |
2010-06-27 |
Denys Vlasenko | nc: introduce CONFIG_NC_110_COMPAT option. |
blob | commitdiff | raw | diff to current |
2009-08-03 |
Tomoya Adachi | nc: fix nc -ll; report vfork errors; make select loop... |
blob | commitdiff | raw | diff to current |
2009-06-01 |
Denys Vlasenko | nc, hush: cosmetic cleanups, no code changes |
blob | commitdiff | raw | diff to current |
2009-04-25 |
Denis Vlasenko | add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT... |
blob | commitdiff | raw | diff to current |
2009-04-21 |
Denis Vlasenko | nc: free lsa in server mode, we might be up for a long... |
blob | commitdiff | raw | diff to current |
2009-04-21 |
Denis Vlasenko | *: mass renaming of USE_XXXX to IF_XXXX |
blob | commitdiff | raw | diff to current |
2008-11-09 |
Denis Vlasenko | *: a bit of code shrink |
blob | commitdiff | raw | diff to current |
2008-07-05 |
Denis Vlasenko | *: rename ATTRIBUTE_XXX to just XXX. |
blob | commitdiff | raw | diff to current |
2008-07-01 |
Denis Vlasenko | sendmail: fix wrong vfork usage here too |
blob | commitdiff | raw | diff to current |
2008-05-19 |
Bernhard Reutner... | - use EXIT_{SUCCESS,FAILURE}. No object-code changes |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Denis Vlasenko | *: fix fallout from -Wunused-parameter |
blob | commitdiff | raw | diff to current |
2008-02-18 |
Denis Vlasenko | mount: recognize "dirsync" (closes bug 835) |
blob | commitdiff | raw | diff to current |
2008-01-29 |
Bernhard Reutner... | - be C99 friendly. Anonymous unions are a GNU extension... |
blob | commitdiff | raw | diff to current |
2007-10-11 |
Denis Vlasenko | add -fvisibility=hidden to CC flags, mark XXX_main... |
blob | commitdiff | raw | diff to current |
2007-09-30 |
Denis Vlasenko | introduce and use close_on_exec_on(fd). -50 bytes. |
blob | commitdiff | raw | diff to current |
2007-06-04 |
Denis Vlasenko | Audit bb_common_bufsiz usage, add script which looks... |
blob | commitdiff | raw | diff to current |
2007-05-26 |
Denis Vlasenko | usage.c: remove reference to busybox.h |
blob | commitdiff | raw | diff to current |
2007-04-05 |
Denis Vlasenko | nc: port nc 1.10 to busybox |
blob | commitdiff | raw | diff to current |
2007-04-01 |
Denis Vlasenko | tcpsvd: new applet |
blob | commitdiff | raw | diff to current |
2007-02-06 |
Denis Vlasenko | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo... |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Denis Vlasenko | suppress warnings about easch <applet>_main() having |
blob | commitdiff | raw | diff to current |
2007-01-22 |
Denis Vlasenko | cleanups: unnecessary casts, unified const_1, eliminate... |
blob | commitdiff | raw | diff to current |
2007-01-20 |
Denis Vlasenko | fixing bugs revealed by randomconfig runs |
blob | commitdiff | raw | diff to current |
2007-01-12 |
Denis Vlasenko | next part of ipv6-ization. mostly netcat. |
blob | commitdiff | raw | diff to current |
2007-01-12 |
Denis Vlasenko | next part of ipv6-ization is here: wget & httpd |
blob | commitdiff | raw | diff to current |
2006-12-23 |
Denis Vlasenko | use xbind, xconnect where appropriate. |
blob | commitdiff | raw | diff to current |
2006-12-18 |
Denis Vlasenko | nc: add missing cast |
blob | commitdiff | raw | diff to current |
2006-11-22 |
Denis Vlasenko | introduce setsockopt_reuseaddr(int fd), setsockopt_broa... |
blob | commitdiff | raw | diff to current |
2006-11-07 |
Denis Vlasenko | small ipv6 doc changes; nslookup a tiny bit smaller |
blob | commitdiff | raw | diff to current |
2006-10-16 |
Denis Vlasenko | nc: fix 2 my own buglets, and few someone else's too. |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Denis Vlasenko | attempt to regularize atoi mess. |
blob | commitdiff | raw | diff to current |
2006-09-17 |
Denis Vlasenko | whitespace cleanup |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Rob Landley | Remove bb_ prefixes from xfuncs.c (and a few other... |
blob | commitdiff | raw | diff to current |
2006-07-16 |
Rob Landley | Cleaup read() and write() variants, plus a couple of... |
blob | commitdiff | raw | diff to current |
2006-07-10 |
Rob Landley | Upgrade netcat a lot. Make -e able to take the rest... |
blob | commitdiff | raw | diff to current |
2006-05-27 |
Rob Landley | Consolidate #include <sys/time.h> so libbb.h does it. |
blob | commitdiff | raw | diff to current |
2006-05-25 |
Rob Landley | Remove a pointless #define. |
blob | commitdiff | raw | diff to current |
2006-04-12 |
Bernhard Reutner... | - patch from Denis Vlasenko to add bb_xbind() and bb_xl... |
blob | commitdiff | raw | diff to current |
2006-04-12 |
Bernhard Reutner... | - patch from Denis Vlasenko to add and use bb_xsocket... |
blob | commitdiff | raw | diff to current |
2006-01-25 |
Tim Riker | just whitespace |
blob | commitdiff | raw | diff to current |
2005-10-15 |
"Vladimir N. Oleynik" | common BUFSIZ BSS buffer, small reduce code, data and bss |
blob | commitdiff | raw | diff to current |
2005-07-20 |
Paul Fox | applying fix for: |
blob | commitdiff | raw | diff to current |
2005-07-18 |
Paul Fox | fix for "0000027: patch: nc will spin if stdin closed" |
blob | commitdiff | raw | diff to current |
2005-05-07 |
Mike Frysinger | use shared busybox error messages to save a few bytes |
blob | commitdiff | raw | diff to current |
2005-05-06 |
Mike Frysinger | make the exec (-e) an optional feature of netcat |
blob | commitdiff | raw | diff to current |
2005-05-06 |
Mike Frysinger | In bug 247, haveaniceday writes: |
blob | commitdiff | raw | diff to current |
2004-03-27 |
Eric Andersen | s/fileno\(stdin\)/STDIN_FILENO/g |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Eric Andersen | Remove trailing whitespace. Update copyright to includ... |
blob | commitdiff | raw | diff to current |
2004-01-17 |
Glenn L McGrath | Modify bb_lookup_port to allow the protocol to be speci... |
blob | commitdiff | raw | diff to current |
2003-03-19 |
Manuel Novoa III | Major coreutils update. |
blob | commitdiff | raw | diff to current |
2002-05-05 |
Eric Andersen | Tom Oehser noticed that we were lacking the SO_REUSEADD... |
blob | commitdiff | raw | diff to current |
2002-04-26 |
Eric Andersen | Add netcat -i option, per patch from Cristian Ionescu... |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Matt Kraai | Add xgethostbyname and herror_msg* functions. |
blob | commitdiff | raw | diff to current |
2001-05-15 |
Matt Kraai | Fix incorrect length passed to accept noted by Larry... |
blob | commitdiff | raw | diff to current |
2001-03-09 |
Eric Andersen | Patchs from Jeff Garzik <jgarzik@mandrakesoft.com>... |
blob | commitdiff | raw | diff to current |
2001-02-20 |
Eric Andersen | It turns out that DODMALLOC was broken when I reorganiz... |
blob | commitdiff | raw | diff to current |
2001-02-14 |
Eric Andersen | This patch, put together by Manuel Novoa III, is a... |
blob | commitdiff | raw | diff to current |
2001-02-07 |
Matt Kraai | Add listening support. |
blob | commitdiff | raw | diff to current |
2001-01-31 |
Matt Kraai | Removed trailing \n from error_msg{,_and_die} messages. |
blob | commitdiff | raw | diff to current |
2001-01-24 |
Eric Andersen | Remove the warning messages. By consensus, netkit... |
blob | commitdiff | raw | diff to current |
2001-01-24 |
Eric Andersen | Fix spelling. s/maintainence/maintenance/ |
blob | commitdiff | raw | diff to current |
2001-01-22 |
Eric Andersen | Warn about apps that will be going away in release... |
blob | commitdiff | raw | diff to current |
2000-12-15 |
Matt Kraai | Rewrite nc to be simpler, smaller, and to check syscall... |
blob | commitdiff | raw | diff to current |
2000-12-14 |
Matt Kraai | Shutdown sending on the socket when stdin closes. |
blob | commitdiff | raw | diff to current |
2000-12-07 |
Mark Whitley | Changed names of functions in utility.c and all affecte... |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Eric Andersen | Renamed "internal.h" to the more sensible "busybox.h". |
blob | commitdiff | raw | diff to current |
2000-07-16 |
Matt Kraai | Extract usage information into a separate file. |
blob | commitdiff | raw | diff to current |
2000-07-12 |
Matt Kraai | Always report the applet name when doing error reporting. |
blob | commitdiff | raw | diff to current |
2000-06-04 |
Eric Andersen | "nc" exits silently on errors. This patch makes it... |
blob | commitdiff | raw | diff to current |
2000-05-12 |
Erik Andersen | Lots of updates. Finished implementing BB_FEATURE_TRIV... |
blob | commitdiff | raw | diff to current |
|