summaryrefslogtreecommitdiff
path: root/nrepl-client.el
Commit message (Expand)AuthorAge
* [Fix #2413] Prompt if a session with the same parameters already existsVitalie Spinu2018-08-30
* Update a few references to the legacy tools.nreplBozhidar Batsov2018-08-12
* Make `nrepl-xyz-buffer-name`s use new formatting systemVitalie Spinu2018-07-29
* [Fix #1980] Echo back missing namespace name on interactive evalBozhidar Batsov2018-07-24
* Fix the regular expression used to extract the nREPL port number onBozhidar Batsov2018-07-19
* Initialize `sesman-system` in all CIDER modesVitalie Spinu2018-07-13
* [Fix #2203] Rename cider-interaction.el to cider-eval.elBozhidar Batsov2018-06-25
* [#2203] Move stdin handling to cider-client.elBozhidar Batsov2018-06-24
* Revert "Remove cider-compat.el"Bozhidar Batsov2018-06-18
* Remove cider-compat.elBozhidar Batsov2018-06-18
* Fix cider-restart for single-repl sessionsVitalie Spinu2018-06-18
* New connection API and jack-in rewrite (#2324)Vitalie Spinu2018-06-17
* Add support for displaying various images (#2248)Reid D McKenzie2018-04-28
* Fix indentation of a comment lineBozhidar Batsov2018-03-28
* Teach CIDER about shadow-cljs's nrepl.port fileBozhidar Batsov2018-03-23
* Add support for the tooling session in nrepl-sync-request:evalBozhidar Batsov2018-03-05
* Bump the copyright yearsBozhidar Batsov2018-01-01
* Replace a few occurrences of when + not with unlessBozhidar Batsov2017-12-24
* Name var for `with-parsed-tramp-file-name`Tianxiang Xiong2017-12-18
* Replace `if-let` and `when-let` with starred versionsTianxiang Xiong2017-12-11
* Use `nil` value instead of symbol in `pcase`Tianxiang Xiong2017-07-23
* Add nREPL support for user level notificationsVitalie Spinu2017-07-20
* [Fix #390] Implement a workaround for orphaned Java process on Windows (#2051)Benedek Fazekas2017-07-17
* Mark nrepl-log-messages as safeBozhidar Batsov2017-07-09
* Remove some redundant code from modes inheriting from special-modeBozhidar Batsov2017-07-09
* Strip text-properties prior to sending some input for evaluationBozhidar Batsov2017-04-30
* Add "time-stamp" to the list of nrepl message keys displayed always at the topBozhidar Batsov2017-03-10
* [#1726] Order keys in nrepl message objects (#1956)Harold2017-03-10
* Add a comment explaining the nREPL message time-stampsBozhidar Batsov2017-03-08
* [Fix #1952] Add timestamp to nrepl messages when logging them (#1955)Vignesh Sarma K2017-03-08
* Fix nrepl--direct-connect error formatting in the let binding (#1954)Konstantin Zudov2017-03-08
* Improve some connection messagesBozhidar Batsov2017-03-06
* Tweak some error messagesBozhidar Batsov2017-03-06
* [Fix #1935] Correct the broken ssh fallback connection logicBozhidar Batsov2017-03-06
* Improve some error messagesBozhidar Batsov2017-03-04
* [#1945] Mention host and port in connection success/failure messagesBozhidar Batsov2017-03-04
* Improve the code style a bitBozhidar Batsov2017-03-04
* Don't use `list` where backquoting would be clearerTianxiang Xiong2017-03-01
* Correctly close tooling session (#1932)dpsutton2017-01-26
* Remove session from nrepl interaction (#1925)dpsutton2017-01-23
* [#1544] Don't fallback to SSH by default for remote hosts in case of a failedBozhidar Batsov2017-01-19
* Kill an extra spaceBozhidar Batsov2017-01-19
* Fix nrepl-start-server-process's docstringcskksc2017-01-04
* Update the copyright years in the source codeBozhidar Batsov2017-01-04
* [Fix #1882] Restore compatibility with Emacs 24.4Bozhidar Batsov2016-11-25
* Drop support for Emacs 24.3Bozhidar Batsov2016-11-19
* Replace a dependency to cider-common with a simple defvarBozhidar Batsov2016-10-16
* [Fix #1707] Add customization for line truncating in special buffersBartłomiej Kruczyk2016-10-16
* Use keymap instead of local-map for mouse events in nrepl buttonsVitalie Spinu2016-10-10
* Rename logging nREPL function with nrepl-log- prefixVitalie Spinu2016-10-10