summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | commentGravatar Joey Hess2015-06-15
| |
* | commentGravatar Joey Hess2015-06-15
|/
* link to todo item about thisGravatar Joey Hess2015-06-15
|
* bug in old version of git-annex not current versionGravatar Joey Hess2015-06-15
|
* commentGravatar Joey Hess2015-06-15
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-06-15
|\
| * (no commit message)Gravatar zsolist@20b8dad52ed42acde0810648144f7df87b29cd392015-06-15
| |
| * (no commit message)Gravatar https://me.yahoo.com/a/WioZezwAj_PPf7_qtC0oN9Pl5iUte78gVg--#978712015-06-15
| |
* | debian/cabal-wrapper: Removed this hack which should not be needed anymore.Gravatar Joey Hess2015-06-14
|/
* improve url parsing moreGravatar Joey Hess2015-06-14
| | | | | Now can handle eg, "http://[::1]/download/cdrom-fontzip[foo]", where the first [] need to stay unescaped, but the rest have to be escaped.
* Improve url parsing to handle some urls containing illegal [] characters in ↵Gravatar Joey Hess2015-06-14
| | | | | | their paths. Ie, "https://archive.org/download/zoom-2/Zoom - Release 2 (1996)(Active Software)[!].iso"
* commentGravatar Joey Hess2015-06-14
|
* respGravatar Joey Hess2015-06-14
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-06-14
|\
* | set LC_ALL in ikiwiki build to ensure deterministic build in other localesGravatar Joey Hess2015-06-14
| | | | | | | | | | smcv suggeted using C.UTF-8, but I want this to work beyond Debian, so went with C, which seems to work ok.
| * Added a comment: …Gravatar tomekwi2015-06-13
| |
| * Added a comment: direct mode within a directory?Gravatar tomekwi2015-06-13
| |
| * (no commit message)Gravatar amarburg@128ccc99d92795ea23992e5d242c9c550de316c02015-06-12
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-06-12
|\
* | clean up obsolete branchesGravatar Joey Hess2015-06-12
| |
* | plan updateGravatar Joey Hess2015-06-12
| |
* | status updateGravatar Joey Hess2015-06-12
| |
* | optimise ObjectHashLower handlingGravatar Joey Hess2015-06-12
| | | | | | | | | | | | | | A repo tuned with ObjectHashLower only ever uses lower-case hash directories, so unlike a bare repo which could have old mixed case directories, there is no need to do an expensive check of the filesystem in this case.
| * (no commit message)Gravatar https://me.yahoo.com/a/xkO5.1BkqIlQeQFLvN.y7djS7aY-#90ad32015-06-12
| |
| * (no commit message)Gravatar https://me.yahoo.com/a/xkO5.1BkqIlQeQFLvN.y7djS7aY-#90ad32015-06-12
| |
| * (no commit message)Gravatar https://me.yahoo.com/a/WioZezwAj_PPf7_qtC0oN9Pl5iUte78gVg--#978712015-06-12
|/
* oh foo, I didn't mean to include this in the prev commitGravatar Joey Hess2015-06-11
|
* 4 ns optimisation of repeated calls to hasDifference on the same DifferencesGravatar Joey Hess2015-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | I want this as fast as possible, so it can be added to code paths without slowing them down. Avoid the set lookup, and rely on laziness, drops runtime from 14.37 ns to 11.03 ns according to this criterion benchmark: import Criterion.Main import qualified Types.Difference as New import qualified Types.DifferenceOld as Old main :: IO () main = defaultMain [ bgroup "hasDifference" [ bench "new" $ whnf (New.hasDifference New.OneLevelObjectHash) new , bench "old" $ whnf (Old.hasDifference Old.OneLevelObjectHash) old ] ] where s = "fromList [ObjectHashLower, OneLevelObjectHash, OneLevelBranchHash]" new = New.readDifferences s old = Old.readDifferences s A little bit of added boilerplate, but I suppose it's worth it to not need to worry about set lookup overhead. Note that adding more differences would slow down the old implementation; the new implementation will run the same speed.
* further thoughtsGravatar Joey Hess2015-06-11
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-06-11
|\
| * i don't think this is validGravatar https://id.koumbit.net/anarcat2015-06-11
| |
* | Fix bug that prevented enumerating locally present objects in repos tuned ↵Gravatar Joey Hess2015-06-11
| | | | | | | | | | | | | | | | with annex.tune.objecthash1=true Need to walk 1 level of subdirs less in this case. The git-annex branch traversal code didn't have a similar bug.
| * move bug to a todo since it's a wishlistGravatar Antoine Beaupré2015-06-11
| |
| * maybe a feature?Gravatar https://id.koumbit.net/anarcat2015-06-11
| |
| * bandwidth limits on s3Gravatar https://id.koumbit.net/anarcat2015-06-11
| |
| * Added a comment: ThanksGravatar juh2015-06-11
| |
| * Added a commentGravatar eigengrau2015-06-11
|/
* Added a commentGravatar https://id.koumbit.net/anarcat2015-06-10
|
* todo item (seems blocked on caching database)Gravatar Joey Hess2015-06-10
|
* add git-annex-shell link to standalone deb patchGravatar Joey Hess2015-06-10
|
* add commit-standalone target to refresh quilt patchGravatar Joey Hess2015-06-10
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-06-10
|\
* | some changed deps for android buildGravatar Joey Hess2015-06-10
| |
| * Added a commentGravatar CandyAngel2015-06-10
| |
| * Added a commentGravatar frederik@ffbea6a549cb3f460d110386c0f634c1ddc6a68a2015-06-10
| |
| * Added a commentGravatar anarcat2015-06-10
| |
| * (no commit message)Gravatar juh2015-06-10
| |
| * Added a comment: Sorry for the noise, thanks for the tool :-)Gravatar jean.jordaan@4bb3bd508a9eb0a4bab5d1b587dadd2b6c4a7edc2015-06-10
|/
* Build documentation with deterministic=1 for reproducible builds. (A new ↵Gravatar Joey Hess2015-06-09
| | | | ikiwiki feature.) Closes: #785736
* fix filenameGravatar Joey Hess2015-06-09
|