external/pyftpdlib.git
2013-04-27 g.rodolasmall refactoring master
2013-04-27 g.rodolasmall refactoring
2013-04-24 g.rodolaignore me
2013-04-24 g.rodolaFix issue 254: port bench.py script to python 3
2013-04-24 g.rodolafix issue 253: bench.py --timeout option
2013-04-22 g.rodolaupdate version to 1.2.0
2013-04-19 g.rodolaFix issue 252: FTPServer's address parameter can also...
2013-04-19 g.rodolaFix issue 250: add FTPServer's backlog kwarg controllin...
2013-04-18 g.rodolaFix issue 251: provide a fileno() method for epoll...
2013-04-18 g.rodolause a set() while building up FEAT response so that...
2013-04-17 g.rodolaAttempt to fix issue #245 (again): de-localize socket_m...
2013-04-09 g.rodolaupdate HISTORY
2013-04-09 g.rodolafix AttributeError on FreeBSD
2013-04-09 g.rodolaupdate version
2013-04-08 g.rodolaFix issue 247: whenever available (PY >= 3.3) use time...
2013-04-06 g.rodolafix issue 246: ThrottledDTPHandler was broken; also...
2013-04-05 g.rodolarenew HISTORY format
2013-04-05 g.rodolarenew HISTORY format
2013-04-05 g.rodolaFix issue 245: ThreadedFTPServer hogs all CPU resources...
2013-04-04 g.rodolacalculate memory consumption as (rss - shared) as oppos...
2013-04-04 g.rodolalog PID on start
2013-03-22 g.rodolaFix issue 244: on python >= 3.3 use os.sendfile() inste...
2013-03-21 g.rodolaFix issue 243: an erroneous error message is given...
2013-03-12 g.rodola(e)poll() poller: localize variable access to minimize...
2013-03-11 g.rodolafix issue 241: allow empty passwords
2013-03-11 g.rodolaCmdline usage: by default assume the default interface...
2013-03-11 g.rodolafix tests broken after previous commit
2013-03-11 g.rodola@gmail.comFix issue 238: username is not logged in case of failed...
2013-03-10 g.rodola@gmail.comFix issue 240: enable 'python -m pyftpdlib' cmdline...
2013-03-05 g.rodolafix deprecation warnings due to assertEquals being...
2013-03-05 g.rodolafix some ResourceWarnings found with Python's -Wa cmdli...
2013-03-05 g.rodolafix issue 239: make test suite return exit status code...
2013-03-05 g.rodolafix deprecation warnings caused by assertRaisesRegexp
2013-02-22 g.rodolaupdate version and date
2013-02-22 g.rodolatest suite: introduce assertRaisesRegexp in order to...
2013-02-22 g.rodolatest suite: introduce assertRaisesRegexp in order to...
2013-02-22 g.rodolafix issue 236: MultiprocessFTPServer and ThreadedFTPSer...
2013-02-22 g.rodolatest suite: set FTP server logging level to WARNING...
2013-02-22 g.rodolamax connections test: use ftplib's quit() method instea...
2013-02-19 g.rodolaadd a MANIFEST.in file which tells 'python setup.py...
2013-02-19 g.rodolaset +x flags against demo scripts
2013-02-19 g.rodolaFix ThrottledDTPHandler which was broken
2013-02-19 g.rodolafix 'dict changed size during iteration' error on Windo...
2013-02-19 g.rodolaupdate copyright banner; update docstring; disable...
2013-02-14 g.rodolawin/unix authorizers: get rid of [] as the default...
2013-02-14 g.rodolapycharm run
2013-02-10 g.rodola@gmail.comlogging: check whether using colors when configuring...
2013-02-10 g.rodola@gmail.comunix_daemon.py script: get rid of python-daemon (pypi...
2013-02-10 g.rodola@gmail.comfix unraised warnings during FTPS tests
2013-02-10 g.rodola@gmail.comrestore compatibility with py <= 2.6
2013-02-09 g.rodolarestore compatibility with py 2.6
2013-02-09 g.rodolaformat_mlsx(): localize variables to minimize overhead
2013-02-07 g.rodolaFix some Windows failures.
2013-02-01 g.rodolarestore compatibility with python <= 2.5
2013-02-01 g.rodolabig logging refactoring: introduce a new 'log_prefix...
2013-02-01 g.rodolalogging refactoring (issue 236): move everything into...
2013-02-01 g.rodolaBig logging refactoring (future issue 236).
2013-01-31 g.rodolarestore compatibility with python 2.4
2013-01-31 g.rodolado not rely on *exact* response string in certain tests
2013-01-27 g.rodolaupdate README
2013-01-27 g.rodolaremove old comment
2013-01-24 g.rodolarename variable (ignore me)
2013-01-24 g.rodolaupdate HISTORY
2013-01-24 g.rodolaFix issue 233: make sure on_logout() is not called...
2013-01-16 g.rodolacatch the right exceptions when polling on select(...
2013-01-15 g.rodolafix issue 234: provide a nice __repr__ for FTPHandler...
2013-01-15 g.rodolaOSX: fix for IPv4-mapped IPv6 addresses
2013-01-12 g.rodolaMulti process FTPd: set a timeout for join() when waiti...
2013-01-12 g.rodolaFreeBSD / multi process FTPd: during server shutdown...
2013-01-05 g.rodolafix issue 232: hybrid IPv4/IPv6 support is broken....
2012-12-31 g.rodolaserve_forever(): get rid of log_start_stop kwarg and...
2012-12-31 g.rodolaissue 225: provide a specific logger in pyftpdlib/__ini...
2012-12-28 g.rodolaFix issue 231: make FTPHandler.ftp_* methods return...
2012-12-21 g.rodola@gmail.comfix demo/md5_ftpd.py exception typo
2012-12-21 g.rodola@gmail.comfix demo/md5_ftpd.py authentication mechanism
2012-12-21 g.rodolademo scripts: set default TCP port to 2121
2012-12-11 g.rodolaadded two demo scripts using multu process/server classes
2012-12-11 g.rodolarefactoring
2012-12-11 g.rodolaservers.py / _loop(): wrap all the cleanup operations...
2012-12-10 g.rodolare-enable logging on server start/stop. Also add a...
2012-12-08 g.rodolasetup.py: little refactoring
2012-12-08 g.rodolaremove lock acquire/release around _active_tasks.remove...
2012-12-08 g.rodolafix issue 229 (backslashes on UNIX are not handled...
2012-11-29 g.rodolaadd a comment explaining what SO_LINGER actually does
2012-11-29 g.rodolamulti thread/process server: in serve_forever() make...
2012-11-29 g.rodolaadd python 3.3 to the list of setup.py classifiers
2012-11-26 g.rodolaIn order to stop the mprocess/mthreaded server use...
2012-11-21 g.rodolaget rid of contrib/servers.py
2012-11-16 g.rodolaFix the following error occurring on Windows with test_...
2012-11-16 g.rodolasetup.py: get rid of old pyftpdlib/lib reference +...
2012-11-16 g.rodolafix cmdline parser
2012-11-16 g.rodolafix cmdline parser
2012-11-10 g.rodolafix issue 222: an unhandled exception in handle_error...
2012-11-05 g.rodolaremove log.py module and 'lib' directory
2012-11-05 g.rodolaFix issue 225: introduce logging module - deprecate...
2012-11-02 g.rodolademo scripts: always reference FTPServer instance as...
2012-11-02 g.rodolafix issue 223: split ftpserver.py into different sub...
2012-10-15 g.rodolaavoid to override writable(): it is no longer needed...
2012-10-15 g.rodolare-establish compatibility with py < 2.6
2012-10-15 g.rodolamove property() compatibility hack in lib/compat.py
next