|
e1731622f6
|
update readme
|
2024-01-15 16:39:35 +00:00 |
|
|
fbbb97a98d
|
0.7.3: Fully unbreak CGI implementation so that it works properly AND remove all compilation warnings.
|
2024-01-15 16:36:11 +00:00 |
|
|
68b7c1f34e
|
increment curze
|
2024-01-15 16:04:29 +00:00 |
|
|
3fe3587236
|
0.7.2: Finish off CGI hopefully and add path resolving for PATH_STRING env
|
2024-01-15 16:03:28 +00:00 |
|
|
1656697a7c
|
upd curze
|
2024-01-15 15:13:41 +00:00 |
|
|
c93706815e
|
0.7.1: Update packeteer version to add error handling for malformed requests.
|
2024-01-15 15:13:02 +00:00 |
|
|
ce9600a56f
|
0.7.0: heavily clean up CGI implementation and make it way more standards compliant and seamless with the rest of the code. fixes #5
|
2024-01-15 14:47:25 +00:00 |
|
|
87b79b5bd2
|
0.6.2: fixes #7
|
2024-01-15 10:39:14 +00:00 |
|
|
229526cbe1
|
0.6.1: fixes #6
|
2024-01-15 10:20:23 +00:00 |
|
|
c8857e70e6
|
smelly
|
2024-01-14 19:58:25 +00:00 |
|
|
c3b74da561
|
update readme.
|
2024-01-14 19:56:13 +00:00 |
|
|
178a5973d0
|
0.6.0: increment curze version after adding image support
|
2024-01-14 19:41:03 +00:00 |
|
|
245131ee27
|
add support for sending data other than text
|
2024-01-14 19:38:38 +00:00 |
|
|
a0b37387eb
|
smh
|
2024-01-14 19:12:25 +00:00 |
|
|
d5aee76221
|
remove html readme
|
2024-01-14 19:12:03 +00:00 |
|
|
cd661a88c5
|
update curze version again
|
2023-10-20 12:33:23 +01:00 |
|
|
bb880abb17
|
0.5.1: use packeteer for requests and fix directory index generation
|
2023-10-20 12:32:41 +01:00 |
|
|
bbb90c6fdd
|
update curze version
|
2023-10-19 11:25:06 +01:00 |
|
|
9b8eee2a23
|
rework to use packeteer and fix status codes, clean up code
|
2023-10-19 11:24:36 +01:00 |
|
|
021b1826b6
|
add curze support
|
2023-08-10 11:19:51 +01:00 |
|
|
ba06ad686a
|
0.4.2: If there is no query string for CGI then the QUERY_STRING env var isn't set.
|
2022-09-17 09:37:42 +01:00 |
|
|
66dfbd2291
|
switch 403 forbidden to 500 Internal Server Error
|
2022-08-28 10:54:00 +01:00 |
|
|
2823990ec8
|
Fix CGI implementation
|
2022-08-28 10:42:32 +01:00 |
|
|
5e783bcbb6
|
Switch around README for cgit.
|
2021-12-27 14:37:52 +00:00 |
|
|
60af42f3fa
|
Decorate index page.
|
2021-12-26 18:27:56 +00:00 |
|
|
9f28bcdb84
|
Remove debug print statements.
|
2021-12-26 17:31:46 +00:00 |
|
|
736c1e6546
|
Implement dynamic content via CGI and fix media type detection errors with server error pages.
|
2021-12-26 17:29:34 +00:00 |
|
|
8088fcdde6
|
Implement per-stream threading
|
2021-12-24 21:30:39 +00:00 |
|
|
7ad6eb64b3
|
Add autoswitch for time field to disable on non-Unix systems to prevent potential crashes.
|
2021-12-22 20:38:36 +00:00 |
|
|
3d0f673e19
|
Add date field but only on Unix hosts. Sorry friens who use Windows!
|
2021-12-22 20:30:53 +00:00 |
|
|
14ee095313
|
Whoops, how'd that get in there :)
|
2021-12-22 20:03:34 +00:00 |
|
|
00b3e628ae
|
Add media type detection and server fields.
|
2021-12-22 20:02:09 +00:00 |
|
|
a6f5fba33b
|
Bind on everything
|
2021-10-16 15:20:33 +01:00 |
|
|
96189b04ad
|
Directory index generation works
|
2021-09-05 16:16:07 +01:00 |
|
|
dacfd479e9
|
Quick overview update
|
2021-09-02 18:18:35 +01:00 |
|
|
04e019b00e
|
Handle URL rewriting for subdirectories containing index.html
|
2021-09-02 18:13:37 +01:00 |
|
|
00ebb833aa
|
Remove debug messages as I went insane trying to fix the tiny CRLF problem in process_request()
|
2021-09-02 17:28:07 +01:00 |
|
|
3f85e46d01
|
oh yeah it can do that now
|
2021-09-02 17:26:19 +01:00 |
|
|
c0612dad5d
|
Bad requests are handled with 503 errors and process_request() now removes character returns and line feeds at the end of a request :)
|
2021-09-02 17:25:53 +01:00 |
|
|
0ef8e438db
|
And the resource has been isolated!
|
2021-09-02 16:25:13 +01:00 |
|
|
cf0066abce
|
Stack Overflow, what would I ever do without you?
|
2021-09-02 16:18:23 +01:00 |
|
|
2612f1d679
|
Requests can now be parsed and compiler warnings are fewer.
|
2021-09-02 16:16:38 +01:00 |
|
|
1e377125f8
|
Handle filesystem errors by presuming 404.
|
2021-08-30 17:32:44 +01:00 |
|
|
9d99683f3a
|
Reading the stream is successful.
|
2021-08-30 17:18:22 +01:00 |
|
|
9cbc19e3bf
|
Fix dumb dumb commit conflict
|
2021-08-30 16:18:16 +01:00 |
|
|
0e4dc6b834
|
Reading from filesystem is successful.
|
2021-08-30 16:17:11 +01:00 |
|
|
f608d0e729
|
Update README.md
|
2021-08-29 23:47:44 +00:00 |
|
|
6126fd035d
|
Not using http crate
|
2021-08-29 16:10:41 +01:00 |
|
|
2d0ce61654
|
ZOMG IT WERKS
|
2021-08-29 16:07:05 +01:00 |
|
|
e1f02410ca
|
MOAR WERK
|
2021-08-29 15:19:50 +01:00 |
|