http-server.c

Basic HTTP server and router in C
git clone git://git.finwo.net/lib/http-server.c
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2026-04-10 08:52Update config.mk to new export.mk formatfinwo2+1-1
2026-04-09 22:19Update package structurefinwo3+4-12
2024-03-02 23:39Update dep refs in package.iniYersa Nordman1+4-3
2024-03-02 23:38Update gfs-managed filesYersa Nordman1+1-0
2024-02-29 21:14Update fnet repo urlYersa Nordman1+2-1
2024-02-20 21:38No tag, only metaYersa Nordman2+7-7
2024-02-18 22:36Using strtok instead of strtok_r for windows compatibilityYersa Nordman1+3-3
2024-02-18 22:08Add support for dynamic routes with named paramsYersa Nordman2+89-11
2024-01-14 00:34Add forgotten passing of udata to client upon requestsYersa Nordman1+1-0
2024-01-14 00:34Ignore more compiledb outputYersa Nordman1+2-0
2023-12-25 18:33Add ref to epoll-shim for compiling on osxYersa Nordman1+39-0
2023-12-25 18:21Support usleep on osxYersa Nordman1+1-0
2023-12-07 20:24Removed debug printsYersa Nordman1+0-8
2023-11-16 23:04Make the example work with same-thread fnet againYersa Nordman2+10-4
2023-11-16 22:57Added leaky debug printfYersa Nordman1+1-0
2023-11-16 22:19Add debugging log to see if fnet_main is restarted on window_close in stream companionYersa Nordman1+2-0
2023-11-16 21:45Do call fnet_main from the same fn, needs to be the same thread anywaysYersa Nordman1+3-0
2023-10-26 21:19Fix time header inclusionYersa Nordman1+2-0
2023-10-26 21:15Fix sleep; fix fnet thread initYersa Nordman2+7-3
2023-10-26 21:11Remove http_server_fnet_thread, that's in fnet itself nowYersa Nordman2+0-10
2023-10-26 20:59Breaking: move thread trigger outside of http_server_mainYersa Nordman3+10-7
2023-10-26 20:36Don't re-listen while shutting downYersa Nordman1+3-1
2023-10-26 20:10Add method of shutting down the http server while keeping re-listen functionalityYersa Nordman4+59-11
2023-10-24 20:56Add the ability to change port after startYersa Nordman3+56-28
2023-10-24 20:07Export tick event handler registrationYersa Nordman3+21-2
2023-10-24 18:57Enable tag filter and artifact uploadYersa Nordman1+19-22
2023-10-24 18:53Use regular CC for linking as wellYersa Nordman1+6-3
2023-10-24 18:46Add build for windows in CIYersa Nordman1+110-10
2023-08-05 22:29Fix listening check from fnet_listenYersa Nordman1+1-1
2023-08-05 22:12Throw error when listening failsYersa Nordman1+8-6
2023-08-04 19:35Updated lib to use buffers and buffer version of http-parserYersa Nordman4+110-104
2023-07-08 20:34Mark method/path as const, we're not changing themYersa Nordman2+4-4
2023-05-22 20:06Added 404 handler optionYersa Nordman3+26-6
2023-05-21 21:34Fix indenting issueYersa Nordman1+1-1
2023-05-21 21:29Added readme to mention the readme is a todoYersa Nordman1+3-0
2023-05-21 21:28Added workflow to check buildYersa Nordman2+21-0
2023-05-21 21:27Added repo basicsYersa Nordman2+18-0
2023-05-21 21:27Added exports and config.mkYersa Nordman2+6-0
2023-05-21 21:22Initial setup, responses can be sentYersa Nordman6+230-0