summaryrefslogtreecommitdiff
path: root/src/utils.h
Commit message (Expand)AuthorAgeFilesLines
* More progress bar aesthetic changesDarshit Shah2014-05-301-1/+1
* Fix compiler warningsTim Ruehsen2014-05-121-3/+3
* replaced read_whole_file() by getline()Tim Ruehsen2013-05-171-1/+0
* Add support for file names longer than MAX_FILE.Tim Ruehsen2012-09-291-0/+2
* Add support for -accept-regex and --reject-regex.Gijs van Tulder2012-05-091-0/+9
* Fix some compiler warnings.Tim Ruehsen2012-05-051-0/+1
* mass change: update copyright years.Giuseppe Scrivano2011-01-011-1/+2
* Rename two functions.Giuseppe Scrivano2010-07-091-2/+2
* Mass update copyright years.Giuseppe Scrivano2010-05-081-1/+1
* Fixes needed for VMS.Steven Schweda2009-09-111-1/+1
* Ran update-copyright.Micah Cowan2009-09-041-2/+2
* Automated merge.Micah Cowan2009-07-041-0/+2
|\
| * Steven Schweda's VMS patch.Micah Cowan2008-04-221-0/+2
* | Removed dead DEBUG_MALLOC code.Steven Schubiger2008-08-091-4/+0
* | Undo the USE_GNULIB_ALLOC defines.Steven Schubiger2008-04-201-4/+0
* | Use Gnulib's alloc functions throughout the source.Steven Schubiger2008-04-191-0/+26
|/
* Updated copyright year.Micah Cowan2008-01-251-1/+1
* Updated licensing exception for OpenSSL from the SFLC.Micah Cowan2007-11-281-9/+10
* Update copyright lists, conforming to maintainer guidelinesMicah Cowan2007-09-281-1/+2
* [svn] Merge of fix for bugs 20341 and 20410.micah2007-07-091-3/+2
* [svn] Avoid code repetition between time_str and datetime_str.hniksic2006-08-081-2/+2
* [svn] Added sanity checks for -k, -p, -r and -N when -O is given. Added fixes...mtortonesi2006-07-141-1/+1
* [svn] Made base64 DATA and DEST pointers void*.hniksic2006-06-201-2/+2
* [svn] Restricted operational semantics of frontcmp and proclist from generic ...mtortonesi2006-03-151-1/+1
* [svn] New option --ignore-case for case-insensitive matching.hniksic2005-07-061-5/+2
* [svn] Update FSF's address and copyright years.hniksic2005-07-011-3/+3
* [svn] Include ETA information in dot progress.hniksic2005-06-281-0/+2
* [svn] Rewrite with_thousand_seps to be size-agnostic. Remove printing of sep...hniksic2005-06-251-4/+12
* [svn] Rename LARGE_INT to SUM_SIZE_INT, and simplify its handling.hniksic2005-06-251-1/+3
* [svn] Use bool type for boolean variables and values.hniksic2005-06-221-12/+12
* [svn] Remove K&R support.hniksic2005-06-191-68/+61
* [svn] Allow --header to contain ",".hniksic2005-05-301-0/+1
* [svn] Added reordering of addresses to try IPv4 first and the associatedhniksic2005-04-241-0/+3
* [svn] Change orders of parameters of base64_encode, so it makes more sense.hniksic2005-04-181-1/+1
* [svn] Extract timers to a separate file.hniksic2005-04-071-12/+0
* [svn] Added NTLM support.hniksic2005-04-061-0/+6
* [svn] Use sets/hash-tables instead of "slists". Remove slist implementation ...hniksic2005-03-301-13/+2
* [svn] Support human-readable file size printing.hniksic2005-03-221-2/+3
* [svn] Use high-resolution timers on Windows.hniksic2005-03-201-1/+0
* [svn] Concatenate strings using concat_strings.hniksic2005-03-191-3/+5
* [svn] Remove warnings under Borland C.hniksic2005-03-051-1/+1
* [svn] Fix a possible race condition when opening files.hniksic2005-03-041-0/+2
* [svn] Large file support added. Published in <87psyr6jn7.fsf@xemacs.org>.hniksic2005-02-231-5/+6
* [svn] Restructure generation of HTTP requests. Allow headers specified withhniksic2003-11-291-0/+7
* [svn] Timer code update.hniksic2003-11-071-1/+2
* [svn] New function xsleep that resumes sleeps interrupted by signalshniksic2003-11-031-0/+1
* [svn] Don't declare long-gone function "pwd_cuserid".hniksic2003-10-311-1/+0
* [svn] Moved malloc-related code to xmalloc.c. Defined new macros xnew, xnew0,hniksic2003-10-311-0/+2
* [svn] Remove VERY_LONG_TYPE; use LARGE_INT instead. Remove special codehniksic2003-10-111-1/+1
* [svn] Move fnmatch() to cmpt.c and don't use it under GNU libc.hniksic2003-10-071-0/+1