summaryrefslogtreecommitdiff
path: root/lisp/jsonrpc.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Disable undo in the process buffers of a JSONRPC connectionJoão Távora2019-12-131-1/+4
* Follow JSONRPC spec by not sending :result field on errorsJoão Távora2019-11-051-3/+7
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-6/+6
* Add conditional operator xor to subr.elMattias Engdegård2019-08-061-1/+0
* Remove Maintainer: when it duplicates Author:Paul Eggert2019-05-261-1/+0
* Update more copyright yearsPaul Eggert2018-12-311-1/+1
* Jsonrpc error handlers can now safely call jsonrpc-shutdownJoão Távora2018-12-161-7/+7
* Replace insignificant backquotesMichael Heerdegen2018-11-251-2/+2
* jsonrpc-shutdown's cleanup also kills stderr bufferJoão Távora2018-08-121-2/+3
* Revert "Make jsonrpc-shutdown a noop if process isn't running"João Távora2018-08-121-14/+12
* Fix blunder in last commit for lisp/jsonrpc.elJoão Távora2018-08-111-1/+1
* Add option to cleanup buffers to jsonrpc-shutdownJoão Távora2018-08-111-13/+17
* * lisp/jsonrpc.el (jsonrpc-request): Clarify comment.João Távora2018-08-111-1/+5
* Make jsonrpc-shutdown a noop if process isn't runningJoão Távora2018-08-111-10/+13
* Allow completely disabling event logging in jsonrpc.elJoão Távora2018-08-101-34/+35
* Trim JSONRPC events buffer when it's too largeJoão Távora2018-08-091-11/+26
* Synchronous JSONRPC requests can be cancelled on user inputJoão Távora2018-08-091-17/+36
* Adjust previous jsonrpc changeJoão Távora2018-07-031-4/+3
* Make lisp/jsonrpc.el work with Emacs 25.1João Távora2018-07-021-4/+6
* Unbreak bootstrapGlenn Morris2018-06-301-2/+2
* * lisp/jsonrpc.el (subr-x): Only require when compilingJoão Távora2018-06-301-1/+1
* * lisp/jsonrpc.el: Add "Package-Requires" and "Version" headersJoão Távora2018-06-301-0/+5
* Add lisp/jsonrpc.elJoão Távora2018-06-301-0/+649