root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @729 [729] 2 years hachi Update dep tree.
(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) @721 [721] 2 years ask adding the "chain pem" (Apache: SSLCertificateChainFile) to the cert file …
(edit) @720 [720] 2 years jbert don't overwrite $P, allows use of perl debugger on perlbal
(edit) @719 [719] 2 years jbert sorry - revert commit to tag
(edit) @718 [718] 2 years jbert don't overwrite $P, allows use of perl debugger on perlbal
(edit) @717 [717] 2 years bradfitz Tagging version '1.60' using shipit.
(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) @713 [713] 2 years ask add lib/Perlbal/Plugin/Vpaths.pm re-order
(edit) @712 [712] 2 years ask add Perlbal::SocketSSL to MANIFEST file
(edit) @711 [711] 2 years bradfitz automated update
(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) @702 [702] 2 years bradfitz automated update
(edit) @701 [701] 2 years bradfitz automated update
(edit) @700 [700] 2 years marksmith -- return an error when trying to use HEADER command on a service …
(edit) @699 [699] 2 years bradfitz automated update
(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) @696 [696] 2 years hachi Add RPM version auto-bumping to shipit config file
(edit) @695 [695] 2 years hachi Fix requirements to be on correct packages, install files with ownership …
(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) @691 [691] 2 years hachi Add docuemntation for return_to_base service hook.
(edit) @690 [690] 2 years hachi Add hook for when a service selector is getting a client returned to it.
(edit) @689 [689] 2 years bradfitz automated update
(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) @686 [686] 2 years hachi This test was failing once in great while because the clock had ticked …
(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.
(edit) @682 [682] 2 years bradfitz automated update
(edit) @681 [681] 2 years bradfitz automated update
(edit) @680 [680] 2 years bradfitz automated update
(edit) @679 [679] 2 years bradfitz automated update
(edit) @678 [678] 2 years bradfitz -- the buffered upload rate test should pass more reliably now. some …
(edit) @677 [677] 3 years bradfitz Tagging version '1.59' using shipit.
(edit) @676 [676] 3 years bradfitz Checking in changes prior to tagging of version 1.59. Changelog diff …
(edit) @675 [675] 3 years bradfitz only call die_gracefully on a socket if it CAN die_graceully. …
(edit) @674 [674] 3 years bradfitz -- WARNING: removed Linux::AIO support. go get IO::AIO 1.6 at least if …
(edit) @673 [673] 3 years bradfitz Tagging version '1.58' using shipit.
(edit) @672 [672] 3 years bradfitz Checking in changes prior to tagging of version 1.58. Changelog diff …
(edit) @671 [671] 3 years bradfitz automated update
(edit) @670 [670] 3 years bradfitz Tagging version '1.57' using shipit.
(edit) @669 [669] 3 years bradfitz Checking in changes prior to tagging of version 1.57. Changelog diff …
(edit) @668 [668] 3 years bradfitz no change... just more comments and logic flip to be more readable.
(edit) @667 [667] 3 years bradfitz remove old question/comment
(edit) @666 [666] 3 years bradfitz Merging in Jonathan's chunked-put branch: + -- make ClientHTTP …
(edit) @665 [665] 3 years hachi Hash keys don't match up, fix it.
(edit) @664 [664] 3 years hachi Chunked put test
(edit) @663 [663] 3 years hachi Working chunked put code, needs to be refactored to use the same code as …
(edit) @662 [662] 3 years hachi 'Server' header to identify perlbal
(edit) @661 [661] 3 years hachi Branch to work on chunked put.
(edit) @660 [660] 3 years hachi Add rpm specfile for perlbal (doesn't have init scripts yet, docs missing …
(edit) @659 [659] 3 years ask Add the client_ip to the X-Forwarded-For header when the upstream is …
(edit) @658 [658] 3 years bradfitz Tagging version '1.56' using shipit.
(edit) @657 [657] 3 years bradfitz Checking in changes prior to tagging of version 1.56. Changelog diff …
(edit) @656 [656] 3 years bradfitz + -- make HTML proper in ClientManage interface Jacques Marneweck + …
(edit) @655 [655] 3 years bradfitz ignore crap
(edit) @654 [654] 3 years bradfitz manifest cleanup
(edit) @653 [653] 3 years bradfitz -- fix "make test" on OS X. Radu Greab <radu@…> and Chuck …
(edit) @652 [652] 3 years bradfitz kill warnings
(edit) @651 [651] 3 years bradfitz little more docs
(edit) @650 [650] 3 years bradfitz changes already committed
(edit) @649 [649] 3 years bradfitz mark child process support as experimental
(edit) @648 [648] 3 years hachi Split set_queue into two methods: set_queue_low and set_queue_high. Also …
(edit) @647 [647] 3 years hachi Add make_low_priority for symmetry, only gets called if isn't already …
(edit) @646 [646] 3 years hachi Add support for a connection to be placed in the low priority queue based …
(edit) @645 [645] 3 years bradfitz remove debug from earlier commit
(edit) @644 [644] 3 years bradfitz start of work on having a child process be a webserver on …
(edit) @643 [643] 3 years hachi Forgot to install init.
(edit) @642 [642] 3 years hachi Not quite up to recent debian policy, but much closer. The debian build …
(edit) @641 [641] 3 years bradfitz creating tag 'Perlbal-1.55'
(edit) @640 [640] 3 years bradfitz prep for 1.55
(edit) @639 [639] 3 years bradfitz more description, and ptr to example conf
(edit) @638 [638] 3 years bradfitz example config for jonathan's not modified plugin.
(edit) @637 [637] 3 years hachi Check to make sure the If-Modified-Since stuff works, and doesn't send a …
(edit) @636 [636] 3 years hachi Fix the response logic: Don't send a Content-type header if you're not …
(edit) @635 [635] 3 years hachi Describe the new plugin for CHANGES
(edit) @634 [634] 3 years hachi +lib/Perlbal/Plugin/LazyCDN.pm +lib/Perlbal/Plugin/NotModified.pm And let …
(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) @631 [631] 3 years bradfitz automated update
(edit) @630 [630] 3 years bradfitz typo
Note: See TracRevisionLog for help on using the revision log.