- db5546c libbb: code shrink: introduce and use [_]exit_SUCCESS() by Denys Vlasenko · 3 years ago
- 7ab9cd2 libbb: make bb_lookup_port() abort on bad port names by Denys Vlasenko · 3 years, 3 months ago
- 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
- a02a4e9 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
- 3c34f68 netcat: net applet (alias to nc) by Denys Vlasenko · 7 years ago
- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
- 5b3b468 nc: use poll() instead of select() by Denys Vlasenko · 8 years ago
- 47367e1 Convert all networking/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- 9de2e5a *: hopefully all setup_common_bufsiz() are in place by Denys Vlasenko · 9 years ago
- e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
- ca54b66 nc: use symbolic SHUT_WR instead of literal 1 by Denys Vlasenko · 11 years ago
- c56d125 nc: fix build failure ("subscripted value is neither array nor pointer") by Denys Vlasenko · 12 years ago
- ed954b6 Fix config help text by Denys Vlasenko · 12 years ago
- a14f319 nc: don't redirect stderr to network in -e PROG mode by Denys Vlasenko · 12 years ago
- 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
- 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- fb4cb1c tweak defconfig by Denys Vlasenko · 14 years ago
- 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
- 77cc2c5 nc: introduce CONFIG_NC_110_COMPAT option. by Denys Vlasenko · 14 years ago
- 63416cc nc: fix nc -ll; report vfork errors; make select loop faster by Tomoya Adachi · 15 years ago
- 28a105d nc, hush: cosmetic cleanups, no code changes by Denys Vlasenko · 16 years ago
- f6b4685 add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de) by Denis Vlasenko · 16 years ago
- 8ed1945 nc: free lsa in server mode, we might be up for a long time by Denis Vlasenko · 16 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- 3fa36e2 *: a bit of code shrink by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- fa0b56d sendmail: fix wrong vfork usage here too *: shorten error texts by Denis Vlasenko · 16 years ago
- 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
- c9ca0a3 mount: recognize "dirsync" (closes bug 835) by Denis Vlasenko · 17 years ago
- 8c69afd - be C99 friendly. Anonymous unions are a GNU extension. This change is by Bernhard Reutner-Fischer · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- 96e1b38 introduce and use close_on_exec_on(fd). -50 bytes. by Denis Vlasenko · 17 years ago
- 74324c8 Audit bb_common_bufsiz usage, add script which looks for misuse. by Denis Vlasenko · 18 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- 29fe726 nc: port nc 1.10 to busybox by Denis Vlasenko · 18 years ago
- 2856dab tcpsvd: new applet by Denis Vlasenko · 18 years ago
- 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- 703e202 cleanups: unnecessary casts, unified const_1, eliminate cross-.c file by Denis Vlasenko · 18 years ago
- 3163555 fixing bugs revealed by randomconfig runs by Denis Vlasenko · 18 years ago
- 5d68724 next part of ipv6-ization. mostly netcat. by Denis Vlasenko · 18 years ago
- 6536a9b next part of ipv6-ization is here: wget & httpd by Denis Vlasenko · 18 years ago
- 1dc1b37 use xbind, xconnect where appropriate. small edits to arping by Denis Vlasenko · 18 years ago
- c8e6e35 nc: add missing cast xfuncs: add dprintf for dietlibc by Denis Vlasenko · 18 years ago
- 48237b0 introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), by Denis Vlasenko · 18 years ago
- 8528151 small ipv6 doc changes; nslookup a tiny bit smaller by Denis Vlasenko · 18 years ago
- d0e70af nc: fix 2 my own buglets, and few someone else's too. by Denis Vlasenko · 18 years ago
- 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
- 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
- d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
- 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
- 1cca948 Upgrade netcat a lot. Make -e able to take the rest of the command line as by Rob Landley · 18 years ago
- 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
- 6cd2250 Remove a pointless #define. by Rob Landley · 19 years ago
- 67f641e - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten() by Bernhard Reutner-Fischer · 19 years ago
- dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 19 years ago
- c1ef7bd just whitespace by Tim Riker · 19 years ago
- 6f347ef common BUFSIZ BSS buffer, small reduce code, data and bss by "Vladimir N. Oleynik" · 19 years ago
- 982d35f applying fix for: by Paul Fox · 19 years ago
- 7b71d74 fix for "0000027: patch: nc will spin if stdin closed" by Paul Fox · 19 years ago
- 9c85ecd use shared busybox error messages to save a few bytes by Mike Frysinger · 20 years ago
- 7dc7f40 make the exec (-e) an optional feature of netcat by Mike Frysinger · 20 years ago
- 60a5c38 In bug 247, haveaniceday writes: by Mike Frysinger · 20 years ago
- 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 21 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- 036dbaa Modify bb_lookup_port to allow the protocol to be specified, allowing by Glenn L McGrath · 21 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- f63a20a Tom Oehser noticed that we were lacking the SO_REUSEADDR flag. by Eric Andersen · 23 years ago
- 1323c94 Add netcat -i option, per patch from Cristian Ionescu-Idbohrn by Eric Andersen · 23 years ago
- c55b8d4 Add xgethostbyname and herror_msg* functions. by Matt Kraai · 24 years ago
- be9f44a Fix incorrect length passed to accept noted by Larry Doolittle. by Matt Kraai · 24 years ago
- eba8ed7 Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup by Eric Andersen · 24 years ago
- cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
- 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
- 1d70267 Add listening support. by Matt Kraai · 24 years ago
- dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
- f6c6d9a Remove the warning messages. By consensus, netkit-tiny doesn't need to happen. by Eric Andersen · 24 years ago
- 24be980 Fix spelling. s/maintainence/maintenance/ by Eric Andersen · 24 years ago
- 6705986 Warn about apps that will be going away in release 0.50 -Erik by Eric Andersen · 24 years ago
- bfa7967 Rewrite nc to be simpler, smaller, and to check syscalls for errors. by Matt Kraai · 24 years ago
- 95fa0ea Shutdown sending on the socket when stdin closes. by Matt Kraai · 24 years ago
- f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
- 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
- bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
- be84cd4 Always report the applet name when doing error reporting. by Matt Kraai · 24 years ago
- afeb683 "nc" exits silently on errors. This patch makes it print something before by Eric Andersen · 25 years ago
- 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 25 years ago[Copied (91%) from mnc.c]
- 5e1189e More documentation updates, and minor fixes to make things sync by Erik Andersen · 25 years ago
- e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
- b6a44b8 updates for the day by Eric Andersen · 25 years ago
- e77ae3a Added sfdisk. Ststic-ified a bunch of stuff. by Eric Andersen · 25 years ago
- 2ce1edc Latest and greatest. -Erik by Eric Andersen · 25 years ago
- cc8ed39 Initial revision by Eric Andersen · 25 years ago 0_29alpha2