Mercurial
>
hg
>
webserver
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
update ucx hash functions
2022-11-06
, by Olaf Wintermann
switch from ucx 2 to 3
2022-11-06
, by Olaf Wintermann
improve propfind error handling
2022-11-02
, by Olaf Wintermann
implement ACL check for proppatch requests
2022-11-02
, by Olaf Wintermann
improve error handling in webdav_proppatch
2022-11-02
, by Olaf Wintermann
improve sessionhandler error handling
2022-11-02
, by Olaf Wintermann
improve error handling in basic_run_session
2022-11-02
, by Olaf Wintermann
abort config loading if an unknown webdav backend is specified
2022-11-02
, by Olaf Wintermann
replace perror() messages with log_ereport in thrpool.c
2022-11-02
, by Olaf Wintermann
close connection if content-length != number of bytes written
2022-11-01
, by Olaf Wintermann
store number of written bytes in the HttpStream
2022-11-01
, by Olaf Wintermann
add vfs support to dir_redirect
2022-11-01
, by Olaf Wintermann
add vfs support to find_index
2022-11-01
, by Olaf Wintermann
fix multistatus response creating namespace definitions twice in some cases
2022-11-01
, by Olaf Wintermann
pg: fix proppatch not working for normal dead properties if extensions are enabled
2022-11-01
, by Olaf Wintermann
fix invalid propfind pg queries created for allprop requests on collections
2022-11-01
, by Olaf Wintermann
fix warning caused by an ucx update that changed UcxKey data to const
2022-11-01
, by Olaf Wintermann
fix ucx include path in postgresql plugin
2022-10-23
, by Olaf Wintermann
use IPV6_V6ONLY socket option on linux
2022-10-13
, by Olaf Wintermann
convert ipv6 addr to string
2022-10-13
, by Olaf Wintermann
add initial ipv6 support
2022-10-12
, by Olaf Wintermann
fix mkcol not responding with correct status code in some cases
2022-09-25
, by Olaf Wintermann
"write" permission includes "add_file" now
2022-09-25
, by Olaf Wintermann
fix listener not initialiazed before changeuid
2022-09-25
, by Olaf Wintermann
print error in case the log file config doesn't work
2022-09-25
, by Olaf Wintermann
add verbose logging for setuid/setgid and abort startup if setuid fails
2022-09-25
, by Olaf Wintermann
reduce log warnings in case pg_check_connection fails
2022-09-25
, by Olaf Wintermann
fix double free in postgresql resourcepool if pg_check_connection fails
2022-09-25
, by Olaf Wintermann
change uid before most of the config is loaded
2022-09-25
, by Olaf Wintermann
fix build on non-freebsd systems
2022-09-25
, by Olaf Wintermann
merge cpp-ports
2022-09-24
, by Olaf Wintermann
merge branch webdav into default
2022-09-24
, by Olaf Wintermann
remove debug code
webdav
2022-09-24
, by Olaf Wintermann
fix net_printf not working with empty strings
webdav
2022-09-09
, by Olaf Wintermann
disable pg large object IO functions for collections
webdav
2022-09-08
, by Olaf Wintermann
fix resourcetype initialization
webdav
2022-08-27
, by Olaf Wintermann
pg propfind stores resource_id in rq->vars
webdav
2022-08-18
, by Olaf Wintermann
pg_vfs_open stores the resource_id in rq->vars
webdav
2022-08-18
, by Olaf Wintermann
make original proppatch property list available to all backends
webdav
2022-08-18
, by Olaf Wintermann
Add support for extended properties in pg proppatch
webdav
2022-08-15
, by Olaf Wintermann
Add support for extended properties in pg propfind
webdav
2022-08-14
, by Olaf Wintermann
build pg propfind query from components
webdav
2022-08-14
, by Olaf Wintermann
use configured root node from PgRepository in pg vfs/webdav
webdav
2022-08-14
, by Olaf Wintermann
add parser for extended postgresql webdav config
webdav
2022-08-13
, by Olaf Wintermann
add config option for pg root node lookup
webdav
2022-08-11
, by Olaf Wintermann
add global resource lookup function
webdav
2022-08-11
, by Olaf Wintermann
adjust pg plugin to new dav initialization
webdav
2022-08-10
, by Olaf Wintermann
add support for named dav repositories in nametrans safs
webdav
2022-08-10
, by Olaf Wintermann
implement named dav repositories
webdav
2022-08-10
, by Olaf Wintermann
add support for name/value config args
webdav
2022-08-09
, by Olaf Wintermann
add new dav config element
webdav
2022-08-07
, by Olaf Wintermann
revert optimization that does not harmonize with realloc()
cpp-ports
2022-06-08
, by Mike Becker
fix code that is not standard C
cpp-ports
2022-06-08
, by Mike Becker
port pblock.cpp to pblock.c
cpp-ports
2022-06-08
, by Mike Becker
port uri.cpp to uri.c
cpp-ports
2022-06-04
, by Mike Becker
make sure the http stream is finished if headers are sent
webdav
2022-05-15
, by Olaf Wintermann
check if service SAFs sent a response, terminate connection in case no response was sent
webdav
2022-05-14
, by Olaf Wintermann
check cgi exit code
webdav
2022-05-14
, by Olaf Wintermann
start threadpool in threadpool_run() if no threads are created yet
webdav
2022-05-14
, by Olaf Wintermann
add separate threadpool_start function for creating initial threadpool threads
webdav
2022-05-14
, by Olaf Wintermann
escape child href in pg propfind
webdav
2022-05-14
, by Olaf Wintermann
enable util_uri_escape and util_url_escape and add some tests
webdav
2022-05-14
, by Olaf Wintermann
add missing HttpStream initializations
webdav
2022-05-13
, by Olaf Wintermann
fix pg_vfs_dirio_readdir not initializing some VFS_ENTRY fields
webdav
2022-05-11
, by Olaf Wintermann
fix webdav_delete response in case of errors
webdav
2022-05-11
, by Olaf Wintermann
fix parse_request_line not detecting the uri correctly in some cases
webdav
2022-05-11
, by Olaf Wintermann
fix that pg mkdir can create directories with trailing path separators in the nodename
webdav
2022-05-10
, by Olaf Wintermann
xml escape href value in propfind response
webdav
2022-05-09
, by Olaf Wintermann
implement etag in pg propfind
webdav
2022-05-09
, by Olaf Wintermann
update etag when a postgresql file is updated
webdav
2022-05-08
, by Olaf Wintermann
extend postgresql vfs to store an etag in the file
webdav
2022-05-08
, by Olaf Wintermann
add optional getetag function to VFS API
webdav
2022-05-08
, by Olaf Wintermann
fix webdav_mkcol response and add error handling
webdav
2022-05-08
, by Olaf Wintermann
fix resource pool memory management
webdav
2022-05-08
, by Olaf Wintermann
fix invalid memory access in event_bsd.c
webdav
2022-05-08
, by Olaf Wintermann
add support for O_TRUNC in pg_vfs_open
webdav
2022-05-08
, by Olaf Wintermann
add O_TRUNC to oflags in webdav_put
webdav
2022-05-08
, by Olaf Wintermann
replace atoi with util_strtoint
webdav
2022-05-08
, by Olaf Wintermann
add util_asprintf and util_vasprintf
webdav
2022-05-07
, by Olaf Wintermann
remove redundant comments
webdav
2022-05-07
, by Olaf Wintermann
store HttpStream buflen as pointer (referencing NSAPISession cursize)
webdav
2022-05-07
, by Olaf Wintermann
code cleanup
webdav
2022-05-07
, by Olaf Wintermann
fix and simplify chunked transfer encoding
webdav
2022-05-07
, by Olaf Wintermann
first semi-functional implementation of chunked transfer encoding for request bodies
webdav
2022-05-06
, by Olaf Wintermann
simplify request input buffer
webdav
2022-05-05
, by Olaf Wintermann
implement allprop in default and postgresql webdav backends
webdav
2022-05-03
, by Olaf Wintermann
fix netbuf_getbytes not detecting EOF in some cases
webdav
2022-05-02
, by Olaf Wintermann
add content-length header to webdav_delete and webdav_put
webdav
2022-05-02
, by Olaf Wintermann
send response in webdav_put
webdav
2022-05-02
, by Olaf Wintermann
move http response code from webdav_vfs_op_do to webdav_delete
webdav
2022-05-02
, by Olaf Wintermann
send response in webdav_delete
webdav
2022-05-02
, by Olaf Wintermann
add davclass parameter to pfx2dir for setting the webdav backend
webdav
2022-05-02
, by Olaf Wintermann
add support for xml properties in propfind/proppatch requests (pg)
webdav
2022-05-01
, by Olaf Wintermann
fix TestVFSFile ctx initialization
webdav
2022-05-01
, by Olaf Wintermann
fix uninitialized memory access in directory check
webdav
2022-05-01
, by Olaf Wintermann
fix test request memory initialization
webdav
2022-05-01
, by Olaf Wintermann
fix memory initialization for WebdavProperty in webdav tests
webdav
2022-05-01
, by Olaf Wintermann
add WebdavNSList <-> string converting functions
webdav
2022-05-01
, by Olaf Wintermann
add basic pg proppatch implementation
webdav
2022-04-30
, by Olaf Wintermann
store property prefix in the database
webdav
2022-04-26
, by Olaf Wintermann
add tests for propfind allprop
webdav
2022-04-26
, by Olaf Wintermann
fix sql query for selecting specific properties
webdav
2022-04-26
, by Olaf Wintermann
fix pg propfind for getlastmodified property
webdav
2022-04-25
, by Olaf Wintermann
test pg propfind response
webdav
2022-04-25
, by Olaf Wintermann
add pg propfind cleanup
webdav
2022-04-25
, by Olaf Wintermann
implement pg getlastmodified propfind (and prepare creationdate)
webdav
2022-04-25
, by Olaf Wintermann
remove createtestdb from build
webdav
2022-04-25
, by Olaf Wintermann
implement pg getcontentlength property
webdav
2022-04-25
, by Olaf Wintermann
close last resource in multistatus_send
webdav
2022-04-25
, by Olaf Wintermann
fix href in pg propfind response
webdav
2022-04-25
, by Olaf Wintermann
add semi functional pg propfind handler
webdav
2022-04-24
, by Olaf Wintermann
change pg_resolve_path signature to be useable without VFS
webdav
2022-04-21
, by Olaf Wintermann
add basic parser for pg timestamps
webdav
2022-04-20
, by Olaf Wintermann
add pg webdav backend initialization
webdav
2022-04-19
, by Olaf Wintermann
fix some snprintf warnings
webdav
2022-04-19
, by Olaf Wintermann
add function for registering webdav backends
webdav
2022-04-19
, by Olaf Wintermann
add instance field to webdav backend struct
webdav
2022-04-19
, by Olaf Wintermann
add empty pg webdav funcs
webdav
2022-04-19
, by Olaf Wintermann
fix error handling in pg_remove_res
webdav
2022-04-19
, by Olaf Wintermann
handle sql error in pg_remove_res
webdav
2022-04-18
, by Olaf Wintermann
less
more
|
(0)
-120
+120
tip