root/trunk/lib/Perlbal/Plugin

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @825 [825] 2 months hachi Make AccessControl plugin capable of dumping config. This reverts commit …
(edit) @824 [824] 2 months hachi Rudimentary dumpconfig command, 90% working. This reverts commit …
(edit) @820 [820] 6 months ask More Redirect plugin bugfixing (well, a workaround at best...)
(edit) @819 [819] 6 months ask Make Redirect plugin more standards compliant
(edit) @817 [817] 10 months mart Add a really basic plugin to issue redirects to canonicalize hostnames.
(edit) @811 [811] 12 months athomason Add MaxContentLength plugin
(edit) @801 [801] 12 months ask Only fix the host header when there is one
(edit) @800 [800] 12 months ask Change the VHost plugin to treat 'www.example.com.' and 'www.example.com' …
(edit) @793 [793] 14 months dormando Remove version check in bundled plugin.. was confusing PAUSE.
(edit) @783 [783] 17 months nickandrew Use new perlbal mailing list address The perlbal list changed in late …
(edit) @774 [774] 17 months ask Lots of typo corrections in documentation and comments from Nick Andrew
(edit) @763 [763] 21 months bradfitz Patch from Andy Armstrong <andy@…> to make Perlbal pass tests on …
(edit) @759 [759] 22 months hachi Revert "Rudimentary dumpconfig command, 90% working." Didn't mean to …
(edit) @758 [758] 22 months hachi Revert "Make AccessControl plugin capable of dumping config." I didn't …
(edit) @757 [757] 22 months hachi Make AccessControl plugin capable of dumping config.
(edit) @756 [756] 22 months hachi Rudimentary dumpconfig command, 90% working.
(edit) @752 [752] 22 months hachi Rework observed_ip_string method to only return when we have a defined …
(edit) @750 [750] 22 months marksmith -- Add Include plugin by Eamon Daly <edaly@…>; plugin …
(edit) @748 [748] 22 months ask Fix 'No such pseudo-hash field "high_priority"' issue in Stats …
(edit) @734 [734] 2 years mart Fix broken POD example
(edit) @732 [732] 2 years mart Add a plugin which allows simple mod_perl-like request handlers to be run …
(edit) @727 [727] 2 years hachi Make test framework 'manage' function more vocal about failures, so …
(edit) @706 [706] 2 years marksmith don't print debugging anymore
(edit) @705 [705] 2 years marksmith -- add Vpath plugin for selectors; can select on URI regex now -- add …
(edit) @688 [688] 2 years marksmith * fix huge memory leak in Stats plugin Thanks to Jonty Wareing for …
(edit) @687 [687] 2 years jacques Bump copyright and fixed typo in Interactive
(edit) @683 [683] 2 years hachi Make access control plugin not remove vhost command on unload.
(edit) @672 [672] 3 years bradfitz Checking in changes prior to tagging of version 1.58. Changelog diff …
(edit) @651 [651] 3 years bradfitz little more docs
(edit) @648 [648] 3 years hachi Split set_queue into two methods: set_queue_low and set_queue_high. Also …
(edit) @646 [646] 3 years hachi Add support for a connection to be placed in the low priority queue based …
(edit) @636 [636] 3 years hachi Fix the response logic: Don't send a Content-type header if you're not …
(edit) @633 [633] 3 years hachi Remove two small regexes that are useless, and fix the return so that …
(edit) @632 [632] 3 years hachi New plugin for serving 304 return codes when you have a url that won't …
(edit) @597 [597] 3 years bradfitz whitespace
(edit) @592 [592] 3 years hachi Add hooks and handle for the case of missing files for Lazy CDN …
(edit) @590 [590] 3 years hachi send a udp packet containing the url to a tunable address
(edit) @589 [589] 3 years hachi Add another hook to catch static single files and override the action. Use …
(edit) @588 [588] 3 years hachi That was a lie, we actually do things in this subroutine
(edit) @587 [587] 3 years hachi Add new plugin and hook to perlbal to allow us to redirect concatenated …
(edit) @580 [580] 3 years aimbert add a path filter t the AtomStream: - the AtomInject plugin receives a …
(edit) @579 [579] 3 years jay Added docs explaining use of the Palimg perlbal plugin
(edit) @481 [481] 3 years marksmith -- added the ability for plugins to create custom service roles and …
(edit) @472 [472] 3 years bradfitz new plugin
(edit) @449 [449] 4 years bradfitz +1.39: (beta for 1.40) 2005-10-26 + + -- new feature for virtual host …
(edit) @433 [433] 4 years bradfitz AccessControl plugin
(edit) @432 [432] 4 years bradfitz -- new todo items (test subversion proxying) -- few misc lines (still not …
(edit) @431 [431] 4 years bradfitz start of work on access control plugin. doesn't work (or even compile) …
(edit) @430 [430] 4 years bradfitz resume functionality
(edit) @422 [422] 4 years bradfitz remove some warnings
(edit) @415 [415] 4 years mart -- vhost plugin: strip off port specification from the Host header …
(edit) @408 [408] 4 years bradfitz add in the whole "sorryTooSlow" XML element
(edit) @407 [407] 4 years bradfitz add the Atom stream/inject plugins
(edit) @371 [371] 4 years bradfitz more "no warnings" additions
(edit) @341 [341] 4 years bradfitz -- introduce CommandContext, so management commands can be less …
(edit) @327 [327] 4 years bradfitz -- entirely redone management command parsing/dispatching (major …
(edit) @324 [324] 4 years bradfitz more selector and vhost bug fixes and tests. no known problems at this …
(edit) @323 [323] 4 years bradfitz vhost service selector fleshed out, and start of a test suite.
(edit) @320 [320] 4 years bradfitz start of work on the service selector role. this lets you make a meta …
(edit) @294 [294] 4 years bradfitz IO::AIO support, and a test suite.
(edit) @291 [291] 4 years bradfitz aio_read and aio_write should be robust against callers giving them bogus …
(edit) @288 [288] 5 years bradfitz add "none" support to Perlbal::AIO, and warning when using none, and way …
(edit) @286 [286] 5 years bradfitz start of work on an AIO abstraction layer so we can support: -- …
(edit) @255 [255] 5 years marksmith Fix an issue with the Palimg plugin not being strict enough with its …
(edit) @250 [250] 5 years marksmith When we moved to having persistent connections I failed to update the …
(edit) @236 [236] 5 years marksmith -- bug in PalImg caused crash on files with no length (or when another …
(edit) @211 [211] 5 years marksmith Avoid warnings about undefined values when the hostname isn't defined.
(edit) @210 [210] 5 years marksmith -- made Palimg plugin far more paranoid about errors, and also uses …
(edit) @209 [209] 5 years marksmith Make Palimg plugin be far more paranoid and not generate warnings.
(edit) @205 [205] 5 years marksmith -- Palimg plugin now supports fallback to web server mode if the …
(edit) @204 [204] 5 years marksmith -- did some cleanup; made a bunch of HTTPHeaders accesses use the …
(edit) @193 [193] 5 years marksmith Now you can unset a regular expression being used to make things …
(edit) @182 [182] 5 years marksmith Update the queues plugin to show the size of all 4 queues, and to show it …
(edit) @181 [181] 5 years marksmith New Perlbal functionality for plugins: the ability to register a setter …
(edit) @172 [172] 5 years marksmith Make the login page also be high priority all the time.
(edit) @171 [171] 5 years marksmith 1) add plugin "Highpri" that automatically makes all requests to …
(edit) @148 [148] 5 years marksmith Bug in stats plugin would cause it to return the value of the stat it …
(edit) @147 [147] 5 years marksmith Add 'use warnings;' to every perlbal file. Woot.
(edit) @128 [128] 5 years marksmith 1) add documentation for plugins to config file, but it's commented …
(add) @127 [127] 5 years marksmith Big changes to Perlbal, including: a new plugins system. This …
Note: See TracRevisionLog for help on using the revision log.