catagits/HTTP-Body.git
2024-03-30 Torsten Raudssus Added missing changes master
2024-03-30 Torsten Raudssus Changing default behavior of upload handling to stop... v1.23
2019-08-25 Torsten Raudssus Date of last release in Changes files
2015-01-29 Karen Etheridge fix typo in synoposis (RT#100492)
2015-01-29 Karen Etheridge add META.json to the build
2015-01-29 Torsten Raudssus Fix for the fix... v1.22
2015-01-29 Torsten Raudssus Fixed test which failed if Plack wasn't installed v1.21
2015-01-21 Gianni Ceccarelli more comprehensive test for part_data v1.20
2015-01-21 John Napiorkowski proposal to fix problem when we lose multipart meta...
2013-12-06 Torsten Raudssus New changes, added complete git bundle for release v1.19
2013-12-06 Torsten Raudssus Hups, wrong plugin name
2013-12-06 Torsten Raudssus Removed version of dist.ini
2013-12-06 Torsten Raudssus Updated changes file of the last releases, added new...
2013-12-06 Torsten Raudssus Hups, forgot to set content length
2013-12-06 Torsten Raudssus Added RT88342 related test (found parsing bug in that...
2013-12-06 Torsten Raudssus Added .gitignore
2013-08-30 Gareth Kirwan (RT87778) Fix typos.
2013-04-22 Arthur Axel... update repository metadata
2012-10-03 Torsten Raudssus Hups, wrong file in distribution 1.17
2012-10-03 Torsten Raudssus Added patch of gbjk, released 1.16 v1.16
2011-12-05 Torsten Raudssus Updated version for release v1.15
2011-12-05 Torsten Raudssus Added missing requirement
2011-11-04 Torsten Raudssus Removed benchmark data and script for release v1.14
2011-03-20 Torsten Raudssus Fixed the t/08 test v1.12
2010-10-26 Torsten Raudssus Add version 1.11 of HTTP::Body with new param_order... v1.11
2010-10-08 Simon Elliott patch for 1.10 v1.10
2010-10-03 Dave Rolsky fix typo Changes
2010-08-19 Simon Elliott 1.08 v1.08
2010-06-06 Dave Rolsky Make sure we do not include a directory separator in...
2010-06-05 Dave Rolsky The temp file name now preserves the uploaded file...
2010-03-02 Simon Elliott fix Xforms buffering check
2010-01-24 Marcus Ramberg Prepare for new release v1.07
2010-01-24 Marcus Ramberg Bingos says ignore this
2010-01-24 Marcus Ramberg Uhm, still IO::File versions
2010-01-24 Marcus Ramberg Add HTTP-Body deps
2010-01-09 Marcus Ramberg Prepare to release 1.06 v1.06
2010-01-09 Christian Hansen Switched to Module::Install
2010-01-09 Christian Hansen Dropped YAML, we now use PAML, "PAML Ain't Markup Language"
2009-05-07 Andy Grundman Added cleanup flag to auto-delete temp files
2009-05-07 Andy Grundman Fix multipart boundaries with commas
2008-12-01 Andy Grundman HTTP::Body 1.05, removed useless use of eval/require... v1.05
2008-06-23 Andy Grundman HTTP::Body 1.04, patch from jgoulah for tmpdir() accessor v1.04
2008-04-07 Andy Grundman HTTP::Body 1.03, patch from ruoso to set body data... v1.03
2008-02-27 Andy Grundman HTTP::Body 1.02, fix urlencoded test on Windows v1.02
2008-02-23 Andy Grundman HTTP::Body 1.01, fixed regex to restore performance... v1.01
2008-02-23 Andy Grundman HTTP::Body 1.00 release v1.00
2008-02-23 Andy Grundman Prep for release
2008-02-23 Andy Grundman HTTP::Body, patch from Daniel Ruoso to add XForms support
2008-02-23 Andy Grundman HTTP::Body, fixed multipart test to properly clean...
2008-02-23 Andy Grundman HTTP::Body, Patch from Tom Heady to fix urlencoded...
2008-02-23 Andy Grundman HTTP::Body, added support for chunked requests
2008-01-12 Andy Grundman Fix typo in HTTP::Body docs
2007-08-11 Andy Grundman Add tab test to all my modules
2007-03-31 Andy Grundman HTTP::Body, tried using APR::Request for urlencoded...
2007-03-27 Andy Grundman HTTP::Body 0.9, patches from Ton Voon to fix empty... v0.9
2007-03-27 Andy Grundman Moving released version of HTTP::Body back to trunk
2007-03-24 Andy Grundman HTTP::Body - small performance tweaks to urlencoded...
2007-03-24 Andy Grundman HTTP::Body 0.8 v0.8
2007-03-24 Andy Grundman Bump HTTP::Body to 0.8, search.cpan took 0.7 even thoug...
2007-03-23 Andy Grundman Improve the HTTP::Body description a bit
2007-03-23 Andy Grundman HTTP::Body - ignore all data beyond Content-Length...
2007-03-23 Andy Grundman Bump trunk version of HTTP::Body to 0.8
2007-03-23 Andy Grundman HTTP::Body 0.7, patch to support 0-length uploads v0.7
2007-03-23 Ash Berlin Minimal pod, and removed req on YAML - tests will skip...
2007-03-23 Ash Berlin Empty file support (rt.cpan ticket #25392)
2006-03-30 Yuval Kogman woremacx's file upload tempdir patch, applied to HTTP...
2006-03-03 Christian Hansen First stab at refactoring HTTP::Body
2006-01-06 Christian Hansen released 0.6 v0.6
2006-01-06 Christian Hansen updated changes
2006-01-06 Sebastian Riedel Added tests for HB
2005-11-24 Christian Hansen Fixed YAML prereq, reported by Jess Robinson
2005-11-22 Christian Hansen Fixed buffer bug in HTTP::Body::OctetStream
2005-11-17 Sebastian Riedel Updated HTTP::Body for PAR
2005-11-09 Andy Grundman Bumped HTTP::Body to 0.4 so CPAN installs the right... v0.4
2005-10-28 Andy Grundman Releasing HTTP::Body 0.03 v0.03
2005-10-27 Andy Grundman HTTP::Body, changed to version 0.03 since we it's got...
2005-10-26 Andy Grundman Ripped out List::Util first() because it leaks memory
2005-10-18 Christian Hansen Added APR::Request to benchmark
2005-10-18 Christian Hansen Added APR::Request to benchmark
2005-10-18 Christian Hansen Added benchmark
2005-10-14 Christian Hansen use $part->{name} instead of address
2005-10-12 Christian Hansen Improved tests. Removed Path::Class dependency
2005-10-07 Christian Hansen Added a BUG section and fixed some POD typos
2005-10-07 Christian Hansen Fixed POD
2005-10-06 Sebastian Riedel Released HTTP::Body 0.01 v0.01
2005-09-16 Andy Grundman Fixed typo boudrary -> boundary
2005-09-05 Marcus Ramberg added manifest
2005-09-05 Marcus Ramberg improved pod a little.
2005-09-04 Christian Hansen Added SYNOPSIS
2005-09-04 Christian Hansen Test Content-Length
2005-09-04 Christian Hansen Added XXX-results.yml
2005-08-19 Christian Hansen remove stringify
2005-08-16 Sebastian Riedel Cleaned HTTP::Body a bit
2005-07-25 Christian Hansen minor fixes
2005-07-25 Christian Hansen namespace change
2005-07-25 Marcus Ramberg for chnanen
2005-07-25 Christian Hansen Fix regexp in urldecode
2005-07-19 Christian Hansen added urlencoded data
2005-07-19 Christian Hansen created HTTP::Body::Urlencoded
2005-07-19 Christian Hansen minor refactoring, created HTTP::Body::Octetstream
next