summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko35-882/+909
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko29-55/+83
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2013-07-28nc: use symbolic SHUT_WR instead of literal 1Denys Vlasenko1-1/+1
2013-03-17nc: fix build failure ("subscripted value is neither array nor pointer")Denys Vlasenko1-1/+1
2013-02-28Fix config help textDenys Vlasenko1-1/+1
2013-02-28nc: don't redirect stderr to network in -e PROG modeDenys Vlasenko1-9/+9
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2013-01-14whitespace fixes. no code changesDenys Vlasenko40-262/+261
2012-05-05fix most sign and variable initialization warningsTanguy Pruvot56-152/+161
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-18tweak defconfigDenys Vlasenko2-2/+2
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard21-95/+56
2010-06-27nc: introduce CONFIG_NC_110_COMPAT option.Denys Vlasenko4-108/+122
2009-08-03nc: fix nc -ll; report vfork errors; make select loop fasterTomoya Adachi1-20/+23
2009-06-01nc, hush: cosmetic cleanups, no code changesDenys Vlasenko2-14/+14
2009-04-25add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de)Denis Vlasenko4-26/+59
2009-04-21nc: free lsa in server mode, we might be up for a long timeDenis Vlasenko1-2/+2
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2008-11-09*: a bit of code shrinkDenis Vlasenko8-23/+24
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-07-01sendmail: fix wrong vfork usage here tooDenis Vlasenko6-21/+11
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer45-85/+85
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko36-58/+156
2008-02-18mount: recognize "dirsync" (closes bug 835)Denis Vlasenko7-26/+37
2008-01-29- be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer18-99/+98
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-30introduce and use close_on_exec_on(fd). -50 bytes.Denis Vlasenko14-43/+41
2007-06-04Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko21-134/+140
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-05nc: port nc 1.10 to busyboxDenis Vlasenko9-12/+857
2007-04-01tcpsvd: new appletDenis Vlasenko19-111/+704
2007-02-06EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko22-28/+39
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-22cleanups: unnecessary casts, unified const_1, eliminate cross-.c fileDenis Vlasenko17-260/+231
2007-01-20fixing bugs revealed by randomconfig runsDenis Vlasenko3-3/+9
2007-01-12next part of ipv6-ization. mostly netcat.Denis Vlasenko6-77/+95
2007-01-12next part of ipv6-ization is here: wget & httpdDenis Vlasenko8-123/+145
2006-12-23use xbind, xconnect where appropriate.Denis Vlasenko4-84/+53
2006-12-18nc: add missing castDenis Vlasenko3-1/+35
2006-11-22introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),Denis Vlasenko16-42/+40
2006-11-07small ipv6 doc changes; nslookup a tiny bit smallerDenis Vlasenko3-4/+6
2006-10-16nc: fix 2 my own buglets, and few someone else's too.Denis Vlasenko3-48/+75
2006-10-08attempt to regularize atoi mess.Denis Vlasenko98-849/+803
2006-09-17whitespace cleanupDenis Vlasenko92-218/+218
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-07-16Cleaup read() and write() variants, plus a couple of new functions likeRob Landley39-224/+204
[next]