]> git.proxmox.com Git - pve-manager.git/history - PVE/HTTPServer.pm
depend on pve-docs package
[pve-manager.git] / PVE / HTTPServer.pm
2016-05-25 Dietmar Maurerdepend on pve-docs package
2016-01-22 Dietmar Maurerfix bug #575: fork at shutdown, so that partent starts...
2016-01-22 Emmanuel KasperAdd mime type for woff2 fonts, also update mime type...
2015-05-27 Wolfgang Bumillerlocalhost instead of 127.0.0.1 makes ipv6 life easier
2015-05-21 Wolfgang Bumillerenclose ipv6 hosts in brackets in proxy_request()
2015-05-08 Wolfgang BumillerHTTPServer.pm: accept ip6 connections
2015-01-02 Dietmar Maurerwebsocket_proxy: correctly close connection
2015-01-02 Dietmar MaurerHTTPServer:: mark process in shutdown phase
2014-08-01 Dietmar MaurerHTTPServer: add support for font files (content types)
2014-06-25 Dietmar Maureruse case insensitive match for websocket upgrade (make...
2014-06-24 Dietmar Maurerdo not call uri_unescape on whole url - only on path
2014-06-18 Dietmar MaurerHTTPServer: implement websockets
2014-06-13 Dietmar MaurerHTTPServer: set content type for .html files
2014-05-02 Dietmar Maurernew html formatter PVE::API2::Formatter::HTML
2014-05-02 Dietmar Maurerfix typo
2014-05-02 Dietmar Maurermove formater registration to HTTPServer
2014-04-30 Dietmar Maureradd generic formater support
2014-04-30 Dietmar Maurerallow to return HTTP::Response object from format_respo...
2014-04-30 Dietmar MaurerHTTPServer: correctly unescape url
2014-04-30 Dietmar Maurerintroduce base_handler_class
2014-04-30 Dietmar Maurerremove unused code
2014-02-24 Dietmar Maurerbump version to 3.1-44, re-add spiceconfig support
2013-12-21 Dietmar MaurerMerge remote-tracking branch 'origin/pve-ceph'
2013-12-11 Dietmar Maurerremove spiceconfig format
2013-12-10 Dietmar Maurerallow to use vmid 0 in spice tickets
2013-11-18 Dietmar Maurerdelay UNAUTHORIZED response to avoid DOS attack
2013-10-28 Dietmar Maurerspice: ignore the case of the characters in hostname...
2013-09-17 Dietmar Maurerdisable SSL compression
2013-08-16 Dietmar Maureradd favicon.ico
2013-07-24 Dietmar Maurerfix proxy loop assertion for spiceproxy
2013-07-24 Dietmar Maurerlog handle_spice_proxy_request() errors to syslog
2013-07-23 Dietmar Maurerfix proxy loop assertion
2013-07-22 Alexandre Derumierspiceproxy : allow only spice port range
2013-07-22 Dietmar Maurertry to detect proxy loops
2013-07-19 Dietmar Maurercall $rpcenv->init_request before calling remote_node_ip
2013-07-18 Dietmar Maurerspiceproxy: forward calls to remote nodes
2013-07-18 Dietmar Maurerspiceproxy: code cleanups
2013-07-17 Dietmar Maurerspiceproxy: use tcp instead of unix socket
2013-06-27 Dietmar Maurerspiceproxy: improve loggin code
2013-06-26 Dietmar Maureradd spiceproxy server
2013-06-25 Alexandre Derumierrest : handle application/x-spice-configuration respons...
2013-06-11 Dietmar Maureravoid gzip http response for jar
2013-06-11 Alexandre Derumieravoid gzip http response for png & gif
2013-06-07 Dietmar Maurerfix bug 401: disable connection timeout during API...
2013-05-23 Dietmar Maureravoid using HTTP_PROXY environment variable
2013-05-22 Dietmar Maurertry to add resonable warning if client connections...
2013-05-22 Dietmar Maurerallow to upload files with spaces in filename
2013-05-21 Dietmar Maureravoid warning about uninitialized value
2013-05-13 Dietmar Maurerfix bug #385: correctly handle Accept-Encoding
2013-04-29 Dietmar Maurerdo not use AnyEvent::Strict in production environment
2013-04-23 Dietmar Maurerpveproxy: implement if-modified-since
2013-04-23 Dietmar Maurerpveproxy: implement host based access control
2013-04-17 Dietmar Maurercode cleanups
2013-04-16 Dietmar Maurerimprove syslog for file uploads
2013-04-16 Dietmar Maurerstop keep-alive when there are many open connections
2013-04-16 Dietmar Maurerimprove security by setting size limits
2013-04-16 Dietmar Maureraccept len=0 for http requests
2013-04-16 Dietmar Maurerfix multipart parser
2013-04-15 Dietmar Maureruse correct protocol version for http response
2013-04-15 Dietmar Maurerimplement file upload
2013-04-11 Dietmar Maurerdo not use keep_alive for connections to localhost
2013-04-11 Dietmar Maureradd tls_ctx to proxy requests
2013-04-11 Dietmar Maurercode cleanups
2013-04-11 Dietmar Maureruse syncrounous IO for log writer
2013-04-11 Dietmar Maurermove HTTPServer into separate file