catagits/Web-Simple.git
2012-07-30 Matt S Trout Release commit for 0.019 v0.019
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 Release commit for 0.018 v0.018
2012-07-15 Matt S Trout add golf example
2012-07-15 Matt S Trout bump version
2012-07-15 Matt S Trout changelog dots in parameter names
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 test + changes for CGI detection under mod_cgid
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 Release commit for 0.016 v0.016
2012-05-11 Matt S Trout bump version
2012-05-11 Matt S Trout changelog weaken fix
2012-05-11 Christian Walde actually pull in weaken from Scalar::Util
2012-05-10 Matt S Trout Release commit for 0.015 v0.015
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 Release commit for 0.014 v0.014
2012-04-27 Matt S Trout version bump for release
2012-04-27 Matt S Trout bump version dep on Moo because it's probably a good...
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 Gitignoring
2012-02-10 Peter Rabbitson Correct erroneous $^H bitsetting cargocult which origin...
2012-01-30 Matt S Trout Release commit for 0.012 v0.012
2012-01-30 Matt S Trout bump version
2012-01-30 Christian Walde updated Changes
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 John Napiorkowski added a test case for various matching behaviors
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
next