]> git.proxmox.com Git - pve-http-server.git/history - src
unshift_read_header: minor code style improvement
[pve-http-server.git] / src /
2022-09-29 Thomas Lamprechtunshift_read_header: minor code style improvement
2022-09-29 Thomas Lamprechtmultipart upload: report duration with millisecond...
2022-09-29 Thomas Lamprechtmultipart upload: avoid some extra lines and general...
2022-09-29 Thomas Lamprechtmultipart upload: avoid code duplication in writing...
2022-09-29 Thomas Lamprechtmultipart upload: factor out content-disposition extraction
2022-09-29 Thomas Lamprechtmultipart upload: drop unused variables
2022-09-29 Matthias Heisererfix #3990: multipart upload: rework to fix uploading...
2022-09-29 Matthias HeisererAnyEvent: whitespace fix
2022-09-29 Daniel Tschlatscheracknowledge content-disposition header
2022-07-04 Thomas Lamprechtrequest: add missing early return to complete error...
2022-07-02 Thomas Lamprechtrequests: assert that theres no @ in the URLs authority
2022-07-02 Thomas Lamprechtpass through streaming: only allow from privileged...
2022-07-02 Thomas Lamprechtproxy request: assert that API url starts with a slash
2022-07-01 Thomas Lamprechtresponse: avoid linefeeds in response status
2022-07-01 Thomas Lamprechtresponse: improve no content comment
2022-05-17 Fabian Grünbichlerhtml formatter: encode href attributes
2022-01-18 Fabian Grünbichlertls: log failure to apply TLS 1.3 ciphers
2022-01-13 Fabian Grünbichlerfix #3789: allow disabling TLS v1.2/v1.3
2022-01-13 Fabian Grünbichlerfix #3745: allow overriding TLS key location
2022-01-13 Fabian Grünbichlerfix #3790: allow setting TLS 1.3 cipher suites
2022-01-13 Fabian Grünbichlerfix #3807: don't attempt response on closed handle
2022-01-13 Thomas Lamprechtsmall indentation and code cleanup
2022-01-13 Thomas Lamprechtavoid warning if request params do not exists
2021-12-17 Fabian GrünbichlerWS: guard disconnect block check properly
2021-11-24 Thomas Lamprechthttp: split and sort use statements
2021-11-24 Dominik Csapakdownload-stream: allow the api call to set the content...
2021-11-16 Thomas Lamprechtconstructor: split TLS flags to separate lines
2021-11-16 Stoiko Ivanovfix #3724: disable TLS renegotiation
2021-11-11 Fabian Grünbichlerwebproxy: handle unflushed write buffer
2021-10-04 Lorenz Stechauneranyevent: move unlink from http-server to endpoint
2021-05-18 Fabian Grünbichlerwebsocket: add note about compat removal
2021-05-18 Dominik CsapakAnyEvent/websocket_proxy: drop handling of websocket...
2021-05-18 Dominik CsapakAnyEvent/websocket_proxy: remove 'base64' handling
2021-05-14 Thomas Lamprechtbuildsys: split packaging and source build-systems