Fri, 05 May 2023 18:02:11 +0200 Olaf Wintermann update ucx file | diff | annotate
Thu, 23 Feb 2023 21:15:16 +0100 Olaf Wintermann fix build on linux file | diff | annotate
Thu, 23 Feb 2023 21:09:33 +0100 Olaf Wintermann fix build on macos file | diff | annotate
Sat, 03 Dec 2022 18:00:35 +0100 Olaf Wintermann improve http listener migration / shutdown of old listener file | diff | annotate
Sat, 03 Dec 2022 13:26:56 +0100 Olaf Wintermann implement acceptor thread shutdown file | diff | annotate
Sat, 03 Dec 2022 12:27:00 +0100 Olaf Wintermann improve acceptor error handling file | diff | annotate
Sun, 27 Nov 2022 15:58:37 +0100 Olaf Wintermann fix configuration referencing file | diff | annotate
Sun, 27 Nov 2022 10:07:37 +0100 Olaf Wintermann fix listener ssl initialization file | diff | annotate
Sat, 26 Nov 2022 19:15:33 +0100 Olaf Wintermann implement successor listener, fix webserver_reconfig file | diff | annotate
Sat, 26 Nov 2022 17:07:08 +0100 Olaf Wintermann refactore http listener creation file | diff | annotate
Sun, 06 Nov 2022 15:53:32 +0100 Olaf Wintermann switch from ucx 2 to 3 file | diff | annotate
Thu, 13 Oct 2022 19:26:15 +0200 Olaf Wintermann use IPV6_V6ONLY socket option on linux file | diff | annotate
Wed, 12 Oct 2022 23:34:20 +0200 Olaf Wintermann add initial ipv6 support file | diff | annotate
Mon, 24 Aug 2020 17:07:41 +0200 Olaf Wintermann replace old server config loader config file | diff | annotate
Sun, 14 Jan 2018 10:38:09 +0100 Olaf Wintermann fixes keep-alive with ssl file | diff | annotate
Sat, 13 Jan 2018 19:01:00 +0100 Olaf Wintermann merges aio into default branch file | diff | annotate
Sat, 13 Jan 2018 16:44:05 +0100 Olaf Wintermann moves IOStream creation to the sessionhandler aio file | diff | annotate
Fri, 12 Jan 2018 17:54:52 +0100 Olaf Wintermann using non-blocking IO for SSL_accept aio file | diff | annotate
Tue, 14 Feb 2017 12:56:23 +0100 Olaf Wintermann adds wrapper for close syscall with error handling file | diff | annotate
Sat, 04 Feb 2017 10:06:25 +0100 Olaf Wintermann check close return value file | diff | annotate
Sat, 28 Jan 2017 10:38:34 +0100 Olaf Wintermann improves cgi error handling and allows requests with empty headers file | diff | annotate
Thu, 26 Jan 2017 18:53:52 +0100 Olaf Wintermann more windows porting file | diff | annotate
Sat, 21 Jan 2017 16:40:59 +0100 Olaf Wintermann improves sessionhandler logging file | diff | annotate
Sat, 21 Jan 2017 12:46:31 +0100 Olaf Wintermann fixes socket fd leak when SSL_accept fails file | diff | annotate
Fri, 13 Jan 2017 09:53:55 +0100 Olaf Wintermann fixes memory leaks in request_stat_path and send_cgi file | diff | annotate
Tue, 27 Dec 2016 17:54:00 +0100 Olaf Wintermann adds blockingio config file | diff | annotate
Tue, 27 Dec 2016 17:19:00 +0100 Olaf Wintermann improves event handler and ssl error handling file | diff | annotate
Tue, 27 Dec 2016 11:16:39 +0100 Olaf Wintermann adds ssl protocol configuration file | diff | annotate
Mon, 26 Dec 2016 16:46:55 +0100 Olaf Wintermann adds support for ssl cert chain files and improves ssl error handling file | diff | annotate
Sat, 22 Oct 2016 11:27:39 +0200 Olaf Wintermann improves logging file | diff | annotate
Mon, 02 Nov 2015 11:13:38 +0000 Olaf Wintermann fixed NetBSD build and an uninitialized struct member file | diff | annotate
Sat, 31 Oct 2015 15:01:07 +0100 Olaf Wintermann added minimal ssl support file | diff | annotate
Sat, 17 Oct 2015 21:17:34 +0200 Olaf Wintermann added support for absolute URIs and improved keep alive file | diff | annotate
Mon, 09 Sep 2013 11:55:14 +0200 Olaf Wintermann fixed some includes file | diff | annotate
Thu, 11 Jul 2013 14:21:23 +0200 Olaf Wintermann fixed pathcheck behavior file | diff | annotate
Fri, 28 Jun 2013 14:52:35 +0200 Olaf Wintermann preparation for admin interface file | diff | annotate
Tue, 25 Jun 2013 22:18:59 +0200 Olaf Wintermann added keep-alive support file | diff | annotate
Sun, 23 Jun 2013 13:49:17 +0200 Olaf Wintermann listeners can be dynamically added file | diff | annotate
Thu, 20 Jun 2013 13:27:07 +0200 Olaf Wintermann compiles on os x file | diff | annotate
Thu, 09 May 2013 13:19:51 +0200 Olaf Wintermann improved configuration reloading file | diff | annotate
Mon, 06 May 2013 14:54:40 +0200 Olaf Wintermann improved logging file | diff | annotate
Sat, 12 Jan 2013 14:00:47 +0100 Olaf Wintermann cleaning up resources after requests file | diff | annotate
Tue, 01 Jan 2013 19:22:56 +0100 Olaf Wintermann added some error messages file | diff | annotate
Tue, 01 Jan 2013 13:32:04 +0100 Olaf Wintermann added Linux support file | diff | annotate
Sat, 29 Dec 2012 18:08:23 +0100 Olaf Wintermann added ldap authentication file | diff | annotate
Sat, 15 Dec 2012 16:05:03 +0100 Olaf Wintermann added support for asynchronous safs file | diff | annotate
Sat, 06 Oct 2012 13:00:07 +0200 Olaf Wintermann server can reload configuration file | diff | annotate
Sat, 18 Aug 2012 11:39:34 +0200 Olaf Wintermann using non blocking IO for request input file | diff | annotate
Wed, 16 May 2012 12:47:28 +0200 Olaf Wintermann added event handler file | diff | annotate
Sat, 25 Feb 2012 12:43:26 +0100 Olaf Wintermann Fixed config parser bug file | diff | annotate
Wed, 22 Feb 2012 23:20:39 +0100 Olaf Wintermann Added basic authentication file | diff | annotate
Mon, 13 Feb 2012 13:49:49 +0100 Olaf Wintermann New configuration loader file | diff | annotate
Sat, 28 Jan 2012 16:01:07 +0100 Olaf Wintermann Some fixes for mod_jk file | diff | annotate
Sat, 21 Jan 2012 16:37:35 +0100 Olaf Wintermann Added configuration manager file | diff | annotate
Sat, 14 Jan 2012 14:33:38 +0100 Olaf Wintermann Replaced old utils with ucx file | diff | annotate
Sat, 14 Jan 2012 13:53:44 +0100 Olaf Wintermann New source folder layout file | diff | annotate | base
(0) tip

mercurial