0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 12, 2024 — Dec 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implemented twiggy -v More... over 15 years ago
move socket listen to start_listen, and let SS override that method instead of register_service More... almost 16 years ago
Checking in changes prior to tagging of version 0.1004. Changelog diff is: More... almost 16 years ago
Yikes, copy this to SS. Needs refactoring later More... almost 16 years ago
Move the exit_guard to register_service so AE::cv->recv (without ->run) would work. More... almost 16 years ago
whitespace More... almost 16 years ago
fix SYNOPSIS More... almost 16 years ago
Checking in changes prior to tagging of version 0.1003. Changelog diff is: More... almost 16 years ago
revert HTTP::Parser::XS optional More... almost 16 years ago
s/production/deployment/ More... almost 16 years ago
fix POD More... almost 16 years ago
added lestrrat More... almost 16 years ago
fix POD More... almost 16 years ago
added $self->{read_chunk_size} to be configurable. More... almost 16 years ago
added return for safety. More... almost 16 years ago
create timeout timer only when it is necessary. More... almost 16 years ago
Checking in changes prior to tagging of version 0.1002. Changelog diff is: More... almost 16 years ago
improved _read_chunk for lower memory usage. More... almost 16 years ago
Checking in changes prior to tagging of version 0.1001. Changelog diff is: More... almost 16 years ago
only warn when DEBUG is on (the default value, ':5000' is passed regardless, so it would be annoying for most people) More... almost 16 years ago
add minor docs More... almost 16 years ago
Add Server::Starter support More... almost 16 years ago
did a fresh perl install and got complaints about Test::TCP More... almost 16 years ago
Merge remote branch 'origin/destroy_listen_guards' More... almost 16 years ago
Destroy the listen guards when $cv is signaled. This closes the incoming socket, so you won't have new connections arriving while the rest of the server flushes events and shuts down More... almost 16 years ago
Checking in changes prior to tagging of version 0.1000. Changelog diff is: More... almost 16 years ago
rename Twiggy.pm to Twiggy::Server More... almost 16 years ago
accept --backlog for the listen queue More... almost 16 years ago
added command line option More... almost 16 years ago
remove poll_cb support More... almost 16 years ago