Unnamed Fossil Project

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

28 check-ins using file tiny/rotor.d version 26cac11b29

2024-10-22
03:49
Bringup; don't override manual content-length. Now plays an mp3! Leaf check-in: c10d66c620 user: vandys tags: trunk
2024-10-21
23:47
Start bringup of send_file. lastIndexOf in tiny string; theirs works, but I was mis-calling it and my own blew up and showed me why. check-in: e0d6926972 user: vandys tags: trunk
15:09
Cool, webserv.d compiles again check-in: 5da06be8e0 user: vandys tags: trunk
03:47
A bit of bringup for webserv check-in: 7f4d73fdaa user: vandys tags: trunk
01:55
Use "out" instead of "ref" check-in: dfb10af55a user: vandys tags: trunk
2024-10-18
19:26
Touch up offset/length and send of file check-in: 0d511984b4 user: vandys tags: trunk
2024-10-14
02:57
Shake out range. chunks() API in stdio is nice. check-in: 8638fc51de user: vandys tags: trunk
2024-10-11
19:43
First pass, range parsing check-in: b825465f4f user: vandys tags: trunk
2024-10-09
19:03
Prep for serving files of various MIME types check-in: 167ee2cfe1 user: vandys tags: trunk
2024-10-06
04:54
Get rid of var name which covers a type name. Fix size_t and ptrdiff_t. Fix test case for negate number w. zero pad. check-in: 97b2b029b6 user: vandys tags: trunk
2024-10-05
23:29
size_t/ptrdiff_t, plus chase a bug in negative zero padding check-in: 642f17f0d1 user: vandys tags: trunk
2024-10-03
00:10
Automate clean check-in: e98e17186c user: vandys tags: trunk
00:02
Rudimentary overflow detection check-in: 1ff377cf26 user: vandys tags: trunk
2024-10-02
22:33
Break out chunks of bulk body vs. headers. Default to 1M. check-in: fd26a18b52 user: vandys tags: trunk
18:38
Use size_t to straddle 32- and 64-bit worlds. Correctly walk body buffer; 100-continue now works. check-in: 9e82e75625 user: vandys tags: trunk
2024-10-01
18:22
First pass, 100-continue uploads check-in: 8e1701ae4f user: vandys tags: trunk
00:55
Support basic floating point (123.456, no exponential notation) check-in: eae1f3d3f2 user: vandys tags: trunk
00:32
Generalized atoi now in tiny.conv check-in: 39183d1209 user: vandys tags: trunk
2024-09-30
23:41
Add a local atoi which is type flexible Use atoi!ulong to convert body size in HTTP request check-in: 4d2eb4388f user: vandys tags: trunk
22:31
Hash out body handling. TBD: 100-continue for larger uploads. check-in: b18d0b6fb2 user: vandys tags: trunk
17:47
Sketch body access API. Fix sizing for string length; 32 versus 64. check-in: 657565e7dd user: vandys tags: trunk
02:55
Oops, headers already processed check-in: 6e15661b3a user: vandys tags: trunk
02:43
Correctly pull in headers, even if it takes more than one socket read. check-in: dbe1deb9e4 user: vandys tags: trunk
2024-09-26
02:54
Catch exceptions rather than lose threads check-in: 73da891ffd user: vandys tags: trunk
2024-09-25
00:16
webserv built and in libtiny, echo test program builds/links check-in: b139cec423 user: vandys tags: trunk
2024-09-23
18:47
Simple primes program for testing gdb check-in: 2ea021128b user: vandys tags: trunk
2024-09-20
22:21
It compiles. Yay. check-in: c2516294b3 user: vandys tags: trunk
2024-09-19
23:47
Inching towards a compile! check-in: 36e44bb13b user: vandys tags: trunk