]> git.proxmox.com Git - pve-client.git/history - PVE/APIClient/Commands/lxc.pm
lxc enter: set STDOUT to non-blocking mode
[pve-client.git] / PVE / APIClient / Commands / lxc.pm
2018-06-08 Dietmar Maurerlxc enter: set STDOUT to non-blocking mode
2018-06-08 Dietmar Maurerlxc enter: fix read from non-blocking web socket
2018-06-08 Dietmar Maurerlxc enter: switch back to non-blocking mode
2018-06-08 Dietmar Maurerlxc enter: cleanup filehandle usage
2018-06-08 Dietmar Maurerlxc console: limit output buffer size
2018-06-08 Dietmar Maurerlxc enter: handle writes with select
2018-06-08 Dietmar Maurerlxc enter: use IO::Select->select
2018-06-08 René JochumPoll the size of the terminal and resize if needed
2018-06-07 Dietmar Maurerimplemet and use full_write()
2018-06-07 Dietmar Maurerwebsocket: set max_payload_size to 128*1024
2018-06-06 Dietmar Maurerlxc enter: simplify code and cleanups
2018-06-06 Dietmar Maurerparse_web_socket_frame: use $wsbuf_ref directly, so...
2018-06-06 Dietmar Maurerfixup for previous commit: really set blocking mode
2018-06-06 Dietmar Maurerenter: on exit, switch back to blocking mode
2018-06-06 René JochumAdd "lxc enter" from "pventer" without its deps.
2018-06-06 René JochumFix the WebSocket client to work with none PVE servers.
2018-06-05 Dietmar Maureruse SectionConfig for PVE::APIClient::Config
2018-06-05 René JochumAdd config class.
2018-05-30 Dietmar Maurercorrectly use HTTP::Response
2018-05-30 Dietmar Maurerremove generic websocket code - not worth to share
2018-05-30 Dietmar Maurerimplement basic websocket protocol
2018-05-29 Dietmar Maurermove config related code to PVE/APIClient/Config.pm
2018-05-29 Dietmar Maureruse new PVE::APIClient::Config class, register_standard...
2018-05-29 Dietmar Maurerlxc.pm: add test code to read config from ~/.pveclient
2018-05-23 Dietmar Maureradd stub for lxc commands