root/trunk/lib/Perlbal/ClientHTTP.pm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @810 [810] 12 months hachi Allow zero byte content-length PUT requests
(edit) @763 [763] 21 months bradfitz Patch from Andy Armstrong <andy@…> to make Perlbal pass tests on …
(edit) @725 [725] 2 years hachi Add observed_ip_string attribute to Perlbal::Socket objects. This is for …
(edit) @687 [687] 2 years jacques Bump copyright and fixed typo in Interactive
(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) @599 [599] 3 years bradfitz more dope AIO channel work, making it usable for mogstored. also stats …
(edit) @596 [596] 3 years bradfitz updated copyright patch from Jacques Marneweck <jacques@…>
(edit) @583 [583] 3 years bradfitz -- set alive_time during slow PUTs. was causing problems …
(edit) @396 [396] 4 years bradfitz don't call put_writeout twice in a row. otherwise the second one …
(edit) @393 [393] 4 years bradfitz add handle_put hook
(edit) @392 [392] 4 years bradfitz -- fix potential crashing bugs in the PUT path. luckily ones we …
(edit) @389 [389] 4 years bradfitz more code cleanup, especially related to PUT requests: -- remove …
(edit) @388 [388] 4 years bradfitz readability improvements. smaller if/else blocks, in favor of …
(edit) @386 [386] 4 years bradfitz Cleanup of ClientHTTP.pm, breaking large/nesty functions into more/smaller …
(edit) @370 [370] 4 years bradfitz turn off deprecated warnings. only affects early perl 5.8 releases that …
(edit) @345 [345] 4 years bradfitz add copyright notices throughout
(edit) @328 [328] 4 years bradfitz add generic "start_http_request" that works for both clientproxy and …
(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) @296 [296] 4 years bradfitz more tests
(edit) @295 [295] 4 years bradfitz more tests, and a bugfix for the "none" aio mode
(edit) @294 [294] 4 years bradfitz IO::AIO support, and a test suite.
(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) @254 [254] 5 years marksmith Fix bug in PUT case; if a ClientHTTP socket closed while an aio_write …
(edit) @220 [220] 5 years marksmith : != ;
(edit) @219 [219] 5 years marksmith Add more paranoia for handling closures and event_errs.
(edit) @186 [186] 5 years marksmith Add persistent client connection support to ClientHTTPBase …
(edit) @183 [183] 5 years marksmith Fix a bug that caused Perlbal to send the wrong HTTP response code to a …
(edit) @179 [179] 5 years marksmith Fix a bug in Perlbal. This took hours and hours to track down and …
(edit) @178 [178] 5 years marksmith - Get the fd earlier. - Fix a problem that caused $! to be overwritten by …
(edit) @177 [177] 5 years marksmith More debugging information when we encounter a strange error that …
(edit) @176 [176] 5 years marksmith Make Perlbal log 500 errors to the system log along with more …
(edit) @152 [152] 5 years marksmith This looks big, but it's not. I went through 90% of all of the close …
(edit) @147 [147] 5 years marksmith Add 'use warnings;' to every perlbal file. Woot.
(edit) @137 [137] 5 years marksmith Meant 204 No Content instead of 202 Accepted. Since we don't return …
(edit) @136 [136] 5 years marksmith Perlbal DELETE support using service key 'enable_delete'. Almost …
(edit) @135 [135] 5 years marksmith Use splice, because it's more clear than getting bits of the array …
(edit) @134 [134] 5 years marksmith I don't know.
(edit) @133 [133] 5 years marksmith Add support for a 'min_put_directory' option that tells Perlbal that …
(edit) @132 [132] 5 years marksmith Found a bug in Perlbal PUT support. If the reading of headers …
(edit) @131 [131] 5 years marksmith New Perlbal feature: PUT support. This gives Perlbal the ability to have …
(edit) @127 [127] 5 years marksmith Big changes to Perlbal, including: a new plugins system. This …
(edit) @120 [120] 5 years marksmith Big Perlbal change: split "headers" field into two: req_headers and …
(edit) @40 [40] 6 years bradfitz Main bug fix: -- self-referential leak. (perl does refcounting, not …
(edit) @38 [38] 6 years bradfitz add ClientHTTPBase which ClientProxy and ClientHTTP now both derive …
(edit) @37 [37] 6 years deveiant - Tab fix + local var settings.
(edit) @36 [36] 6 years bradfitz 304 not modified support
(edit) @35 [35] 6 years bradfitz quell warning
(edit) @34 [34] 6 years bradfitz making webserver functionality more complete
(add) @33 [33] 6 years bradfitz HTTP support for Perlbal. (not just a proxy)
Note: See TracRevisionLog for help on using the revision log.