- 22 Sep, 2021 1 commit
-
-
Michael Wedl authored
-
- 13 Sep, 2021 1 commit
-
-
Michael Wedl authored
* Check server connection health and handle connection timeouts * Replace _TimeoutError with built-in TimeoutError since py2.7 support was dropped * Add test case Co-authored-by:
Michael <michael.wedl@a1.digital>
-
- 15 Aug, 2021 2 commits
-
-
Jordan Borean authored
-
Jordan Borean authored
-
- 28 Jul, 2021 4 commits
-
-
Jordan Borean authored
-
Michael Korn authored
-
Jordan Borean authored
-
Jordan Borean authored
-
- 27 Jul, 2021 15 commits
-
-
Jordan Borean authored
-
Jordan Borean authored
-
Adi Roiban authored
* Run on multiple linux version. Also run py3.9 on macOS. * Run macOS tests without Samba. * skip tests on macos.
-
Jordan Borean authored
* Handle large datetime values
-
Jordan Borean authored
-
Jordan Borean authored
-
dHannasch authored
-
Sam Cordner-Matthews authored
* Add some documentation on the Vagrant test environment. * Remove explicit inventory entries Co-authored-by:
Jordan Borean <jborean93@gmail.com>
-
dHannasch authored
-
dHannasch authored
-
dHannasch authored
-
Jordan Borean authored
-
Přemysl Šťastný authored
* fixed tox.ini typo * added high-level rename example * added highlevel isdir function * added new param require_signing to high level register_session; isdir removed and changed to is_dir in __init__ and high-level example * Minor fixes Co-authored-by:
Jordan Borean <jborean93@gmail.com>
-
Malthe Borch authored
Objects of this type are returned by the `scandir` generator.
-
Malthe Borch authored
-
- 08 Jun, 2021 1 commit
-
-
Alex-Weatherhead authored
* Ignore ENOTCONN socket errors * Move pragma to cover whole except block, and add comment * Fix spacing around # * Remove trailing whitespace
-
- 08 May, 2021 4 commits
-
-
Jordan Borean authored
-
dHannasch authored
-
Jordan Borean authored
-
Jordan Borean authored
* Minor performance improvement on large reads * Fix TextField specific settings
-
- 07 May, 2021 4 commits
-
-
Jordan Borean authored
-
Jordan Borean authored
-
Jordan Borean authored
-
Jordan Borean authored
* Fix up replace/rename when running on a DFS path
-
- 30 Apr, 2021 1 commit
-
-
dHannasch authored
* Use a named function when checking whether a path is remote. * Remove annotations for Python 2. * comment * Use is_remote_path in _os as well. * why does it keep showing up in shutil.py?
-
- 26 Apr, 2021 1 commit
-
-
dHannasch authored
* Use a named function when checking whether a path is remote. * Remove annotations for Python 2. * comment
-
- 25 Mar, 2021 3 commits
-
-
Jordan Borean authored
-
Jordan Borean authored
-
Jordan Borean authored
Improve the mechanism smbprotocol uses to listen for responses over the TCP socket. This reduces the number of threads per connection from 2 to 1 and simplifies the exception handling in the case of a socket failure. More care has gone into trying to handle the platform behavioural differences when a socket is shutdown then closed from both the client and server side. These changes should make the client more resiliant to unknown failures when reading and writing to a socket but also remove the hangs when trying to get an outstanding request on a closed socket.
-
- 08 Mar, 2021 1 commit
-
-
dHannasch authored
-
- 01 Feb, 2021 2 commits
-
-
Jordan Borean authored
-
Jordan Borean authored
-