aboutsummaryrefslogtreecommitdiff
path: root/lib/contents.php (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-01Reformat codebase v4 (#2872)Gravatar Dag 1-278/+292
2022-06-22refactor: CacheFactory (#2834)Gravatar Dag 1-2/+2
2022-06-09[contents] Add MIME type for mp3 (#2809)Gravatar Jan Tojnar 1-1/+2
2022-05-27fix: add 429 to status codes (#2757)Gravatar Dag 1-0/+1
2022-05-22[core] Improve getContents docs (#2742)Gravatar Dag 1-1/+8
2022-05-17fix: include http code in exception (#2726)Gravatar Dag 1-2/+3
2022-05-17fix: connectivityaction (#2725)Gravatar Dag 1-5/+13
2022-05-11refactor: swap the order of sprintf valuesGravatar Dag 1-2/+2
2022-05-11refactor: restore some useful commentsGravatar Dag 1-3/+61
2022-05-08fix: error when passing null valuesGravatar Dag 1-1/+5
2022-05-08feat: add retry logic to the http client (#2692)Gravatar Dag 1-253/+120
2022-04-23[contents.php] Fix incorrect reference to UnexpectedResponseException's respo...Gravatar Patrick Collins 1-1/+1
2022-04-10fix: require curl extension (#2617)Gravatar dag 1-76/+45
2022-04-08feat: add a timeout option for http client (#2600)Gravatar dag 1-0/+1
2022-04-03feat: extract curl ua to config value (#2568)Gravatar dag 1-1/+1
2022-03-24fix: php noticeGravatar Dag 1-3/+1
2022-03-24fix: bug in cloudflare response detectionGravatar Dag 1-2/+4
2022-03-24fix: properly verify the existence of the curl moduleGravatar Dag 1-2/+2
2022-03-14[lib/contents.php] Use variable name 'retVal' instead of 'retval' as variable...Gravatar Paul Staroch 1-1/+1
2022-03-12[core] Make getContents exceptions to be handled correctly and correct except...Gravatar Eugene Molotov 1-14/+75
2021-10-30[core] Accept additional "successful" 2xx status codes (#2310)Gravatar Martin Leyrer 1-1/+3
2021-02-09[contents.php] Fix logical error in getSimpleHTMLDOMCached function (#1974)Gravatar Thomas 1-1/+1
2020-12-23[core] Use more correct text to indicate errored response from upstreamGravatar Eugene Molotov 1-2/+1
2020-11-08[contents.php] Fix return type hints (#1824)Gravatar Joshua Coales 1-3/+3
2020-06-25[core] Add headers to file_get_contents (#1623)Gravatar triatic 1-0/+1
2019-11-01phpcs: Always use long array syntaxGravatar logmanoriginal 1-2/+2
2019-10-31action: Add action to check bridge connectivity (#1147)Gravatar LogMANOriginal 1-4/+17
2019-07-29[contents] Respect passed headers for file_get_contents() (#1234)Gravatar triatic 1-1/+14
2019-06-18cache: Refactor cache factory to non-static classGravatar logmanoriginal 1-2/+6
2019-06-09[contents] Fix parsing of incomplete headersGravatar logmanoriginal 1-2/+2
2019-04-29caches: Refactor the API (#1060)Gravatar fulmeek 1-4/+4
2019-03-20core: Apply changes to fix broken Travis buildsGravatar logmanoriginal 1-17/+19
2019-02-06core: Add support for custom cache types via config.ini.phpGravatar logmanoriginal 1-2/+2
2019-01-06[contents] improve file_get_contents() reporting (#986)Gravatar triatic 1-1/+5
2018-12-26 lib: Make cURL module requirement optional (#979)Gravatar triatic 1-1/+1
2018-12-26[contents] Use file_get_contents when in CLI mode & no certs (#962)Gravatar triatic 1-43/+60
2018-12-10[contents] Better error reporting for cUrl errors (#958)Gravatar triatic 1-0/+1
2018-11-28[contents] Skip caching if the remote server requests no caching (#945)Gravatar LogMANOriginal 1-0/+14
2018-11-19[contents] Add server side caching for all requests (If-Modified-Since) (#889)Gravatar LogMANOriginal 1-9/+52
2018-11-18lib: Add API documentationGravatar logmanoriginal 1-8/+96
2018-11-10core: Add Debug::isEnabled() and Debug::isSecure()Gravatar logmanoriginal 1-1/+1
2018-11-10core: Add separate Debug classGravatar logmanoriginal 1-7/+7
2018-11-10core: Add path separator to PATH_CACHEGravatar logmanoriginal 1-1/+1
2018-11-06core: Replace CACHE_DIR by PATH_CACHEGravatar logmanoriginal 1-1/+1
2018-11-05[contents.php] Fix typo (#900)Gravatar mr-flibble 1-1/+1
2018-10-24[contents] Skip setting options on empty arrayGravatar logmanoriginal 1-1/+1
2018-10-24[contents] Add debug messages for 'getContents'Gravatar logmanoriginal 1-1/+17
2018-09-26[contents] Return error if the server responded with any code other than 200Gravatar logmanoriginal 1-7/+14
2018-09-15[contents] Fix open_basedir warning (#832)Gravatar ORelio 1-1/+3
2018-09-09Catching up | [Main] Debug mode, parse utils, MIME | [Bridges] Add/Improve 20...Gravatar ORelio 1-1/+51