summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fix build stampsGravatar Joey Hess2013-04-26
|
* Added a commentGravatar http://edheil.wordpress.com/2013-04-26
|
* (no commit message)Gravatar http://edheil.wordpress.com/2013-04-26
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-04-26
|\
* | allow configuring the preferreddirGravatar Joey Hess2013-04-26
| |
| * (no commit message)Gravatar https://launchpad.net/~maestro-alubia2013-04-26
| |
| * (no commit message)Gravatar https://launchpad.net/~maestro-alubia2013-04-26
| |
| * (no commit message)Gravatar https://launchpad.net/~maestro-alubia2013-04-26
| |
| * (no commit message)Gravatar https://launchpad.net/~maestro-alubia2013-04-26
|/
* updateGravatar Joey Hess2013-04-26
|
* updateGravatar Joey Hess2013-04-26
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-04-25
|\
* | blog for the day (10 am to 11:50 pm is insane)Gravatar Joey Hess2013-04-25
| |
* | per-IA-item content directoriesGravatar Joey Hess2013-04-25
| |
| * Remove org nameGravatar http://nathanhyde.myopenid.com/2013-04-25
| |
| * Add note about git and push.defaultGravatar http://nathanhyde.myopenid.com/2013-04-25
| |
* | Automatically register public urls for files uploaded to the Internet Archive.Gravatar Joey Hess2013-04-25
| |
* | webapp: Display some additional information about a repository on its edit page.Gravatar Joey Hess2013-04-25
| |
* | S3: Dropping content from the Internet Archive doesn't work, but their API ↵Gravatar Joey Hess2013-04-25
| | | | | | | | indicates it does. Always refuse to drop from there.
* | support enabling IA repositoriesGravatar Joey Hess2013-04-25
| |
* | Internet Archive!Gravatar Joey Hess2013-04-25
| | | | | | | | | | | | | | * Add public repository group. * webapp: Can now set up Internet Archive repositories. TODO: Enabling IA repositories.
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-04-25
|\|
| * poll vote (/sdcard/annex)Gravatar 2001:980:45c4:1:84e8:c853:c73d:5c6b2013-04-25
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawm8wY171R5c4u_jPmB6LU6n6Px2xePM4sE2013-04-25
| |
| * poll vote (/sdcard/annex)Gravatar 62.207.88.332013-04-25
| |
| * TypoGravatar Richard Hartmann2013-04-25
| |
* | use DList for the transfer queueGravatar Joey Hess2013-04-25
| | | | | | | | | | Some nice efficiency gains here for list appending, although mostly the small size of the transfer queue makes them irrelivant.
* | use a DList for the deferred downloads queueGravatar Joey Hess2013-04-25
| |
* | committer tweak to wait for Watcher to resume after a max-size commitGravatar Joey Hess2013-04-25
| | | | | | | | | | | | Without this, a very large batch add has commits of sizes approx 5000, 2500, 1250, etc down to 10, and then starts over at 5000. This fixes it so it's 5000+ every time.
| * Added a commentGravatar http://joeyh.name/2013-04-25
| |
| * Added a commentGravatar http://joeyh.name/2013-04-25
|/
* initremote: If two existing remotes have the same name, prefer the one with ↵Gravatar Joey Hess2013-04-24
| | | | a higher trust level.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-04-24
|\
* | optimise direct mode startup scanGravatar Joey Hess2013-04-24
| | | | | | | | | | A recent change made existing symlinks be re-staged. That does not need to be done during the startup scan though.
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkZktNHFhxC1kYA9KKdKpYJO4clq9WDsjE2013-04-25
| |
* | assistant: Sanitize XMPP presence information logged for debugging.Gravatar Joey Hess2013-04-24
| |
| * Added a commentGravatar http://joeyh.name/2013-04-25
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkZktNHFhxC1kYA9KKdKpYJO4clq9WDsjE2013-04-25
| |
| * Added a commentGravatar http://joeyh.name/2013-04-24
| |
| * Added a commentGravatar http://joeyh.name/2013-04-24
| |
| * Added a comment: Your users aren't horses, eitherGravatar http://keverets.livejournal.com/2013-04-24
|/
* blog for the dayGravatar Joey Hess2013-04-24
|
* get rid of need to run pre-commit hook when assistant commits in direct modeGravatar Joey Hess2013-04-24
| | | | | | | | | | | That hook updates associated file bookkeeping info for direct mode. But, everything already called addAssociatedFile when adding/changing a file. It only needed to also call removeAssociatedFile when deleting a file, or a directory. This should make bulk adds faster, by some possibly significant amount. Bulk removals may be a little slower, since it has to use catKeyFile now on each removed file, but will still be faster than adds.
* fix 5244ab7656e2269676cf6296718c8e5243c5b919Gravatar Joey Hess2013-04-24
| | | | Converted back to the wrong type, oops.
* refactoring and minor performance tweakGravatar Joey Hess2013-04-24
|
* remove last use of TSetGravatar Joey Hess2013-04-24
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-04-24
|\
| * Added a commentGravatar http://joeyh.name/2013-04-24
| |
* | batch commit every 5 thousand changes, not 10 thousandGravatar Joey Hess2013-04-24
| | | | | | | | | | | | | | | | | | | | | | There's a tradeoff between making less frequent commits, and needing to use memory to store all the changes that are coming in. At 10 thousand, it needs 150 mb of memory. 5 thousand drops that down to 90 mb or so. This also turns out to have significant imact on total run time. I benchmarked 10k changes taking 27 minutes. But two 5k batches took only 21 minutes.
* | convert PendingAddChange back to Change when an add failsGravatar Joey Hess2013-04-24
| | | | | | | | | | | | | | If an add failed, we should lose the KeySource, since it, presumably, differs due to a change that was made to the file. (The locked down file is already deleted.)