Age | Commit message (Expand) | Author |
2012-06-11 | rdate: code shrink | Denys Vlasenko |
2012-06-11 | rdate: code shrink | Denys Vlasenko |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-04-11 | move remaining help text from include/usage.src.h | Pere Orga |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-08-16 | *: fix "see file License ..." - the file is named LICENSE (in uppercase) | Denys Vlasenko |
2009-11-13 | *: use "can't" instead of "cannot" | Denys Vlasenko |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-11 | fix verbose output; remove commented-out includes. | Denis Vlasenko |
2007-01-11 | ipv6-ization efforts continue. Few bugs are found, | Denis Vlasenko |
2006-11-27 | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko |
2006-10-26 | xconnect is non-conforming to "xfunc like libc" rule. Fixing | Denis Vlasenko |
2006-10-05 | eject: -T fix | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-06-03 | - No options should set the current system time. | Bernhard Reutner-Fischer |
2006-05-27 | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley |
2006-01-25 | just whitespace | Tim Riker |
2005-10-28 | bb_opt_complementally for rdate applet. Add losed record to util-linux/Makefi... | "Vladimir N. Oleynik" |
2005-10-28 | Rob Sullivan sent in some cleanups, which I beat on slightly. | Rob Landley |
2004-01-18 | Stephane Billiart writes: | Eric Andersen |
2003-12-20 | Change interface to bb_lookup_host, dont try and set port inside this | Glenn L McGrath |
2003-12-19 | Patch from Fillod Stephane: | Eric Andersen |
2003-11-03 | Fix rdate and ftpget/ftpput so they compile with the new xconnect. | Eric Andersen |
2003-10-31 | Rework wget, the xconnect interface, and its various clients | Eric Andersen |
2003-10-09 | Patch from Steven Scholz, fix some warnings | Glenn L McGrath |
2003-09-15 | fix function prototype | Eric Andersen |
2003-09-12 | Remove final \n | Eric Andersen |
2003-09-12 | Teach rdate to timeout in 10 seconds to avoid blocking forever | Eric Andersen |
2003-07-22 | Very minor rdate updates | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-07-03 | A patch from Bart Visscher <magick@linux-fan.com> to add an | Eric Andersen |
2001-10-01 | Use port 37 by default. | Matt Kraai |
2001-07-30 | Rework option handling to save space. | Matt Kraai |
2001-05-16 | Add xgethostbyname and herror_msg* functions. | Matt Kraai |
2001-03-21 | A nice patch from Larry Doolittle that adds -Wshadow and | Eric Andersen |
2001-03-19 | Size optimization for rdate from Vladimir | Eric Andersen |
2001-03-09 | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen |
2001-03-09 | Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup | Eric Andersen |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen |
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen |
2001-01-31 | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai |
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen |
2001-01-23 | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley |
2001-01-18 | Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to | Matt Kraai |
2000-12-18 | Change calls to error_msg.* and strerror to use perror_msg.*. | Matt Kraai |