aboutsummaryrefslogtreecommitdiff
path: root/Messages/JSON.hs
Commit message (Expand)AuthorAge
* fix buildGravatar Joey Hess2018-02-19
* send stderr to json when --json-error-messages enabledGravatar Joey Hess2018-02-19
* always include error-messages field when --json-error-messagesGravatar Joey Hess2018-02-19
* --json: multi-line notesGravatar Joey Hess2018-02-16
* Added INFO to external special remote protocol.Gravatar Joey Hess2018-02-06
* factor non-type stuff out of KeyGravatar Joey Hess2017-02-24
* Make --json-progress output be shown even when the size of a object is not kn...Gravatar Joey Hess2016-09-29
* Add "total-size" field to --json-progress output.Gravatar Joey Hess2016-09-29
* drop incremental json object display; clean up codeGravatar Joey Hess2016-09-09
* refactorGravatar Joey Hess2016-09-09
* better locking for json with -JGravatar Joey Hess2016-09-09
* addurl, get: Added --json-progress option, which adds progress objects to the...Gravatar Joey Hess2016-09-09
* Remove key:null from git-annex add --json output.Gravatar Joey Hess2016-09-09
* fix build with old ghcGravatar Joey Hess2016-08-08
* avoid using Strings for JSON output; keep it ByteString throughoutGravatar Joey Hess2016-07-26
* improved use of Aeson for JSONActionItemGravatar Joey Hess2016-07-26
* Removed dependency on json library; all JSON is now handled by aeson.Gravatar Joey Hess2016-07-26
* aeson parser for --json output linesGravatar Joey Hess2016-07-26
* allow using Aeson for streaming JSON outputGravatar Joey Hess2016-07-26
* improve json when showStart' is given only a keyGravatar Joey Hess2016-03-06
* info: Added json output for "backend usage", "numcopies stats", "repositories...Gravatar Joey Hess2015-06-16
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* hlintGravatar Joey Hess2013-04-03
* where indentingGravatar Joey Hess2012-11-11
* find --jsonGravatar Joey Hess2011-12-23
* status --json --fast for escGravatar Joey Hess2011-11-14
* avoid showing json lists of remotes when not in json modeGravatar Joey Hess2011-09-02
* basic json supportGravatar Joey Hess2011-09-01