| Wed, 25 Jul 2018 00:17:56 +0000 |
Joseph Myers |
Python 3 preparation: update SocketServer import.
|
| Wed, 25 Jul 2018 00:17:07 +0000 |
Joseph Myers |
Python 3 preparation: update BaseHTTPServer imports.
|
| Tue, 24 Jul 2018 23:51:41 +0000 |
Joseph Myers |
Python 3 preparation: use imp.reload instead of reload as needed.
|
| Tue, 24 Jul 2018 23:49:13 +0000 |
Joseph Myers |
Python 3 preparation: remove unused ConfigParser import.
|
| Tue, 24 Jul 2018 23:48:30 +0000 |
Joseph Myers |
Python 3 preparation: update urllib / urllib2 / urlparse imports.
|
| Tue, 24 Jul 2018 23:14:04 +0000 |
Joseph Myers |
Python 3 preparation: use list() around filter() as needed.
|
| Tue, 24 Jul 2018 23:04:42 +0000 |
Joseph Myers |
Python 3 preparation: update calls to dict methods.
|
| Tue, 24 Jul 2018 22:20:20 +0000 |
Joseph Myers |
Python 3 preparation: use sys.maxsize instead of sys.maxint.
|
| Tue, 24 Jul 2018 22:08:17 +0000 |
Joseph Myers |
Python 3 preparation: change "x.has_key(y)" to "y in x".
|
| Tue, 24 Jul 2018 21:39:58 +0000 |
Joseph Myers |
Python 3 preparation: "raise" syntax.
|
| Tue, 24 Jul 2018 09:54:52 +0000 |
Joseph Myers |
Python 3 preparation: convert print to a function.
|
| Sun, 08 Jul 2018 11:34:42 -0400 |
John Rouillard |
A real fix for the problem where:
|
| Sat, 07 Jul 2018 22:02:41 -0400 |
John Rouillard |
Force all uses of random to use SystemRandom and abort if
|
| Fri, 25 May 2018 21:23:44 -0400 |
John Rouillard |
Allow http request logs to be logged using the python logging module
|
| Mon, 09 Oct 2017 17:54:54 -0400 |
John Rouillard |
Pass X-Forwarded-For and X-Forwarded-Proto headers as
|
| Mon, 04 Sep 2017 21:58:50 -0400 |
John Rouillard |
Python 2 and 3 support. Convert Exception to BaseException scripts.
|
| Thu, 24 Aug 2017 22:21:37 -0400 |
Eric S. Raymond |
Use Python-3-compatible 'as' syntax for except statements
|
| Sat, 18 Mar 2017 16:59:01 -0400 |
John Rouillard |
issue 2550690 - Adding anti-csrf measures to roundup following
|
| Sun, 26 Jun 2016 20:53:11 -0400 |
John Rouillard |
issue2161722: oudated docs
|
| Thu, 17 Jul 2014 02:27:06 +0300 |
anatoly techtonik |
roundup_server: Fix endless redirect on http://localhost:8917/demo?anything
|
| Thu, 17 Jul 2014 02:25:50 +0300 |
anatoly techtonik |
roundup_server: Code untangle - init `rest` variable when necessary
|
| Thu, 17 Jul 2014 02:22:22 +0300 |
anatoly techtonik |
roundup_server: Code cleanup - move favicon object into its section
|
| Thu, 07 Mar 2013 09:49:50 +0100 |
Ralf Schlatterbeck |
Fix typo
|
| Thu, 21 Feb 2013 20:49:45 +0300 |
anatoly techtonik |
Run scripts (roundup_admin.py, ...) directly from checkout.
|
| Wed, 16 Nov 2011 09:51:38 -0500 |
Eric S. Raymond |
Remove keyword expansions from CVS. All regression tests passed afterwards.
|
| Fri, 15 Apr 2011 19:04:08 +0000 |
Ralf Schlatterbeck |
Fix documentation for roundup-server about the 'host' parameter...
|
| Wed, 30 Mar 2011 11:20:36 +0000 |
Bernhard Reiter |
Range support in roundup-server so large files can be served...
|
| Tue, 02 Feb 2010 05:00:42 +0000 |
Richard Jones |
Fix thread safety with stdin in roundup-server
|
| Mon, 30 Nov 2009 21:17:14 +0000 |
Ralf Schlatterbeck |
- small typo
|
| Wed, 14 Oct 2009 10:06:49 +0000 |
Ralf Schlatterbeck |
Correct initial- and end-handshakes for SSL
|
| Tue, 13 Oct 2009 09:05:21 +0000 |
Ralf Schlatterbeck |
More SSL fixes.
|
| Thu, 08 Oct 2009 12:18:47 +0000 |
Ralf Schlatterbeck |
Fix bug with SSL-connection and XMLRPC...
|
| Tue, 25 Sep 2007 04:27:12 +0000 |
Justus Pendleton |
lowercase tracker name during roundup-server's cgi handling
|
| Sun, 09 Sep 2007 16:03:13 +0000 |
Justus Pendleton |
need to pass arguments to wrapper readline for SSL servers
|
| Fri, 07 Sep 2007 20:27:46 +0000 |
Justus Pendleton |
a couple more variables for tracker index templates per alex
|
| Mon, 03 Sep 2007 17:26:42 +0000 |
Justus Pendleton |
Ooops...not sure where those tabs came from. Making them spaces.
|
| Mon, 03 Sep 2007 17:20:07 +0000 |
Justus Pendleton |
add SSL to roundup-server via pyopenssl
|
| Sun, 02 Sep 2007 16:05:36 +0000 |
Justus Pendleton |
Allow template for tracker index page
|
| Mon, 23 Apr 2007 19:35:41 +0000 |
Erik Forsberg |
End headers when redirecting to tracker. Closes [SF#1706114].
|
| Mon, 18 Dec 2006 05:56:49 +0000 |
Alexander Smishlajev |
expand tabs
|
| Mon, 18 Dec 2006 03:53:39 +0000 |
Richard Jones |
allow use of roundup-server pidfile without forking [SF#1614753]
|
| Thu, 09 Nov 2006 00:36:21 +0000 |
Richard Jones |
WSGI support via roundup.cgi.wsgi_handler
|
| Sun, 29 Oct 2006 05:01:15 +0000 |
Alexander Smishlajev |
fix: setuid called when run by non-root
|
| Thu, 27 Apr 2006 04:59:37 +0000 |
Richard Jones |
umask is now configurable (with the same 0002 default)
|
| Wed, 22 Feb 2006 05:40:56 +0000 |
Alexander Smishlajev |
fix failure with browsers not sending "Accept-Language" header [SF#1435335]
|
| Sun, 25 Dec 2005 14:52:33 +0000 |
Alexander Smishlajev |
added favicon config option (patch [SF#1355661])
|
| Sat, 03 Dec 2005 09:37:24 +0000 |
Alexander Smishlajev |
set HTTP_ACCEPT_LANGUAGE in CGI environment (patch [SF#1360321])
|
| Wed, 13 Apr 2005 06:19:54 +0000 |
Richard Jones |
merge from HEAD
maint-0.8
|
| Wed, 13 Apr 2005 06:12:12 +0000 |
Richard Jones |
fix setgid typo [SF#1171346]
|
| Wed, 13 Apr 2005 06:11:15 +0000 |
Richard Jones |
merge from HEAD
maint-0.8
|
| Wed, 13 Apr 2005 05:30:06 +0000 |
Richard Jones |
send errors in the web interface to a logfile by default.
|
| Sat, 19 Feb 2005 10:21:32 +0000 |
Alexander Smishlajev |
if there is only one tracker, redirect from trackers list to the tracker
|
| Sat, 19 Feb 2005 10:14:16 +0000 |
Alexander Smishlajev |
if there is only one tracker, redirect from trackers list to the tracker
maint-0.8
|
| Sat, 15 Jan 2005 06:56:38 +0000 |
Richard Jones |
merge from maint-0-8
|
| Sat, 15 Jan 2005 06:53:00 +0000 |
Richard Jones |
fix roundup-server log and PID file paths to be absolute
maint-0.8
|
| Wed, 22 Dec 2004 06:58:36 +0000 |
Alexander Smishlajev |
merge from maint-0-8
|
| Wed, 22 Dec 2004 06:38:08 +0000 |
Alexander Smishlajev |
force the [trackers] section in config...
maint-0.8
|
| 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...
|