koboldcpp/tools/server
Concedo 98926f27c1 Merge commit '11b068d066' into concedo_experimental
# Conflicts:
#	CONTRIBUTING.md
#	docs/backend/SYCL.md
#	docs/install.md
#	docs/speculative.md
#	ggml/src/ggml-hip/CMakeLists.txt
#	ggml/src/ggml-opencl/ggml-opencl.cpp
#	ggml/src/ggml-sycl/common.hpp
#	ggml/src/ggml-sycl/element_wise.cpp
#	ggml/src/ggml-sycl/fattn-onednn.cpp
#	ggml/src/ggml-sycl/ggml-sycl.cpp
#	ggml/src/ggml-webgpu/ggml-webgpu-shader-lib.hpp
#	ggml/src/ggml-webgpu/ggml-webgpu.cpp
#	ggml/src/ggml-webgpu/wgsl-shaders/glu.wgsl
#	ggml/src/ggml-webgpu/wgsl-shaders/ssm_scan.wgsl
#	tests/test-backend-ops.cpp
#	tests/test-chat.cpp
#	tests/test-llama-archs.cpp
#	tools/cli/README.md
#	tools/llama-bench/llama-bench.cpp
#	tools/mtmd/CMakeLists.txt
#	tools/server/README.md
2026-07-31 17:06:19 +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-27 22:28:38 +08:00
main.cpp app : introduce the llama unified executable (#23296) 2026-05-20 13:22:22 +02:00
README-dev.md server + ui: fix stream routes for model names containing a slash (#26137) 2026-07-27 07:34:47 +02:00
server-chat.cpp server: support "reasoning_effort": "none" in OAI API (#26045) 2026-07-24 19:19:10 +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 common : add support for multiple end sequences in the reasoning budget sampler (#25544) 2026-07-25 11:58:09 +02:00
server-common.h server: support MCP stdio (#26062) 2026-07-26 01:08:49 +02:00
server-context.cpp server : add trace logging for slot similarity checking (#26271) 2026-07-29 14:59:44 +03: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-mcp.cpp common: add subproc.h wrapper, disabled on android/ios (#26102) 2026-07-26 20:54:25 +02:00
server-mcp.h server: support MCP stdio (#26062) 2026-07-26 01:08:49 +02:00
server-models.cpp server + ui: fix stream routes for model names containing a slash (#26137) 2026-07-27 07:34:47 +02:00
server-models.h server + ui: fix stream routes for model names containing a slash (#26137) 2026-07-27 07:34:47 +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 spec: add DSpark speculative decoding (#25173) 2026-07-28 14:43:27 +03:00
server-schema.h server: add "schema" and validation (#24150) 2026-06-18 15:40:58 +02:00
server-stream.cpp server + ui: fix stream routes for model names containing a slash (#26137) 2026-07-27 07:34:47 +02:00
server-stream.h server + ui: fix stream routes for model names containing a slash (#26137) 2026-07-27 07:34:47 +02:00
server-task.cpp server : add trace logging for slot similarity checking (#26271) 2026-07-29 14:59:44 +03:00
server-task.h server : add extra trace log for prompt similarity (#26218) 2026-07-28 11:05:16 +03:00
server-tools.cpp common: add subproc.h wrapper, disabled on android/ios (#26102) 2026-07-26 20:54:25 +02:00
server-tools.h server: support MCP stdio (#26062) 2026-07-26 01:08:49 +02:00
server.cpp server + ui: fix stream routes for model names containing a slash (#26137) 2026-07-27 07:34:47 +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