summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* commentGravatar Joey Hess2015-06-02
|
* commentGravatar Joey Hess2015-06-02
|
* commentGravatar Joey Hess2015-06-02
|
* commentGravatar Joey Hess2015-06-02
|
* assistant: Consume systemd-networkd dbus events to learn about changes to ↵Gravatar Joey Hess2015-06-02
| | | | network connections, as was already done with network-manager and wicd. Thanks to Sebastian Reuße for the patches.
* Support monitoring systemd-networkd connectivity.Gravatar Sebastian Reuße2015-06-02
|
* When listing DBus services, also list activatable services.Gravatar Sebastian Reuße2015-06-02
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-06-02
|\
* | design for a hookGravatar Joey Hess2015-06-02
| |
| * (no commit message)Gravatar oktav852015-06-02
| |
| * Added a commentGravatar eigengrau2015-06-02
| |
| * Added a commentGravatar https://id.koumbit.net/anarcat2015-06-02
| |
| * (no commit message)Gravatar eigengrau2015-06-02
| |
| * (no commit message)Gravatar eigengrau2015-06-02
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-06-01
|\
* | devblogGravatar Joey Hess2015-06-01
| |
| * Added a commentGravatar wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d2015-06-01
| |
| * removedGravatar wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d2015-06-01
| |
| * Added a commentGravatar wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d2015-06-01
| |
| * Added a commentGravatar wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d2015-06-01
| |
* | remove documentation of obsolete docker containers for building git-annexGravatar Joey Hess2015-06-01
| | | | | | | | I use sustemd-nspawn machines now
* | remove Params constructor from Utility.SafeCommandGravatar Joey Hess2015-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes a bit of complexity, and should make things faster (avoids tokenizing Params string), and probably involve less garbage collection. In a few places, it was useful to use Params to avoid needing a list, but that is easily avoided. Problems noticed while doing this conversion: * Some uses of Params "oneword" which was entirely unnecessary overhead. * A few places that built up a list of parameters with ++ and then used Params to split it! Test suite passes.
* | updateGravatar Joey Hess2015-06-01
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-06-01
|\|
| * Added a commentGravatar juh2015-06-01
| |
| * (no commit message)Gravatar eigengrau2015-06-01
| |
* | more -fno-warn-tabsGravatar Joey Hess2015-05-31
| |