summaryrefslogtreecommitdiff
path: root/Messages/JSON.hs
Commit message (Expand)AuthorAge
* factor non-type stuff out of KeyJoey Hess2017-02-24
* Make --json-progress output be shown even when the size of a object is not kn...Joey Hess2016-09-29
* Add "total-size" field to --json-progress output.Joey Hess2016-09-29
* drop incremental json object display; clean up codeJoey Hess2016-09-09
* refactorJoey Hess2016-09-09
* better locking for json with -JJoey Hess2016-09-09
* addurl, get: Added --json-progress option, which adds progress objects to the...Joey Hess2016-09-09
* Remove key:null from git-annex add --json output.Joey Hess2016-09-09
* fix build with old ghcJoey Hess2016-08-08
* avoid using Strings for JSON output; keep it ByteString throughoutJoey Hess2016-07-26
* improved use of Aeson for JSONActionItemJoey Hess2016-07-26
* Removed dependency on json library; all JSON is now handled by aeson.Joey Hess2016-07-26
* aeson parser for --json output linesJoey Hess2016-07-26
* allow using Aeson for streaming JSON outputJoey Hess2016-07-26
* improve json when showStart' is given only a keyJoey Hess2016-03-06
* info: Added json output for "backend usage", "numcopies stats", "repositories...Joey Hess2015-06-16
* update my email address and homepage urlJoey Hess2015-01-21
* hlintJoey Hess2013-04-03
* where indentingJoey Hess2012-11-11
* find --jsonJoey Hess2011-12-23
* status --json --fast for escJoey Hess2011-11-14
* avoid showing json lists of remotes when not in json modeJoey Hess2011-09-02
* basic json supportJoey Hess2011-09-01