Commit Graph

29 Commits

Author SHA1 Message Date
80808310ce Make sure the library compiles for windows
systemd sockets are not applicable for windows. However compilation
should not fail on windows
v0.5.1 v0.5.2
2025-07-17 20:53:10 -04:00
97b73fb442 remove binary from git 2025-02-03 11:35:06 -05:00
42b8afc9da Remove log from test v0.5.0 2025-01-24 22:10:58 -05:00
74ade60009 Refactor: Add GetListener and TLS versions 2025-01-24 19:01:12 -05:00
27d7f247c3 return ctx wrapping all values 2025-01-24 17:01:39 -05:00
f5fdf698ef Fix bad example for boolean options 2024-12-21 16:34:12 -05:00
94c737a02b Merge pull request 'Change address syntax to be a URL' (#3) from addr-url into main
Reviewed-on: #3
v0.4.0
2024-12-19 10:06:02 -05:00
74efe7c808 update README 2024-12-19 09:46:36 -05:00
06e51af628 do dupe keys check only once 2024-12-18 15:45:36 -05:00
b14072106a Fix golint issues and add test 2024-12-18 15:38:52 -05:00
7cab173c7d fix ParseAddress 2024-12-17 19:36:31 -05:00
47ee5fb4f4 remove channel close 2024-12-17 18:16:38 -05:00
79256b0440 update to new syntax 2024-12-17 13:21:37 -05:00
e789d40258 Add helper function to parse address 2024-12-17 12:07:42 -05:00
917f340870 remove trailing space 2024-05-09 12:10:33 -04:00
0693a56697 add doc for idle server auto shutdown v0.3.0 2023-09-11 21:01:20 -04:00
e95d2d0a96 Merge pull request 'Add global idler and other helpers' (#2) from globalIdler into main
Reviewed-on: #2

Fixes #1
2023-09-11 20:45:51 -04:00
d4304636a2 add basic test 2023-09-11 20:44:52 -04:00
5c43a1a4fc un http Server async and return error via channel 2023-09-11 20:28:04 -04:00
ee28a78eda Add WrapHandler to automatically call Tick on every request 2023-09-11 20:24:10 -04:00
8ca82581fe WIP: Enter/Exit won't work :( 2023-09-08 19:35:58 -04:00
b5588989de Add function to return address type 2023-09-08 19:10:36 -04:00
ea04fe735b Add example for idle 2023-05-09 22:45:52 -04:00
710e8b66e6 Add idle package 2023-05-08 22:37:44 -04:00
bbef4be4a7 Refactor environment parsing
Systemd environment variables LISTEN* are unset by default and saved for
future calls
v0.2.0
2023-04-30 23:37:46 -04:00
bbd21d78cf Improve error messsages 2023-04-28 15:31:05 -04:00
d983f84093 Add links and documentation 2023-04-25 09:14:16 -04:00
175cfa92e9 Add documentation v0.1.0 2023-04-20 17:56:44 -04:00
b970ea1c86 initial version 2023-04-20 16:31:35 -04:00