Code

More SSL fixes. SSL wants the underlying socket non-blocking. So we
[roundup.git] / roundup / scripts / roundup_server.py
2009-10-13 schlatterbeckMore SSL fixes. SSL wants the underlying socket non...
2009-10-08 schlatterbeckFix bug with SSL-connection and XMLRPC, see my monologue at
2009-02-06 stefansvn repository setup
2004-04-09 richardsocket timeout error logging can fail
2004-04-07 richardsqlite backend uses the global lock again
2004-04-05 richardversion info in scripts
2004-04-05 richardfavicon generation stuff
2004-04-05 richard- added a favicon
2004-04-02 richardadded favicon
2004-02-15 richardproper fix this time
2004-02-15 richard safer logging from HTTP server (sf bug 896917
2004-02-11 richarddocumentation cleanup
2003-12-06 richardfix roundup win service
2003-12-04 richardsome updates that were sitting on disk
2003-11-12 richardoops
2003-11-11 richardhandle socket timeout exception (thanks Marcus Priesch)
2003-10-25 jlgijsbersPrint a nicer error message (without usage) when the...
2003-10-25 jlgijsbersUse roundup_server script in demo.py to reduce duplicat...
2003-10-25 jlgijsbersUse abspath() from os.path, it's been there since 1...
2003-10-10 richardsupport setgid and running on port < 1024 (sf patch...
2003-10-05 richardbetter explanation of -d arg
2003-09-04 richardcommented out example tracker homes
2003-08-12 richardlogfile must be specified if pidfile is (sf bug 772820)
2003-08-12 richardroundup-server now logs IP addresses by default (sf...
2003-05-09 richard- added Windows Service mode for roundup-server when...
2003-04-24 richardinitial attempt at favicon support, complete failure
2003-04-24 richardadded socket timeout to attempt to prevent stuck proces...
2003-03-26 richardwe don't support HEAD
2003-02-26 richardfix (again?) trailing / redirect (sf bug 692910)
2003-02-26 richardimplemented last-modified and if-modified-since support
2003-02-06 richardFixed a backlog of bug reports, and worked on python...
2003-01-13 richardopen server logfile unbuffered
2002-11-28 richardhandle KeyboardInterrupt nicely
2002-11-05 richard- updated email package address formatting (deprecation)
2002-10-08 richard- nicer display of tracker list in roundup-server ...
2002-10-07 richard- fixed filter() with no sort/group (sf bug 618614)
2002-09-23 richardSome speedups - both of the SQL backends can handle...
2002-09-23 richardsome speedups, some fixes to the benchmarking
2002-09-10 richardMore cleaning up of configuration, and the "instance...
2002-09-10 richardmore Log removal
2002-09-07 richardbetter daemonification
2002-09-04 richardadd daemonification
2002-08-30 richardnew CGI frontend support
2002-03-14 richard . #517734 ] web header customisation is obscure
2002-02-21 richardThe correct var is "HTTP_HOST"
2002-02-21 richard . Added popup help for classes using the classhelp...
2002-01-29 jhermannConversion to generated script stubs
2002-01-29 jhermannMoved scripts from top-level dir to roundup.scripts...