log roundup/scripts/roundup_server.py @ 2943:996e2bab8d8a

age author description
Mon, 22 Nov 2004 07:11:30 +0000 Alexander Smishlajev propagate CGI_SHOW_TIMING from os.environ to request environment
Tue, 02 Nov 2004 10:02:05 +0000 Alexander Smishlajev when preloading trackers (not running in 'debug' mode)...
Tue, 02 Nov 2004 09:07:08 +0000 Alexander Smishlajev added multiprocess mode "debug" - run single process...
Sat, 30 Oct 2004 08:43:06 +0000 Alexander Smishlajev describe -t option in help; remove unused win32 imports
Sat, 30 Oct 2004 08:23:51 +0000 Alexander Smishlajev roundup service name changed to single word "roundup"...
Fri, 29 Oct 2004 20:39:31 +0000 Alexander Smishlajev windows service part rewritten to take in account command line options;
Fri, 29 Oct 2004 17:57:17 +0000 Alexander Smishlajev eliminate as many pychecker warnings as possible:
Fri, 29 Oct 2004 13:41:25 +0000 Alexander Smishlajev implement threading server;
Mon, 18 Oct 2004 07:43:58 +0000 Alexander Smishlajev respect function argument 'port' in run()
Sun, 17 Oct 2004 18:22:32 +0000 Alexander Smishlajev oops. forgot to reenable ConfigurationError handling, disabled for debugging.
Sun, 17 Oct 2004 18:14:22 +0000 Alexander Smishlajev fix: tracker definitions from the command line...
Sun, 17 Oct 2004 17:54:48 +0000 Alexander Smishlajev let config handle command line options.
Tue, 21 Sep 2004 09:29:18 +0000 Alexander Smishlajev apply DEFAULT_PORT in the same way as other defaults...
Tue, 21 Sep 2004 08:16:50 +0000 Alexander Smishlajev unset svc_args is empty list, not None
Tue, 21 Sep 2004 08:01:15 +0000 Alexander Smishlajev replace "from module import *" with "import module"...
Tue, 27 Jul 2004 01:59:28 +0000 Richard Jones The demo.py script works again using the new configuration system.
Tue, 27 Jul 2004 00:57:19 +0000 Richard Jones I thought I committed this last night. Ho hum.
Tue, 27 Jul 2004 00:45:49 +0000 Richard Jones roundup-server now has a configuration file (-C option)
Tue, 20 Jul 2004 02:10:43 +0000 Richard Jones merge from HEAD maint-0.7
Tue, 20 Jul 2004 02:07:58 +0000 Richard Jones implement the HTTP HEAD command [SF#992544]
Tue, 13 Jul 2004 10:24:19 +0000 Alexander Smishlajev don't translate strings that never need translation
Sun, 04 Jul 2004 12:52:06 +0000 Alexander Smishlajev allow ids in addition to names for -g and -u arguments;
Fri, 02 Jul 2004 08:52:00 +0000 Alexander Smishlajev mark non-windows usage part for translation;
Mon, 21 Jun 2004 04:56:34 +0000 Richard Jones merge from HEAD maint-0.7
Mon, 21 Jun 2004 04:42:11 +0000 Richard Jones better roundup-server usage string [SF#973352]
Mon, 21 Jun 2004 04:34:58 +0000 Richard Jones merge from HEAD maint-0.7
Mon, 21 Jun 2004 04:33:52 +0000 Richard Jones fixed -g arg to roundup-server [SF#973946]
Tue, 18 May 2004 19:26:32 +0000 Alexander Smishlajev join adjacent translatable strings
Fri, 14 May 2004 20:02:44 +0000 Alexander Smishlajev translate "cannot fork" error message
Wed, 12 May 2004 22:31:37 +0000 Richard Jones merge from HEAD maint-0.7
Wed, 12 May 2004 22:30:25 +0000 Richard Jones roundup-server -g option not recognised [SF#952310]
Mon, 10 May 2004 00:42:49 +0000 Richard Jones merge from maint-0-7
Sun, 09 May 2004 23:41:13 +0000 Richard Jones have roundup server pass though the cause of a "403 Forbidden" response maint-0.7
Tue, 20 Apr 2004 21:57:29 +0000 Richard Jones disable forking server when os.fork() not available [SF#938586]
Fri, 09 Apr 2004 01:31:16 +0000 Richard Jones socket timeout error logging can fail maint-0.6
Fri, 09 Apr 2004 01:31:16 +0000 Richard Jones socket timeout error logging can fail
Wed, 07 Apr 2004 01:12:26 +0000 Richard Jones sqlite backend uses the global lock again
Mon, 05 Apr 2004 23:43:04 +0000 Richard Jones version info in scripts
Mon, 05 Apr 2004 00:54:23 +0000 Richard Jones favicon generation stuff
Mon, 05 Apr 2004 00:51:45 +0000 Richard Jones Web interface tweaks.
Fri, 02 Apr 2004 06:38:42 +0000 Richard Jones added favicon
Sun, 15 Feb 2004 22:22:20 +0000 Richard Jones merge from HEAD maint-0.6
Sun, 15 Feb 2004 21:55:10 +0000 Richard Jones proper fix this time
Sun, 15 Feb 2004 21:44:02 +0000 Richard Jones safer logging from HTTP server ([SF#896917]
Wed, 11 Feb 2004 23:55:10 +0000 Richard Jones documentation cleanup
Sat, 06 Dec 2003 02:46:34 +0000 Richard Jones fix roundup win service
Thu, 04 Dec 2003 22:53:54 +0000 Richard Jones fix Windows service mode for roundup-server [SF#819890] maint-0.6
Thu, 04 Dec 2003 02:43:07 +0000 Richard Jones some updates that were sitting on disk
Thu, 04 Dec 2003 02:39:04 +0000 Richard Jones hard-coded python2.3-ism (socket.timeout) fixed maint-0.6
Wed, 12 Nov 2003 23:29:17 +0000 Richard Jones oops
Tue, 11 Nov 2003 22:25:37 +0000 Richard Jones remove SHA hashes from source ([SF#827510] maint-0.6
Tue, 11 Nov 2003 21:51:52 +0000 Richard Jones handle socket timeout exception (thanks Marcus Priesch)
Sat, 25 Oct 2003 12:26:42 +0000 Johannes Gijsbers Print a nicer error message (without usage)...
Sat, 25 Oct 2003 11:41:06 +0000 Johannes Gijsbers Use roundup_server script in demo.py to reduce duplication
Sat, 25 Oct 2003 11:20:17 +0000 Johannes Gijsbers Use abspath() from os.path, it's been there since 1.5.2.
Fri, 10 Oct 2003 00:40:16 +0000 Richard Jones support setgid and running on port < 1024 (patch [SF#777528])
Sun, 05 Oct 2003 23:29:49 +0000 Richard Jones better explanation of -d arg
Thu, 04 Sep 2003 23:30:28 +0000 Richard Jones merge from HEAD maint-0.6
Thu, 04 Sep 2003 23:28:50 +0000 Richard Jones commented out example tracker homes
Tue, 12 Aug 2003 01:14:11 +0000 Richard Jones logfile must be specified if pidfile is [SF#772820]

Roundup Issue Tracker: http://roundup-tracker.org/