summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* S3: Publically accessible buckets can be used without creds.Gravatar Joey Hess2015-06-05
|
* public=yes config to send AclPublicReadGravatar Joey Hess2015-06-05
| | | | | | | | | | | In my tests, this has to be set when uploading a file to the bucket and then the file can be accessed using the bucketname.s3.amazonaws.com url. Setting it when creating the bucket didn't seem to make the whole bucket public, or allow accessing files stored in it. But I have gone ahead and also sent it when creating the bucket just in case that is needed in some case.
* not sure why, but ghc started failing linking the C libs unless explicitly ↵Gravatar Joey Hess2015-06-05
| | | | built with -fPIC
* commentGravatar Joey Hess2015-06-05
|
* groundwork for readonly accessGravatar Joey Hess2015-06-05
| | | | Split S3Info out of S3Handle and added some stubs
* Added a comment: not free softwareGravatar https://id.koumbit.net/anarcat2015-06-04
|
* Added a commentGravatar https://me.yahoo.com/a/yx5Y6EI1t.759Jsu63ZWqYclCmpOmxxd.ramtw--#7114a2015-06-04
|
* Added a commentGravatar CandyAngel2015-06-04
|
* (no commit message)Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42015-06-04
|
* Added a commentGravatar CandyAngel2015-06-04
|
* Added a commentGravatar frederik@ffbea6a549cb3f460d110386c0f634c1ddc6a68a2015-06-04
|
* Added a commentGravatar CandyAngel2015-06-04
|
* (no commit message)Gravatar frederik@ffbea6a549cb3f460d110386c0f634c1ddc6a68a2015-06-04
|
* Added a comment: file name too longGravatar frederik@ffbea6a549cb3f460d110386c0f634c1ddc6a68a2015-06-04
|
* fairly complete tests for git-annex importGravatar Joey Hess2015-06-03
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-06-03
|\
* | commentGravatar Joey Hess2015-06-03
| |
* | moreinfoGravatar Joey Hess2015-06-03
| |
| * Added a commentGravatar CandyAngel2015-06-03
| |
* | commentGravatar Joey Hess2015-06-03
|/
* import --clean-duplicates: Fix bug that didn't count local or trusted repo's ↵Gravatar Joey Hess2015-06-03
| | | | copy of a file as one of the necessary copies to allow removing it from the import location.
* two more breakages introduced when removing the Params constructorGravatar Joey Hess2015-06-03
|
* (no commit message)Gravatar CandyAngel2015-06-03
|
* Added a commentGravatar CandyAngel2015-06-03
|
* Added a commentGravatar CandyAngel2015-06-03
|
* link to release notes and upgrades notesGravatar https://id.koumbit.net/anarcat2015-06-03
|
* remove superfluous headerGravatar https://id.koumbit.net/anarcat2015-06-03
|
* fix headingsGravatar https://id.koumbit.net/anarcat2015-06-03
|
* link to the upgrades pageGravatar https://id.koumbit.net/anarcat2015-06-03
|
* Added a comment: understoodGravatar https://id.koumbit.net/anarcat2015-06-03
|
* tag this with my name so i can find it laterGravatar https://id.koumbit.net/anarcat2015-06-03
|
* document the software upgrade process minimallyGravatar https://id.koumbit.net/anarcat2015-06-03
|
* (no commit message)Gravatar frederik@ffbea6a549cb3f460d110386c0f634c1ddc6a68a2015-06-03
|
* Added a comment: I am experiencing this as wellGravatar scottgwald@57e4fabac1105bdeb5196fac4525051448d827a42015-06-03
|
* removedGravatar wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d2015-06-02
|
* removedGravatar wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d2015-06-02
|
* Added a commentGravatar wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d2015-06-02
|
* fix bug introduced in recent Params removalGravatar Joey Hess2015-06-02
|
* devblogGravatar Joey Hess2015-06-02
|
* add the Isuma Media Players projectGravatar Joey Hess2015-06-02
|
* followupGravatar Joey Hess2015-06-02
|
* commentGravatar Joey Hess2015-06-02
|
* commentGravatar Joey Hess2015-06-02
|
* commentGravatar Joey Hess2015-06-02
|
* close dup; and remove dup closure of todo/Nearline_supportGravatar Joey Hess2015-06-02
| | | | | | | todo/Nearine_support is where this is being discussed, it was closed as a dup erroniously. Spending more time closing dups about this than working on it. :(
* Revert "When listing DBus services, also list activatable services."Gravatar Joey Hess2015-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 334954d8bf9113b679f8af29ad481b0daece86f7. Sebastian thinks best to revert this: It seems to me the reason I needed to look at activatable sockets might actually be a networkd bug, and I was in error about patch 0001. On my machines (without DHCP), networkd quits after configuring the links. I thought this had to do with network activation, but that was probably mistaken. This was obscured by my testing the change by doing systemctl stop/start on networkd; now that I actually unplugged the network cable, I noticed no DBus messages are triggered by this on this machine. Your test case might have had a similar problem (networkd quitting on idle). Might be related to [1]. On another machine (with DHCP) networkd remains active all the time, and patch 0002 works there. You might want to revert 0001, though: Suppose someone’s running no manager at all, so that polling would be required. Because networkd is still listed as activable, we would refrain from polling – by mistake, because networkd doesn’t seem to actually go active if we listen on its bus, and it’s listed as activable even when it’s not configured. Connectivity-related messages will come in when stopping/starting the service, but not when unplugging the cable.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-06-02
|\
* | get --incomplete: New option to resume any interrupted downloads.Gravatar Joey Hess2015-06-02
| |
| * Added a comment: autodetection?Gravatar https://id.koumbit.net/anarcat2015-06-02
|/
* commentGravatar Joey Hess2015-06-02
|