2
I Use This!
Activity Not Available

Commits : Listings

Analyzed almost 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bugfix: .DEB packages now work on Debian 6 http://pastie.org/2056025 Closes GH-19 More... over 13 years ago
Creating /etc/greyhole.conf should be part of the INSTALL, not USAGE
gboudreau
as Guillaume Boudreau
More... over 13 years ago
0.9.8 More... over 13 years ago
Bugfix: rename isn't working for files > 2GB on 32-bit Closes GH-18 More... over 13 years ago
Improvement: Trying to detect missing symlink during RPM install. More... over 13 years ago
Bugfix: --status always displayd Optimizing MySQL tables More... over 13 years ago
Bugfix: --going on upstart clients doesn't restart service Closes GH-17 More... over 13 years ago
Bugfix: DEB package fails to install if Greyhole isn't running. Ref: https://github.com/gboudreau/Greyhole/issues/16 More... over 13 years ago
Clarified INSTALL to point users to pre-packaged RPM & DEB files.
gboudreau
as Guillaume Boudreau
More... over 13 years ago
Changed Makefiles to use github instead of Google Code
gboudreau
as Guillaume Boudreau
More... over 13 years ago
Bugfix: only saving one tombstone, when creating file copies, render the previous tombstone file invalid: they will still contain 'Pending' tombstones, which is not true.
gboudreau
as Guillaume Boudreau
More... over 13 years ago
Issue 74: missing GREYHOLE_INSTALL_DIR env. variable More... over 13 years ago
Bugfix: repair tables needs to be executed before db_migrate, or that will fail on crashed tables More... over 13 years ago
Issue 68: Performing cleanups outlined in r431 code review. More... almost 14 years ago
Improvement: --view-queue now lists fsck & fsck_file pending operations More... almost 14 years ago
Tag: 0.9.6 More... almost 14 years ago
Bugfix: RPM complained about conflicting /etc/init.d 'file'... More... almost 14 years ago
Bugfix: regression - recent changes to try to fix a rename issue made the test 'file rename - back and forth - with 3 files' fail; fixed. More... almost 14 years ago
Tag: 0.9.5 More... almost 14 years ago
Bugfix: deleted files copies were not removed (regression in 0.9.4) More... almost 14 years ago
Bugfix: Trying to fix a rename bug that sometimes leave behind a copy of the old filename More... almost 14 years ago
Tag: 0.9.4 More... almost 14 years ago
Improvement: added stats gathering functionality More... almost 14 years ago
Bugfix: Missing $task_id for gh_write_process_tombstones to be able to postpone a task (locked file). More... almost 14 years ago
Improvement: Issue 71: Output --stats and --view-queue in machine-readable format More... almost 14 years ago
Simple typo; was renaming.gh_graveyard instead of .gh_graveyard_backup More... almost 14 years ago
Bugfix: PHP before 5.3.0 doesn't support long options in getopt; now using a custom _getopt function when using PHP < 5.3.0 More... almost 14 years ago
Issue 68: This checkin touches a lot of code, all tombstone calls that load by directory are now done via the tombstone_iterator class which loads tombstones in blocks to avoid excessive memory consumption. Block sizes are dynamic as they are as large as there are files in a directory on all pool drives. It loads all files from a directory across all pool drives, this avoids loading the same tombstone twice. If a block is empty (i.e. we had a directory with nothing or a directory of directories) it'll proceed and pull the next directory off the stack and try to load a block from it, etc. More... almost 14 years ago
Bugfix: DEB package wouldn't install if greyhole wasn't running More... almost 14 years ago
Issue 48: New .deb packages for Debian/Ubuntu; also made some changes to RPM to be consistent More... almost 14 years ago