Files
llama.cpp/tools
Pascal a2ec6b0fff server: do not advertise a connect code without the tunnel
--connect-code on its own had no effect other than being served in
/props, so the Web UI showed a remote access code that no tunnel was
serving. Clear it when --connect is off, and say so once at startup.

The teardown comment claimed that terminate() closes the child stdout.
It does not: the log thread leaves fgets() only once every writer of
that pipe is gone, so a descendant of llama-connect would block the
join forever. Describe the real contract instead.

Also restore the --reasoning-preserve default in the generated docs.
2026-09-03 10:12:11 +02:00
..
2026-09-03 00:50:00 +02:00
2026-09-02 23:10:48 +02:00