summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
it_url.class
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-27
use old syntax
Urban Müller
1
-1
/
+1
2023-03-27
always use 3rd position for cache miss return value
Urban Müller
1
-2
/
+2
2023-03-23
support cachemiss flag
Urban Müller
1
-4
/
+5
2023-03-23
use json for new meta info storage; stil support serialized .php for a while
Urban Müller
1
-3
/
+3
2023-03-23
use json for header storage
Urban Müller
1
-3
/
+3
2023-01-30
make sure that randomexpire = 1.0 always clears cache
Urban Müller
1
-1
/
+1
2023-01-25
allow randomexpire to prevent refresh bursts
Urban Müller
1
-3
/
+4
2022-11-27
Make itools ready for PHP 8.2: Creation of dynamic property deprecated
Christian Schneider
1
-0
/
+1
2022-10-26
fix typo
Urban Müller
1
-1
/
+1
2022-10-26
prevent ever changing filenames to changing Bearer tokens
Urban Müller
1
-1
/
+2
2022-10-26
more readable code, better docs, bigger default cleanup time window
Urban Müller
1
-4
/
+5
2022-10-25
fix parens
Urban Müller
1
-1
/
+1
2022-10-25
ignore cache cleanup time restriction of last cleanup was long ago
Urban Müller
1
-2
/
+2
2022-10-25
be utf8 safe
Urban Müller
1
-6
/
+5
2022-09-19
maximum of 20 redirects (same as chrome browser)
Nathan Gass
1
-0
/
+1
2022-08-16
Revert "Use old syntax"
Christian Schneider
1
-1
/
+1
2022-08-15
Use old syntax
Christian Schneider
1
-1
/
+1
2022-08-15
Add protocols parameter to allow other protocols for it_url::get*(), e.g. 'file'
Christian Schneider
1
-1
/
+13
2022-08-11
warn about newlines in headers
Urban Müller
1
-0
/
+3
2022-08-11
secure curl default config
Nathan Gass
1
-3
/
+4
2022-08-10
we pay the cost of curl_getinfo anyway, make it accessible for all requests
Nathan Gass
1
-2
/
+2
2022-05-25
avoid warnings on assoc results
Urban Müller
1
-1
/
+1
2022-05-20
curlinfo debug param (used elsewhere) makes more sense than p
Urban Müller
1
-1
/
+1
2022-05-20
try to provide more info on error
David Flatz
1
-1
/
+1
2022-03-23
make it_url::request and it_url::get_multi fork-safe; this prevents multiple ...
David Flatz
1
-6
/
+6
2022-03-16
keep CurlHandle and CurlMultiHandle around so that we can profit from connect...
David Flatz
1
-3
/
+13
2022-03-11
store content extract on EDC("getcachelog") for get_cache debugging
Urban Müller
1
-4
/
+4
2022-03-07
docs
Urban Müller
1
-1
/
+1
2022-01-21
keep cookies between redirects, needed on www.programme-tv.net
Urban Müller
1
-0
/
+1
2022-01-20
enable omitting Accept-Language, show in and out headers in with curlinfo
Urban Müller
1
-2
/
+7
2021-12-08
show all params in EDC('req'), not just url
Christian A. Weber
1
-2
/
+5
2021-11-01
more debug info
Urban Müller
1
-1
/
+1
2021-11-01
avoid false positives when U() removes args without value
Urban Müller
1
-1
/
+1
2021-11-01
report redirect loops
Urban Müller
1
-0
/
+3
2021-10-29
Revert "allow combining postprocess with assoc"
Nathan Gass
1
-1
/
+1
2021-10-28
allow combining postprocess with assoc
Urban Müller
1
-1
/
+1
2021-10-22
improve docs
Urban Müller
1
-1
/
+1
2021-08-26
make it possible to disable automatic decompression (by setting accept_encodi...
Christian Helbling
1
-6
/
+10
2021-07-22
Change default caching from 24 to 23 hours to reduce risc of daily jobs to us...
Christian Schneider
1
-2
/
+2
2021-06-18
Revert "use same default 5s timeout for ::get and ::get_cache", breaks existi...
Christian A. Weber
1
-2
/
+2
2021-06-17
use same default 5s timeout for ::get and ::get_cache
Urban Müller
1
-2
/
+2
2021-06-16
improve docs
Urban Müller
1
-3
/
+3
2021-02-16
fix errors on get_cache
Urban Müller
1
-3
/
+3
2021-02-03
Code cleanup: Replace call_user_func* with normal function call equivalent
Christian Schneider
1
-2
/
+2
2021-01-13
Update copyright date
Christian Schneider
1
-1
/
+1
2021-01-13
Unified } else { missed in first iteration
Christian Schneider
1
-1
/
+3
2021-01-13
Unified join to always use implode
Christian Schneider
1
-1
/
+1
2021-01-13
Unified brace and else if style
Christian Schneider
1
-21
/
+46
2020-12-04
Ignore all requests to /fonts/ for language override check, previous fix did ...
Christian Schneider
1
-1
/
+1
2020-12-04
Do not complain about missing language override for .woff/.woff2 files
Christian Schneider
1
-1
/
+1
[prev]
[next]