aboutsummaryrefslogtreecommitdiff
path: root/util-linux/rdate.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stephane Billiart writes:andersen2004-01-181-1/+1
* Change interface to bb_lookup_host, dont try and set port inside thisbug12003-12-201-1/+2
* Patch from Fillod Stephane:andersen2003-12-191-2/+8
* Fix rdate and ftpget/ftpput so they compile with the new xconnect.andersen2003-11-031-2/+2
* Rework wget, the xconnect interface, and its various clientsandersen2003-10-311-4/+3
* Patch from Steven Scholz, fix some warningsbug12003-10-091-1/+2
* fix function prototypeandersen2003-09-151-1/+1
* Remove final \nandersen2003-09-121-1/+1
* Teach rdate to timeout in 10 seconds to avoid blocking foreverandersen2003-09-121-0/+10
* Very minor rdate updatesandersen2003-07-221-1/+1
* Major coreutils update.mjn32003-03-191-4/+4
* A patch from Bart Visscher <magick@linux-fan.com> to add anandersen2002-07-031-16/+4
* Use port 37 by default.kraai2001-10-011-6/+6
* Rework option handling to save space.kraai2001-07-301-19/+11
* Add xgethostbyname and herror_msg* functions.kraai2001-05-161-2/+1
* A nice patch from Larry Doolittle that adds -Wshadow andandersen2001-03-211-9/+9
* Size optimization for rdate from Vladimirandersen2001-03-191-34/+22
* A cleanup patch from Jeff Garzik to static-ify a number ofandersen2001-03-091-3/+3
* Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupandersen2001-03-091-0/+2
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-3/+3
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-3/+3
* Removed trailing \n from error_msg{,_and_die} messages.kraai2001-01-311-1/+1
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-271-0/+2
* #define -> static const int. Also got rid of some big static buffers.markw2001-01-231-1/+1
* Eliminate calls of the form "fprintf(stdout,". Thanks for the idea tokraai2001-01-181-1/+1
* Change calls to error_msg.* and strerror to use perror_msg.*.kraai2000-12-181-5/+5
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-6/+6
* Stop using TRUE and FALSE for exit status.kraai2000-12-011-4/+2
* Silence a warning,andersen2000-10-261-1/+1
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Fix a potential warningandersen2000-09-211-1/+1
* Oops. Forgot to commit rdate.c.andersen2000-08-211-0/+135