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
*
Switch to Rack based session stores.
Joshua Peek
2008-12-15
1
-1
/
+1
*
Boot out CGI Processor.
Joshua Peek
2008-12-04
1
-164
/
+52
*
Use autoload instead of explicit requires for ActionController
Joshua Peek
2008-11-23
1
-1
/
+0
*
Added support for http_only cookies in cookie_store Added unit tests for secu...
Pelle Braendgaard
2008-09-17
1
-1
/
+2
*
Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...
Jeremy Kemper
2008-08-31
1
-3
/
+3
*
Simplifying usage of ETags and Last-Modified and conditional GET requests
Jeremy Kemper
2008-08-07
1
-42
/
+3
*
Merge docrails.
Pratik Naik
2008-05-25
1
-1
/
+1
*
Ruby 1.9 compat: ensure binary encoding for post body parsing
Jeremy Kemper
2008-05-19
1
-0
/
+1
*
The asset_host block takes the controller request as an optional second argum...
Jeremy Kemper
2008-01-06
1
-3
/
+4
*
Refactor cookie_only option to survive multiple requests and add regression t...
Michael Koziarski
2007-11-21
1
-3
/
+7
*
Fixed that ActionController::CgiRequest#host_with_port() should handle standa...
David Heinemeier Hansson
2007-11-06
1
-3
/
+3
*
Move #query_string to AbstractRequest
Jeremy Kemper
2007-10-03
1
-3
/
+1
*
Merge session fixation fixes from stable
Michael Koziarski
2007-10-02
1
-4
/
+12
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-3
/
+3
*
request.host works with IPv6 addresses. Closes #9458.
Jeremy Kemper
2007-08-31
1
-1
/
+1
*
Don't mistakenly interpret the request uri as the query string. Closes #8731.
Jeremy Kemper
2007-06-23
1
-2
/
+2
*
Set RAW_POST_DATA when request parameters are parsed.
Jeremy Kemper
2007-05-23
1
-1
/
+1
*
Parse url-encoded and multipart requests ourselves instead of delegating to CGI.
Jeremy Kemper
2007-05-18
1
-11
/
+5
*
Simplify CgiRequest#query_parameters
Jeremy Kemper
2007-05-15
1
-2
/
+1
*
Move request parameter parsing from CGI to AbstractRequest.
Jeremy Kemper
2007-05-15
1
-1
/
+1
*
Introduce the request.body stream. Lazy-read to parse parameters rather than ...
Jeremy Kemper
2007-05-15
1
-1
/
+11
*
Shine some sunlight on the CGI extensions. Remove unused CGI#session.
Jeremy Kemper
2007-05-15
1
-8
/
+4
*
Performance: patch cgi/session/pstore to require digest/md5 once rather than ...
Jeremy Kemper
2007-03-16
1
-0
/
+1
*
Introduce a cookie-based session store as the Rails default. Sessions typical...
Jeremy Kemper
2007-02-21
1
-3
/
+4
*
Move etagging down to response, so renders with layouts dont screw it up [DHH]
David Heinemeier Hansson
2007-02-19
1
-22
/
+0
*
Performance: patch cgi/session to require digest/md5 once rather than per #cr...
Jeremy Kemper
2007-02-10
1
-0
/
+1
*
Change session restoration to allow namespaced models to be autoloaded. Close...
Nicholas Seckar
2007-01-28
1
-2
/
+3
*
use stringify_keys
Jeremy Kemper
2007-01-01
1
-1
/
+1
*
Merge [5822] from 1.2 (oops, wrong order).
Jeremy Kemper
2007-01-01
1
-9
/
+14
*
Set session to an empty hash if :new_session => false and no session cookie o...
Jeremy Kemper
2007-01-01
1
-1
/
+7
*
Fixed that HEAD should return the proper Content-Length header (that is, actu...
David Heinemeier Hansson
2006-11-23
1
-8
/
+16
*
Cache parsed query parameters. Closes #6559.
Jeremy Kemper
2006-11-06
1
-7
/
+8
*
Update CGI process to allow sessions to contain namespaced models. Closes #4638.
Nicholas Seckar
2006-09-20
1
-1
/
+1
*
Rescue Errno::ECONNRESET to handle an unexpectedly closed socket connection. ...
Jeremy Kemper
2006-09-18
1
-4
/
+4
*
Switch to using FormEncodedPairParser for parsing request parameters.
Nicholas Seckar
2006-08-30
1
-2
/
+2
*
FormEncodedStringParser needs a tad more work before it can handle POST data ...
David Heinemeier Hansson
2006-08-28
1
-1
/
+1
*
Changed the POST parameter processing to use the new QueryStringParser and ma...
David Heinemeier Hansson
2006-08-26
1
-1
/
+1
*
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
Jeremy Kemper
2006-07-08
1
-2
/
+2
*
Use #flush between switching from #write to #syswrite. Closes #4907. [Blair Z...
Marcel Molina
2006-04-29
1
-0
/
+3
*
Cache CgiRequest#request_parameters so that multiple calls don't re-parse mul...
Rick Olson
2006-04-23
1
-5
/
+6
*
Performance speedup for ActionController (closes #4174) [Stefan Kaes] Include...
David Heinemeier Hansson
2006-03-20
1
-1
/
+0
*
Fixed proxy support for lighttpd (closes #3267) [stephen_purcell@yahoo.com]
David Heinemeier Hansson
2006-03-16
1
-13
/
+19
*
Added new infrastructure support for REST webservices.
Tobias Lütke
2006-03-05
1
-2
/
+2
*
Backed out of that. PStore doesnt support suffix :(
David Heinemeier Hansson
2006-03-04
1
-1
/
+0
*
Backed out of that. PStore doesnt support suffix :(
David Heinemeier Hansson
2006-03-04
1
-1
/
+3
*
CHANGED DEFAILT: File-based sessions now have a suffix of ".rails_session" in...
David Heinemeier Hansson
2006-03-04
1
-2
/
+2
*
Major components cleanup and speedup. Closes #3527.
Jeremy Kemper
2006-02-09
1
-14
/
+11
*
Add support for multiple proxy servers in HTTP_X_FORWARDED_HOST. Closes #3397
Michael Koziarski
2006-01-13
1
-1
/
+7
*
Back out of 3109 for now as it seems to interfere with the flash
David Heinemeier Hansson
2005-11-21
1
-6
/
+2
*
r3209@asus: jeremy | 2005-11-20 01:04:22 -0800
Jeremy Kemper
2005-11-20
1
-2
/
+6
[next]