summaryrefslogtreecommitdiff
path: root/src/utils.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | Minor formatting adjustments.Micah Cowan2008-04-121-12/+14
| * | * utils.c (aprintf): print log message and abort if we have too big text buffer.Alexander Dergachev2008-04-121-1/+5
| * | * utils.c (aprintf): Now we are setting limits (1 Mb) for text buffer when we...Alexander Dergachev2008-04-111-1/+16
* | | Back out quieting of background message: need the pid.Micah Cowan2008-04-121-2/+1
* | | Fix quiet -> opt.quiet.Micah Cowan2008-04-121-1/+1
* | | Don't want to close log if an explicit -o was given. Let reopen to /dev/null ...Micah Cowan2008-04-121-8/+1
| |/ |/|
* | Don't create a logfile for --background if we're --quiet.Micah Cowan2008-04-121-1/+9
|/
* aprintf is calling memfatal function now instead of calling abort functionAlexander Dergachev2008-04-091-1/+1
* More tests for directory include/exclude.Micah Cowan2008-03-191-0/+8
* Deal with progress bars in environs lacking mbtowc or wcwidth.Micah Cowan2008-02-061-0/+6
* Updated copyright year.Micah Cowan2008-01-251-1/+1
* Handle --no-parent correctly when path is /.Micah Cowan2007-12-051-0/+2
* Merge SFLC licensing changes for OpenSSL with tip.Micah Cowan2007-12-071-9/+10
|\
| * Updated licensing exception for OpenSSL from the SFLC.Micah Cowan2007-11-281-9/+10
* | Eschew config-post.h.Micah Cowan2007-10-181-2/+1
* | ISSPACE -> c_isspaceMicah Cowan2007-10-141-7/+7
* | Applying Gisle's latest MS-DOS patches.Micah Cowan2007-10-061-0/+3
|/
* Update copyright lists, conforming to maintainer guidelinesMicah Cowan2007-09-281-1/+2
* Gisle's MS-DOS supportMicah Cowan2007-09-281-3/+3
* [svn] Make run_with_timeout align with its declaration in utils.hmicah2007-08-271-1/+1
* [svn] Make indentation consistent (all-spaces, no tabs).micah2007-08-021-195/+195
* [svn] Merge of fix for bugs 20341 and 20410.micah2007-07-091-3/+2
* [svn] Fix build problems with DEBUG_MALLOC.hniksic2007-02-021-1/+1
* [svn] Avoid code repetition between time_str and datetime_str.hniksic2006-08-081-32/+19
* [svn] Added sanity checks for -k, -p, -r and -N when -O is given. Added fixes...mtortonesi2006-07-141-1/+1
* [svn] Doc fix. Credit base64_decode coming from Recode.hniksic2006-06-251-4/+7
* [svn] Doc fix.hniksic2006-06-211-8/+6
* [svn] Cast void pointer to char * before doing arithmetic on it.hniksic2006-06-211-1/+1
* [svn] Made base64 tables const.hniksic2006-06-201-1/+1
* [svn] Made base64 DATA and DEST pointers void*.hniksic2006-06-201-17/+18
* [svn] base64_encode could read past the end of STR.hniksic2006-06-191-8/+17
* [svn] Restricted operational semantics of frontcmp and proclist from generic ...mtortonesi2006-03-151-17/+81
* [svn] Doc fix.hniksic2006-02-091-4/+4
* [svn] Removed the SPRINTF_WGINT macro.hniksic2006-02-031-17/+3
* [svn] Don't use sprintf for printing WGINT_MIN; simply divide n by 10 and deferhniksic2006-02-031-12/+23
* [svn] Doc fix.hniksic2005-08-271-1/+5
* [svn] Simplify iteration over hash table entries.hniksic2005-08-271-27/+13
* [svn] Doc fix.hniksic2005-08-101-8/+7
* [svn] Doc fix.hniksic2005-08-101-5/+4
* [svn] Doc update.hniksic2005-07-081-0/+3
* [svn] Use vasprintf where available.hniksic2005-07-081-17/+28
* [svn] In for loops with empty body, put the ";" on a separate line to silencehniksic2005-07-061-4/+8
* [svn] Unconditionally include <setjmp.h>.hniksic2005-07-061-4/+2
* [svn] Doc fix.hniksic2005-07-061-1/+1
* [svn] Doc fix.hniksic2005-07-061-1/+1
* [svn] Doc fix.hniksic2005-07-061-0/+2
* [svn] New option --ignore-case for case-insensitive matching.hniksic2005-07-061-18/+50
* [svn] Fix undef.hniksic2005-07-041-1/+1
* [svn] Simplify NEXT_BASE64_CHAR.hniksic2005-07-041-28/+19
* [svn] Don't tolerate non-base64 non-whitespace characters in base64 stream.hniksic2005-07-041-19/+33