aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-06-01Correct HTTP status code on redirectStormwind1-2/+3
2023-05-09Add error handeling pages (primarily for 404)Stormwind1-1/+23
2023-05-09Use require_relative instead of requireStormwind5-12/+12
2014-03-05correct forwarded-for headerv0.2.0Gibheer1-1/+1
2014-03-05add x-forwarded-for header to the clientGibheer1-1/+14
2013-10-28add cookie support to responseGibheer2-6/+125
2013-10-22some more cleanup of the responseGibheer1-0/+3
2013-10-22some minor cleanupGibheer1-3/+0
2013-10-22add cookie support in requestsGibheer1-1/+20
2013-10-21remove debug outputGibheer1-1/+0
2013-09-10allow a dash in the middle url partGibheer1-1/+1
2013-09-09sort routes for more specific resultsGibheer1-2/+2
2013-09-03add partial render methodGibheer1-6/+13
2013-08-14add request method override for browsersGibheer1-1/+29
2013-08-13fix paramter extraction with charsetGibheer1-1/+12
2013-08-06make it possible to push lists as paramtersGibheer1-1/+12
2013-07-29drop 1.8 support and add 2.0Gibheer1-5/+0
2013-07-26extend server with protocol informationGibheer1-0/+47
2013-07-22Revert "generate a name from the server details"Gibheer1-7/+0
2013-07-22generate a name from the server detailsGibheer1-0/+7
2013-02-27reworked the rendererGibheer1-47/+38
2013-02-27reworked parts of the template finderGibheer1-4/+72
2013-02-12extracted the building of template treeGibheer2-44/+168
2013-02-11change route regex to string beginning and endGibheer1-2/+7
2013-01-29catch empty routesGibheer1-1/+1
2013-01-29remove more leftovers from class_optionsGibheer2-3/+0
2013-01-29make request and response staticGibheer1-10/+11
2013-01-28use new api of class_optionsGibheer2-3/+4
2013-01-11use class_options for the controllerGibheer2-25/+5
2013-01-09take strings for bodyGibheer1-1/+19
2013-01-08prepare for version 0.2.0Gibheer1-1/+1
2013-01-06Kill all mutants in Zero::RendererStormwind1-1/+2
2013-01-06Kill all mutants i Zero::RequestStormwind1-1/+1
2013-01-06Kill all mutants in Zero::Request::ParameterStormwind1-2/+3
2013-01-05Kill almost all mutants in Zero::Request:AcceptTypeStormwind1-6/+3
2012-12-23Add zero-fix18 to dependenciesStormwind1-0/+6
2012-12-23Remove 1.8 fixesStormwind2-92/+0
2012-12-22Merge remote-tracking branch 'origin/master'Stormwind1-4/+8
2012-12-22Remove backports from dependenciesStormwind1-3/+0
2012-12-22Improve query valid regexStormwind1-2/+2
2012-12-22kick out Zero::Request from routerGibheer1-4/+8
2012-12-22Add and use decode_www_form_component_18Stormwind1-22/+42
2012-12-22Add first implementation of decode_www_form_18Stormwind1-1/+26
2012-12-22Add patch for URI decode_www_formStormwind2-0/+46
2012-12-18reuse render for actual renderingGibheer1-4/+13
2012-12-17require backports for ruby 1.8Gibheer1-0/+4
2012-12-17remove require_relative to make it 1.8 compatibleGibheer3-10/+10
2012-12-17release 0.1.2v0.1.2Gibheer1-1/+1
2012-12-17initialize the responseGibheer1-1/+1
2012-12-13added LICENSE and release new versionv0.1.1Gibheer1-1/+1