root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @163 [163] 2 years bradfitz Tagging version '1.05' using shipit.
(edit) @162 [162] 2 years bradfitz Checking in changes prior to tagging of version 1.05. Changelog diff …
(edit) @161 [161] 2 years bradfitz 'prune' and 'gc' commands commands for both Amazon and Filesystem targets. …
(edit) @160 [160] 2 years bradfitz Tagging version '1.04' using shipit.
(edit) @159 [159] 2 years bradfitz Checking in changes prior to tagging of version 1.04. Changelog diff …
(edit) @158 [158] 2 years bradfitz + - Amazon list_backups and delete backups (and delete for filesystem + …
(edit) @157 [157] 2 years bradfitz make tests pass on OS X (Jesse Vincent)
(edit) @156 [156] 3 years bradfitz Tagging version '1.03' using shipit.
(edit) @155 [155] 3 years bradfitz Checking in changes prior to tagging of version 1.03. Changelog diff …
(edit) @154 [154] 3 years bradfitz update
(edit) @153 [153] 3 years bradfitz brackup-restore's verbose flag is more verbose now, showing files as …
(edit) @152 [152] 3 years bradfitz stop leaking tempfiles
(edit) @151 [151] 3 years bradfitz start of tempfile leak auditing, moving all tempfile creation into …
(edit) @150 [150] 3 years bradfitz more brackup-target work, and todo/changes updates
(edit) @149 [149] 3 years bradfitz don't leak tempfiles
(edit) @148 [148] 3 years bradfitz commands to get brackup files from server
(edit) @147 [147] 3 years bradfitz implement list_targets command
(edit) @146 [146] 3 years bradfitz doc updates
(edit) @145 [145] 3 years bradfitz fixes
(edit) @144 [144] 3 years bradfitz more todo
(edit) @143 [143] 3 years mart Implementation of the "backups" method for the Filesystem target.
(edit) @142 [142] 3 years bradfitz start of target management tool
(edit) @141 [141] 3 years bradfitz use default
(edit) @140 [140] 3 years bradfitz doc fixes
(edit) @139 [139] 3 years mart Preparation for enumerating backups on a particular target.
(edit) @138 [138] 3 years bradfitz this was unused.
(edit) @137 [137] 3 years bradfitz Tagging version '1.02' using shipit.
(edit) @136 [136] 3 years bradfitz Checking in changes prior to tagging of version 1.02. Changelog diff …
(edit) @135 [135] 3 years bradfitz don't tail-pack... only merge chunks into composite chunks that represent …
(edit) @134 [134] 3 years bradfitz support for merging little files together into big chunks on the backup …
(edit) @133 [133] 3 years bradfitz so search.cpan.org picks it up
(edit) @132 [132] 3 years bradfitz todo
(edit) @131 [131] 3 years bradfitz Tagging version '1.01' using shipit.
(edit) @130 [130] 3 years bradfitz Checking in changes prior to tagging of version 1.01. Changelog diff …
(edit) @129 [129] 3 years bradfitz lot of docs
(edit) @128 [128] 3 years bradfitz more docs
(edit) @127 [127] 3 years bradfitz Tagging version '1.00' using shipit.
(edit) @126 [126] 3 years bradfitz Checking in changes prior to tagging of version 1.00. Changelog diff …
(edit) @125 [125] 3 years bradfitz document verbose
(edit) @124 [124] 3 years bradfitz - track in meta header the default (most often occuring) modes for …
(edit) @123 [123] 3 years bradfitz lot was already done
(edit) @122 [122] 3 years bradfitz cleanup
(edit) @121 [121] 3 years bradfitz noatime support
(edit) @120 [120] 3 years bradfitz more debug
(edit) @119 [119] 3 years bradfitz defer loading everything until first access
(edit) @118 [118] 3 years bradfitz note for future
(edit) @117 [117] 3 years bradfitz legacy migration thing.
(edit) @116 [116] 3 years bradfitz skip files ending in whitespace, and don't cache stat info is file is …
(edit) @115 [115] 3 years bradfitz suck in the whole sqlite file, so it's not so damn slow.
(edit) @114 [114] 3 years bradfitz less/smarter verbose output: don't show a file status line until we have …
(edit) @113 [113] 3 years bradfitz memoize full digest
(edit) @112 [112] 3 years bradfitz bogus dep
(edit) @111 [111] 3 years bradfitz fix: --- the digest cache, for files smaller than the chunk size, …
(edit) @110 [110] 3 years bradfitz add Brackup::DigestCache, subclass of Dict::SQLite, but will have …
(edit) @109 [109] 3 years bradfitz show better percentage bars, if we precalc'd the data
(edit) @108 [108] 3 years bradfitz start of some code to show size actually needed to upload, ahead of time. …
(edit) @107 [107] 3 years bradfitz parallel gpg stuff
(edit) @106 [106] 3 years bradfitz add to comment
(edit) @105 [105] 3 years bradfitz manifest cleanup
(edit) @104 [104] 3 years bradfitz more
(edit) @103 [103] 3 years bradfitz intro GPG process management stuff. for now, only manages one process at …
(edit) @102 [102] 3 years bradfitz if restore failed, don't proceed to tree diff
(edit) @101 [101] 3 years bradfitz misc
(edit) @100 [100] 3 years bradfitz fix tests, previously broken. also make tests ignore 'atime' field, since …
(edit) @99 [99] 3 years bradfitz change where we encrypt, to make next transition more clear
(edit) @98 [98] 3 years bradfitz multiplexed slave iterator stuff.... you can start to see now how the gpg …
(edit) @97 [97] 3 years bradfitz switch backup.pm to use a stream of events from an iterator object.... in …
(edit) @96 [96] 3 years bradfitz noise
(edit) @95 [95] 3 years bradfitz add a chunk iterator object, to be used by future refactor of backup
(edit) @94 [94] 3 years bradfitz + - fix memory leak in case where chunk exists on target, but local + …
(edit) @93 [93] 3 years bradfitz - make PositionedChunk use the digest cache (which I guess was …
(edit) @92 [92] 3 years bradfitz - retry PUTs to Amazon on failure, a few times, pausing in-between, in …
(edit) @91 [91] 3 years bradfitz say something's happening on start
(edit) @90 [90] 3 years bradfitz - clean up old, dead code in Amazon target (the old inventory db which …
(edit) @89 [89] 3 years bradfitz show progress with -v, and include new doc
(edit) @88 [88] 3 years bradfitz halve number of stats when walking backup root
(edit) @87 [87] 3 years bradfitz not done yet
(edit) @86 [86] 3 years bradfitz clean up quicker
(edit) @85 [85] 3 years bradfitz - cleanups, strictness - don't upload meta files when in dry-run mode
(edit) @84 [84] 3 years bradfitz fix Amazon target
(edit) @83 [83] 3 years bradfitz todo
(edit) @82 [82] 3 years bradfitz renaming this
(edit) @81 [81] 3 years bradfitz sort this
(edit) @80 [80] 3 years bradfitz - merge in the refactoring branch, in which a lot of long-standing pet …
(edit) @79 [79] 3 years bradfitz clean up tree
(edit) @78 [78] 3 years bradfitz gets tests passing again, and quietly.
(edit) @77 [77] 3 years bradfitz another mart patch from trunk that didn't merge automatically
(edit) @76 [76] 3 years bradfitz merging mart's win32 changes from trunk
(edit) @75 [75] 3 years mart The naming scheme for chunk files is rather unfortunate since colons …
(edit) @74 [74] 3 years mart Must read chunk files in binary mode.
(edit) @73 [73] 3 years mart The trick of calling tempfile() and then holding the filehandle open while …
(edit) @72 [72] 3 years mart S_ISLNK doesn't work under ActiveState Perl on Windows, so fall back on …
(edit) @71 [71] 3 years mart Only try to expand ~/ if $ENV{HOME} is set.
(edit) @70 [70] 3 years mart Allow user to specify config file location on the command line. Default …
(edit) @69 [69] 3 years bradfitz work in progress. refactor a ton of code... split digestdatabase into …
(edit) @68 [68] 3 years bradfitz new branch
(edit) @67 [67] 3 years bradfitz branch
(edit) @66 [66] 3 years bradfitz require gpg-agent, and help out with it... also add --batch and info …
(edit) @65 [65] 3 years bradfitz - support putting .meta files besides .chunk files on the Target to …
(edit) @64 [64] 3 years bradfitz actually, we do need to use wanted callback for right ordering
Note: See TracRevisionLog for help on using the revision log.