aboutsummaryrefslogtreecommitdiff
path: root/util-linux/rdate.c
AgeCommit message (Expand)Author
2020-12-16libbb: introduce and use xsettimeofday()Denys Vlasenko
2019-11-19Remove stime() function callsAlistair Francis
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: update size informationDenys Vlasenko
2018-04-17libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...Denys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-07-27rdate: tweak comments, no code changesDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-01-20rdate: time(NULL) is shorter than time(&var)Denys Vlasenko
2017-01-20rdate: make it do something remotely sane, facing 32-bit time overflowDenys Vlasenko
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko
2015-02-18trivial code shrinkDenys Vlasenko
2012-06-11rdate: code shrinkDenys Vlasenko
2012-06-11rdate: code shrinkDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2010-08-16*: make GNU licensing statement forms more regularDenys 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 breakageDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-11fix verbose output; remove commented-out includes.Denis Vlasenko
2007-01-11ipv6-ization efforts continue. Few bugs are found,Denis Vlasenko
2006-11-27style cleanup: return(a) -> return a, part 1Denis Vlasenko
2006-10-26xconnect is non-conforming to "xfunc like libc" rule. FixingDenis Vlasenko
2006-10-05eject: -T fixDenis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-06-03- No options should set the current system time.Bernhard Reutner-Fischer
2006-05-27Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley
2006-01-25just whitespaceTim Riker
2005-10-28bb_opt_complementally for rdate applet. Add losed record to util-linux/Makefi..."Vladimir N. Oleynik"
2005-10-28Rob Sullivan sent in some cleanups, which I beat on slightly.Rob Landley
2004-01-18Stephane Billiart writes:Eric Andersen
2003-12-20Change interface to bb_lookup_host, dont try and set port inside thisGlenn L McGrath
2003-12-19Patch from Fillod Stephane:Eric Andersen
2003-11-03Fix rdate and ftpget/ftpput so they compile with the new xconnect.Eric Andersen
2003-10-31Rework wget, the xconnect interface, and its various clientsEric Andersen
2003-10-09Patch from Steven Scholz, fix some warningsGlenn L McGrath
2003-09-15fix function prototypeEric Andersen
2003-09-12Remove final \nEric Andersen
2003-09-12Teach rdate to timeout in 10 seconds to avoid blocking foreverEric Andersen
2003-07-22Very minor rdate updatesEric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-07-03A patch from Bart Visscher <magick@linux-fan.com> to add anEric Andersen
2001-10-01Use port 37 by default.Matt Kraai