summaryrefslogtreecommitdiff
path: root/nrepl-client.el
Commit message (Expand)AuthorAge
* Fix nrepl-client-sentinel for recent changesHugo Duncan2014-09-03
* Correct several docstringsBozhidar Batsov2014-08-29
* Add missing error paramBozhidar Batsov2014-08-29
* Use repl buffer as connection bufferVitalie Spinu2014-08-25
* [#671] Check middleware compatibility asynchronouslyBozhidar Batsov2014-08-20
* Get Clojure and nREPL versions from describe-session's responseBozhidar Batsov2014-08-19
* Display an error message on sync request timeoutBozhidar Batsov2014-08-14
* Minor comment changesBozhidar Batsov2014-08-14
* Fix a docstringBozhidar Batsov2014-08-14
* Fix a docstringBozhidar Batsov2014-08-13
* Add a missing deprecation aliasBozhidar Batsov2014-08-12
* Fix a docstringBozhidar Batsov2014-08-11
* loop -> cl-loopBozhidar Batsov2014-08-11
* Remove a redundant requireBozhidar Batsov2014-08-11
* Remove a redundant function aliasBozhidar Batsov2014-08-11
* Refactor and document nrepl-client.elVitalie Spinu2014-08-07
* 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