summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
it_url.class
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-25
Revert "Switch it_url::get('assoc' => true) to always return non-empty array ...
Christian Schneider
1
-3
/
+2
2024-04-24
Switch it_url::get('assoc' => true) to always return non-empty array includin...
Christian Schneider
1
-2
/
+3
2024-04-24
Disable reporting of empty_on_fail infos
Christian Schneider
1
-3
/
+3
2024-04-22
Send notice to schneider@search.ch to check where chaning default to empty_on...
Christian Schneider
1
-0
/
+4
2024-04-18
introduce empty_on_fail, get keepfailed to work
Urban Müller
1
-9
/
+10
2024-04-02
remove last remnants of failed utest mode
Urban Müller
1
-3
/
+0
2023-11-14
previous commit changed error code for maxlength reached
Nathan Gass
1
-1
/
+1
2023-11-13
Revert "simplify maxlength implementation and make compatible with writefunct...
Nathan Gass
1
-4
/
+13
2023-11-01
handle redirects with small bodies
Nathan Gass
1
-1
/
+1
2023-10-31
use maxlength instead of method HEAD for is_reachable as some servers do not ...
Nathan Gass
1
-1
/
+1
2023-10-31
still include headers and status in result if maxlength is reached
Nathan Gass
1
-1
/
+1
2023-10-30
simplify maxlength implementation and make compatible with writefunction
Nathan Gass
1
-13
/
+4
2023-10-30
add fixme for new curl feature
Nathan Gass
1
-0
/
+1
2023-10-30
change it_url::is_reachable to static api consistent with it_url::get
Nathan Gass
1
-8
/
+4
2023-10-02
disable test until we have a clean OneDomain solution
Urban Müller
1
-2
/
+2
2023-10-02
avoid false positives in redirs from subdomain to onedomain, ::absolute alway...
Urban Müller
1
-2
/
+2
2023-09-20
accept login subrequests without lang overrides even on //login--searchfield-...
Urban Müller
1
-1
/
+1
2023-09-04
::get_cache_contents metadata in php format no longer supported
Urban Müller
1
-1
/
+1
2023-08-22
Add prefix to it_url::absolute() for OneDomain support, add tests for relativ...
Christian Schneider
1
-5
/
+5
2023-08-21
Do not cache content between OneDomain mode and old-style domains
Christian Schneider
1
-1
/
+1
2023-08-21
OneDomain support for it_url::redirect
Christian Schneider
1
-2
/
+2
2023-08-18
support utest mode by removing uok in redirects
Urban Müller
1
-2
/
+5
2023-06-19
avoid false pos in check for deprecated funcs
Urban Müller
1
-1
/
+1
2023-06-12
prevent deprecated function alert
Urban Müller
1
-1
/
+1
2023-05-11
store mtime before lock gets touched
Urban Müller
1
-2
/
+4
2023-05-11
Use flock for locking to prevent stale locks, when process gets killed
David Flatz
1
-11
/
+20
2023-04-03
keep sticklers happy
Urban Müller
1
-1
/
+1
2023-03-27
use standard syntax
Urban Müller
1
-1
/
+1
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
[next]