Code

Use abspath() from os.path, it's been there since 1.5.2.
[roundup.git] / roundup / scripts / roundup_server.py
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...