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_dispatch
/
middleware
/
remote_ip.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
use a request object to access info from env in GetIp
Aaron Patterson
2015-08-06
1
-10
/
+12
*
pass check_ip and proxies to GetIp constructor
Aaron Patterson
2015-06-03
1
-4
/
+4
*
Don't rescue IPAddr::InvalidAddressError
Peter Suschlik
2014-08-29
1
-1
/
+1
*
Refactor ActionDispatch::RemoteIp
Sam Aarons
2014-08-21
1
-52
/
+38
*
[ci skip] Fix capitalization
Akshay Vishnoi
2014-06-07
1
-2
/
+2
*
Merge pull request #12651 from cespare/ipv6-remote-ip-fixes
Rafael Mendonça França
2014-05-01
1
-1
/
+1
|
\
|
*
Make remote_ip detection properly handle private IPv6 addresses
Caleb Spare
2013-10-26
1
-1
/
+1
*
|
Fix parameter naming in RemoteIp middleware constructor method
KalabiYau
2014-02-18
1
-2
/
+2
|
/
*
make sure both headers are set before checking for ip spoofing
Tamir Duberstein
2013-06-04
1
-1
/
+1
*
Fix some typos
Vipul A M
2013-03-24
1
-1
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-02-26
1
-1
/
+1
|
\
|
*
Typo fix.
Carson McDonald
2013-02-21
1
-1
/
+1
*
|
Gist URLs are now namespaced
Akira Matsuda
2013-02-18
1
-1
/
+1
|
/
*
Fix typo.
Carson McDonald
2013-02-11
1
-1
/
+1
*
Explain the possible precautions
Andre Arko
2013-01-02
1
-3
/
+4
*
Restore original remote_ip algorithm.
Andre Arko
2013-01-02
1
-53
/
+112
*
memoize calculated ip without additional variable
Sergey Nartimov
2012-11-01
1
-6
/
+4
*
Valid ips v4 and v6. Right logic for working with X-FORWARDED-FOR header and ...
Alexey Gaziev
2012-04-25
1
-22
/
+68
*
Merge pull request #2490 from gsterndale/x_forwarded_for_order
José Valim
2012-02-07
1
-1
/
+1
|
\
|
*
The first IP address in the X-Forwarded-For header is the originating IP
Greg Sterndale
2012-02-07
1
-1
/
+1
*
|
Trusted proxies is replaced with a Regexp or appended to with a String
Greg Sterndale
2012-02-07
1
-4
/
+6
|
/
*
Fix routing test to use assert_equal
Carlos Antonio da Silva
2012-01-06
1
-2
/
+2
*
It should be @calculated_ip not @calculate_ip
Arun Agrawal
2011-11-17
1
-1
/
+1
*
Initialize our instance variables.
Aaron Patterson
2011-11-16
1
-1
/
+3
*
:facepalm: Request#remote_ip has to work without the middleware
Andre Arko
2011-11-16
1
-1
/
+1
*
Revert "Revert "Merge pull request #3640 from indirect/remote_ip""
Andre Arko
2011-11-16
1
-3
/
+6
*
Revert "Merge pull request #3640 from indirect/remote_ip"
Jon Leighton
2011-11-15
1
-6
/
+3
*
GetIp#to_s should never return nil. That's icky.
Andre Arko
2011-11-14
1
-3
/
+6
*
memoize the relatively expensive remote IP code
Andre Arko
2011-11-14
1
-1
/
+7
*
cleaner names
Andre Arko
2011-11-14
1
-6
/
+6
*
remove ignored flag, fixes warnings
Andre Arko
2011-11-13
1
-1
/
+1
*
turns out the tests expect remote_addrs.first
Andre Arko
2011-11-13
1
-1
/
+1
*
correctly raise IpSpoofAttackError message
Andre Arko
2011-11-13
1
-2
/
+2
*
defer calculating the remote IP until requested
Andre Arko
2011-11-12
1
-24
/
+36
*
refactor RemoteIp middleware
Andre Arko
2011-11-11
1
-37
/
+44
*
Move remote_ip to a middleware:
Carlhuda
2010-03-03
1
-0
/
+51