terrafrost
|
3c1985a619
|
Merge branch '2.0'
|
2016-07-10 12:56:12 -05:00 |
|
terrafrost
|
97f0b37bd5
|
Merge branch '1.0' into 2.0
|
2016-07-10 12:55:56 -05:00 |
|
terrafrost
|
7bc0e61c1d
|
SSH2: fix "Expected SSH_FXP_STATUS or ..." error
|
2016-06-29 00:30:28 -05:00 |
|
terrafrost
|
15f0c3e5e6
|
Merge branch '2.0'
|
2016-06-19 19:45:08 -05:00 |
|
terrafrost
|
eeb65b2341
|
Merge branch '1.0' into 2.0
|
2016-06-19 19:45:00 -05:00 |
|
Mathieu Pipet
|
6c8affcf11
|
fixed sending stream resulting in a zero byte file
|
2016-06-19 19:44:06 -05:00 |
|
terrafrost
|
68a09b8af0
|
SSH2: i incorrectly thought i had saved when i did git commit -a
|
2016-06-11 19:38:23 -05:00 |
|
terrafrost
|
414b980b83
|
Merge branch '2.0'
|
2016-06-11 19:16:25 -05:00 |
|
terrafrost
|
8bb4592225
|
Merge branch 'stream-get-contents-1.0' into 2.0
|
2016-06-06 23:05:15 -05:00 |
|
terrafrost
|
e2a0b701c7
|
remove a few calls to paragonie/constant_time_encoding
- Hex::decode('aabb') can be replaced with "\xaa\xbb"
- Hex::decode(sha1('...')) can be replaced with sha1('...', true)
|
2016-06-04 22:31:23 -05:00 |
|
terrafrost
|
2550301678
|
SSH2: use stream_get_* instead of fread() / fgets()
|
2016-05-23 00:46:41 -05:00 |
|
Paragon Initiative Enterprises
|
adcbecae78
|
Use paragonie/constant_time_encoding
|
2016-05-21 12:57:53 -05:00 |
|
terrafrost
|
c784d9e1e5
|
reapply PR #931
|
2016-05-08 01:34:37 -05:00 |
|
terrafrost
|
43d68c6619
|
Merge branch '2.0'
|
2016-05-06 12:23:35 -05:00 |
|
terrafrost
|
700338beed
|
Merge branch '1.0' into 2.0
|
2016-05-06 11:58:07 -05:00 |
|
terrafrost
|
27d9bde6d2
|
Merge branch 'sftp_readable_writable-1.0' into 1.0
|
2016-05-06 11:55:50 -05:00 |
|
terrafrost
|
1b92fd84f9
|
Merge branch '2.0'
|
2016-05-06 11:50:26 -05:00 |
|
terrafrost
|
c76b18b869
|
Merge branch '1.0' into 2.0
|
2016-05-06 11:50:15 -05:00 |
|
artyhedgehog
|
0dd04d1e9b
|
Fixed confusing SSH2::getErrors return type
|
2016-05-06 11:49:24 -05:00 |
|
terrafrost
|
e762b0dc29
|
SFTP: add is_writable, is_writeable and is_readable
|
2016-05-05 16:41:15 -05:00 |
|
terrafrost
|
398a795e1f
|
Revert "undo merging of master to 2.0 branch"
This reverts commit 8fb4c3363d .
|
2016-04-30 16:23:35 -05:00 |
|
terrafrost
|
8fb4c3363d
|
undo merging of master to 2.0 branch
|
2016-04-28 15:34:10 -05:00 |
|
terrafrost
|
b3171cc63f
|
SFTP: fix logging constants
|
2016-04-11 19:30:45 -05:00 |
|
terrafrost
|
076c69fa1b
|
Merge branch '1.0' into 2.0
|
2016-04-11 15:18:50 -05:00 |
|
terrafrost
|
d22bcd63cc
|
SFTP: nlist() on a non-existent directory resulted in error
|
2016-04-11 15:18:06 -05:00 |
|
terrafrost
|
b4cf10fc94
|
Revert "Merge branch '2.0'"
This reverts commit be5f4ef6b19c82f6c898708cc8e1828b05e3d4e8, reversing
changes made to 638fe6971c .
|
2016-04-10 11:30:59 -05:00 |
|
terrafrost
|
4b69dcb1ca
|
Revert "Merge remote-tracking branch 'bantu/bootstrap'"
This reverts commit ef04c870e9 , reversing
changes made to cd57bf31ae .
|
2016-04-10 11:25:31 -05:00 |
|
terrafrost
|
574d36fb7d
|
Merge branch 'cipher-revamp'
|
2016-03-14 23:00:21 -05:00 |
|
terrafrost
|
ea7d647612
|
Merge branch 'cipher-revamp'
|
2016-03-14 22:42:51 -05:00 |
|
terrafrost
|
6d5ec59f10
|
SFTP: a few tweaks to the queue'd get() changes raxbg did
|
2016-03-14 09:57:54 -05:00 |
|
terrafrost
|
815f227897
|
Merge remote-tracking branch 'raxbg/parallel_download'
|
2016-03-13 11:57:07 -05:00 |
|
terrafrost
|
54deb16da8
|
Merge branch '2.0'
|
2016-03-08 16:58:15 -06:00 |
|
terrafrost
|
9e586e79f1
|
SSH2: update libsodium calls to use 1.0.0 convention
|
2016-03-08 16:57:16 -06:00 |
|
Ivailo Hristov
|
75d4c3b09c
|
Even more memory optimizations
|
2016-02-25 13:55:49 +02:00 |
|
Ivailo Hristov
|
1af19fbf1b
|
Fix a memory leak when transferring lots of small files
|
2016-02-24 17:01:40 +02:00 |
|
Ivailo Hristov
|
56af770943
|
Changes based on comment 187537999
|
2016-02-23 19:21:23 +02:00 |
|
terrafrost
|
ae1e5c13f9
|
Merge branch 'master' into cipher-revamp
|
2016-02-20 21:44:00 -06:00 |
|
terrafrost
|
5c78bf4c06
|
Merge branch 'ssh-fix-publickey'
|
2016-02-20 14:19:31 -06:00 |
|
Ivailo Hristov
|
83b8d0ec0a
|
Bug fix for SFTP::get()
|
2016-02-17 14:57:32 +02:00 |
|
Scott
|
fc4599985a
|
Correct Sodium check
PECL Libsodium 1.0.x uses `\Sodium\function_name` instead of `\Sodium::method_name`.
|
2016-02-16 09:29:25 -06:00 |
|
Scott
|
fee6431bad
|
Correct Sodium check
PECL Libsodium 1.0.x uses `\Sodium\function_name` instead of `\Sodium::method_name`.
|
2016-02-11 15:54:27 -05:00 |
|
Ivailo Hristov
|
11a539bcbd
|
Implement parallel download
|
2016-02-11 16:38:31 +02:00 |
|
terrafrost
|
c2110f68a0
|
SSH: fix broken public key auth
|
2016-02-06 15:59:34 -06:00 |
|
terrafrost
|
e74841477f
|
Crypt: become a lot less tolerant of bad parameters
|
2016-02-03 08:56:25 -06:00 |
|
terrafrost
|
73a4221988
|
Crypt: become a lot less tolerant of bad parameters
|
2016-01-31 12:37:38 -06:00 |
|
terrafrost
|
cd700ce8b3
|
Merge branch '2.0'
|
2016-01-25 16:58:48 -06:00 |
|
Joey3000
|
bdc28b9453
|
Cherry-picking cleanup of use operator usage
Picked c9a80ff748 to the 2.0 branch and resolved conflicts.
|
2016-01-21 19:41:41 +01:00 |
|
terrafrost
|
ad4c3670d3
|
Merge branch 'biginteger-revamp'
|
2016-01-16 22:59:19 -06:00 |
|
terrafrost
|
a0d21b6321
|
BigInteger: make select methods static, add type hinting, etc
|
2015-12-27 10:24:17 -06:00 |
|
terrafrost
|
806249c7e9
|
RSA: changes to how encryption / signatures work
|
2015-12-25 11:28:24 -06:00 |
|