mirror of
https://codeberg.org/cage/tinmop/
synced 2025-06-05 01:09:17 +02:00
- logged changes.
This commit is contained in:
23
ChangeLog
23
ChangeLog
@@ -1,3 +1,26 @@
|
|||||||
|
2020-07-26
|
||||||
|
* src/db.lisp
|
||||||
|
* src/gemini-viewer.lisp
|
||||||
|
* src/gemini/client.lisp
|
||||||
|
* src/gemini/gemini-parser.lisp
|
||||||
|
* src/gemini/package.lisp
|
||||||
|
* src/html-utils.lisp
|
||||||
|
* src/line-oriented-window.lisp
|
||||||
|
* src/message-window.lisp
|
||||||
|
* src/misc-utils.lisp
|
||||||
|
* src/package.lisp
|
||||||
|
* src/program-events.lisp
|
||||||
|
* tinmop.asd
|
||||||
|
|
||||||
|
|
||||||
|
- [gemini] the parser has been modified to renders (in a separate
|
||||||
|
thread) the contents of a gemini file parsed so far without waiting
|
||||||
|
for the whole document to be read from the socket.
|
||||||
|
|
||||||
|
This feature should prevent blocking the client when the server
|
||||||
|
never close the socket (i.e. for streamed contents).
|
||||||
|
|
||||||
|
|
||||||
2020-07-17
|
2020-07-17
|
||||||
* src/program-events.lisp
|
* src/program-events.lisp
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user