summaryrefslogtreecommitdiff
path: root/ifuncs.h
Commit message (Collapse)AuthorAgeFilesLines
* Preparing for release of 3.2.4pre2v3.2.4pre2Wayne Davison2022-01-151-1/+1
|
* Preparing for release of 3.2.4pre1v3.2.4pre1Wayne Davison2022-01-021-1/+1
|
* Tweak atime/crtime code a bit more.Wayne Davison2021-10-101-0/+1
|
* Make my_alloc(NULL) use malloc instead of calloc.Wayne Davison2020-08-031-1/+1
|
* Some misc cleanupWayne Davison2020-06-271-1/+1
| | | | | Remove some extraneous vars, update some years, add an rrsync opt, & ensure some less options are set right when running release-rsync.
* A few more simple changes & fixes.Wayne Davison2020-06-261-1/+1
|
* Some memory allocation improvementsWayne Davison2020-06-251-4/+9
| | | | | | | | | | - All the memory-allocation macros now auto-check for failure and exit with a failure message that incudes the caller's file and lineno info. This includes strdup(). - Added the `--max-alloc=SIZE` option to be able to override the memory allocator's sanity-check limit. It defaults to 1G (as before). Fixes bugzilla bug 12769.
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
|
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
|
* Update the copyright year.Wayne Davison2015-08-081-1/+1
|
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
|
* Fixed unused variable warnings in free_stat_x.Wayne Davison2013-05-191-1/+6
|
* Update copyright year.Wayne Davison2013-01-191-1/+1
|
* Add free_stat_x() inline function.Wayne Davison2013-01-191-0/+14
|
* Move free_xbuf() into ifuncs.h.Wayne Davison2009-10-231-0/+8
|
* Added init_stat_x() to avoid duplication of acl/xattr init code.Wayne Davison2009-01-031-0/+11
|
* Split up the ifuncs.h file into 3 .h files.Wayne Davison2008-09-011-82/+0
|
* Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison2008-09-011-0/+40
| | | | | Also improved the human-readable output functions, including adding the ability to output negative numbers.
* Changed d_name() to be a static inline function.Wayne Davison2008-03-211-0/+10
|
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
|
* Tweaked opening comments.Wayne Davison2007-09-221-1/+17
|
* Moving inline functions into its own .h file.Wayne Davison2007-09-221-0/+84