aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/cgi_process.rb
Commit message (Expand)AuthorAgeFilesLines
* Switch to using FormEncodedPairParser for parsing request parameters.Nicholas Seckar2006-08-301-2/+2
* FormEncodedStringParser needs a tad more work before it can handle POST data ...David Heinemeier Hansson2006-08-281-1/+1
* Changed the POST parameter processing to use the new QueryStringParser and ma...David Heinemeier Hansson2006-08-261-1/+1
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-2/+2
* Use #flush between switching from #write to #syswrite. Closes #4907. [Blair Z...Marcel Molina2006-04-291-0/+3
* Cache CgiRequest#request_parameters so that multiple calls don't re-parse mul...Rick Olson2006-04-231-5/+6
* Performance speedup for ActionController (closes #4174) [Stefan Kaes] Include...David Heinemeier Hansson2006-03-201-1/+0
* Fixed proxy support for lighttpd (closes #3267) [stephen_purcell@yahoo.com]David Heinemeier Hansson2006-03-161-13/+19
* Added new infrastructure support for REST webservices.Tobias Lütke2006-03-051-2/+2
* Backed out of that. PStore doesnt support suffix :(David Heinemeier Hansson2006-03-041-1/+0
* Backed out of that. PStore doesnt support suffix :(David Heinemeier Hansson2006-03-041-1/+3
* CHANGED DEFAILT: File-based sessions now have a suffix of ".rails_session" in...David Heinemeier Hansson2006-03-041-2/+2
* Major components cleanup and speedup. Closes #3527.Jeremy Kemper2006-02-091-14/+11
* Add support for multiple proxy servers in HTTP_X_FORWARDED_HOST. Closes #3397Michael Koziarski2006-01-131-1/+7
* Back out of 3109 for now as it seems to interfere with the flashDavid Heinemeier Hansson2005-11-211-6/+2
* r3209@asus: jeremy | 2005-11-20 01:04:22 -0800Jeremy Kemper2005-11-201-2/+6
* fewer objects, no loop in convert_content_type. Closes #2883.Jeremy Kemper2005-11-161-5/+8
* Include all of session creation in stale_session_checkJeremy Kemper2005-11-091-6/+8
* Delete existing sessions with the same session id before creating a new sessi...Jeremy Kemper2005-11-091-27/+42
* Fix Request#host_with_port to use the standard port when Rails is behind a pr...Nicholas Seckar2005-10-151-1/+9
* Fixed problem with send_file and WEBrick using stdout #1812David Heinemeier Hansson2005-09-201-1/+1
* Fixed access to "Host" header with requests made by crappy old HTTP/1.0 clien...David Heinemeier Hansson2005-09-141-1/+1
* Added easy assignment of fragment cache store through use of symbols for incl...David Heinemeier Hansson2005-09-131-5/+0
* Performance improvements to CGI methods. Closes #1980Nicholas Seckar2005-09-081-2/+2
* Improved performance with 5-30% through a series of Action Pack optimizations...David Heinemeier Hansson2005-07-231-9/+9
* Added support for per-action session management #1763Jamis Buck2005-07-221-2/+2
* Fixed that a SessionRestoreError was thrown if a model object was placed in t...David Heinemeier Hansson2005-07-061-23/+16
* Retract the session fix until 0.13.1 to preserve the truthfulness of the bookDavid Heinemeier Hansson2005-07-061-16/+23
* Fixed that a SessionRestoreError was thrown if a model object was placed in t...David Heinemeier Hansson2005-07-061-7/+17
* r2789@asus: jeremy | 2005-07-04 16:17:35 -0700Jeremy Kemper2005-07-041-3/+8
* Attempt to explicitly flush the output at the end of CgiProcess#outJamis Buck2005-06-271-0/+2
* Removed the mutex from the WEBrick adapter under the production environment s...David Heinemeier Hansson2005-06-221-5/+5
* Made the post_format work with content-typeDavid Heinemeier Hansson2005-05-201-2/+2
* Use X-POST_DATA_FORMAT instead of just POST_DATA_FORMATDavid Heinemeier Hansson2005-05-141-2/+2
* Added support for POST data in form of YAML or XML, which is controller throu...David Heinemeier Hansson2005-05-141-1/+5
* Added support for web servers that use PATH_INFO instead of REQUEST_URI like ...David Heinemeier Hansson2005-04-181-1/+5
* Fixed that broken pipe errors (clients disconnecting in mid-request) could br...David Heinemeier Hansson2005-03-031-7/+12
* Added the original exception message to session recall errors (so you can see...David Heinemeier Hansson2005-03-031-1/+1
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-151-1/+9
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-151-9/+1
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-151-1/+9
* Added @request.raw_post as a convenience access to @request.env['RAW_POST_DAT...David Heinemeier Hansson2005-01-251-1/+1
* Deactivated RAW_POST_DATA pending fixDavid Heinemeier Hansson2005-01-201-1/+1
* Added @request.env['RAW_POST_DATA'] for people who need access to the data be...David Heinemeier Hansson2005-01-201-0/+1
* Fixed that MemCacheStore wasn't included by default and added default MemCach...David Heinemeier Hansson2005-01-111-0/+1
* Fixed that host would choke when cgi.host returned nil #432 [Tobias Luetke]David Heinemeier Hansson2005-01-111-1/+1
* Moved the cookies fix to cgi_extDavid Heinemeier Hansson2004-12-291-1/+1
* Fixed regression with Base#reset_session that wouldn't use the the DEFAULT_SE...David Heinemeier Hansson2004-12-211-1/+1
* Fixed CgiRequest so that it'll now accept session options with Symbols as key...David Heinemeier Hansson2004-12-121-2/+6
* Fixed a bug with the HEAD stuffDavid Heinemeier Hansson2004-12-071-1/+1