0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 08, 2024 — Dec 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Clarify this module's purpose in the docs. More... over 12 years ago
Bump version for release. More... over 12 years ago
Update copyright notice and repository URL. More... over 12 years ago
Update dependencies, and switch CHANGES to git-log. More... over 12 years ago
Remove artifact from Snerp::Vortex conversion. More... over 12 years ago
Promote polo-event files to top level. More... over 15 years ago
Bump revision for a new release. No significant changes, other than to build a new dist with the latest EUMM. More... over 15 years ago
Fix PLE dependencies and bump revision for release. More... over 15 years ago
Resolve a test hang when trying to run with POE_TRACE_DEFAULT=1 and no events in the queue. More... over 15 years ago
Add "run_network_tests" to "make clean" More... over 15 years ago
Add missing import line for Event.pm so the loop will load with POE_EVENT_LOOP env var More... almost 16 years ago
Add the info test we forgot to include. More... over 16 years ago
Add POE::Test::Loops to configure_requires and build_requires. More... over 16 years ago
We use the generic svn-log.perl, not the one included in POE. More... over 16 years ago
Create new project directories for POE::Loop::{Event,Tk,Gtk}. Moved the loops to their new project directories. Configured the new projects for CPAN distribution. Removed the event loops from POE's distro configuration. More... over 16 years ago
Document POE::Wheel::Run coderef execution side effects. Disable the POE::Kernel->run() not-called warning if POE::Kernel->stop() is called. More... over 16 years ago
Mainly rewrite POE::Filter::HTTPD's parser. May support get_one() now, so some tests also had to change. I hope this will resolve rt.cpan.org ticket 48802, reported by a very patient zerhash. More... over 16 years ago
For some reason, this wheel was not inheriting from POE::Wheel. More... over 16 years ago
Remove $Id$ and $Revision$ tags. No significant code changed despite most of the distribution being touched. More... over 16 years ago
Added experimental code to allow postbacks and callbacks to be weakened, explicitly reducing their reference counts. Untested. Resolves rt.cpan.org #48670, submitted by Adam Kennedy. More... over 16 years ago
Hiding Event's exceptions is no longer necessary More... over 16 years ago
Defer rethrowing exceptions until after run() cleans up. Previously exceptions would be thrown farther inside POE's dispatcher, preventing some important cleanup. This only affects a few people who re-run() POE::Kernel after an exception or using $kernel->stop(). More... over 16 years ago
Quiet Event's exception handler. I'm not entirely sure this is a good idea, but it's worth a shot. More... over 16 years ago
Increase filehandle trace verbosity. Add more diagnostic information to Event watchers, in case they fail. Slightly optimize POE::Wheel::Run destruction. There's no need to unselect file handles in modes that were never watched. More... over 16 years ago
Describe Event watchers to aid in debugging. More... over 16 years ago
Move Philip Gwyn's signals test to POE::Test::Loops, so it can exercise everyone's event loops. More... over 16 years ago
Added test to make sure we get the 3 "completion" events from POE::Wheel::Run. Multiplied by the 4 conduit types. More... over 16 years ago
Roll back previous patch. We need to call ->close_slave() on the _read handles. Do that instead. More... over 16 years ago
Fix case where POE::Wheel::Run CloseEvent doesn't fire on Linux. Thanks to Philip Gwyn's investigation and test cases, we found out that close() wasn't sufficient to close and destruct slave ptys, so the parent processes were keeping them open. Replaced close() with $io_pty->close_slave() as needed. More... over 16 years ago
Small comment tweak re: top/bottom handlers More... over 16 years ago