summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
it_url.class
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-10-16
document "followlocation"
Urban Müller
1
-6
/
+8
2020-09-15
Make itools PHP 8 compatible
Christian Schneider
1
-3
/
+3
2020-08-20
only call handler after retries
Nathan Gass
1
-5
/
+5
2020-08-20
fix 3538e25, we should not leak memory per url
Nathan Gass
1
-0
/
+3
2020-08-10
vanilla php compliance
Urban Müller
1
-2
/
+2
2020-08-10
use positive list for retry status codes
Urban Müller
1
-2
/
+3
2020-08-04
correctly retry in ::get_multi, do retry in status 5xx in ::get
Urban Müller
1
-4
/
+5
2020-08-03
do not send empty headers
Urban Müller
1
-2
/
+2
2020-07-30
remove option with single use for now, fix inserting too many woke up handles...
Urban Müller
1
-3
/
+1
2020-07-30
dont forget retry on last active url, support fetchsleep
Urban Müller
1
-7
/
+9
2020-07-29
Simplify _lock/_unlock by testing for lock parameter in caller
Christian Schneider
1
-9
/
+9
2020-07-27
honor lock argument for preprocessing as well
Urban Müller
1
-2
/
+2
2020-07-27
make arg optional
Urban Müller
1
-2
/
+2
2020-07-27
debugparams req and res should work in get_multi
Urban Müller
1
-1
/
+6
2020-07-27
make locking in it_url::get_cache optional
Urban Müller
1
-7
/
+11
2020-06-26
Refetch in get_cache() if headers are requested but cache does not contain them
Christian Schneider
1
-1
/
+1
2020-06-15
Only use T_defaultlang() for search.ch subrequests which uses language overri...
Christian Schneider
1
-2
/
+3
2020-06-15
Use something resembling Edge instead of MSIE 9 to ITools requests
Christian Schneider
1
-1
/
+1
2020-06-02
Switch it_url::get() to static / remove support for legacy usage ->get()
Christian Schneider
1
-6
/
+1
2020-05-26
allow custom errors on format violations (e.g. timewindow)
Urban Müller
1
-2
/
+2
2020-05-18
Warn about object method usage of it_url::get()
Christian Schneider
1
-0
/
+3
2020-05-18
For now normalize headers in it_url::get/request response to Capitalized-Form...
Christian Schneider
1
-1
/
+1
2020-05-18
Avoid unnecessary classes being loaded in tel/feedback.php
Christian Schneider
1
-1
/
+1
2020-05-18
Add 'assoc' => true mode to it_url::get() and prepare to mark function static
Christian Schneider
1
-24
/
+49
2020-05-11
Make response cookie handling case insensitive as HTTP2 returns lowercase
Christian Schneider
1
-1
/
+1
2020-05-11
Mark static methods properly to avoid deprecation message
Christian Schneider
1
-1
/
+1
2020-04-30
Include both the active and the default language (from user's Accept-Language...
Christian Schneider
1
-1
/
+1
2020-04-30
Use user's Accept-Language (mapped to languages we know) instead of currently...
Christian Schneider
1
-1
/
+1
2020-04-22
Also accept language overrides for txt
Christian Schneider
1
-1
/
+1
2020-04-21
White-list mbtiles.php because it does not support language override urls
Christian Schneider
1
-1
/
+1
2020-04-21
Also accept language overrides for gif, jpg and png
Christian Schneider
1
-1
/
+1
2020-04-21
Add translated csv to white-list as map users //tel/result.csv with LU()
Christian Schneider
1
-1
/
+1
2020-04-21
Warn about missing language overrides for subrequests, i.e. LU() instead of U...
Christian Schneider
1
-0
/
+3
2020-04-21
support retrysleep in ::get_multi
Urban Müller
1
-2
/
+11
2020-04-17
support $p["postprocess"] in get_cache_contents()
Urban Müller
1
-4
/
+13
2020-04-16
allow postprocessors like json_decode
Urban Müller
1
-1
/
+7
2020-02-24
rename $result which is not result of function
Urban Müller
1
-13
/
+13
2019-11-25
each is deprecated and does not work for generators
Nathan Gass
1
-5
/
+12
2019-11-21
avoid reading all of urls array in memory to support generators
Nathan Gass
1
-17
/
+20
2019-11-21
get_muti: only call handler on curl success, give curl handle to handler so h...
Christian Helbling
1
-7
/
+10
2019-10-29
implementation of maxlength using decompressed data size
Nathan Gass
1
-17
/
+26
2019-10-29
fix for oo version of it_url
Nathan Gass
1
-1
/
+1
2019-10-17
Fix ->is_reachable to use get() instead of fopen to use HTTP/1.1 and add tests
Christian Schneider
1
-12
/
+3
2019-09-03
always set/clear errstr
Urban Müller
1
-0
/
+3
[next]