]> git.proxmox.com Git - pve-common.git/history - src
build: base BUILDDIR on VERSION
[pve-common.git] / src /
2018-10-04 Wolfgang BumillerINotify: simplify lookup_type_prio
2018-10-04 Alexandre Derumierimprove lookup_type_prio
2018-10-04 Alexandre DerumierInotify: add support for 802.1ad stacked vlans
2018-10-03 David Limbeckfix #1938: increase filesize limit for /proc/mounts
2018-09-25 Wolfgang BumillerJSONSchema: typo fixup
2018-09-20 Thomas Lamprechtfix some erro mesage and comment typos
2018-09-20 Dietmar Maurernew helper get_host_arch
2018-09-17 Dominik Csapakfix #1914: CLIFormatter: check also for existence of...
2018-09-14 Dominik CsapakINotify.pm: add methods for reading/writing /etc/hosts
2018-09-14 Dominik CsapakINotify.pm: use run_command instead of open for calling...
2018-09-14 Dominik Csapakdecode comments in /etc/network/interfaces as utf8
2018-09-13 Dietmar Maurerapi_dump_full: use api_clone_schema() for 'returns...
2018-09-11 Alexandre DerumierInotify: check bridgeport: fix vlan interface not defined
2018-09-11 Alexandre DerumierInotify: fix mtu check
2018-08-22 Dominik Csapakrun_fork_with_timeout: handle SIGTERM
2018-08-22 Dominik Csapakadd readline_nointr to Tools
2018-08-06 Dietmar Maurerrender_bytes: avoid untaint by simply change the sprint...
2018-08-06 Dietmar Maurerrender_bytes: check format, untaint before calling...
2018-08-01 Dietmar Maurerprint_usage_short: do not group subcommands
2018-07-31 Dietmar Maurergenerate_usage_str: do not group sub-commands
2018-07-31 Dietmar Maurerprint_api_result: fix test for undefined $result_schema
2018-07-30 Dietmar Maurerprint_api_result: allow to pass undefined schema
2018-07-30 Dietmar Maurerprint_api_result_plain: new helper
2018-07-30 Dietmar Maurerprint_text_table: align numbers to the right side
2018-07-30 Dietmar Maurerprint_text_table: untaint $width
2018-07-27 Dietmar Maurergetopt_usage: always remove $standard_output_options
2018-07-26 Dietmar Maurergetopt_usage: do not display $standard_output_options
2018-07-26 Dietmar Maurerintrocude new output format 'yaml'
2018-07-26 Dietmar MaurerPVE::CLIFormatter - pass terminal option as separate...
2018-07-26 Dietmar MaurerPVE::Certificate - set renderers for unix epoch and...
2018-07-26 Dietmar MaurerPVE::CLIFormatter - new 'yaml' renderer
2018-07-26 Dietmar Maurercli: print_text_table: correctly handle sort_key 0
2018-07-26 Dietmar MaurerPVE::CLIHandler - allow to define additional parameters...
2018-07-26 Dietmar Maurercli: remove all output formatter magic from CLIHandler
2018-07-26 Dietmar MaurerPVE::ACME - untaint saved account data
2018-07-23 Dominik Csapakapi dump: do not skip indexed params with only one...
2018-07-18 Wolfgang Bumillerfixup: parameters vs properties typo
2018-07-18 Thomas Lamprechtcli_handler: make standard options opt-in
2018-07-10 Dietmar Maurerprint_api_result: skip undefined object values
2018-07-10 Dietmar Maureroutput format options: remove 'plain', add 'json-pretty'
2018-07-10 Dietmar MaurerPVE::CLIFormatter::print_api_result - remove parameter...
2018-07-10 Dietmar Maurercli_handler: pass common output options as separate...
2018-07-10 Dietmar MaurerPVE::CLIFormatter - implement new output options
2018-07-10 Wolfgang Bumillerfixup: don't use exists boolean
2018-07-10 Wolfgang Bumillerfixup: compare MTUs numerically
2018-07-10 Wolfgang Bumillerwhitespace fixup
2018-07-10 Wolfgang Bumillercleanup: whitespace and error message consistency
2018-07-10 Alexandre DerumierInotify : add mtu option
2018-07-10 Alexandre DerumierInotify : add check vlan
2018-07-10 Alexandre DerumierInotify : add check_bond
2018-07-10 Alexandre DerumierInotify : add bridge ports options
2018-07-10 Alexandre DerumierInotify : add vxlan interface support
2018-07-06 Dietmar MaurerPVE::RESTHandler::generate_usage_str - new static metho...
2018-07-05 Dietmar MaurerPVE::CLIFormatter::print_api_result - use print_api_lis...
2018-07-05 Dietmar MaurerCLIFormatter - implement renderer for timestamps using GMT
2018-07-04 Dietmar MaurerPVE::CLIFormatter::data_to_text - add parameter $options
2018-07-04 Dietmar MaurerCLIFormatter - implement renderer for timestamps
2018-07-04 Dietmar MaurerPVE::CLIHandler - allow to set LOG ID with $ENV{PVE_LOG_ID}
2018-07-03 Dietmar MaurerJSONSchema: register new standard option 'pve-output...
2018-07-03 Dietmar MaurerPVE::CLIFormatter::extract_properties_to_print - new...
2018-07-03 Dietmar MaurerCLIFormatter: define some commonly useful rendering...
2018-07-03 Dietmar MaurerJSONSchema: define 'renderer' property
2018-06-29 Thomas Lamprechtcli: print_text_table: restore autoformat behavior
2018-06-29 Dietmar Maurercli: print_text_table: support multiline data
2018-06-29 Dietmar Maurercli: data_to_text: never render undefined values
2018-06-29 Dietmar MaurerPVE::CLIFormatter::query_terminal_options - new helper
2018-06-29 Dietmar Maurercli: print_api_result: add/use new encoding option
2018-06-29 Dietmar MaurerCLIFormatter: implement tables with utf8 borders
2018-06-29 Dietmar MaurerCLIFormatter: pass options as hash
2018-06-29 Dietmar Maurercli: print_text_table: allow to limit output width
2018-06-29 Dietmar Maurercli: data_to_text: pass property info
2018-06-29 Dietmar MaurerPVE::JSONSchema::register_renderer - allow to register...
2018-06-29 Dietmar Maurercli: print_api_result: use print_api_list to print...
2018-06-29 Dietmar Maurercli: print_text_table: allow to draw ascii art borders
2018-06-29 Thomas Lamprechttrivial: fixup: no double semicolons
2018-06-29 Thomas Lamprechtfoolowup: improve/add comments and spacing
2018-06-29 Stoiko Ivanovfix #1819: fork_worker: ensure sync'ed workers control...
2018-06-28 Dietmar MaurerPVE/CLIFormatter.pm - new class to generate/format...
2018-06-27 Thomas Lamprechtrest/cli: rename param mapping related variable to...
2018-06-27 Dominik Csapakremove read_password_func from cli handler
2018-06-27 Dietmar Maurercli: print_text_table: another fix for poperties withou...
2018-06-27 Thomas Lamprechtcli: print_text_table: die if no property info not...
2018-06-27 Dietmar Maurercli: print_text_table: fix for poperties without schema
2018-06-27 Thomas Lamprechtcli: print_text_table: followup code cleanup
2018-06-27 Thomas Lamprechtcli: print_text_table: default to autosort on
2018-06-27 Thomas Lamprechtcli: print_api_result: simplify props_to_print code
2018-06-27 Dietmar MaurerPVE::CLIHandler::print_text_table - cleanup, directly...
2018-06-27 Dietmar MaurerPVE::CLIHandler::print_text_table - add option $sort_key
2018-06-27 Stoiko IvanovPVE::CLIHandler::data_to_text: return '' for undef
2018-06-27 Dietmar MaurerPVE::CLIHandler::print_api_result - add $props_to_print...
2018-06-25 Stoiko IvanovPVE::CLIHandler::print_api_list: update comment
2018-06-25 Stoiko IvanovPVE::CLIHandler::print_api_list - use all occuring...
2018-06-25 Stoiko IvanovPVE::CLIHandler::print_text_table - fix sorting
2018-06-22 Dietmar Maurercleanup: rename $returninfo to $result_schema
2018-06-22 Dietmar MaurerPVE::CLIHandler::print_api_list - improve format check
2018-06-22 Dietmar MaurerPVE::CLIHandler::print_api_list - reorder arguments
2018-06-22 Dietmar MaurerPVE::CLIHandler::print_api_list - allow to pass empty...
2018-06-22 Dietmar MaurerPVE::CLIHandler - new helper print_api_result
2018-06-20 Thomas Lamprechtcli: print table: remove only-once-used default variable
2018-06-20 Stoiko Ivanovcli: print_text_table: ensure default is not undefined
next