git-annex/Remote/Helper
Joey Hess fccdd61eec fix memory leak
Unfortunately, I don't fully understand why it was leaking using the old
method of a lazy bytestring. I just know that it was leaking, despite
neither hGetUntilMetered nor byteStringPopper seeming to leak by
themselves.

The new method avoids the lazy bytestring, and simply reads chunks from the
handle and streams them out to the http socket.
2014-11-04 15:22:08 -04:00
..
Chunked better exception display 2014-07-26 23:01:44 -04:00
AWS.hs enable frankfurt 2014-10-23 11:02:24 -04:00
Chunked.hs add per-remote-type info 2014-10-21 14:36:09 -04:00
Encryptable.hs show in info whether a remote uses hybrid encryption or not 2014-10-22 14:39:59 -04:00
Git.hs add per-remote-type info 2014-10-21 14:36:09 -04:00
Hooks.hs more lock file refactoring 2014-08-20 18:58:14 -04:00
Http.hs fix memory leak 2014-11-04 15:22:08 -04:00
Messages.hs run Preparer to get Remover and CheckPresent actions 2014-08-06 14:28:36 -04:00
ReadOnly.hs Remotes can now be made read-only, by setting remote.<name>.annex-readonly 2014-01-02 13:12:32 -04:00
Special.hs add per-remote-type info 2014-10-21 14:36:09 -04:00
Ssh.hs testremote: Add testing of behavior when remote is not available 2014-08-10 15:02:59 -04:00