4 weeks ago Olaf Wintermann update ucx default tip changeset | files
7 weeks ago Olaf Wintermann fix OOM handling in pool_malloc, which could lead to invalid pools and potential crash changeset | files
2 months ago Olaf Wintermann add shutdown cleanup (listener, log, threadpool) changeset | files
2 months ago Olaf Wintermann add more shutdown cleanup: pwbuf, threadpool, logfiles, authdb changeset | files
2 months ago Olaf Wintermann remove unused function changeset | files
2 months ago Olaf Wintermann add saf function map cleanup changeset | files
2 months ago Olaf Wintermann add resourcepools/common saf shutdown cleanup code changeset | files
2 months 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
5 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
10 months ago Olaf Wintermann replace EWOULDBLOCK with EAGAIN changeset | files
10 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
10 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
12 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
21 months ago Olaf Wintermann add WS_CFLAGS to admin makefile changeset | files
21 months ago Olaf Wintermann remove basic_mempool.h usage changeset | files
21 months ago Olaf Wintermann update ucx changeset | files
21 months ago Olaf Wintermann fix webdav mkcol error status codes changeset | files
22 months ago Olaf Wintermann fix non-blocking CGI handler and non-blocking SSL-IO changeset | files
22 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
2023-03-10 Olaf Wintermann log error in get_next_token() changeset | files
2023-02-25 Olaf Wintermann fix openssl dependency resolution on bsd changeset | files
2023-02-25 Olaf Wintermann update ldflags changeset | files
2023-02-24 Olaf Wintermann update obj.conf install template to new syntax changeset | files
2023-02-24 Olaf Wintermann fix double free in case parsing a config file fails changeset | files
2023-02-23 Olaf Wintermann fix build on linux changeset | files
2023-02-23 Olaf Wintermann fix build on macos changeset | files
2022-12-04 Olaf Wintermann implement most nsapi expression operators changeset | files
2022-12-04 Olaf Wintermann fix cgi stderr logger + reuse stderr tmp buffer changeset | files
2022-12-04 Olaf Wintermann fix cgi pipes not closed in some error case + minor improvements changeset | files
2022-12-03 Olaf Wintermann improve http listener migration / shutdown of old listener changeset | files
2022-12-03 Olaf Wintermann use separate buffer for chunked transfer encoding, not inbuf changeset | files
2022-12-03 Olaf Wintermann add missing init_logging declaration changeset | files
2022-12-03 Olaf Wintermann implement acceptor thread shutdown changeset | files
2022-12-03 Olaf Wintermann improve acceptor error handling changeset | files
2022-11-27 Olaf Wintermann fix configuration referencing changeset | files
2022-11-27 Olaf Wintermann improve daemon startup changeset | files
2022-11-27 Olaf Wintermann fix stdout log message duplicates changeset | files
2022-11-27 Olaf Wintermann fix listener ssl initialization changeset | files
2022-11-26 Olaf Wintermann implement successor listener, fix webserver_reconfig changeset | files
2022-11-26 Olaf Wintermann fix srvctrl thread stacksize changeset | files
2022-11-26 Olaf Wintermann refactore http listener creation changeset | files
2022-11-20 Olaf Wintermann replace linkedlist with arraylist in the expression parser changeset | files
2022-11-20 Olaf Wintermann update ucx changeset | files
2022-11-20 Olaf Wintermann expression parser: add support for functions changeset | files
2022-11-16 Olaf Wintermann redirect stdout/stderr to log file changeset | files
2022-11-13 Olaf Wintermann use non-blocking IO for pipes and socket in send_cgi changeset | files
2022-11-13 Olaf Wintermann add http_send_response function that is usable for non-blocking IO changeset | files
2022-11-13 Olaf Wintermann parse cgi stderr output for logging and use non-blocking pipes changeset | files
2022-11-12 Olaf Wintermann refactor send_cgi into non-blocking SAF (wip) changeset | files
2022-11-12 Olaf Wintermann fix prepare_service_file error handling changeset | files
2022-11-12 Olaf Wintermann improve error handling in send_file if the file is a directory changeset | files
2022-11-12 Olaf Wintermann add check if pidfile can be opened changeset | files
2022-11-12 Olaf Wintermann run Init directives after setuid changeset | files
2022-11-12 Olaf Wintermann make config parser delimiters configurable changeset | files
2022-11-12 Olaf Wintermann allow '-' in tokens, add support for negative integers changeset | files
2022-11-12 Olaf Wintermann add obj.conf expression parser changeset | files
2022-11-09 Olaf Wintermann extend serverconfig tokenizer to create separate tokens for brackets changeset | files
2022-11-09 Olaf Wintermann use realloc instead of malloc in object_add_directive changeset | files
2022-11-08 Olaf Wintermann new recursive function to convert objconf (preparation for nsapi conditions) changeset | files
2022-11-07 Olaf Wintermann new obj.conf parser based on serverconfig parser changeset | files
2022-11-07 Olaf Wintermann use server.conf parser for init.conf as well changeset | files
2022-11-06 Olaf Wintermann prepare serverconfig parser to be also used for obj.conf and init.conf changeset | files
2022-11-06 Olaf Wintermann update ucx hash functions changeset | files
2022-11-06 Olaf Wintermann switch from ucx 2 to 3 changeset | files
2022-11-02 Olaf Wintermann improve propfind error handling changeset | files
2022-11-02 Olaf Wintermann implement ACL check for proppatch requests changeset | files
2022-11-02 Olaf Wintermann improve error handling in webdav_proppatch changeset | files
2022-11-02 Olaf Wintermann improve sessionhandler error handling changeset | files
2022-11-02 Olaf Wintermann improve error handling in basic_run_session changeset | files
2022-11-02 Olaf Wintermann abort config loading if an unknown webdav backend is specified changeset | files
2022-11-02 Olaf Wintermann replace perror() messages with log_ereport in thrpool.c changeset | files
2022-11-01 Olaf Wintermann close connection if content-length != number of bytes written changeset | files
2022-11-01 Olaf Wintermann store number of written bytes in the HttpStream changeset | files
2022-11-01 Olaf Wintermann add vfs support to dir_redirect changeset | files
2022-11-01 Olaf Wintermann add vfs support to find_index changeset | files
2022-11-01 Olaf Wintermann fix multistatus response creating namespace definitions twice in some cases changeset | files
2022-11-01 Olaf Wintermann pg: fix proppatch not working for normal dead properties if extensions are enabled changeset | files
2022-11-01 Olaf Wintermann fix invalid propfind pg queries created for allprop requests on collections changeset | files
2022-11-01 Olaf Wintermann fix warning caused by an ucx update that changed UcxKey data to const changeset | files
2022-10-23 Olaf Wintermann fix ucx include path in postgresql plugin changeset | files
2022-10-13 Olaf Wintermann use IPV6_V6ONLY socket option on linux changeset | files
2022-10-13 Olaf Wintermann convert ipv6 addr to string changeset | files
2022-10-12 Olaf Wintermann add initial ipv6 support changeset | files
2022-09-25 Olaf Wintermann fix mkcol not responding with correct status code in some cases changeset | files
2022-09-25 Olaf Wintermann "write" permission includes "add_file" now changeset | files
2022-09-25 Olaf Wintermann fix listener not initialiazed before changeuid changeset | files
2022-09-25 Olaf Wintermann print error in case the log file config doesn't work changeset | files
2022-09-25 Olaf Wintermann add verbose logging for setuid/setgid and abort startup if setuid fails changeset | files
2022-09-25 Olaf Wintermann reduce log warnings in case pg_check_connection fails changeset | files
2022-09-25 Olaf Wintermann fix double free in postgresql resourcepool if pg_check_connection fails changeset | files
2022-09-25 Olaf Wintermann change uid before most of the config is loaded changeset | files
2022-09-25 Olaf Wintermann fix build on non-freebsd systems changeset | files
2022-09-24 Olaf Wintermann merge cpp-ports changeset | files
2022-09-24 Olaf Wintermann merge branch webdav into default changeset | files
2022-09-24 Olaf Wintermann remove debug code webdav changeset | files
2022-09-09 Olaf Wintermann fix net_printf not working with empty strings webdav changeset | files
2022-09-08 Olaf Wintermann disable pg large object IO functions for collections webdav changeset | files
2022-08-27 Olaf Wintermann fix resourcetype initialization webdav changeset | files
2022-08-18 Olaf Wintermann pg propfind stores resource_id in rq->vars webdav changeset | files
2022-08-18 Olaf Wintermann pg_vfs_open stores the resource_id in rq->vars webdav changeset | files
2022-08-18 Olaf Wintermann make original proppatch property list available to all backends webdav changeset | files
2022-08-15 Olaf Wintermann Add support for extended properties in pg proppatch webdav changeset | files
2022-08-14 Olaf Wintermann Add support for extended properties in pg propfind webdav changeset | files
2022-08-14 Olaf Wintermann build pg propfind query from components webdav changeset | files
2022-08-14 Olaf Wintermann use configured root node from PgRepository in pg vfs/webdav webdav changeset | files
2022-08-13 Olaf Wintermann add parser for extended postgresql webdav config webdav changeset | files
2022-08-11 Olaf Wintermann add config option for pg root node lookup webdav changeset | files
2022-08-11 Olaf Wintermann add global resource lookup function webdav changeset | files
2022-08-10 Olaf Wintermann adjust pg plugin to new dav initialization webdav changeset | files
2022-08-10 Olaf Wintermann add support for named dav repositories in nametrans safs webdav changeset | files
2022-08-10 Olaf Wintermann implement named dav repositories webdav changeset | files
2022-08-09 Olaf Wintermann add support for name/value config args webdav changeset | files
2022-08-07 Olaf Wintermann add new dav config element webdav changeset | files
2022-06-08 Mike Becker revert optimization that does not harmonize with realloc() cpp-ports changeset | files
2022-06-08 Mike Becker fix code that is not standard C cpp-ports changeset | files
2022-06-08 Mike Becker port pblock.cpp to pblock.c cpp-ports changeset | files
2022-06-04 Mike Becker port uri.cpp to uri.c cpp-ports changeset | files
2022-05-15 Olaf Wintermann make sure the http stream is finished if headers are sent webdav changeset | files
2022-05-14 Olaf Wintermann check if service SAFs sent a response, terminate connection in case no response was sent webdav changeset | files
2022-05-14 Olaf Wintermann check cgi exit code webdav changeset | files
2022-05-14 Olaf Wintermann start threadpool in threadpool_run() if no threads are created yet webdav changeset | files
2022-05-14 Olaf Wintermann add separate threadpool_start function for creating initial threadpool threads webdav changeset | files
2022-05-14 Olaf Wintermann escape child href in pg propfind webdav changeset | files
2022-05-14 Olaf Wintermann enable util_uri_escape and util_url_escape and add some tests webdav changeset | files
2022-05-13 Olaf Wintermann add missing HttpStream initializations webdav changeset | files
2022-05-11 Olaf Wintermann fix pg_vfs_dirio_readdir not initializing some VFS_ENTRY fields webdav changeset | files
2022-05-11 Olaf Wintermann fix webdav_delete response in case of errors webdav changeset | files
2022-05-11 Olaf Wintermann fix parse_request_line not detecting the uri correctly in some cases webdav changeset | files
2022-05-10 Olaf Wintermann fix that pg mkdir can create directories with trailing path separators in the nodename webdav changeset | files
2022-05-09 Olaf Wintermann xml escape href value in propfind response webdav changeset | files
2022-05-09 Olaf Wintermann implement etag in pg propfind webdav changeset | files
2022-05-08 Olaf Wintermann update etag when a postgresql file is updated webdav changeset | files
2022-05-08 Olaf Wintermann extend postgresql vfs to store an etag in the file webdav changeset | files
2022-05-08 Olaf Wintermann add optional getetag function to VFS API webdav changeset | files
2022-05-08 Olaf Wintermann fix webdav_mkcol response and add error handling webdav changeset | files
2022-05-08 Olaf Wintermann fix resource pool memory management webdav changeset | files
2022-05-08 Olaf Wintermann fix invalid memory access in event_bsd.c webdav changeset | files
2022-05-08 Olaf Wintermann add support for O_TRUNC in pg_vfs_open webdav changeset | files
2022-05-08 Olaf Wintermann add O_TRUNC to oflags in webdav_put webdav changeset | files
(0) -240 tip

mercurial