index
:
Filebin
dev
dev-2.x
dev-parallel-tests
dev-text-paste-preview
hash-collision
master
no-ouput-if-error
release/1.x
The software behind paste.xinu.at
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
system
/
core
/
Input.php
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-09
Remove an unnecessary variable initialization
Andrey Andreev
1
-1
/
+1
2012-10-09
Merge changes from develop
Andrey Andreev
1
-13
/
+3
2012-10-09
Merge changes from 2.1-stable
Andrey Andreev
1
-49
/
+48
2012-10-06
Add IPv6 and array() support for *proxy_ips* configuration
Andrey Andreev
1
-42
/
+99
2012-10-04
Misc. style fixes [ci skip]
Andrey Andreev
1
-8
/
+12
2012-09-20
Fixes issue #1815 - input::ip_address() returns incorrect IP behind proxy
Adam McCann
1
-1
/
+1
2012-07-23
Update system/core/Input.php
Jordan Pittman
1
-11
/
+17
2012-07-21
Added support for IP Address Range Masks (e.g. 192.168.137.0/24) to the Proxy...
Jordan Pittman
1
-2
/
+19
2012-06-12
Change file permissions for system/core/*.php and system/database/DB.php so t...
Andrey Andreev
1
-0
/
+0
2012-06-10
Merge branch 2.1-stable into develop
Andrey Andreev
1
-4
/
+16
2012-06-06
removed ip_version()
Joffrey Jaffeux
1
-21
/
+1
2012-06-06
styling guide false -> FALSE
Joffrey Jaffeux
1
-1
/
+1
2012-06-06
ip_version() now returns int instead of string
Joffrey Jaffeux
1
-3
/
+3
2012-06-06
follow styling guide
Joffrey Jaffeux
1
-1
/
+1
2012-06-06
Add support for ipv6
Joffrey Jaffeux
1
-1
/
+21
2012-06-04
Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d
Andrey Andreev
1
-2
/
+6
2012-06-02
Replaced `==` with `===` and `!=` with `!==` in /system/core
Alex Bilbie
1
-9
/
+9
2012-05-23
Input, Session and Cookie get's will return NULL.
Phil Sturgeon
1
-2
/
+2
2012-05-17
Cleanup the core classes
Andrey Andreev
1
-16
/
+15
2012-04-30
Reverted recent commit, cookie_prefix was breaking things.
Phil Sturgeon
1
-1
/
+0
2012-04-27
Update system/core/Input.php
ziv
1
-0
/
+1
2012-04-23
Use tabs to separate class properties
Timothy Warren
1
-7
/
+7
2012-04-19
Fix syntax error
Timothy Warren
1
-1
/
+1
2012-04-19
Additional formatting fixes
Timothy Warren
1
-100
/
+121
2012-03-18
add support for httponly cookies
freewil
1
-4
/
+9
2012-03-10
Remove PHP 5.1.6-specific code
Andrey Andreev
1
-30
/
+1
2012-03-09
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
Phil Sturgeon
1
-0
/
+17
2012-03-09
Bumped CodeIgniter's PHP requirement to 5.2.4.
Phil Sturgeon
1
-1
/
+1
2012-03-07
comment fix
Michiel Vugteveen
1
-1
/
+1
2012-03-07
oops
Michiel Vugteveen
1
-1
/
+1
2012-03-07
removed is_method
Michiel Vugteveen
1
-18
/
+6
2012-03-07
added method() and is_method()
Michiel Vugteveen
1
-0
/
+29
2012-02-08
Remove a few spaces
Andrey Andreev
1
-2
/
+2
2012-02-08
Fix CI_Input::is_ajax_request()
Andrey Andreev
1
-37
/
+29
2012-02-05
Adding in a few 503 status codes for common errors in response to this Expres...
Kevin Cupp
1
-0
/
+1
2012-01-08
Switch private methods to protected
Andrey Andreev
1
-5
/
+5
2012-01-08
Switch some public properties to protected
Andrey Andreev
1
-6
/
+4
2012-01-07
Improve code Input & Model libraries
Andrey Andreev
1
-64
/
+33
2012-01-02
Updating copyright date to 2012
Greg Aker
1
-1
/
+1
2011-11-22
Merge master (2.1.0) and fixed conflicts.
Phil Sturgeon
1
-1
/
+0
2011-10-27
get_magic_quotes_gpc() to be executed only if PHP version is 5.3 or lower
Andrey Andreev
1
-4
/
+7
2011-10-20
adding new license file (OSL 3.0) and updating readme to ReST
Derek Jones
1
-4
/
+16
2011-10-20
get_magic_quotes_gpc() to be executed only if PHP version is 5.3 or lower
Andrey Andreev
1
-2
/
+6
2011-09-24
Suppress warnings generated by get_magic_quotes_gpc() (issue #467)
Andrey Andreev
1
-1
/
+1
2011-09-13
Update: change _fetch_from_array form private to protected
Bo-Yi Wu
1
-3
/
+3
2011-09-12
Update: modified return bool value on comment
Bo-Yi Wu
1
-1
/
+1
2011-09-12
Update: check filter_var function exist
Bo-Yi Wu
1
-1
/
+1
2011-09-12
Update: add public or private prefix.
Bo-Yi Wu
1
-13
/
+17
2011-09-12
Update: if php version >= 5.2, use filter_var to check validate ip.
Bo-Yi Wu
1
-0
/
+6
2011-08-21
Merge branch 'issue227' of https://github.com/johnbellone/CodeIgniter into de...
Phil Sturgeon
1
-4
/
+4
[next]