]> git.proxmox.com Git - pve-http-server.git/history - PVE/APIServer/AnyEvent.pm
websocket: set $max_payload_size = 128*1024; (131072)
[pve-http-server.git] / PVE / APIServer / AnyEvent.pm
2018-06-07 Dietmar Maurerwebsocket: set $max_payload_size = 128*1024; (131072)
2018-06-06 Dietmar Maurerlimit websocket frame size
2018-05-28 René JochumFix #1684 WebSocket proxy behind a buffered proxy.
2017-12-11 Thomas Lamprechtauth_handler: respond with passed error if we get a...
2017-11-24 Wolfgang Bumillerwhitespace fixup
2017-11-24 Dominik Csapakadd 'map' filetype to http-server
2017-11-24 Dominik Csapakdo not send websocket status code to port
2017-11-09 Dietmar Maureradd content type application/x-compressed-tar
2017-11-08 Dietmar Maurerallow API calls to download file contents.
2017-08-10 Dietmar Maurerpass $format to rest_handler()
2017-05-24 Dominik Csapakadd json/mp3/oga/svg filetypes
2017-05-24 Thomas Lamprechtincrease max POST data limit to 64 KB
2017-05-02 Dietmar Maurerassume all parameters are utf8 encoded
2017-04-24 Dietmar Maureravoid locale specific time stamps
2017-04-03 Fabian Grünbichlerfix #1332: allow ECDHE with all supported curves
2017-03-03 Dietmar Maurercleanup error message for non-existent files
2017-01-21 Dietmar Maurercall Net::SSLeay::ERR_clear_error after all handlers
2017-01-20 Dietmar Maurercall Net::SSLeay::ERR_clear_error() after auth_handler
2017-01-20 Dietmar Maureravoid warnings when clients disconnects early
2017-01-16 Dietmar Maurerimprove error message
2017-01-15 Dietmar Maurerpass basic server configuration to formatter functions
2017-01-15 Dietmar Maureradd some inline docs
2017-01-15 Dietmar Maurerremove base_handler_class from required arguments
2017-01-15 Dietmar Maurerremove all references to rpcenv (we can do this in...
2017-01-14 Dietmar Maurerpass $title to formatter functions
2017-01-14 Dietmar Maurerinclude bootstrap-3.3.7-dist.zip files
2017-01-14 Dietmar Maurernew helper add_dirs (copied from pveproxy.pm)
2017-01-14 Dietmar Maurerwhite space cleanups
2017-01-14 Dietmar Maureradd new hook function to generate CSRF token
2017-01-14 Dietmar Maurerrework formatter registration
2017-01-14 Dietmar Maureradd generic formatter framework
2017-01-13 Dietmar Maurerrename class to PVE::APIServer::AnyEvent