summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* (no commit message)Gravatar pietroastolfi92@8933106257e5e108af6f46b584f3f10acb198f1d2017-11-30
|
* (no commit message)Gravatar http://xgm.de/oid/2017-11-30
|
* files pushed nowGravatar Joey Hess2017-11-29
|
* turn on lambdacase for distributionupdateGravatar Joey Hess2017-11-29
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-11-29
|\
* | devblogGravatar Joey Hess2017-11-29
| |
| * Added a comment: Version missing from the annexGravatar sunny2562017-11-29
|/
* responseGravatar Joey Hess2017-11-28
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-11-28
|\
* | devblogGravatar Joey Hess2017-11-28
| |
| * Added a comment: found it! ( I think ... or should I be still looking for ↵Gravatar ganewbie012017-11-28
| | | | | | | | "database" branch? )
* | update; filed youtube-dl bugGravatar Joey Hess2017-11-27
| |
| * (no commit message)Gravatar ynikitenko2017-11-27
| |
| * Added a commentGravatar olaf2017-11-27
| |
| * removedGravatar olaf2017-11-27
| |
| * Added a commentGravatar olaf2017-11-27
| |
| * Added a comment: development branches inaccessible?Gravatar ganewbie012017-11-26
| |
| * (no commit message)Gravatar s998758@d9eef097c6baf74cc86fd8dbb003c33be91873b82017-11-26
| |
| * (no commit message)Gravatar https://me.yahoo.com/a/5j.FKrMpxZS.luSB.5ahyosMU6RcaYq2#74c602017-11-25
|/
* add news item for git-annex 6.20171124Gravatar Joey Hess2017-11-24
|
* releasing package git-annex version 6.201711246.20171124Gravatar Joey Hess2017-11-24
|
* Fix build with dns-3.0.Gravatar Joey Hess2017-11-24
| | | | This commit was sponsored by Henrik Riomar on Patreon.
* ideaGravatar Joey Hess2017-11-23
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-11-23
|\
| * Added a comment: Still a problemGravatar olaf2017-11-23
| |
* | remove changelog entryGravatar Joey Hess2017-11-22
|/ | | | glibc already didn't support old kernels, so nothing user-visible has changed
* investigate using youtube-dl. not pretty..Gravatar Joey Hess2017-11-22
|
* Linux standalone arm build no longer supports Linux kernels older than 2.6.28Gravatar Joey Hess2017-11-21
| | | | | | | | As it was getting too expensive to patch out use of the "new" syscalls We could revisit this if someone has hardware with an older kernel that's still being maintained, but I've verified that the Synology NAS that had used a too old kernel version has been updated to 2.6.32.
* fix build of patched networkGravatar Joey Hess2017-11-21
|
* freshen patchGravatar Joey Hess2017-11-21
|
* update to lts-9,9Gravatar Joey Hess2017-11-21
| | | | | | | with aws updated to 0.17.1 The old version of this file no longer builds on the arm autobuilder, running Debian unstable.
* remove unused importGravatar Joey Hess2017-11-21
|
* avoid build warning with old version of httpGravatar Joey Hess2017-11-21
|
* ah, I got itGravatar Joey Hess2017-11-20
|
* huh?Gravatar Joey Hess2017-11-20
|
* (no commit message)Gravatar quantum.analyst+git-annex@7b5254bfa3fe66bdaa852f498eba084d122744b72017-11-18
|
* (no commit message)Gravatar Yurt2017-11-17
|
* (no commit message)Gravatar Yurt2017-11-17
|
* (no commit message)Gravatar robert.schuetz@7942237bf71a2ae4f5d3cb047d167612b8c9e3112017-11-17
|
* (no commit message)Gravatar robert.schuetz@7942237bf71a2ae4f5d3cb047d167612b8c9e3112017-11-17
|
* Added a comment: thanks, what about 'find' with the same issue?Gravatar yarikoptic2017-11-16
|
* typoGravatar Joey Hess2017-11-16
|
* (no commit message)Gravatar Lykos1532017-11-16
|
* enable LambdaCase and convert around 10% of places that could use itGravatar Joey Hess2017-11-15
| | | | | | | | | | | Needs ghc 7.6.1, so minimum base version increased slightly. All builds are well above this version of ghc, and debian oldstable is as well. Code that could use lambdacase can be found by running: git grep -B 1 'case ' | less and searching in less for "<-" This commit was sponsored by andrea rota.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-11-14
|\
* | Display progress meter when uploading a key without size informationGravatar Joey Hess2017-11-14
| | | | | | | | | | | | Getting the size by statting the content file. This commit was supported by the NSF-funded DataLad project.
| * Added a commentGravatar astrophoenix2017-11-14
|/
* thoughtsGravatar Joey Hess2017-11-14
|
* initial whining about 2 ssh promptsGravatar yarikoptic2017-11-14
|
* still can't express custom-setup depsGravatar Joey Hess2017-11-14
| | | | | | | | They need unix on non-windows, for Utility.Env, which Build.Configure uses, but cabal can't express that in a custom-setup stanza. To avoid this problem, Utility.Env would need to be moved into unix-compat..