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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-11
whitespaces
Toto Prayogo
6
-6
/
+2
2022-01-28
Default $final_output to string instead of NULL
Jamie Burchell
1
-1
/
+1
2022-01-15
Merge branch '3.1-stable' into develop
Andrey Andreev
1
-1
/
+1
2022-01-15
[ci skip] Fix a coding typo from 1a2651040ef701e750b1c13cd69cc70814b079d0
Andrey Andreev
1
-1
/
+1
2022-01-08
[ci skip] Merge pull request #5729 from emrulmax2/patch-1
Andrey Andreev
1
-0
/
+1
2022-01-08
[ci skip] Merge pull request #5729 from emrulmax2/patch-1
Andrey Andreev
1
-0
/
+1
2022-01-08
Fix #92
Andrey Andreev
1
-2
/
+3
2022-01-08
[ci skip] Attempt to hack SameSite into session_set_cookie_params() pre-PHP7.3
Andrey Andreev
1
-1
/
+1
2022-01-08
[ci skip] Attempt to hack SameSite into session_set_cookie_params() pre-PHP7.3
Andrey Andreev
1
-1
/
+1
2022-01-08
[ci skip] Actually use the Session wrapper (ref #6078)
Andrey Andreev
1
-7
/
+7
2022-01-08
[ci skip] Actually use the Session wrapper (ref #6078)
Andrey Andreev
1
-7
/
+7
2022-01-08
[ci skip] Fix CI_Session_driver_interface for PHP 5 (ref #6078)
Andrey Andreev
1
-1
/
+1
2022-01-08
[ci skip] Fix CI_Session_driver_interface for PHP 5 (ref #6078)
Andrey Andreev
1
-1
/
+1
2022-01-07
Merge branch '3.1-stable' into develop
Andrey Andreev
1
-1
/
+1
2022-01-07
[ci skip] Fix #6083
Andrey Andreev
1
-1
/
+1
2022-01-05
Finally drop CI_Encrypt
Andrey Andreev
1
-521
/
+0
2022-01-05
Drop more deprecated functionality
Andrey Andreev
3
-78
/
+4
2022-01-05
Drop some previously deprecated functionality
Andrey Andreev
4
-33
/
+4
2022-01-05
Whoops. Broke something in 004f0a1b41c27e3d40f62a51300599d35c54c0c0
Andrey Andreev
1
-1
/
+1
2022-01-05
Fix #5562
Andrey Andreev
1
-16
/
+12
2022-01-05
Drop option to disable Query Builder
Andrey Andreev
2
-45
/
+14
2022-01-05
Polish changes from PR #5373
Andrey Andreev
1
-14
/
+4
2022-01-05
Merge branch 'feature/uncache_ci_vars' of github.com:TalonTR/Codeigniter into...
Andrey Andreev
1
-5
/
+46
2022-01-05
Polish changes from PR #5684 and drop ['log_file_extension']; ref #5648
Andrey Andreev
1
-17
/
+7
2022-01-05
Merge pull request #5684 from jonsmith1982/develop
Andrey Andreev
1
-1
/
+11
2022-01-05
[ci skip] An attempt at a better solution for #5896
Andrey Andreev
2
-9
/
+50
2022-01-05
[ci skip] Drop CI_DB_oci8_driver::_bind_params() (no longer used after removi...
Andrey Andreev
1
-29
/
+0
2022-01-05
[ci skip] Refactor OCI8 driver to use the uniform result_id property instead ...
Andrey Andreev
2
-38
/
+24
2022-01-05
[ci skip] Drop OCI8-specific get_cursor() and stored_procedure() methods
Andrey Andreev
2
-112
/
+4
2022-01-05
[ci skip] Merge pull request #5896 from ytetsuro/patch-3
Andrey Andreev
1
-0
/
+10
2022-01-05
[ci skip] Merge pull request #5896 from ytetsuro/patch-3
Andrey Andreev
1
-0
/
+10
2022-01-05
Merge branch '3.1-stable' into develop
Andrey Andreev
3
-37
/
+107
2022-01-05
Add SameSite cookie support to Session library
Andrey Andreev
2
-21
/
+86
2022-01-05
Polish changes from PR #6025
Andrey Andreev
1
-17
/
+22
2022-01-05
Merge pull request #6025 from gxgpet/develop
Andrey Andreev
1
-3
/
+39
2022-01-05
Merge pull request #6025 from gxgpet/develop
Andrey Andreev
1
-3
/
+39
2022-01-05
Merge branch '3.1-stable' into develop
Andrey Andreev
25
-47
/
+328
2022-01-05
Fix some minor PHP 8.1 deprecation warnings
Andrey Andreev
6
-12
/
+11
2022-01-05
Close #6021: Suppress possible E_DEPRECATION notices about mbstring.func_over...
Andrey Andreev
6
-6
/
+6
2022-01-05
PHP 8.1 compatibility for sessions (ref #6078)
Andrey Andreev
10
-33
/
+273
2021-12-20
Remove usage of deprecated strftime(), gmstrftime()
Andrey Andreev
1
-1
/
+1
2021-12-20
PHP 8.1 update to mysqli database driver
Andrey Andreev
1
-0
/
+7
2021-12-20
PHP 8.1 update to postgre database driver
Andrey Andreev
2
-3
/
+3
2021-12-20
ftp_connect() returns an FTP\Connection object instead of resource in PHP 8.1
Andrey Andreev
1
-1
/
+1
2021-12-20
finfo_open() returns an finfo object instead of resource in PHP 8.1
Andrey Andreev
1
-1
/
+1
2021-12-20
Merge pull request #6074 from philsturgeon/ci3-php8
Andrey Andreev
4
-4
/
+23
2021-11-17
Merge branch 'php80-patch1' of https://github.com/sapics/CodeIgniter into ci3...
Phil Sturgeon
3
-2
/
+9
2021-10-04
Fixes CREATE TABLE IF NOT EXISTS on pdo_pgsql_forge; checking for dummy data ...
George Petculescu
1
-0
/
+7
2021-10-04
Adds PHP 8 in Travis
George Petculescu
1
-2
/
+7
2021-04-02
Switching to setcookie for PHP >= 7.3
George Petculescu
1
-5
/
+20
[next]