summaryrefslogtreecommitdiff
path: root/fs/commands
Commit message (Expand)AuthorAgeFilesLines
* Fixes, including hang bug in readlinewillmcgugan@gmail.com2014-10-161-1/+1
* Fix for exception messagewillmcgugan@gmail.com2014-04-221-38/+37
* Test fixes and preparations for 0.5.0 releasewillmcgugan@gmail.com2014-03-131-6/+10
* Fixes for fs commands in PY3willmcgugan@gmail.com2014-02-272-81/+82
* errno constantswillmcgugan@gmail.com2013-09-091-4/+5
* Fixes for backslashes on Linux issue, see Issue #139willmcgugan@gmail.com2012-11-241-101/+101
* Fixed bug reporting error messagewillmcgugan2012-04-221-2/+2
* Initial implementation of pyftpdlib integrationbtimby2012-04-171-0/+7
* I am about to check in the addition of 'ftp' protocol, I could not help mysel...btimby2012-04-161-30/+30
* Some tweaks to make colours consistent on commandline appswillmcgugan2012-01-232-7/+7
* Added some polish to fstree command and unicode box lines rather than ascii artwillmcgugan2012-01-231-7/+23
* Added sqlitefs to fs.contribwillmcgugan2012-01-161-2/+1
* Fixed a circular reference issuewillmcgugan2011-09-101-1/+1
* Fixes and documentationwillmcgugan2011-08-072-3/+3
* Patch from Andrew to allow infinite recursion on fstreewillmcgugan2011-05-261-3/+7
* hide dotfiles fix from Andrewwillmcgugan2011-05-261-1/+0
* Fix for missing size fieldwillmcgugan2011-05-261-1/+1
* Work in progress for a new filesystem serverwillmcgugan2011-05-092-9/+11
* Added new appdirfs modulewillmcgugan2011-03-085-17/+4
* allow uniform use of logging throughout the modulerfkelly02011-01-311-1/+1
* Fix for fsmount issuewillmcgugan2010-12-311-12/+14
* Corrected namewillmcgugan2010-12-231-2/+2
* Apparently I do these this stubs for the command line appswillmcgugan2010-12-2311-2/+32
* Fixes for fsmountwillmcgugan2010-12-231-15/+27
* Added detection of Windows console sizewillmcgugan2010-12-221-4/+30
* Added Windows support to fsmount commandwillmcgugan2010-12-221-22/+63
* setup.py tweakswillmcgugan2010-12-221-1/+1
* Added an simple httpfs, and sorted out command installationwillmcgugan2010-12-2114-73/+14
* test fixes for windozewillmcgugan2010-12-203-2/+5
* Docstrings and fixes for sftp serverwillmcgugan2010-12-191-0/+10
* Improved output for fsservewillmcgugan2010-12-182-12/+13
* Improved error on fscpwillmcgugan2010-12-181-13/+9
* Added openers for Tahoe and Davwillmcgugan2010-12-183-47/+79
* Command improvementswillmcgugan2010-12-167-54/+95
* Added --listopeners switch to commandswillmcgugan2010-12-141-2/+55
* Command fixeswillmcgugan2010-12-132-8/+29
* Major ftp improvmentswillmcgugan2010-12-134-14/+27
* Added fsmount command, made memroyfs work with threadswillmcgugan2010-12-122-0/+87
* Removed forgotten debug printswillmcgugan2010-12-121-2/+1
* Command fixeswillmcgugan2010-12-127-10/+16
* Added fsmkdir commandwillmcgugan2010-12-114-36/+68
* More changes to the FS url syntaxwillmcgugan2010-12-111-3/+6
* Got tests working againwillmcgugan2010-12-102-2/+2
* Changed syntax for commands to be more url like, optimized sftps to use fewer...willmcgugan2010-12-094-17/+15
* Fixes for zip openerwillmcgugan2010-12-072-16/+17
* Opener fixeswillmcgugan2010-12-069-12/+41
* Added FS command line scriptswillmcgugan2010-12-0518-0/+967