log roundup/scripts/roundup_server.py @ 8256:3a04ff6f1004

age author description
Wed, 01 Jan 2025 17:51:05 -0500 John Rouillard fix: crash when logging ip if roundup-server times out
Sun, 15 Dec 2024 00:36:19 -0500 John Rouillard fix(web): issue2551381 - roundup-server parses multiple '?" incorrectly.
Sun, 01 Dec 2024 18:29:20 -0500 John Rouillard fix formatting of config.ini help text for roundup-server.
Sun, 01 Dec 2024 17:38:15 -0500 John Rouillard allow roundup-server to log real client IP behind reverse proxy
Mon, 17 Jun 2024 23:18:37 -0400 John Rouillard fix: roundup-server Content-Length when generating index
Sat, 08 Jun 2024 04:52:59 -0400 John Rouillard issue2551219 - use of PEM file with roundup-server
Sun, 26 May 2024 11:28:55 -0400 John Rouillard fix: add content-length to 301 response
Fri, 01 Mar 2024 14:04:05 -0500 John Rouillard fix(i18n): fix incorrect lookup of some translations
Tue, 14 Nov 2023 16:53:56 -0500 John Rouillard doc: use 'TEST-NET' IPv4 or IPv6 IP address ranges from RFC 6890
Fri, 06 Oct 2023 21:43:56 -0400 John Rouillard fix: exit quickly on keyboard interrupt
Sun, 23 Jul 2023 23:28:12 -0400 John Rouillard flake8: add space between del and (
Tue, 23 May 2023 23:34:06 -0400 John Rouillard - issue2551275 - Allow configuring max_children in roundup-server.
Sun, 11 Dec 2022 18:47:24 -0500 John Rouillard Fix: Send Content-Length header to client from top Exception handler
Tue, 13 Sep 2022 21:12:00 -0400 John Rouillard flake8 fixes.
Thu, 18 Aug 2022 14:44:16 -0400 John Rouillard issue2551137, 2551138 - roundup-server SSL issues.
Thu, 30 Jun 2022 16:26:53 -0400 John Rouillard Make roundup-server EACCES errors clearer
Wed, 22 Jun 2022 15:38:25 -0400 John Rouillard Fix ResourceWarning error due to unclosed socket on exit from roundup_server.
Thu, 28 Apr 2022 18:03:02 -0400 John Rouillard If-Range doesn't work with roundup-server.
Sun, 07 Nov 2021 13:18:39 -0500 John Rouillard Cache /favicon.ico
Sun, 07 Nov 2021 12:42:49 -0500 John Rouillard Send content-length for /favico.ico
Mon, 18 Oct 2021 20:12:09 -0400 John Rouillard Enable HTTP/1.1 support for roundup-server
Thu, 30 Sep 2021 19:17:56 -0400 John Rouillard roundup-server native SSL support only TLS 1.2.
Mon, 14 Jun 2021 19:33:27 -0400 John Rouillard issue2550837 - New option for web auth (also http header passing)
Sun, 23 May 2021 17:41:23 -0400 John Rouillard Upgrade SSL params for roundup-server
Thu, 04 Feb 2021 22:34:54 -0500 John Rouillard Remove import of reload from imp (deprecated module), use importlib
Mon, 14 Dec 2020 09:52:58 -0500 John Rouillard Replace depricated base64.decodestring with base64.b64decode.
Sat, 04 Apr 2020 11:22:06 -0400 John Rouillard Make format strings use named placeholders rather than %s/%r
Thu, 06 Feb 2020 19:03:00 +0000 Christof Meerwald there is no thread module in Python 3 any more, so need to check for threading
Tue, 07 Jan 2020 21:26:43 -0500 John Rouillard flake8 whitespace format fixes.
Thu, 24 Oct 2019 20:47:46 -0400 John Rouillard Better error message running with -c and pywin32 is not importable.
Sat, 06 Jul 2019 13:12:58 -0400 John Rouillard Fix problem with cgi.escape being depricated a different way. This way
Tue, 11 Jun 2019 21:29:24 -0400 John Rouillard Call cgi.escape only on python 2. Replace with html.escapeif it can be
Wed, 17 Apr 2019 20:35:56 -0400 John Rouillard Fix exception handling code for case where port already in use.
Sat, 23 Mar 2019 00:02:03 -0400 John Rouillard Prevent env['CONTENT_TYPE'] from being None. FieldStorage's content
Wed, 27 Feb 2019 21:47:39 -0500 John Rouillard issue2551023: Fix CSRF headers for use with wsgi and cgi. The maint-1.6
Wed, 27 Feb 2019 21:47:39 -0500 John Rouillard issue2551023: Fix CSRF headers for use with wsgi and cgi. The
Fri, 08 Feb 2019 19:39:17 -0500 John Rouillard Path to support OPTIONS verb when using rest interface via
Wed, 30 Jan 2019 10:25:12 +0100 Chau Nguyen Added POST and DELETE REST-rebased
Sun, 02 Sep 2018 14:18:12 +0000 Joseph Myers Fix roundup-server logging for Python 3.
Wed, 25 Jul 2018 10:41:32 +0000 Joseph Myers Python 3 preparation: HTTP headers handling in roundup_server.py.
Wed, 25 Jul 2018 10:40:38 +0000 Joseph Myers Python 3 preparation: write bytes to socket in roundup_server.py.
Wed, 25 Jul 2018 09:53:21 +0000 Joseph Myers Python 3 preparation: use byte-string argument to base64.decodestring for favicon.
Wed, 25 Jul 2018 09:08:29 +0000 Joseph Myers Python 3 preparation: StringIO.
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

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