Pull request #117: NETCURL-347Merge in LIB/tornelib-php-netcurl from NETCURL-347 to master
* commit '22f41949c220146cd422c9440ace67db74dc6556':
NETCURL-347
Pull 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
Pull 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.
When 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.
Pull request #112: NETCURL-340 Fix #6.Merge in LIB/tornelib-php-netcurl from features/NETCURL-340-gh6 to master
* commit 'bfbc39d5e68a5ca08e3ed986eb42a338e70e0cce':
A little to many parameters in.
NETCURL-340 Fix #6.
Pull request #111: NETCURL-339Merge in LIB/tornelib-php-netcurl from features/NETCURL-339-gh5 to master
* commit '5d15fff29becfa0fbaffb0e5b30905e3fe780f5e':
Fixed PHP compatibility issue based on bamboo. Fixed docblocks.
NETCURL-339 Fix #5.
Pull request #109: Fixes/NETCURL-335 bamboo isolated patch [#3]Merge in LIB/tornelib-php-netcurl from fixes/NETCURL-335-bamboo-isolated-patch to master
* commit 'ff999af662f4727dbca30e2c50055e45f2335d09':
Accidentially added $time instead of time().
Parser must not return an array if it was initially empty.
Swithed over microtime to simple time() instead.
NETCURL-335: [#3] Converting microtime to integer on fly. Method that is using it does not ne...