catagits/Web-Simple.git
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 Update Changes
2012-01-30 Andrew Rodland Allow dots in path matchers, so that sub (/foo.html...
2012-01-30 Mateu X Hunter Add inner ** test
2012-01-30 Mateu X Hunter correct POD on ** match
2012-01-30 Justin Hunter bump copyright
2011-12-23 Matt S Trout Release commit for 0.011 v0.011
2011-12-23 Matt S Trout bump version
2011-12-23 Matt S Trout remove header because why did I even do that?
2011-12-23 Matt S Trout update Changes
2011-12-09 John Napiorkowski changed the regexp to not use perl 5.14isms and improve...
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 removed frankensteining remnant
2011-11-02 Christian Walde [sub{ }] can now be returned by a route to be used...
2011-11-02 Christian Walde added a test file that puts Web::Dispatch's coverage...
2011-11-01 Matt S Trout include .pod files from lib/
2011-10-17 Christian Walde NAME in the makefile needs to be a module name or it...
2011-10-07 Christian Walde added some documentation of DispatchNode
2011-10-06 Matt S Trout Release commit for 0.010 v0.010
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 ported tests to make use of run_test_request
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 added failing todo test for empty dispatch prototype
2011-10-04 Christian Walde removed some duplication
2011-10-03 Matt S Trout Release commit for 0.009 v0.009
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 Christian Walde make it easier to breakpoint into the request
2011-10-03 Christian Walde Test::Plack returns the response, no need for gyrations
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-07-15 Matt S Trout auto-fetch Distar
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...
2011-02-25 Matt S Trout add Antiquated Perl slides as POD, delete takahashi...
2011-02-16 Matt S Trout Release commit for 0.008 release_0.008
2011-02-16 Matt S Trout re-bump
2011-02-16 Matt S Trout Release commit for 0.007 release_0.007
2011-02-16 Matt S Trout bump version
2011-02-16 Matt S Trout note in changes we need another release due to an index...
2011-02-15 Matt S Trout Release commit for 0.006 release_0.006
2011-02-15 Matt S Trout bump version
2011-02-15 Matt S Trout update Changes
2011-02-15 Matt S Trout convert to Distar
2011-02-11 Matt S Trout fix environment changes within subdispatch and arrange...
2011-02-10 Matt S Trout avoid undef errors blowing out XML::Tags
2011-02-02 Devin Austin updated Changelog
2011-02-02 Devin Austin added mst's fix to ParamParser for Content-type stuffs
2011-01-17 Matt S Trout Make Web::Dispatch return [$cv] as $cv to allow subref...
2011-01-12 Matt S Trout cleanup test code and support non-GET requests
2011-01-11 Matt S Trout 0.005 release commit v0.005
2011-01-10 John Napiorkowski changes after mst code review
2011-01-10 John Napiorkowski fix for response_filter regression and matching test
2010-12-15 Matt S Trout isolate param matching in Predicates
2010-12-15 Matt S Trout factor out and simplify param parsing logic
2010-12-15 Matt S Trout cleanup match_ usage
2010-12-15 Matt S Trout factor out match_not
2010-12-15 Matt S Trout refactor dispatch some more
2010-12-15 Matt S Trout handle strings as well as prototypes
2010-12-14 Robin Edwards adapted to take dashes
2010-12-08 Matt S Trout improve Application.pm docs
2010-12-08 Matt S Trout change non-matching example since the old version would...
2010-12-06 John Napiorkowski documentation corrections and updates
2010-12-02 John Napiorkowski documentation for WSA to get started
2010-12-02 John Napiorkowski filled out more docs
2010-12-02 John Napiorkowski minor tweaks
2010-11-29 John Napiorkowski moved around history stuff so that readers get to the...
2010-11-29 John Napiorkowski corrected filter example
2010-11-27 Matt S Trout hello-world.cgi works again
2010-11-27 Matt S Trout fix config handling, finish porting bloggery, safer...
2010-11-25 Matt S Trout update docs
next