Libraries
  1. Libraries

tornelib-php-netcurl

Public
AuthorCommitMessageCommit date
Thomas TornevallThomas Tornevall
86b0e6054cb6.1.9, tag is 6.1.7 at repo
Thomas TornevallThomas Tornevall
e54019f287cversion update, since tags are higher.
Thomas TornevallThomas Tornevall
22db99f578fFixed test.Never change the private method.
Thomas TornevallThomas Tornevall
dc01260e114Corrected tests.
Thomas TornevallThomas Tornevall
bfd230ef0f5recommit
Thomas TornevallThomas Tornevall
e9d11c33312netcurl is dead, fraudbl is new
Thomas TornevallThomas Tornevall
fffc88a133eCache update for github.Also confirmed LTS.
Thomas TornevallThomas Tornevall
41db47b1422Cover tests for PHP 8.4?
Thomas TornevallThomas Tornevall
cf0dd944f40Removed phpunit from composer again, since it breaks bamboo.
Thomas TornevallThomas Tornevall
f109a79aba2Adjusted composer.json
Thomas TornevallThomas Tornevall
edc92e93218Removed and fixed some bad tests no longer necessary to test.
Thomas TornevallThomas Tornevall
c07eee376b06.1.7 tag fixed.
Thomas TornevallThomas Tornevall
f71cd57c1d0Converted unit-xml
Thomas TornevallThomas Tornevall
f651088d745getMyVersion-fix.
Thomas TornevallThomas Tornevall
160ebb8564cMPull request #117: NETCURL-347Merge in LIB/tornelib-php-netcurl from NETCURL-347 to master * commit '22f41949c220146cd422c9440ace67db74dc6556': NETCURL-347
Thomas TornevallThomas Tornevall
22f41949c22NETCURL-347compatibility blocks removed
Thomas TornevallThomas Tornevall
680afa670aaWrapperconfig now has 6.1.6 as version.
Thomas TornevallThomas Tornevall
31599a98a2fComposer tag 6.1.6
Thomas TornevallThomas Tornevall
526487c8cc7Fixed test.
Thomas TornevallThomas Tornevall
f9bf6849a73MPull request #116: NETCURL-346Merge in LIB/tornelib-php-netcurl from NETCURL-346 to master * commit '3f381f65ac08bc82e1fbcc23d36d516cc82937ae': Adjusted timeStart/timeEnd. NETCURL-346
Thomas TornevallThomas Tornevall
3f381f65ac0Adjusted timeStart/timeEnd.
Thomas TornevallThomas Tornevall
aae69d3830cNETCURL-346Connection refused + streams timeout added.
Thomas TornevallThomas Tornevall
f4dc2611516SSL signing requests are timing out from time to time.This should not be a showstopper for the rest of the tests.
Thomas TornevallThomas Tornevall
072d52e8c9bNo longer supporting PHP 5.6
Thomas TornevallThomas Tornevall
e8384f1cb19type defined.Updated Flag-package, so this is in a redeploy.
Thomas TornevallThomas Tornevall
1f777f59ebcqueryResult is not always returning positives.
Thomas TornevallThomas Tornevall
14cc6e439b5MPull request #115: NETCURL-330 Close #8Merge in LIB/tornelib-php-netcurl from NETCURL-330 to master * commit '878157d03cab87aad86bb074a6dda2243f235975': Reverted canProxy in streamwrapper. SSLOptions set if found, or default. NETCURL-330 Close #8
Thomas TornevallThomas Tornevall
878157d03caReverted canProxy in streamwrapper.
Thomas TornevallThomas Tornevall
fa68f238169SSLOptions set if found, or default.
Thomas TornevallThomas Tornevall
250188064fcNETCURL-330 Close #8Added support to disable SSL certificate verification if really necessary.
Thomas TornevallThomas Tornevall
6a2c46d019cMPull request #114: NETCURL-343: Timeouthandler.Merge in LIB/tornelib-php-netcurl from NETCURL-343 to master * commit '23c2ab6df1a9731239b73f45ce3e430aa9881daa': Fixed further timeout warnings and forgotten test code. Adjusted failing tests. Removed 'possible' from constant. Properized requestTime. NETCURL-343: Timeouthandler.
Thomas TornevallThomas Tornevall
23c2ab6df1aFixed further timeout warnings and forgotten test code.
Thomas TornevallThomas Tornevall
ae6f4047461Adjusted failing tests.
Thomas TornevallThomas Tornevall
ec79e283f58Removed 'possible' from constant.
Thomas TornevallThomas Tornevall
06baae0fe1cProperized requestTime.
Thomas TornevallThomas Tornevall
c329fc33209NETCURL-343: Timeouthandler.
Thomas TornevallThomas Tornevall
d64fba11fe0Minor inspection fixes.
Thomas TornevallThomas Tornevall
59e5fa300d8MPull request #113: NETCURL-341 Fix #7.Merge in LIB/tornelib-php-netcurl from fixes/NETCURL-341-gh7 to master * commit 'c17d054b63311ce992c9bd63be7d5b0d6343dd37': ClassController. NETCURL-341 Fix #7.
Thomas TornevallThomas Tornevall
c17d054b633ClassController.
Thomas TornevallThomas Tornevall
6f80698bf0eNETCURL-341 Fix #7.
Thomas TornevallThomas Tornevall
7d8a4077419Opens up for alternative search queries until finding correct element.
Thomas TornevallThomas Tornevall
1d41487ecc6We do no longer need two different types of cases to find our values.
Thomas TornevallThomas Tornevall
0cb98faf557Adds valueNodeContainer to tests so they stop being red.
Thomas TornevallThomas Tornevall
0b54a693eb1Clean up in how we extract attributes and values from domelements.
Thomas TornevallThomas Tornevall
ff456d84358Minor adjustments in xpath scanning blocks.
Thomas TornevallThomas Tornevall
78db7a75160New fix requires href to be included in array if if should be fetched.Of course.
Thomas TornevallThomas Tornevall
f34a1556600Added block with docdata for the specific valudeNodeContainer.
Thomas TornevallThomas Tornevall
2dce9365976When it comes to values, we'll fetch values from the subnode or mainnode chosen for the current request.Valudenodecontainter must know this when it fetches data.
Thomas TornevallThomas Tornevall
9c72250f467getValuesFromXPath resolved.With correct keyvalue.
Thomas TornevallThomas Tornevall
0973609efa6getValuesFromXPath resolved.