Commit Briefs


49df172ede Stefan Sperling

bump version number


c01db4f800 Stefan Sperling

changes for 0.23 (tags/0.23)



fdcb7dafab Stefan Sperling

always unlink merged temporary files if an error occurs



32d2fb4834 Stefan Sperling

add missing error checks to an openat() call


6052298250 Stefan Sperling

fix wrong function names in errno error messages



70e3e7f5a1 Tracey Emery

add -k option to 'got remove' to keep files on disk

ok stsp


ab0d436167 Stefan Sperling

fix leak in an error path of get_file_status()



3d35a492f8 Stefan Sperling

avoid opening the file in get_file_status() if possible


82223ffcc5 Stefan Sperling

fix wrong function name in errno error message


22902794fc Stefan Sperling

this lseek() call in read_dirlist() isn't needed



7f91a1339f Stefan Sperling

open files during status crawl in a race-free way, too


ae8965b97d Stefan Sperling

add missing fdopendir() error check in read_dirlist()



f4d199c99e Stefan Sperling

oops, fix previous


43ff8261e1 Stefan Sperling

check for fclose() failure in get_file_status()


1338848fa6 Stefan Sperling

open the file just once in get_file_status()


f2a9dc41d8 Tracey Emery

add -R option to 'got remove' for recursive deletion

ok stsp


dbb83fbd81 Stefan Sperling

there's no need to store a directory path in struct schedule_addition_args

ok tracey


6db9f7f6b1 Stefan Sperling

always show numeric dates in ISO-8601/xkcd-1179 format

ok millert tracey sthen