4 weeks ago Olaf Wintermann update ucx default tip changeset | files
6 weeks ago Olaf Wintermann fix OOM handling in pool_malloc, which could lead to invalid pools and potential crash changeset | files
8 weeks ago Olaf Wintermann add shutdown cleanup (listener, log, threadpool) changeset | files
8 weeks ago Olaf Wintermann add more shutdown cleanup: pwbuf, threadpool, logfiles, authdb changeset | files
8 weeks ago Olaf Wintermann remove unused function changeset | files
8 weeks ago Olaf Wintermann add saf function map cleanup changeset | files
8 weeks ago Olaf Wintermann add resourcepools/common saf shutdown cleanup code changeset | files
8 weeks ago Olaf Wintermann add cleanup for webdav module changeset | files
2 months ago Olaf Wintermann shutdown acceptor threads on ws shutdown changeset | files
2 months ago Olaf Wintermann improve threadpool_shutdown cleanup changeset | files
2 months ago Olaf Wintermann add threadpool debug logging changeset | files
2 months ago Olaf Wintermann add error handling in case accept fails changeset | files
2 months ago Olaf Wintermann check and close pipes if cgi_start fails changeset | files
2 months ago Olaf Wintermann log all cgi pipe fds changeset | files
2 months ago Olaf Wintermann add pipe fds to cgi debug logging changeset | files
4 months ago Olaf Wintermann fix wrong column name usage by pg prop extensions changeset | files
4 months ago Olaf Wintermann add TODO to use a future ucx feature changeset | files
4 months ago Olaf Wintermann fix pgext uses a wrong field number, if the column has the same name as a resource or property column changeset | files
6 months ago Olaf Wintermann add more keep alive trace logging changeset | files
6 months ago Olaf Wintermann fix trace log use after free changeset | files
6 months ago Olaf Wintermann log event free changeset | files
6 months ago Olaf Wintermann improve sessionhandler trace logging changeset | files
6 months ago Olaf Wintermann add sessionhandler debug logging changeset | files
7 months ago Olaf Wintermann improve webserver shutdown and free some stuff to make the valgrind output cleaner changeset | files
7 months ago Olaf Wintermann move first request poll to the event handler changeset | files
7 months ago Olaf Wintermann add request timeout handler changeset | files
7 months ago Olaf Wintermann fix pg ext uninitialized memory acces - fixes #420 changeset | files
7 months ago Olaf Wintermann add test for sending multiple events to an eventhandler changeset | files
7 months ago Olaf Wintermann add first eventhandler tests changeset | files
7 months ago Olaf Wintermann add more test_io_http_stream_parse_chunk_header_invalid tests changeset | files
7 months ago Olaf Wintermann fix http_stream_parse_chunk_header: check if the chunk starts with a digit changeset | files
7 months ago Olaf Wintermann fix strtoll result check changeset | files
7 months ago Olaf Wintermann add functions to stop event handlers changeset | files
7 months ago Olaf Wintermann increase keep-alive timeout changeset | files
7 months ago Olaf Wintermann new linux event_send implementation, replace event pipes with eventfd changeset | files
7 months ago Olaf Wintermann fix memory leak in case handle_request fails (some illegal requests) changeset | files
7 months ago Olaf Wintermann implement keep-alive timeout changeset | files
7 months ago Olaf Wintermann refactore keep alive handler changeset | files
7 months ago Olaf Wintermann refactore EventHandler: add common fields to base struct changeset | files
7 months ago Olaf Wintermann fix netbuf_getbytes prematurely returns NETBUF_EOF changeset | files
8 months ago Olaf Wintermann fix net_ssl_writev skipping bytes changeset | files
9 months ago Olaf Wintermann replace EWOULDBLOCK with EAGAIN changeset | files
9 months ago Olaf Wintermann add extra nullptr check in the event loop to handle the case when the finish ptr is set to NULL after it was already scheduled changeset | files
9 months ago Olaf Wintermann fix cgi_writeevent not returning immediately when cgi IO is already done changeset | files
10 months ago Olaf Wintermann add more debug logging to cgi_stdout_readevent changeset | files
10 months ago Olaf Wintermann add more cgi logging changeset | files
10 months ago Olaf Wintermann simplify ev_handle_events on linux changeset | files
10 months ago Olaf Wintermann stop cgi read-event processing if an error occured changeset | files
10 months ago Olaf Wintermann change nsapi_function_return behavior: move saf return to the end of the event cycle changeset | files
10 months ago Olaf Wintermann handle eof in cgi_stdout_readevent to fix potential double free in cgi_event_finish changeset | files
10 months ago Olaf Wintermann change execution order of event handler and event finish functions changeset | files
10 months ago Olaf Wintermann use sigterm to kill cgi scripts changeset | files
10 months ago Olaf Wintermann test cgi kill changeset | files
10 months ago Olaf Wintermann handle killpg error changeset | files
10 months ago Olaf Wintermann use SIGKILL instead of SIGTERM to cgi scripts in case of errors changeset | files
10 months ago Olaf Wintermann kill broken cgi processes as soon as possible changeset | files
10 months ago Olaf Wintermann log cgi pid changeset | files
10 months ago Olaf Wintermann fix build changeset | files
10 months ago Olaf Wintermann add more cgi debug logging changeset | files
10 months ago Olaf Wintermann add wait_read to cgi debug logging changeset | files
10 months ago Olaf Wintermann add workaround for blocking cgi waitpid changeset | files
10 months ago Olaf Wintermann fix don't try to enable pollout if it is already active (cgi) changeset | files
10 months ago Olaf Wintermann improve cgi io event handling changeset | files
10 months ago Olaf Wintermann fix cgi poll event handling changeset | files
11 months ago Olaf Wintermann update uwproj changeset | files
12 months ago Olaf Wintermann merge changeset | files
12 months ago Olaf Wintermann change net_write to attempt to write all bytes, improve error handling changeset | files
14 months ago Olaf Wintermann fix build on macOS changeset | files
18 months ago Olaf Wintermann update uwproj changeset | files
19 months ago Olaf Wintermann fix send_string_escaped changeset | files
19 months ago Olaf Wintermann urlencode resource href in webdav multistatus response changeset | files
19 months ago Olaf Wintermann little bit more url escape changeset | files
19 months ago Olaf Wintermann send_string_escaped should escape for urls, not html changeset | files
20 months ago Olaf Wintermann add WS_CFLAGS to admin makefile changeset | files
20 months ago Olaf Wintermann remove basic_mempool.h usage changeset | files
20 months ago Olaf Wintermann update ucx changeset | files
21 months ago Olaf Wintermann fix webdav mkcol error status codes changeset | files
21 months ago Olaf Wintermann fix non-blocking CGI handler and non-blocking SSL-IO changeset | files
21 months ago Olaf Wintermann fix cgi-send inactive write event blocking request termination changeset | files
22 months ago Olaf Wintermann fix uninitialized memory in http stream, when chunked transfer encoding is used changeset | files
22 months ago Olaf Wintermann fix cgi event handling, pipes were not always closed changeset | files
22 months ago Olaf Wintermann fix net_http_write when used with chunked transfer encoding and non-blocking IO changeset | files
22 months ago Olaf Wintermann fix cgi response could send an uninitialized buffer changeset | files
22 months ago Olaf Wintermann add http range debug logging changeset | files
22 months ago Olaf Wintermann don't add empty query to rq->reqpb changeset | files
22 months ago Olaf Wintermann fix missing connection ssl_error initialization changeset | files
22 months ago Olaf Wintermann fix net_sendfile not counting number of written bytes changeset | files
22 months ago Olaf Wintermann fix ssl settings not stored in the listener changeset | files
23 months ago Olaf Wintermann update ucx changeset | files
23 months ago Olaf Wintermann update ucx changeset | files
2023-03-25 Olaf Wintermann fix PUT could potentially return a wrong status code changeset | files
2023-03-24 Olaf Wintermann fix wstool ldflags, missing ../lib rpath changeset | files
2023-03-22 Olaf Wintermann webdav_propfind logs less errors for http 4xx errors changeset | files
2023-03-22 Olaf Wintermann fix uninitialized memory usage in sys_vfs_open, resulting in unwanted fchown calls changeset | files
2023-03-19 Olaf Wintermann fix configure script: escape $$ORIGIN changeset | files
2023-03-19 Olaf Wintermann implement webdav xattr namespace lists changeset | files
2023-03-19 Olaf Wintermann add error handling to webdav_xattr_serialze_map() changeset | files
2023-03-19 Olaf Wintermann implement propfind for webdav xattr backend changeset | files
2023-03-18 Olaf Wintermann implement proppatch of the xattr webdav backend changeset | files
2023-03-18 Olaf Wintermann add libxattr changeset | files
2023-03-18 Olaf Wintermann add new xattr based webdav backend (unimplemented) changeset | files
2023-03-18 Olaf Wintermann prevent crash in default_propfind_do triggered by bad webdav config changeset | files
2023-03-18 Olaf Wintermann fix nsapi_error_request() could send empty error messages with http status 200, if the request status code wasn't set changeset | files
2023-03-18 Olaf Wintermann fix default webdav backend initialization changeset | files
2023-03-18 Olaf Wintermann set _GNU_SOURCE in ldap_resource.c changeset | files
2023-03-18 Olaf Wintermann fix broken log_ereport call changeset | files
2023-03-16 Olaf Wintermann implicitly create a resource pools for ldap authdbs, if no resource is specified changeset | files
2023-03-16 Olaf Wintermann implement userNameIsDN and enableGroups for ldap auth changeset | files
2023-03-15 Olaf Wintermann minimal support for ldap groups changeset | files
2023-03-13 Olaf Wintermann refactor ldap user authentication, use new filter config changeset | files
2023-03-13 Olaf Wintermann load additional ldap authdb config changeset | files
2023-03-12 Olaf Wintermann make ldap auth minimally working again and disable auth caching, because it is currently broken changeset | files
2023-03-12 Olaf Wintermann refactore ldap_auth to use resource pools changeset | files
2023-03-12 Olaf Wintermann add force-type SAF changeset | files
2023-03-12 Olaf Wintermann rename ldap-query to ldap-search, rename query parameter to filter changeset | files
2023-03-11 Olaf Wintermann add ldap-query saf changeset | files
2023-03-11 Olaf Wintermann add option to automatically bind new ldap sessions changeset | files
2023-03-11 Olaf Wintermann add bind parameters to ldap resource pool changeset | files
2023-03-11 Olaf Wintermann add ldap resource pool type implementation changeset | files
2023-03-10 Olaf Wintermann resourcepool_free should remove the resource from the request resource cache changeset | files
(0) -120 tip

mercurial