Release commit for 0.024
[catagits/Web-Simple.git] / lib /
2014-07-04 Karen Etheridge bump version
2014-07-04 Karen Etheridge doc fix - RT#96509
2014-05-24 Graham Knop clean up Web::Simple::Role pod
2014-05-23 Matt S Trout bump version
2014-05-23 Matt S Trout bump version
2014-05-23 Graham Knop stop trying to load module that doesn't exist anymore
2014-05-20 Matt S Trout bump version
2014-05-20 Matt S Trout missing CONTRIBUTORS entry for ether
2014-05-20 Matt S Trout missing CONTRIBUTORS entry for osfameron
2014-05-20 Matt S Trout handle ) as last character of composite spec
2014-05-20 Arthur Axel 'fREW... document method name style
2014-05-20 Arthur Axel 'fREW... fix silly typo
2014-05-20 Christian Walde allow dispatching to a method name as a string instead...
2014-05-20 Christian Walde disassemble DispatchNode since Dispatch.pm can now...
2014-05-20 Christian Walde stick DispatchNode comments to the appropiate code
2014-05-20 Christian Walde refactor _construct_node to reduce code duplication
2014-05-20 Christian Walde allow passing either psgi app, or application object...
2014-05-15 Hakim Cassimally Web::Simple::Role web-simple-role
2013-12-12 Karen Etheridge minor wording improvements
2013-04-12 Karen Etheridge minor doc updates
2013-01-11 Matt Phillips minor doc update
2013-01-11 Karen Etheridge some doc cleanup
2012-12-04 Matt S Trout expand ParamParser comment so nobody breaks it again
2012-08-03 Matt S Trout bump version
2012-07-30 Matt S Trout bump version
2012-07-30 Matt S Trout remove an extra mention of uploads being experimental
2012-07-16 Robert Sedlacek documented named argument access via %_
2012-07-16 Robert Sedlacek added myself (phaylon) to contributors
2012-07-16 Matt S Trout expand DispatchNode comment
2012-07-16 Matt S Trout add %_ setting
2012-07-16 Matt S Trout de-experimental uploads
2012-07-15 Matt S Trout bump version
2012-07-15 Robert Sedlacek allow parameter names to contain dots
2012-07-15 Matt S Trout clean up arg handling
2012-07-15 Matt S Trout basic authorization support for run_test_request and CLI
2012-07-05 Chris Nehren Release commit for 0.017 v0.017
2012-07-05 Christian Walde fixed CGI detection under mod_cgid
2012-05-11 Matt S Trout revert to 1;
2012-05-11 Matt S Trout bump version
2012-05-11 Christian Walde actually pull in weaken from Scalar::Util
2012-05-10 Matt S Trout bump version
2012-05-09 Matt S Trout fix per-application memory leak
2012-04-27 Matt S Trout version bump for release
2012-04-27 Matt S Trout better docs for the CLI code
2012-04-27 Matt S Trout brief docs for path matches
2012-04-27 Matt S Trout basic named path part matching
2012-04-22 Matt S Trout test fixup
2012-04-22 Matt S Trout allow headers on CLI calls
2012-04-03 Matt S Trout bump version for release
2012-04-03 Andrew Rodland Fix match parsing with perl 5.8.8
2012-02-10 Peter Rabbitson Correct erroneous $^H bitsetting cargocult which origin...
2012-01-30 Matt S Trout bump version
2012-01-30 Christian Walde added match_true and match_false
2012-01-30 Christian Walde the ... part of '/foo...' should match ONLY empty strin...
2012-01-30 John Napiorkowski doc patch for '/foo...'
2012-01-30 Christian Walde allow matching of empty path with the spec ~
2012-01-30 Christian Walde allow subdispatch to apply even when the url has no...
2012-01-30 John Napiorkowski the "word" path part regex only allows singular period...
2012-01-30 Christian Walde stopped XML::Tags from throwing bareword warnings
2012-01-30 Mateu X Hunter Correct syntax in synopsis
2012-01-30 Christian Walde added plack server deployment example
2012-01-30 Christian Walde all query body parameters are now decoded from UTF8...
2012-01-30 Andrew Rodland Contributorize me!
2012-01-30 Andrew Rodland Allow dots in path matchers, so that sub (/foo.html...
2012-01-30 Mateu X Hunter correct POD on ** match
2012-01-30 Justin Hunter bump copyright
2011-12-23 Matt S Trout bump version
2011-12-08 Danijel Tasov document [ sub {} ]
2011-11-29 John Napiorkowski first draft of http methods, with a test case
2011-11-22 John Napiorkowski predicates are objects
2011-11-02 Christian Walde [sub{ }] can now be returned by a route to be used...
2011-10-07 Christian Walde added some documentation of DispatchNode
2011-10-06 Matt S Trout bump version
2011-10-06 Matt S Trout document and changelog run_test_request
2011-10-06 Matt S Trout maintain $env->{Web::Dispatch.original_env} for ParamPa...
2011-10-05 Christian Walde trimmed some trailing spaces
2011-10-05 Christian Walde simplified synopsis and created deployment pod
2011-10-05 Christian Walde updated contributor list
2011-10-05 Matt S Trout factor out run_test_request method
2011-10-05 Matt S Trout POD fix from gregoa of the debian team
2011-10-04 Matt S Trout add comment to _to_try for dispatch strategy
2011-10-04 Christian Walde more spacing fixes
2011-10-04 Christian Walde fixed a few spaces
2011-10-04 Christian Walde enable matching of empty string specs
2011-10-04 Christian Walde removed some duplication
2011-10-03 Matt S Trout bump version
2011-10-03 Matt S Trout remove the bit of doc saying we don't do uploads
2011-10-03 Matt S Trout rename things in an attempt to gain slightly more clarity
2011-10-03 Christian Walde elsif christmas tree is back, but hidden away
2011-10-03 Christian Walde _dispatch is now more explicit about what it does
2011-10-03 Matt S Trout eliminate HTTP::Request::AsCGI in favour of Plack:...
2011-10-03 Matt S Trout experimental upload support
2011-09-25 Matt S Trout update Plack usage
2011-09-23 Matt S Trout Assume FastCGI mode if STDIN is a socket (works some...
2011-09-23 Matt S Trout clean up newline handling for cli mode output
2011-09-23 Matt S Trout output status+headers to STDERR in CLI mode
2011-09-23 Matt S Trout add *.* and **.* dispatch patterns
2011-03-28 Justin Hunter fix doc typo
2011-02-25 Matt S Trout tweak Antiquated Perl copyright to 'same as perl'.
2011-02-25 Matt S Trout change Web::Simple::Application to refer to Web::Simple...
next