koboldcpp/tools/server
Concedo eea06b0a89 Merge commit 'f534da26e4' into concedo_experimental
# Conflicts:
#	.github/workflows/release.yml
#	docs/ops.md
#	docs/ops/WebGPU.csv
#	ggml/src/CMakeLists.txt
#	ggml/src/ggml-cpu/kleidiai/kleidiai.cpp
#	ggml/src/ggml-hexagon/ggml-hexagon.cpp
#	ggml/src/ggml-openvino/ggml-openvino.cpp
#	ggml/src/ggml-webgpu/ggml-webgpu-shader-lib.hpp
#	ggml/src/ggml-webgpu/ggml-webgpu.cpp
#	models/templates/deepseek-ai-DeepSeek-V4.jinja
#	tests/test-backend-ops.cpp
#	tests/test-chat-auto-parser.cpp
#	tests/test-chat.cpp
#	tests/test-llama-archs.cpp
2026-07-25 12:00:23 +08:00
..
bench Merge branch 'upstream' into concedo_experimental 2026-06-16 17:55:04 +08:00
tests Merge branch 'upstream' into concedo_experimental 2026-07-18 12:26:15 +08:00
main.cpp app : introduce the llama unified executable (#23296) 2026-05-20 13:22:22 +02:00
README-dev.md server: allow stream for exec_shell_command (#25526) 2026-07-11 12:42:55 +02:00
server-chat.cpp server : fix image blocks in tool_result being dropped during Anthropic OpenAI conversion (#22536) 2026-07-12 17:43:51 +02:00
server-chat.h server: (router) Forward form-data to model server (Fixes #22044) (#22118) 2026-04-27 23:55:00 +02:00
server-common.cpp server: honour per-request reasoning_budget_tokens in chat completions (#23116) 2026-07-13 01:58:44 +02:00
server-common.h server : allow text-only slot save/restore with mtmd (#25076) 2026-07-16 15:26:44 +03:00
server-context.cpp server : properly handle null llama_context (#25868) 2026-07-21 17:47:17 +02:00
server-context.h llama : add llama_model_ftype_name() (#25134) 2026-07-02 17:26:47 +02:00
server-cors-proxy.h common,server: handle bracketed IPv6 literals in URL authority (#25140) 2026-06-30 16:16:44 +02:00
server-http.cpp server: Ignore empty / non-existing Origin headers (#25756) 2026-07-16 12:26:51 +03:00
server-http.h server: refactor server_stream (#25541) 2026-07-11 12:41:47 +02:00
server-models.cpp server: Don't consider models with --no-mmproj-auto as multimodal (#25590) 2026-07-13 00:48:13 +02:00
server-models.h server + ui: SSE Replay Buffer (#23226) 2026-06-26 09:31:29 +02:00
server-queue.cpp server: (router) add model management API (#23976) 2026-06-17 18:04:58 +02:00
server-queue.h server: (router) add model management API (#23976) 2026-06-17 18:04:58 +02:00
server-schema.cpp server: accept null sampling params (#25538) 2026-07-10 22:07:29 +02:00
server-schema.h server: add "schema" and validation (#24150) 2026-06-18 15:40:58 +02:00
server-stream.cpp server: return 400 instead of 500 on validation error with X-Conversation-Id (#25760) 2026-07-21 17:47:54 +02:00
server-stream.h server: refactor server_stream (#25541) 2026-07-11 12:41:47 +02:00
server-task.cpp server : refactor prompt cache state ownership (#25649) 2026-07-14 18:25:52 +03:00
server-task.h server : refactor prompt cache state ownership (#25649) 2026-07-14 18:25:52 +03:00
server-tools.cpp server: fix read_file append_loc space breaking edit_file match (#25705) 2026-07-15 13:46:46 +02:00
server-tools.h server: allow stream for exec_shell_command (#25526) 2026-07-11 12:42:55 +02:00
server.cpp server: add --cors-* options (#25655) 2026-07-14 17:23:44 +02:00
ui.cpp can build llama server now 2026-06-14 15:06:37 +08:00
ui.h can build llama server now 2026-06-14 15:06:37 +08:00