summaryrefslogtreecommitdiff
path: root/cider-connection.el
Commit message (Expand)AuthorAge
* [Fix #2413] Prompt if a session with the same parameters already existsVitalie Spinu2018-08-30
* [Fix #2425] Implement "pending-cljs" REPL typeVitalie Spinu2018-08-30
* [Fix #2418] Don't overwrite explicitly supplied params in connect-sibling-xyzVitalie Spinu2018-08-30
* [Fix #2421] Use the right version comparison functionBozhidar Batsov2018-08-17
* [Fix #2415] Filter out killed buffers in `cider-repls`Mikhail Gusarov2018-08-16
* Fix the message displayed when cider-nrepl is not present at allBozhidar Batsov2018-08-16
* Remove a default return valueBozhidar Batsov2018-08-16
* [Fix #2411] Don't show warnings when the middleware versionBozhidar Batsov2018-08-16
* [Fix #2417] Fix a typoBozhidar Batsov2018-08-16
* Emit a different warning if cider-nrepl is not presentBozhidar Batsov2018-08-15
* Stop releasing CIDER and cider-nrepl togetherBozhidar Batsov2018-08-06
* Rename `cider-describe-current-connection` -> `cider-describe-connection`Vitalie Spinu2018-08-05
* Add support for sesman-browserVitalie Spinu2018-08-05
* Preserve REPL names during the restartVitalie Spinu2018-08-05
* Fix restart of server-less sessionsVitalie Spinu2018-08-05
* Store and re-use session-name in REPL buffersVitalie Spinu2018-08-05
* Set correct default-directory in repl-buffersVitalie Spinu2018-07-31
* Improve session and REPL buffer namingVitalie Spinu2018-07-31
* Make `nrepl-xyz-buffer-name`s use new formatting systemVitalie Spinu2018-07-29
* Implement a flexible way to customize session namesVitalie Spinu2018-07-29
* Implement sesman-project methodVitalie Spinu2018-07-27
* Initialize `sesman-system` earlier in `cider-repl-create`Vitalie Spinu2018-07-27
* Fix a broken call to cider-popup-bufferBozhidar Batsov2018-07-17
* Fix a typoBozhidar Batsov2018-07-17
* Implement uniform jack-in and connect parameter handlingVitalie Spinu2018-07-14
* Fallback on `cider` in sesman-start (C-c C-s C-s)Vitalie Spinu2018-07-13
* Ensure existence of a REPL in `cider-map-repls`Vitalie Spinu2018-07-01
* Fix a few typos and grammarVitalie Spinu2018-07-01
* [Fix #2342] Alias and obsolete variables after #2324Vitalie Spinu2018-06-30
* Add `ensure` argument to `cider-current-repl` and `cider-repls`Vitalie Spinu2018-06-30
* Fix build warningsVitalie Spinu2018-06-30
* [#2342] Add a cider-current-connection alias for cider-current-replBozhidar Batsov2018-06-28
* [#2342] Add an obsolete alias for cider-current-repl-bufferBozhidar Batsov2018-06-28
* [Fix #2203] Rename cider-interaction.el to cider-eval.elBozhidar Batsov2018-06-25
* [Fix #2347] Remove direct manipulations of cider-ancillary-buffersBozhidar Batsov2018-06-24
* Fix one problem compilation problemBozhidar Batsov2018-06-24
* Try to fix again the compilation issues in cider-connection.elBozhidar Batsov2018-06-24
* Fix more compilation problemsBozhidar Batsov2018-06-24
* Fix a few more compilation warningsBozhidar Batsov2018-06-24
* Avoid a compilation issueBozhidar Batsov2018-06-24
* Move cider-nrepl-session-buffer where it belongsBozhidar Batsov2018-06-24
* Fix the buildBozhidar Batsov2018-06-24
* [#2203] Move the cider-auto-mode stuff to cider-connection.elBozhidar Batsov2018-06-24
* Make cider-set-repl-type interactiveBozhidar Batsov2018-06-21
* Check in `cider-connected-p` that the process is aliveVitalie Spinu2018-06-18
* Rename -cljcljs -> -clj&cljs postfixVitalie Spinu2018-06-18
* Fix cider-restart for single-repl sessionsVitalie Spinu2018-06-18
* On session-restart don't unregister linksVitalie Spinu2018-06-18
* New connection API and jack-in rewrite (#2324)Vitalie Spinu2018-06-17