Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-05 | Error message langauge tweak | Jeff Forcier | |
2015-03-05 | Add null errno to socket.error subclass. | Jeff Forcier | |
Makes downstream code less likely to break when they expect errno+msg style socket error objects. Re #22 | |||
2015-03-05 | Rename new exception class to be less generic | Jeff Forcier | |
Re #22 | |||
2015-02-28 | Merge branch '1.15' | Jeff Forcier | |
2015-02-28 | Replace/add RFC links using ``:rfc:``, /ht @sigmavirus24 | Jeff Forcier | |
2015-02-27 | Some 80-col fixes | Jeff Forcier | |
2015-02-27 | Fix a Python 3 incompat bit from recent merge | Jeff Forcier | |
2015-02-27 | Merge branch 'try-multiple-address-families-22' | Jeff Forcier | |
2015-02-27 | Changelog closes #22 | Jeff Forcier | |
2015-02-06 | Raise usefully ambiguous error when every connect attempt fails. | Jeff Forcier | |
Re #22 | |||
2015-02-06 | Bump dev version. (might end up 2.0 tho) | Jeff Forcier | |
2015-02-06 | Comment | Jeff Forcier | |
2015-02-06 | Fix docstring for Sphinx | Jeff Forcier | |
2015-02-06 | Merge remote-tracking branch 'Bluehorn/issue22' into ↵ | Jeff Forcier | |
try-multiple-address-families-22 | |||
2015-02-04 | Merge branch '1.15' | Jeff Forcier | |
2015-02-04 | Changelog fixes #402, closes #479 | Jeff Forcier | |
2015-02-04 | Update agent.py | jordo1ken | |
Updated logic for error checking. | |||
2015-02-04 | Removed debug print statements | Ken Jordan | |
2015-02-04 | Updated agent.py to print a more appropriate exception when unable to ↵ | Ken Jordan | |
connect to the SSH agent | |||
2015-01-05 | Merge pull request #468 from ThiefMaster/patch-1 | Jeff Forcier | |
Fix typo in _winapi.py | |||
2015-01-02 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
2015-01-02 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2015-01-02 | Happy new year | Jeff Forcier | |
2015-01-01 | Fix typo | ThiefMaster | |
2014-12-19 | Cut 1.15.2 | Jeff Forcier | |
2014-12-19 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
2014-12-19 | Cut 1.14.2 | Jeff Forcier | |
2014-12-19 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2014-12-19 | Cut 1.13.3 | Jeff Forcier | |
2014-12-18 | Mark more backported support issues as such | Jeff Forcier | |
2014-12-18 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
Conflicts: sites/www/changelog.rst | |||
2014-12-18 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
Conflicts: sites/www/changelog.rst | |||
2014-12-18 | Mark some backported support items as such | Jeff Forcier | |
2014-12-18 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
Conflicts: sites/www/changelog.rst | |||
2014-12-18 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2014-12-18 | Fix busted changelog indent | Jeff Forcier | |
2014-12-18 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
Conflicts: sites/www/changelog.rst | |||
2014-12-18 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2014-12-18 | Changelog re #413, closes #454 | Jeff Forcier | |
2014-12-18 | read in >1 byte chunks, and set a useful timeout on select() | John Morrissey | |
this way, we're not rolling this loop over nearly as much, while still preserving the overall timeout semantics | |||
2014-12-17 | Changelog closes #455 | Jeff Forcier | |
2014-12-17 | Suggest a MIN_WINDOW_SIZE and MIN_PACKET_SIZE | Jeff Quast | |
Not fully confident with this change, though I will describe my findings fully in the pull request. The OpenSSH client requests a maximum packet size of 16384, but this MIN_PACKET_SIZE value of 32768 causes its request to be "clamped" up to 32768, later causing an error to stderr on the OpenSSH client. Suggest then, to delineate MIN_WINDOW_SIZE from MIN_PACKET_SIZE, as they are applied. I don't think there is any minimum value of MIN_PACKET_SIZE, however we can suggest a value of 4096 for now. | |||
2014-12-17 | Log "clamped" value of self.out_max_packet_size | Jeff Quast | |
This log message misleads one to believe a maximum packet size, such as 16384 requested by OpenSSH has been honored, when in fact it is "clamped" to 32768. | |||
2014-12-17 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
Conflicts: sites/www/changelog.rst | |||
2014-12-17 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2014-12-17 | Changelog closes #428 | Jeff Forcier | |
2014-12-17 | Refactoring | achapp | |
Added comments. Removed fifth line from test because it was unnecessary since the final line could be used instead. | |||
2014-12-17 | new readline test passes | achapp | |
Changed file.py readline() to always check for a newline. Had to make a few changes for what went into self._rbuffer in the case where buffer size was met or exceeded and we found a newline. | |||
2014-12-17 | Test update/Fix progress temp save | achapp | |
Edited test to catch readline error. file.py code change in progress (DOES NOT WORK PROPERLY) so saving it temporarily. | |||
2014-12-17 | Changelog re #415 | Jeff Forcier | |