Commit Graph

4675 Commits

Author SHA1 Message Date
Yan Hu
eb71a6da75 Detect if stream metadata has wrapper_type set for SFTP put() method 2022-05-10 22:13:52 -05:00
terrafrost
c11618f005 Merge branch '3.0' 2022-05-06 16:25:37 -05:00
terrafrost
15ad047415 replace git.io links 2022-05-06 16:25:22 -05:00
terrafrost
51f863f289 Merge branch '3.0' 2022-05-06 14:27:24 -05:00
terrafrost
715bb9ff97 SFTP: CS adjustment 2022-05-06 14:26:57 -05:00
terrafrost
571e16af38 Merge branch '2.0' into 3.0 2022-05-06 14:26:30 -05:00
terrafrost
10a011de1d Merge branch '1.0' into 2.0 2022-05-06 14:26:24 -05:00
terrafrost
1dfd1b9cd4 SFTP: try to delete dir even if it can't be opened 2022-05-06 14:19:42 -05:00
terrafrost
21993760ad Merge branch '3.0' 2022-05-04 07:09:00 -05:00
terrafrost
3ce5d6f8c7 ASN1\Maps: CS adjustments 2022-05-04 07:03:47 -05:00
Jack Worman
8855351cbb Remove_@access 2022-05-04 01:35:56 -05:00
terrafrost
f21681bee8 Merge branch '3.0' 2022-05-04 01:19:12 -05:00
terrafrost
a965060d81 SSH2: make login method return false under rare situation 2022-05-04 01:18:33 -05:00
terrafrost
bff58b0d5b Merge branch '3.0' 2022-04-26 09:13:34 -05:00
terrafrost
2b5ecd3315 Merge branch '2.0' into 3.0 2022-04-26 09:03:59 -05:00
terrafrost
eabe4aa23f Merge branch '1.0' into 2.0 2022-04-26 09:02:46 -05:00
terrafrost
c22bf62ce1 BigInteger: tweak to the phpinfo checks 2022-04-26 08:54:19 -05:00
terrafrost
b4e20843c8 Merge branch '3.0' 2022-04-22 18:50:55 -05:00
Jack Worman
746e9eef57 Clean Up Tests 2022-04-22 18:41:59 -05:00
terrafrost
f57f5debe0 Merge branch '3.0' 2022-04-14 11:50:40 -05:00
terrafrost
e700ac7561 SFTP: fix enableDatePreservation bug w.r.t. mtime 2022-04-14 11:48:49 -05:00
terrafrost
369c98616d Merge branch '3.0' 2022-04-10 09:33:14 -05:00
terrafrost
4979cf71f2 Merge branch '2.0' into 3.0 2022-04-10 09:33:07 -05:00
terrafrost
6d39610eb5 Merge branch '1.0' into 2.0 2022-04-10 09:32:58 -05:00
PaolaRuby
59481054df Update .gitattributes 2022-04-10 09:32:45 -05:00
terrafrost
6d2356b546 Merge branch '3.0' 2022-04-04 00:15:54 -05:00
terrafrost
2f0b7af658 Merge branch '2.0' into 3.0 2022-04-04 00:15:45 -05:00
terrafrost
c812fbb4d6 CHANGELOG: add 2.0.37 release 2022-04-03 23:57:45 -05:00
terrafrost
726264bafa Merge branch '3.0' 2022-03-20 13:52:26 -05:00
terrafrost
9a1e1caa90 EC / DSA: useBestEngine() needs to be called in getEngine() 2022-03-20 13:52:00 -05:00
terrafrost
ed0f7cc9f6 Merge branch '3.0' 2022-03-20 11:30:52 -05:00
terrafrost
301aad4764 RSA: conditionally call useBestEngine() when getEngine() is called 2022-03-20 11:30:24 -05:00
terrafrost
19502c5070 Merge branch '3.0' 2022-03-18 12:47:49 -05:00
terrafrost
eb971aaaac BigInteger: fix deprecation notice 2022-03-18 12:47:40 -05:00
terrafrost
a85498bb04 Merge branch '3.0' 2022-03-18 11:24:39 -05:00
terrafrost
2a3951538b Merge branch '2.0' into 3.0 2022-03-18 11:24:32 -05:00
terrafrost
bf71ed9618 Merge branch '1.0' into 2.0 2022-03-18 11:13:26 -05:00
terrafrost
24ae493c10 Crypt/Base: fix deprecation notice 2022-03-18 11:05:49 -05:00
terrafrost
3e073a59e0 Merge branch '3.0' 2022-03-15 18:56:04 -05:00
Jack Worman
0a69972571 Clean Up Tests 2022-03-15 18:49:38 -05:00
terrafrost
57ad98e8bb Merge branch '3.0' 2022-03-12 21:15:36 -06:00
terrafrost
887cf97185 fix pslam error 2022-03-11 19:14:07 -06:00
terrafrost
f04a4e6fda fix error in PHP EvalBarrett Engine: 2022-03-11 18:38:01 -06:00
terrafrost
26d8f7a250 make it so BigIntegers can be JSON serialized 2022-03-10 20:26:46 -06:00
terrafrost
815aa23b39 BigInteger/Engines/BCMath: bcmod got a third param in PHP 7.2.0
the third parameter also isn't set in any other bcmod call and
isn't needed for bccomp anyway as
bccomp('0.000', '0') == bccomp('0', '0')
2022-03-10 05:24:30 -06:00
terrafrost
42853f2805 rm appveyor.yml 2022-03-09 00:46:46 -06:00
terrafrost
2f57517bad BigInteger/Engines/PHP: trim 0's when a precision is being used 2022-03-08 23:37:29 -06:00
terrafrost
1c35df08dc Merge branch '3.0' 2022-03-08 20:53:33 -06:00
terrafrost
824b232b47 BigInteger: add precision to __debugInfo 2022-03-08 20:53:18 -06:00
terrafrost
b722a4f002 Merge branch '3.0' 2022-03-08 08:53:21 -06:00