Added missing changes
[catagits/HTTP-Body.git] / lib / HTTP / Body.pm
2024-03-30 Torsten Raudssus Changing default behavior of upload handling to stop... v1.23
2015-01-21 John Napiorkowski proposal to fix problem when we lose multipart meta...
2012-10-03 Torsten Raudssus Added patch of gbjk, released 1.16 v1.16
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-08-19 Simon Elliott 1.08 v1.08
2010-01-24 Marcus Ramberg Prepare for new release v1.07
2010-01-09 Christian Hansen Switched to Module::Install
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 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, added support for chunked requests
2008-01-12 Andy Grundman Fix typo in HTTP::Body docs
2007-03-31 Andy Grundman HTTP::Body, tried using APR::Request for urlencoded...
2007-03-24 Andy Grundman HTTP::Body - small performance tweaks to urlencoded...
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...
2006-03-03 Christian Hansen First stab at refactoring HTTP::Body
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-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-07 Christian Hansen Added a BUG section and fixed some POD typos
2005-10-07 Christian Hansen Fixed POD
2005-09-05 Marcus Ramberg improved pod a little.
2005-09-04 Christian Hansen Added SYNOPSIS
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 namespace change
2005-07-19 Christian Hansen created HTTP::Body::Urlencoded
2005-07-19 Christian Hansen minor refactoring, created HTTP::Body::Octetstream
2005-07-19 Christian Hansen rename dist from HTTP-Body-Multipart to HTTP-Body