]> git.proxmox.com Git - pve-common.git/history - src
CpuSet: add helper to format/print cpu sets.
[pve-common.git] / src /
2016-10-28 Dietmar MaurerCpuSet: add helper to format/print cpu sets.
2016-10-26 Dietmar MaurerCpuSet: Simply class to handle cpu sets
2016-10-24 Michael RasmussenAdd check for infiniband to write functions as well
2016-10-24 Michael RasmussenAdd support for infiniband nics
2016-10-18 Wolfgang BumillerSectionConfig: always write out explicitly set booleans
2016-10-07 Fabian Grünbichlercorrect spelling of synopsis
2016-09-29 Wolfgang BumillerNetwork: add disable_ipv6 and use it
2016-09-29 Dietmar Maurerfix doc generator (do not convert efidisk0 to efidisk[N])
2016-09-05 Dietmar Maurerschema_get_type_text: always access values as number
2016-09-05 Dietmar Maureradd typetext property for more complex types
2016-08-16 Wolfgang Bumillerharden file_set_contents against symlink attacks
2016-07-14 Wolfgang Bumillerallow Regexp objects for strings in the schema
2016-07-14 Wolfgang Bumillertools: optional prefix for random_ether_addr
2016-07-05 Wolfgang Bumillerfix mac address generation limitation
2016-07-05 Fabian Grünbichlerfix 1046: add non-snapshotted disks as unused
2016-07-04 Wolfgang Bumillerdf: untaint the result
2016-06-21 Wolfgang BumillerFix #132: hold a lock while setting up vlan bridges
2016-06-21 Wolfgang Bumillervlan fixups: remove existing vlan ids
2016-06-09 Fabian Grünbichlercatch malformed mailto/mailfrom in sendmail
2016-06-07 Fabian Grünbichlerremove duplicate 'set -o pipefail'
2016-06-03 Wolfgang Bumilleradded: enter_systemd_scope
2016-06-03 Wolfgang Bumillermove Network::get_active_interfaces to ProcFSTools
2016-06-03 Wolfgang Bumilleradd netmasks starting from /8 to local netmask list
2016-06-03 Wolfgang BumillerConsider /31 and /32 valid subnet masks.
2016-06-01 Wolfgang BumillerAllow O_PATH and O_TMPFILE to be exported
2016-06-01 Wolfgang Bumilleradded: openat, mkdirat
2016-05-25 Thomas Lamprechtrun_cli_handler: add no_rpcenv parameter
2016-05-23 Wolfgang Bumillerprint_property_string: don't print the default key...
2016-05-19 Dietmar Maurerimprove doc generator, introduce verbose_description...
2016-05-18 Dietmar Maurerexport bond_modes (define with 'our' instead of 'my')
2016-05-18 Wolfgang Bumillertypo fix
2016-05-18 Dominik Csapakshow warning when using VLAN 1 on a VLAN aware bridge
2016-05-17 Wolfgang Bumillersupport for predictable network interface device names
2016-05-12 Dietmar Maurerre-enable run_cli, which is still in use
2016-05-12 Dietmar Maurerprint_property_string: correctly implement skip parameter
2016-05-11 Dietmar Maurerfix keyAlias test
2016-05-11 Dietmar MaurerJSONSchema fix property sort order
2016-05-11 Dietmar Maurerremove PodParser.pm, implement keyAlias feature
2016-05-07 Dietmar Maurerschema_get_type_text: return format_description if...
2016-05-04 Emmanuel KasperWhen starting in debug mode, starts the daemon without...
2016-05-03 Fabian GrünbichlerUse run_command instead of system
2016-04-30 Dietmar MaurerSectionConfig: sort values return by lookup_types
2016-04-30 Dietmar Maurersort keymap array
2016-04-30 Dietmar MaurerSectionConfig.pm: sort type enum
2016-04-19 Dietmar Maurerfix coding style
2016-04-19 Fabian GrünbichlerFix indexed parameter conversion in documentation
2016-04-19 Fabian GrünbichlerFix indexed parameter conversion in API dump
2016-04-13 Wolfgang BumillerFix #908: cleanup OVS ports in tap_unplug
2016-04-07 Dietmar Maureranother fix for $get_property_description() - remove...
2016-04-07 Dietmar Maurerpass correct format to $get_property_description()
2016-04-05 Fabian GrünbichlerFix uninitialized subroutine error
2016-04-05 Fabian GrünbichlerAdd validate_ssh_public_keys
2016-04-05 Fabian GrünbichlerReplace 'string' with 'filepath' for mapped params
2016-04-05 Fabian GrünbichlerHandle string parameter to file content replacement
2016-04-05 Dietmar Maurersendmail: minor cleanups
2016-04-05 Thomas LamprechtTools: add sendmail
2016-04-05 Wolfgang BumillerTools: tempfile and tempfile_contents
2016-04-05 Wolfgang Bumillerfix O_PATH value
2016-04-03 Dietmar Maurergenerate_typetext: avoid warning with aliases
2016-04-01 Wolfgang Bumillergenerate_typetext: handle enums and booleans automatically
2016-04-01 Wolfgang Bumillerproperty strings: introduce key grouping feature
2016-04-01 Fabian Grünbichlerfix #923: uninitalized value in remove_lock
2016-03-31 Dietmar Maurerget_property_description: introduce new $style parameter
2016-03-23 Wolfgang Bumillercleanup: whitespace and than/then typo
2016-03-23 Dietmar Maurerget_property_description: add new 'text' format
2016-03-23 Dietmar Maurerget_property_description: use correct base name opt[n]
2016-03-23 Dietmar Maurernew PVE::RESTHandler::dump_properties
2016-03-22 Dietmar Maurerfix spelling errors
2016-03-21 Wolfgang Bumilleradd the 'urlencoded' string format
2016-03-21 Wolfgang Bumillercleanup: full path package references to self
2016-03-21 Wolfgang Bumillercleanup: newlines in die/warn
2016-03-21 Wolfgang Bumillerproperty strings: check for commas in values
2016-03-16 Fabian Grünbichleradd missing check for undef in is_mounted
2016-03-15 Wolfgang Bumillernet: don't die in get_active_interfaces() and try both...
2016-03-09 Wolfgang Bumillercleanup: regex match group reference
2016-03-08 Wolfgang Bumillernet: improve ingress tc filter
2016-03-08 Wolfgang Bumillernet: tap_plug() needs to apply rate limiting
2016-03-08 Wolfgang Bumillernetwork: tap_rate_limit: fix uninitialized value
2016-03-08 Wolfgang Bumillerpod: skip aliases in generate_property_text
2016-03-08 Fabian GrünbichlerDecide whether volume is added as unused in subclass
2016-03-08 Fabian GrünbichlerIntroduce __snapshot_create_vol_snapshots_hook
2016-03-03 Fabian GrünbichlerAdd AbstractConfig base class
2016-03-02 Thomas LamprechtAdd since and until parameter to dump_journal
2016-02-27 Wolfgang Bumillerpod: generate property string documentation
2016-02-18 Wolfgang Bumillerschema: error on missing keys without default keys
2016-02-15 Dominik Csapaklimit vmid with JSON format
2016-02-12 Wolfgang Bumillernetwork: get rid of ioctl.ph
2016-02-11 Wolfgang Bumillerschema: disable additional properties in property strings
2016-02-11 Wolfgang Bumilleradded syncfs syscall and sync_mountpoint helper
2016-02-10 Wolfgang BumillerFix #882: active state of interfaces depends on ipv6
2016-02-10 Fabian GrünbichlerImplement refcounting for flocks
2016-02-10 Wolfgang BumillerCLIHandler: add missing use PVE::INotify
2016-01-27 Thomas Lamprechtadd upid_wait method
2016-01-26 Dietmar MaurerSectionConfig: disable duplicate plugin registration
2016-01-23 Wolfgang BumillerTools: add setns system call
2016-01-18 Wolfgang Bumillernetwork: fix uninitialized value error
2016-01-15 Alexandre Derumiernetwork : add trunks support
2016-01-08 Wolfgang BumillerFix #861: use safer sprintf formatting
2015-12-29 Dietmar Maurerimprove asciidoc markup
2015-12-29 Dietmar Maureradd experimental 'asciidoc' generator
next