]> git.proxmox.com Git - pve-http-server.git/shortlog
pve-http-server.git
2023-03-06 John Hollowellmultipart upload: remove ignore-whitespace flag from...
2023-03-06 John Hollowellfix #4344: http-server: ignore unused multipart headers
2022-12-13 Matthias Heiserermultipart upload: ignore trailing-newline requirement...
2022-12-13 Matthias Heisererfix multipart upload: ignore additional headers
2022-12-13 Matthias Heiserermultipart upload: fix upload of files starting with...
2022-11-07 Thomas Lamprechtbump version to 4.1-5
2022-11-07 Dominik Csapakremove dead code 'parse_content_disposition'
2022-11-07 Dominik Csapakupload: re-allow white space in filenames
2022-09-29 Thomas Lamprechtbump version to 4.1-4
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 Lamprechtbump version to 4.1-3
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 Thomas Lamprechtbump version to 4.1-2
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 Thomas Lamprechtbump version to 4.1-1
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 Lamprechtbump version to 4.0-4
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 Thomas Lamprechtbuildsys: change upload dist to bullseye
2021-10-04 Thomas Lamprechtbump version to 4.0-3
2021-10-04 Thomas Lamprechtd/control: wrap-and-sort -tkn
2021-10-04 Thomas Lamprechtd/control: break libpve-storage-perl (<< 7.0-11)
2021-10-04 Lorenz Stechauneranyevent: move unlink from http-server to endpoint
2021-05-18 Fabian Grünbichlerbump version to 4.0-2
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 Lamprechtbump version to 4.0-1
2021-05-14 Thomas Lamprechtbuildsys: split packaging and source build-systems
2021-05-14 Thomas Lamprechtd/control: drop unzip from build depends
2021-05-14 Thomas Lamprechtd/control: improve package description
2021-05-14 Thomas Lamprechtd/control: bump compat level to 12
2021-05-14 Thomas Lamprechtd/copyright: update years
2021-05-07 Thomas Lamprechtbump version to 3.2-2
2021-05-07 Stoiko Ivanovaccess control: also include ipv6 in 'all'
2021-05-07 Stoiko Ivanovaccess control: correctly match v4-mapped-v6 addresses
2021-04-23 Thomas Lamprechtbump version to 3.2-1
2021-04-22 Stefan Reiterallow stream download from path and over pvedaemon...
2021-04-22 Stefan Reitersupport streaming data form fh to client
2021-04-21 Oguz Bektasutils: add LISTEN_IP option in /etc/default/pveproxy
2021-04-21 Stefan Reiterallow 'download' to be passed from API handler
2020-12-11 Thomas Lamprechtbump version to 3.1-1
2020-12-10 Stoiko Ivanovadd debug log for problems during accept
2020-12-10 Stoiko Ivanovaccept-phase: shutdown socket on early error
2020-12-10 Stoiko Ivanovaccept-phase: fix conn_count "leak"
2020-12-10 Stoiko Ivanovadd debug print helper
2020-07-02 Thomas Lamprechtbump version to 3.0-6
2020-07-02 Thomas Lamprechtincrease max headers to 64 to cope with modern browsers...
2020-06-05 Dominik Csapakfix post if variable declaration
2020-06-05 Dominik Csapakfix #2766: allow application/json as content-type for...
2020-03-09 Thomas Lamprechtbump version to 3.0-5
2020-03-07 Fabian Grünbichlerwebsocket_proxy: fix indentation
2020-03-07 Fabian Grünbichlerwebsocket_proxy: implement ping/pong support
2020-03-07 Fabian Grünbichlerwebsocket_proxy: pull out encoding into helper sub
2020-03-07 Fabian Grünbichlerwebsocket: improve masking performance
2020-03-06 Thomas Lamprechtd/control: bump versioned dependency to pve-common
2020-03-06 Thomas Lamprechtfollowup: indentation and error message improvement
2020-03-06 Dominik Csapakincrease allowed spiceport range
2020-01-29 Thomas Lamprechtbump version to 3.0-4
2020-01-29 Thomas Lamprechtd/control: versioned break pve-manager and pmg-api
2020-01-28 Fabian Grünbichlerapi-server: extract, set and handle API token header
2020-01-28 Tim Marxallow ticket in auth header as fallback
2019-12-11 Thomas Lamprechtupdate standards version
2019-10-28 Thomas LamprechtRevert "tls: make dh to openssl 1.1 compatible"
2019-10-17 Fabian Grünbichlerproxy_request: drop duplicate, unused parameter
2019-10-11 Thomas Lamprechtbump version to 3.0-3
2019-10-10 Dominik CsapakAnyEvent: extend send_file with content-type
2019-07-11 Thomas Lamprechtbump version to 3.0-2
2019-07-09 Thomas Lamprechtdecode_urlencoded: cope with undefined values
2019-05-22 Thomas Lamprechtre-use Debians jQuery and Bootstrap packages
2019-05-22 Thomas Lamprechtanyevent: rpcenv is optional and from our child instance
2019-05-22 Thomas Lamprechtbuildsys: switch upload dist over to buster
2019-05-22 Thomas Lamprechtbuildsys: also cleanup build directory on clean
2019-05-21 Thomas Lamprechtbuildsys: no need to include arch detection for arch...
2019-05-21 Thomas Lamprechtbuildsys: clean and distclean are phony targets
2019-05-21 Thomas Lamprechtbump version to 3.0-1
next