root/lang/perl/HTTP-Engine/branches

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @17074 [17074] 5 years tokuhirom we need finalize :)
(edit) @17073 [17073] 5 years tokuhirom this test is not for $c->req->base(I'll write test case for …
(edit) @17072 [17072] 5 years tokuhirom oops.
(edit) @17071 [17071] 5 years tokuhirom copied tests from trunk.
(edit) @17070 [17070] 5 years tokuhirom copied some tests from trunk.
(edit) @17069 [17069] 5 years tokuhirom remove t/32_interface_poe.t because this test dont work (r16135 (orig …
(edit) @16881 [16881] 5 years yappo call make_mutable in middlewares
(edit) @16880 [16880] 5 years yappo not immutable for middleware
(edit) @16879 [16879] 5 years yappo oops
(edit) @16878 [16878] 5 years yappo port a few HTTP::Response methods (is_success, etc)
(edit) @16875 [16875] 5 years yappo for coverage bad hack
(edit) @16873 [16873] 5 years yappo add copy_to and link_to method tests
(edit) @16851 [16851] 5 years yappo oops
(edit) @16849 [16849] 5 years yappo add t/010_core/request-as_string.t
(edit) @16846 [16846] 5 years yappo using upload method
(edit) @16845 [16845] 5 years yappo add t/010_core/request-parse.t
(edit) @16844 [16844] 5 years yappo t/010_core/request-content.t
(edit) @16843 [16843] 5 years yappo add t/010_core/request-uri_with.t
(edit) @16842 [16842] 5 years yappo use URI::QueryParam?
(edit) @16798 [16798] 5 years yappo add t/010_core/response-status.t
(edit) @16797 [16797] 5 years yappo use strcit;use warnings;
(edit) @16795 [16795] 5 years yappo add t/010_core/request-params.t
(edit) @16784 [16784] 5 years yappo add t/00_allload.t generator
(edit) @16755 [16755] 5 years daisuke HAVE_MP will only be set if called with TEST_MODPERL=1 at perl Makefile.PL …
(edit) @16744 [16744] 5 years yappo add upload test for Interface::Test
(edit) @16737 [16737] 5 years yappo use PACKAGE->meta->make_immutable
(edit) @16730 [16730] 5 years daisuke remove extraneous t/*/* stuff
(edit) @16135 [16135] 5 years yappo using curent lib directory
(edit) @16134 [16134] 5 years yappo added tools for profiling http-engine with NYTProf
(edit) @13961 [13961] 5 years nothingmuch read, don't sysread (faster)
(edit) @13808 [13808] 5 years nothingmuch r82925@syeeda (orig r13807): yappo | 2008-06-13 08:30:11 +0400 vim swap …
(edit) @13805 [13805] 5 years nothingmuch r82914@syeeda (orig r13794): tokuhirom | 2008-06-13 07:17:36 +0400 oops. …
(edit) @13804 [13804] 5 years nothingmuch lazy branch for Interface::Test
(edit) @13803 [13803] 5 years nothingmuch _build_connection is in default request builder
(edit) @13802 [13802] 5 years nothingmuch blessing to IO::Handle isn't necessary
(edit) @13801 [13801] 5 years nothingmuch remove _build_connection from ParseEnv?
(edit) @13800 [13800] 5 years nothingmuch don't hide stdin/stdout in processor
(edit) @13799 [13799] 5 years nothingmuch allow overriding of req/res in processor
(edit) @13798 [13798] 5 years nothingmuch add as_http_response
(edit) @13797 [13797] 5 years nothingmuch add builder params to request
(edit) @13792 [13792] 5 years nothingmuch merge from trunk, all failing tests are due to interfaces needing updates
(edit) @13462 [13462] 5 years tokuhirom merge to lazy_request branch.
(edit) @13451 [13451] 5 years nothingmuch todo
(edit) @13450 [13450] 5 years nothingmuch move blessed() + bless to init
(edit) @13449 [13449] 5 years nothingmuch don't send keepalive if we don't mean it
(edit) @13448 [13448] 5 years nothingmuch remove superflous copy
(edit) @13447 [13447] 5 years nothingmuch remove superflous env setup
(edit) @13446 [13446] 5 years nothingmuch only keepalive if forking
(edit) @13445 [13445] 5 years nothingmuch remove unused role
(edit) @13444 [13444] 5 years nothingmuch add (unused) roles for response and request
(edit) @13443 [13443] 5 years nothingmuch abstract roles for response writer and request processor
(edit) @13442 [13442] 5 years nothingmuch request builder doesn't actually need to be immutable
(edit) @13441 [13441] 5 years nothingmuch more refactorings of request builder, split different behaviors into roles
(edit) @13440 [13440] 5 years nothingmuch all tests pass again
(edit) @13439 [13439] 5 years nothingmuch fix Standalone
(edit) @13420 [13420] 5 years nothingmuch support for builder, processor and writer traits from the interface
(edit) @13418 [13418] 5 years nothingmuch Refactor ReadBody? role
(edit) @13415 [13415] 5 years nothingmuch finish lazy HTTP::Body reading
(edit) @13414 [13414] 5 years nothingmuch Fix HTTP::Headers constructor
(edit) @13413 [13413] 5 years nothingmuch the plan was wrong now that can_ok is removed
(edit) @13408 [13408] 5 years nothingmuch everything is now lazy, almost passes test suite
(edit) @13407 [13407] 5 years nothingmuch refactor RequestBuilder? into several roles, add Dummy, and make it the …
(edit) @13401 [13401] 5 years nothingmuch lazy parameter merging
(edit) @13398 [13398] 5 years nothingmuch lazify uri, use URI::WithBase?, path/base are handled by uri
(edit) @13397 [13397] 5 years nothingmuch request_builder handlers _build_hostname
(edit) @13370 [13370] 5 years nothingmuch refactor _read_all for reading the whole body
(edit) @13369 [13369] 5 years nothingmuch lazy headers (Breaks body parameters for now)
(edit) @13368 [13368] 5 years nothingmuch build_cookies is lazy
(edit) @13367 [13367] 5 years nothingmuch lazy_build ftw
(edit) @13366 [13366] 5 years nothingmuch add the request_builder attr to request
(edit) @13365 [13365] 5 years nothingmuch more helpful request builder test
(edit) @13364 [13364] 5 years nothingmuch shorter benchmark time
(edit) @13363 [13363] 5 years nothingmuch - Create branch lazy_request
(edit) @11506 [11506] 5 years yappo lang/perl/HTTP-Engine: Checking in changes prior to tagging of version …
(edit) @11504 [11504] 5 years yappo use URI::QueryParam? lestrrat++ fix body parameters problem
(edit) @11503 [11503] 5 years yappo not use Step::Tag
(edit) @11489 [11489] 5 years tokuhirom added stopwords
(edit) @11488 [11488] 5 years yappo OMG
(edit) @11487 [11487] 5 years yappo lang/perl/HTTP-Engine: Tagging version '0.0.5' using shipit.
(edit) @11486 [11486] 5 years yappo lang/perl/HTTP-Engine: Checking in changes prior to tagging of version …
(edit) @11484 [11484] 5 years yappo s/handle_request/request_handler/
(edit) @11460 [11460] 5 years yappo svk mv branches/moose trunk
(edit) @11459 [11459] 5 years yappo svk mv trunk branchs/class-component
(edit) @11458 [11458] 5 years yappo cancel
(edit) @11457 [11457] 5 years yappo create Class::Component branch
(edit) @11451 [11451] 5 years tokuhirom use String::TT. thanks jrockway++
(edit) @11303 [11303] 5 years yappo fix content-length makes doesn't work of GLOB response body
(edit) @11288 [11288] 5 years tokuhirom File::Temp 0.20 is required.
(edit) @11233 [11233] 5 years daisuke use HTTP::Request to make tests pass
(edit) @11232 [11232] 5 years daisuke optimize repeated calls
(edit) @11231 [11231] 5 years daisuke This test doesn't work on my environment, either. skip for now
(edit) @11230 [11230] 5 years daisuke naming convention was weird, plus the test doesn't pass on my …
(edit) @11148 [11148] 5 years yappo moose way
(edit) @11147 [11147] 5 years tokuhirom added test case for H::E::Req->as_http_request.
(edit) @11146 [11146] 5 years tokuhirom shut up perlcritic!
(edit) @11145 [11145] 5 years tokuhirom bug fixed in redirecting.
(edit) @11124 [11124] 5 years tokuhirom use moose.
(edit) @11122 [11122] 5 years tokuhirom added svn:ignore pattern.
(edit) @11120 [11120] 5 years tokuhirom small changes.
(edit) @11115 [11115] 5 years tokuhirom added FCGI support
Note: See TracRevisionLog for help on using the revision log.