summaryrefslogtreecommitdiff
path: root/src/lib/http_server.cc
AgeCommit message (Expand)Author
2026-02-04Fix POST requests from macOS / Safari.Carl Hetherington
2026-02-03Add substitute().Carl Hetherington
2026-02-03Add dom.png and ::PNG content type.Carl Hetherington
2026-02-03Support current playlist in the web interface.Carl Hetherington
2026-02-03Support playlist load from the web interface.Carl Hetherington
2026-02-03Add common.css URL.Carl Hetherington
2026-02-03Tidy Response initialization and support ::CSS.Carl Hetherington
2026-02-03Add playlist DELETE endpoint.Carl Hetherington
2026-02-03Add support for a sidebar in the index.Carl Hetherington
2026-02-03Add /playlists URL.Carl Hetherington
2026-02-03Add content GET endpoint.Carl Hetherington
2026-02-03Add playlist GET endpoint.Carl Hetherington
2026-02-03Add content GET endpoint.Carl Hetherington
2026-02-03Add playlist POST endpoint.Carl Hetherington
2026-02-03Add playlists GET endpoint.Carl Hetherington
2026-02-03Fix comment nonsense.Carl Hetherington
2026-02-03Allow handling of HTTP request body.Carl Hetherington
2026-02-03Fix index.html generation, broken since the switch to fmt.Carl Hetherington
2026-02-03Return 500 when some server error occurs.Carl Hetherington
2026-02-03Use nlohmann for JSON.Carl Hetherington
2025-12-05Cleanup: can now remove the _NC log variants.Carl Hetherington
2025-10-16Fix long delay in response to 2nd query from client.Carl Hetherington
2025-10-16Fix HTTP server when socket is closed.Carl Hetherington
2025-07-10Replace String::compose with fmt.Carl Hetherington
2024-06-23Add minimal player HTTP server (#2830).Carl Hetherington