summaryrefslogtreecommitdiff
path: root/module/system/repl/server.scm
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary module imports.Ludovic Courtès2023-02-241-1/+0
* Finish call-with-port cleanupAndy Wingo2021-01-121-2/+1
* REPL server: Avoid deprecated '_IOFBF'.Ludovic Courtès2019-06-301-1/+1
* Remove references to 'inet-ntoa' and 'inet-aton'.Ludovic Courtès2019-06-241-2/+4
* Avoid regexp ranges in HTTP inter-protocol exploitation check.Mark H Weaver2019-06-181-1/+1
* REPL Server: Guard against HTTP inter-protocol exploitation attacks.Mark H Weaver2017-03-011-1/+182
* Cosmetic REPL server improvementsAndy Wingo2017-03-011-10/+10
* REPL server avoids thread cleanup handlersAndy Wingo2016-10-311-11/+12
* Adapt run-server* to change to `accept'.Andy Wingo2016-10-191-25/+9
* Add cooperative REPL server module.David Thompson2014-02-121-0/+5
* REPL Server: Fix 'stop-server-and-clients!'.Mark H Weaver2014-02-121-24/+74
* REPL Server: Remove unneeded error case in 'run-server'.Mark H Weaver2014-02-041-4/+0
* REPL Server: Redirect warnings to client socket.Mark H Weaver2014-02-041-9/+7
* REPL Server: Don't establish a SIGINT handler.Mark H Weaver2014-01-211-18/+1
* ignore SIGPIPE in (system repl server)Andy Wingo2011-04-111-1/+2
* add (system repl server)Andy Wingo2010-10-101-0/+131