summary refs log tree commit
path: root/lib/rack/multipart/parser.rb
DateCommit message (Expand)
2014-08-22Preserves extension in the created tempfile
2014-07-19Revert "support empty string multipart filename"
2014-07-18support empty string multipart filename
2014-07-18multipart/form-data with files with no input name
2014-07-14Record Tempfiles from multipart form data in env[rack.tempfiles]
2013-12-03correctly set multipart param encoding
2013-12-03encoding for incoming data is unknown, so our buffer should be binary.
2013-12-03encoding for incoming data is unknown, so our buffer should be binary.
2013-11-29deal with behavior differences in 1.9, 2.0 vs 2.1
2013-11-29only check for valid_encoding? response at boot time
2013-11-29bail early if no filename matched
2013-11-26collapse this to a case / when
2013-11-26replace characters rather than removing them
2013-11-26an object is always yielded, so eliminate the conditional
2013-11-26push the default case up
2013-11-26the returned filename is never actually used
2013-11-26only generate one object for `full_boundary`
2013-11-26eagerly calculate rx
2013-11-26move initializer stuff to initialize
2013-11-26decouple the param parser from `env`
2013-11-26don't bother constructing a parser if it's not multipart
2013-04-20Use respond_to?
2013-04-20Merge pull request #515 from autohaus24/fix_invalid_characters_in_multipart_u...
2013-04-20fix invalid characters in multipart uploads
2013-04-12remove extra loop, variable initialization
2013-01-07multipart/parser: avoid unbounded #gets method
2012-09-16Make multipart parser work when there is no Content-Length header
2012-01-22Multipart percentage fail, round 3, the final character. Fixes strings termin... 1.4.1
2012-01-22Merge remote-tracking branch 'thedarkone/nested_params_key_space2'
2012-01-22Correct multipart parser skips for cases where we have data that looks partia...
2012-01-22Make the multipart filename unescaping just slightly more resilient to potent...
2012-01-22Multipart parsing now accepts filenames with unescaped percentages. This coul...
2012-01-20Correctly count the key space size for nested param queries.
2011-12-27Limit the size of parameter keys
2011-05-23fix whitespace errors
2011-05-02Autoloads, requires, and using new api
2011-05-02Merge branch 'master' into multipart
2011-05-02refactor of multipart module