root/trunk/lib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @829 [829] 5 weeks hachi Reimplement MANAGE_load. this fixes some plugin loading problems, like …
(edit) @827 [827] 8 weeks dormando Checking in changes prior to tagging of version 1.73. Changelog diff …
(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) @823 [823] 5 months ask Fix obscure race condition (spontaneously closed keepalives after POST …
(edit) @822 [822] 5 months bradfitz make Perlbal::Test be more robust and only use free ports.
(edit) @821 [821] 6 months ask Make Content-Range replies work
(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) @816 [816] 10 months hachi need to call end_proxy_request during keepalives
(edit) @815 [815] 10 months hachi crash fix: aio_write returns a value of -1 on error
(edit) @814 [814] 10 months hachi Prevent a complex crash scenario. I have an unautomated test that gets …
(edit) @813 [813] 10 months ask Fix X-REPROXY-FILE to work with SSL connections (Greg Denton)
(edit) @812 [812] 10 months ask Syslog as 'crit' rather than 'critical' (noticed by Richard Bronosky)
(edit) @811 [811] 12 months athomason Add MaxContentLength plugin
(edit) @810 [810] 12 months hachi Allow zero byte content-length PUT requests
(edit) @809 [809] 12 months ask Fix for serving files from the filesystem over SSL (Greg Denton)
(edit) @806 [806] 12 months bradfitz Beginnings of IPv6 support.
(edit) @804 [804] 12 months bradfitz Reverting last big patch which was everything instead the one part I was …
(edit) @803 [803] 12 months bradfitz fix test skipping of old version of XS::HTTPHeaders
(edit) @802 [802] 12 months ask support filenames with +'s in webserver mode (Jordi Funollet).
(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) @798 [798] 13 months hachi Silence a warning, this one comes from the HTTP access method on managment …
(edit) @797 [797] 13 months hachi replace $var later in config processing This is done because comment …
(edit) @794 [794] 14 months dormando Checking in changes prior to tagging of version 1.72. Changelog diff …
(edit) @793 [793] 14 months dormando Remove version check in bundled plugin.. was confusing PAUSE.
(edit) @791 [791] 15 months dormando Checking in changes prior to tagging of version 1.71. Changelog diff …
(edit) @787 [787] 15 months hachi If Content-Length is negative, fail.
(edit) @785 [785] 16 months athomason add headers_list method
(edit) @784 [784] 17 months nickandrew Move manage_multi() into Perlbal::Test The manage_multi function is …
(edit) @783 [783] 17 months nickandrew Use new perlbal mailing list address The perlbal list changed in late …
(edit) @781 [781] 17 months nickandrew Document the Perlbal::Test class Add perldoc describing Perlbal::Test …
(edit) @774 [774] 17 months ask Lots of typo corrections in documentation and comments from Nick Andrew
(edit) @773 [773] 18 months hachi Add SERVER crash_backtrace= setting Carp is already used by perlbal, but …
(edit) @772 [772] 18 months hachi Make backend verification be hookable Add hook points, refactor some subs …
(edit) @771 [771] 20 months ask spelling in comments (Fred Moyer)
(edit) @768 [768] 21 months bradfitz Checking in changes prior to tagging of version 1.70. Changelog diff …
(edit) @766 [766] 21 months bradfitz SECURITY: patch from Jeremey James <jbj@…> to not crash on …
(edit) @765 [765] 21 months bradfitz on successful write, update Perlbal::Socket's alive_time, so …
(edit) @763 [763] 21 months bradfitz Patch from Andy Armstrong <andy@…> to make Perlbal pass tests on …
(edit) @762 [762] 21 months bradfitz Prepping for new release, so backing out r760 and r761 (gzip compression), …
(edit) @761 [761] 21 months sup New feature updated: compression of concatenated files
(edit) @760 [760] 21 months sup gzip-compression ability added
(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) @754 [754] 22 months hachi Spelled this method call wrong.
(edit) @753 [753] 22 months hachi Silence warnings from test 32 when it checks to make sure manage commands …
(edit) @752 [752] 22 months hachi Rework observed_ip_string method to only return when we have a defined …
(edit) @751 [751] 22 months hachi Since we update the alive_time on a socket whenever we read from it in …
(edit) @750 [750] 22 months marksmith -- Add Include plugin by Eamon Daly <edaly@…>; plugin …
(edit) @748 [748] 23 months ask Fix 'No such pseudo-hash field "high_priority"' issue in Stats …
(edit) @746 [746] 23 months hachi Don't allow upward directory traversal with concat get.
(edit) @745 [745] 23 months ask use a locally scoped filehandle instead of a typeglob in …
(edit) @744 [744] 23 months hachi Stop trying to test linux AIO, since the setting no longer does anything.
(edit) @743 [743] 23 months hachi Finally fix the problem of trusted_upstream_proxies silently not working.
(edit) @742 [742] 2 years kgoess To get the "states" and "socks" commands to work when there are other …
(edit) @740 [740] 2 years hachi make test client reset socket when keepalives are on, and server or host …
(edit) @739 [739] 2 years hachi Original chained selectors patch by Jeremy James (Wed Apr 25 16:26:05 UTC …
(edit) @738 [738] 2 years hachi Fred Moyer reported a crash condition on the ML where perlbal dies when …
(edit) @737 [737] 2 years hachi Perl HTTP headers module also caches first line of requests and responses. …
(edit) @736 [736] 2 years hachi This module won't compile by itself because it uses Perlbal::DEBUG.
(edit) @735 [735] 2 years mart -- add some new methods that make it a little nicer to embed Perlbal …
(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) @731 [731] 2 years hachi -- add HTTPHeaders method set_request_uri so plugins can modify the uri …
(edit) @728 [728] 2 years hachi Rollback something that I didn't mean to check in. Add changes to CHANGES …
(edit) @727 [727] 2 years hachi Make test framework 'manage' function more vocal about failures, so …
(edit) @726 [726] 2 years hachi always_trusted and trusted_upstream_proxies are no longer limited to the …
(edit) @725 [725] 2 years hachi Add observed_ip_string attribute to Perlbal::Socket objects. This is for …
(edit) @724 [724] 2 years hachi Add blind_proxy option for reverse_proxy services. Makes the service not …
(edit) @723 [723] 2 years hachi Make close reasons on ClientProxy objects visible when DEBUG is set to >= …
(edit) @722 [722] 2 years ask verify_backend_path configuration option From: Adam Jacob Subject: Re: …
(edit) @720 [720] 2 years jbert don't overwrite $P, allows use of perl debugger on perlbal
(edit) @716 [716] 2 years bradfitz Checking in changes prior to tagging of version 1.60. Changelog diff …
(edit) @715 [715] 2 years hachi Silence warnings about SSL load unless DEBUG is set.
(edit) @714 [714] 2 years hachi This doesn't make the warnings go away, it only makes them say something …
(edit) @710 [710] 2 years marksmith shutdown graceful [timeout] Now accepts timeout before doing a hard …
(edit) @709 [709] 2 years ask make SSL support optional (would be better to only try loading the SSL …
(edit) @708 [708] 2 years marksmith * make SSL non-blocking New Perlbal::SocketSSL class that manages the …
(edit) @707 [707] 2 years marksmith -- make persist_client_timeout service tunable apply to the max_idle_time …
(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) @704 [704] 2 years marksmith * don't enforce lowercase extensions (OS is probably case sensitive, …
(edit) @703 [703] 2 years marksmith -- add MIME [ LIST | REMOVE <ext> | ADD <ext> <mime> ] command for …
(edit) @700 [700] 2 years marksmith -- return an error when trying to use HEADER command on a service …
(edit) @698 [698] 2 years dormando New server option 'pidfile' for managing an internal pidfile. Patch by …
(edit) @697 [697] 2 years jbert correct typo in MANAGE_leaks debug-mode test
(edit) @694 [694] 2 years acme whoops, remove debugging warning
(edit) @693 [693] 2 years acme rename new max_idle_time to persist_client_timeout to be clearer (and …
(edit) @692 [692] 2 years acme make max_idle_time configurable (defaults to 30 seconds)
(edit) @690 [690] 2 years hachi Add hook for when a service selector is getting a client returned to it.
(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) @685 [685] 2 years hachi -- Fix handling of a proxy response that doesn't have a Reason-Phrase …
(edit) @684 [684] 2 years hachi Update 'queues' management command to output information about low …
(edit) @683 [683] 2 years hachi Make access control plugin not remove vhost command on unload.
Note: See TracRevisionLog for help on using the revision log.