summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-23Make ping6 and traceroute6 selectable independently from ping/tracerouteDenys Vlasenko2-8/+13
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko35-882/+909
2016-09-28traceroute: cleanup and fixes for packet size calculationsDenys Vlasenko11-105/+40
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-03-30Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko8-11/+11
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko16-61/+75
2015-08-24Merge setsockopt error messagesDenys Vlasenko3-6/+6
2015-08-24traceroute: fix help textDenys Vlasenko1-32/+34
2015-07-19libbb: add a function to make a copy of a region of memoryRon Yorston8-17/+13
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2013-11-29fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko20-39/+25
2013-03-15traceroute: free some memory allocated by xzalloc()Guilherme Maciel Ferreira1-2/+13
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2011-09-07networking: consolidate the IP checksum code. -129 bytes.Baruch Siach7-95/+48
2011-06-30merged commit between gingerbread and busybox/master 20110630Tanguy Pruvot104-188/+4069
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-05-05traceroute: properly reduce poll timeoutDenys Vlasenko1-24/+37
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2011-04-07libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.Denys Vlasenko10-24/+26
2011-01-20eliminate aliasing warnings in traceroute.c and udhcp/socket.cDenys Vlasenko2-12/+16
2010-07-25*: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko53-111/+13
2010-01-25whitespace fixesDenys Vlasenko15-32/+32
2009-12-12randomconfig fixesDenys Vlasenko6-21/+14
2009-11-25ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko9-18/+29
2009-11-24traceroute6: restore port after probingDenys Vlasenko1-0/+1
2009-11-24traceroute: simplify code a bitDenys Vlasenko1-26/+18
2009-11-23traceroute6: new applet by Leonid Lisovskiy. +1562 bytesLeonid Lisovskiy4-109/+428
2009-11-23traceroute: cleanup preparing it for traceroute6. -17 bytesDenys Vlasenko1-63/+63
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko49-96/+84
2009-01-24traceroute: allow -w NUM as small as 1Denis Vlasenko1-1/+1
2009-01-24traceroute: rewrite. Do not emit raw IP packets, instead send UDP or ICMPDenis Vlasenko1-559/+166
2009-01-24traceroute: preparatory trivial cleanupsDenis Vlasenko2-125/+95
2008-12-02libbb: add strncpy_IFNAMSIZDenis Vlasenko19-49/+52
2008-07-29hush: add #defines to switch off break/continue if loops are not supportedDenis Vlasenko8-7/+30
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-15*: use llist_pop for traverse-and-free list operationDenis Vlasenko14-49/+19
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko43-110/+113
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko36-58/+156
2008-02-27*: add optimization barrier to all "G trick" locationsDenis Vlasenko32-64/+97
2007-12-16traceroute: stop using global data/bssDenis Vlasenko1-43/+63
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko62-210/+208
2007-09-27introduce safe_poll (fixes a problem in top)Denis Vlasenko13-30/+65
2007-09-07*: replace select-for-one descriptor with poll, it's smaller.Denis Vlasenko6-82/+61
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-08-18introduce and use xdup2(int, int)Denis Vlasenko23-107/+95
[next]