Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-23 | Add redirection via config | jake | |
Uses String::Substituion Let program know about new config parameters Bump version | |||
2022-08-22 | Reduce complexity score in listen_config() | jake | |
comment out Smart::Comments bump version | |||
2022-08-22 | Add UNIX sockets | jake | |
Comment out Smart::Comments | |||
2022-08-20 | Decided on a less dumb versioning system | jake | |
vA.B.C A = Major B = Sub major - feature additions C = Bug fixes, minor code touch up | |||
2022-08-19 | Able to listen to more than one ip address, port. VHost adjustable | jake | |
2022-08-18 | Use IO::Socket::IP over IO::Socket::INET | jake | |
IO::Socket::IP supports both IPv4 and IPv6 | |||
2022-08-18 | Change socket behavior in preperation for unix sockets | jake | |
2022-08-17 | Add 'timeout' config option | jake | |
2022-08-17 | '0o077' is not valid in <5.33.5 Perl. | jake | |
2022-08-17 | Fix bug in logging() | jake | |
2022-08-17 | Appease perlcritic. Refactoring and many other changes | jake | |
Comment out Smart::Comments | |||
2022-08-15 | Make fork() toggleable. | jake | |
Touch up code that exit() - would end server otherwise. Touch up log entries. | |||
2022-08-15 | Handle space (%20) in path | jake | |
2022-08-15 | Fix redirection bug | jake | |
2022-08-15 | Remove 'root_relative'. Touch up cert_key_dir logic. | jake | |
Touch up code that used 'root_relative'. Add cert_key_dir_write_warning option. Determine if a path is absolute or relative by the first character. | |||
2022-08-15 | Do not load entire request into memory. | jake | |
Added support for webm magic detection. Fix bug Bug fix | |||
2022-08-13 | Actually useable now | jake | |
2022-01-24 | Initial commit | jake | |