summaryrefslogtreecommitdiff
path: root/nrepl-client.el
Commit message (Expand)AuthorAge
* Fix default nrepl handlerBozhidar Batsov2014-07-21
* Code styleBozhidar Batsov2014-07-21
* [Fix #668] Handle stderr in default handlerBozhidar Batsov2014-07-21
* Merge pull request #625 from jeffvalk/masterBozhidar Batsov2014-06-16
|\
| * [Fix #613] Add clojure.test integration.Jeff Valk2014-06-15
* | Add timeout to sync requestsBozhidar Batsov2014-06-16
|/
* Remove some fugly REPL ns setup codeBozhidar Batsov2014-06-15
* [Fix #583] Avoid trying to decode the contents of the REPL bufferBozhidar Batsov2014-06-12
* Minor refactoringBozhidar Batsov2014-06-12
* Remove unused no-repl-p paramBozhidar Batsov2014-06-12
* Create the REPL buffer after we have the session's descriptionBozhidar Batsov2014-06-12
* Adjust docstringBozhidar Batsov2014-06-12
* [Fix #597] Don't process incomplete messages unless sureVitalie Spinu2014-06-11
* Issue a warning when all the required nREPL ops are not supportedBozhidar Batsov2014-06-05
* Show the full message in case of decode errorsBozhidar Batsov2014-05-29
* Remove some redundant letsBozhidar Batsov2014-05-29
* More sensible decode error messageBozhidar Batsov2014-05-29
* Code styleBozhidar Batsov2014-05-28
* Improve connection message a bitBozhidar Batsov2014-05-28
* Increase the default size of nrepl-message-buffer-max-sizeBozhidar Batsov2014-05-28
* Rename nrepl-log-events to nrepl-log-messagesBozhidar Batsov2014-05-27
* Don't swallow errors silently in nrepl-net-process-inputBozhidar Batsov2014-05-24
* Refine integer matching regexpBozhidar Batsov2014-05-23
* nrepl-bdecode-buffer did not handle negative integers.Paul Viola2014-05-22
* Enforce code style via .dir-locals.elBozhidar Batsov2014-04-26
* incf -> cl-incfBozhidar Batsov2014-04-24
* [Fix #525] and clojure-emacs/cider-nrepl#25, bencode parser can handle nilGary Trakhman2014-04-08
* Tidying up nrepl-make-response-handler.Jon Pither2014-03-29
* Enable cider-jack-in on tramp buffersHugo Duncan2014-03-16
* Farewell to tabsBozhidar Batsov2014-03-11
* [Fix #501] Nil appearing in nrepl-server buffer name when no project directory.Jon Pither2014-03-07
* Code styleBozhidar Batsov2014-03-07
* Fix a bunch of unused variable warningsBozhidar Batsov2014-02-26
* Docstring fixesBozhidar Batsov2014-02-26
* Small terminology improvementsBozhidar Batsov2014-02-24
* Get rid of lexical-letBozhidar Batsov2014-02-19
* Use lexical binding everywhereBozhidar Batsov2014-02-19
* Update copyrights for 2014Bozhidar Batsov2014-02-08
* Showing endpoint host when no project directory.Jon Pither2014-01-24
* Use a more descriptive nameBozhidar Batsov2014-01-21
* Update an error messageBozhidar Batsov2014-01-21
* Use defvar-local to define buffer-local variablesBozhidar Batsov2014-01-11
* Improve tramp supportTakashi AOKI2013-12-10
* Add clojure.core qualifier to fns where missingJohn Mastro2013-12-06
* Revert an accidental changeBozhidar Batsov2013-12-02
* Remove obsolete commentBozhidar Batsov2013-12-02
* Change the name of the REPL buffer to *cider-repl ...*Bozhidar Batsov2013-12-02
* Replace redundant lexical-let with letBozhidar Batsov2013-11-28
* [Fix #237] Don't swallow output from futuresBozhidar Batsov2013-11-27
* Merge pull request #418 from dgtized/use-nrepl-hooks-in-ciderBozhidar Batsov2013-11-25
|\