index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
cgi_process.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed problem with send_file and WEBrick using stdout #1812
David Heinemeier Hansson
2005-09-20
1
-1
/
+1
*
Fixed access to "Host" header with requests made by crappy old HTTP/1.0 clien...
David Heinemeier Hansson
2005-09-14
1
-1
/
+1
*
Added easy assignment of fragment cache store through use of symbols for incl...
David Heinemeier Hansson
2005-09-13
1
-5
/
+0
*
Performance improvements to CGI methods. Closes #1980
Nicholas Seckar
2005-09-08
1
-2
/
+2
*
Improved performance with 5-30% through a series of Action Pack optimizations...
David Heinemeier Hansson
2005-07-23
1
-9
/
+9
*
Added support for per-action session management #1763
Jamis Buck
2005-07-22
1
-2
/
+2
*
Fixed that a SessionRestoreError was thrown if a model object was placed in t...
David Heinemeier Hansson
2005-07-06
1
-23
/
+16
*
Retract the session fix until 0.13.1 to preserve the truthfulness of the book
David Heinemeier Hansson
2005-07-06
1
-16
/
+23
*
Fixed that a SessionRestoreError was thrown if a model object was placed in t...
David Heinemeier Hansson
2005-07-06
1
-7
/
+17
*
r2789@asus: jeremy | 2005-07-04 16:17:35 -0700
Jeremy Kemper
2005-07-04
1
-3
/
+8
*
Attempt to explicitly flush the output at the end of CgiProcess#out
Jamis Buck
2005-06-27
1
-0
/
+2
*
Removed the mutex from the WEBrick adapter under the production environment s...
David Heinemeier Hansson
2005-06-22
1
-5
/
+5
*
Made the post_format work with content-type
David Heinemeier Hansson
2005-05-20
1
-2
/
+2
*
Use X-POST_DATA_FORMAT instead of just POST_DATA_FORMAT
David Heinemeier Hansson
2005-05-14
1
-2
/
+2
*
Added support for POST data in form of YAML or XML, which is controller throu...
David Heinemeier Hansson
2005-05-14
1
-1
/
+5
*
Added support for web servers that use PATH_INFO instead of REQUEST_URI like ...
David Heinemeier Hansson
2005-04-18
1
-1
/
+5
*
Fixed that broken pipe errors (clients disconnecting in mid-request) could br...
David Heinemeier Hansson
2005-03-03
1
-7
/
+12
*
Added the original exception message to session recall errors (so you can see...
David Heinemeier Hansson
2005-03-03
1
-1
/
+1
*
A hopefully more successful attempt at the Routing branch merge
David Heinemeier Hansson
2005-02-15
1
-1
/
+9
*
Backed out of routing merge.. investigating missing patches
David Heinemeier Hansson
2005-02-15
1
-9
/
+1
*
Merged back the Routing branch
David Heinemeier Hansson
2005-02-15
1
-1
/
+9
*
Added @request.raw_post as a convenience access to @request.env['RAW_POST_DAT...
David Heinemeier Hansson
2005-01-25
1
-1
/
+1
*
Deactivated RAW_POST_DATA pending fix
David Heinemeier Hansson
2005-01-20
1
-1
/
+1
*
Added @request.env['RAW_POST_DATA'] for people who need access to the data be...
David Heinemeier Hansson
2005-01-20
1
-0
/
+1
*
Fixed that MemCacheStore wasn't included by default and added default MemCach...
David Heinemeier Hansson
2005-01-11
1
-0
/
+1
*
Fixed that host would choke when cgi.host returned nil #432 [Tobias Luetke]
David Heinemeier Hansson
2005-01-11
1
-1
/
+1
*
Moved the cookies fix to cgi_ext
David Heinemeier Hansson
2004-12-29
1
-1
/
+1
*
Fixed regression with Base#reset_session that wouldn't use the the DEFAULT_SE...
David Heinemeier Hansson
2004-12-21
1
-1
/
+1
*
Fixed CgiRequest so that it'll now accept session options with Symbols as key...
David Heinemeier Hansson
2004-12-12
1
-2
/
+6
*
Fixed a bug with the HEAD stuff
David Heinemeier Hansson
2004-12-07
1
-1
/
+1
*
Added indifference to whether @headers["Content-Type"], @headers["Content-typ...
David Heinemeier Hansson
2004-12-07
1
-4
/
+9
*
A change in attempt to combat periodical errors with FCGI processes hanging f...
David Heinemeier Hansson
2004-11-30
1
-0
/
+1
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+124