| 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
|
| 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
|