mirror of
https://codeberg.org/cage/tinmop/
synced 2025-01-02 01:06:40 +01:00
- logged changes.
This commit is contained in:
parent
254cd94720
commit
b08d7f79dc
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
|
||||
* src/program-events.lisp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user