IAllocator: fix breakage for non-vm_capable nodes
[ganeti-local] / lib / utils.py
2010-12-21 Michael HanselmannRemove utils.FormatTimestampWithTZ
2010-12-21 Michael Hanselmannutils: Timezone fixes and tests
2010-12-17 Michael Hanselmannutils.NiceSort: Use sorted(), add keyfunc, unittests
2010-12-06 Michael Hanselmannutils: Add function to find duplicates in sequence
2010-11-28 Iustin PopFix typo in _ANS1_TIME_REGEX
2010-11-28 Iustin PopMove compilation of some regexes to init time
2010-11-23 Iustin Poputils._RunCmdPipe: simplify the timeout logic
2010-11-23 Iustin Poputils._RunCmdPipe: fix poller timeout usage
2010-11-19 René NussbaumerSupport timeouts in RunCmd
2010-11-16 René NussbaumerMove locking.RunningTimeout to utils
2010-10-22 Iustin PopAdd a "safe" file wrapper over WriteFile
2010-10-22 Iustin PopAdd functions to read and compare file 'ID's
2010-10-20 Michael Hanselmannutils: Add function to find items in dictionary using...
2010-10-12 Iustin PopFix epydoc errors
2010-10-07 Iustin PopFix a rare bug in StartDaemonChild and GenericMain
2010-10-07 Iustin PopChange daemon.GenericMain/utils.Daemonize workflow
2010-10-07 Iustin PopUse only one version of WritePidFile
2010-10-07 Iustin PopAbstract daemon file descriptor setup
2010-10-07 Iustin PopAbstract some daemon functionality
2010-09-29 Guido TrotterMove the uuid regexp to utils.py
2010-09-22 Michael HanselmannMerge branch 'devel-2.2'
2010-09-22 Michael HanselmannMerge branch 'devel-2.1' into devel-2.2
2010-09-22 Iustin PopFix mac checker regex
2010-09-07 René NussbaumerRevert "Make it possible to call utils.Daemonize with...
2010-08-23 René NussbaumerSwitch to the RPC call to update /etc/hosts in LUAddNod...
2010-08-19 Michael Hanselmannutils: Use WriteFile in {Set,Remove}EtcHostsEntry
2010-08-19 René NussbaumerMake it possible to invoke RunCmd in interactive mode
2010-08-19 Manuel FranceschiniSupport IPv6 node add
2010-08-18 Manuel FranceschiniSupport for resolving hostnames to IPv6 addresses
2010-07-30 Michael HanselmannAdd new parameter type “maybe string”
2010-07-23 Manuel Franceschiniutils: Fix incorrect docstring
2010-07-21 Manuel FranceschiniAlways set commonName in X509 certificates
2010-07-20 René NussbaumerChange AddAuthorizedKey to also allow filehandles
2010-07-16 Balazs LeczAdd ParseCpuMask() utility function
2010-07-15 Michael HanselmannMove ShellWriter class to utils
2010-07-09 Manuel FranceschiniIntroduce lib/netutils.py
2010-07-07 Luca BigliardiMerge branch 'devel-2.1'
2010-07-07 Luca BigliardiMlockall: decrease warnings if ctypes module is not...
2010-07-06 Balazs LeczAdd utils.GetMounts()
2010-07-01 Michael Hanselmannutils.OwnIpAddress: Change try/except for Python 2.4
2010-06-30 Manuel FranceschiniEnable utils.OwnIpAddress to work with IPv6 addresses
2010-06-30 Manuel FranceschiniIPv6 support for utils.TcpPing()
2010-06-30 Manuel FranceschiniAdd function to retrieve family of an ip address
2010-06-30 Manuel FranceschiniIntroduce utils.IsValidIP{4,6}()
2010-06-30 Manuel FranceschiniRename some constants to facilitate IPv6 support
2010-06-29 Guido TrotterFix a few uncommon pylint errors in compat.py
2010-06-28 Guido TrotterRemove utils.LockedMethod
2010-06-18 Guido TrotterMerge branch 'stable-2.1'
2010-06-18 Iustin PopFix handling of errors from socket.gethostbyname
2010-06-15 Guido TrotterListVisibleFiles: do not sort output
2010-06-14 Michael Hanselmannutils: Add function to validate service name
2010-06-14 Michael HanselmannHandle ESRCH when sending signals
2010-06-11 Guido TrotterListVisibleFiles: do optional sorting
2010-06-04 René NussbaumerMake it possible to call utils.Daemonize with uid and...
2010-06-04 Michael Hanselmannutils: Add function to format seconds
2010-06-03 Tom Limoncelliganeti-watcher should attempt to fix ganeti-rapi
2010-06-01 Balazs LeczAdd RemoveDir utility function
2010-06-01 Guido TrotterMerge remote branch 'origin/devel-2.1'
2010-06-01 Guido TrotterExplicitely return None from IgnoreSignals
2010-06-01 Michael Hanselmannutils: Add function to check whether process handles...
2010-06-01 Guido TrotterMerge branch 'devel-2.1'
2010-06-01 Guido TrotterFix IgnoreSignals on socket.error
2010-06-01 Guido TrotterFix {Ignore, RetryOn}Signals on socket.error
2010-06-01 Guido TrotterMove hash functions to the compat module
2010-05-31 Balazs LeczMake utils.EnsureDirs() ignore umask
2010-05-28 Balazs LeczAdd RemoveDir utility function
2010-05-17 Michael HanselmannMerge branch 'devel-2.1'
2010-05-14 Guido TrotterRetryOnSignal: handle socket error as well
2010-05-14 Guido Trotterutils.IgnoreSignals
2010-05-13 Luca BigliardiMerge branch 'devel-2.1'
2010-05-13 Luca BigliardiFix some pylint warnings
2010-05-13 Luca BigliardiFix logging string format
2010-05-13 Luca BigliardiFix Filehandler / FileHandler typo
2010-05-13 Luca BigliardiUse LogFileHandler conditionally in SetupLogging
2010-05-13 Luca BigliardiIntroduce LogFileHandler class
2010-05-13 Luca BigliardiIntroduce Mlockall()
2010-05-12 Guido TrotterMerge branch 'devel-2.1'
2010-05-12 Guido TrotterConvert some ReadFile calls to ReadOneLineFile
2010-05-12 Guido Trotterutils.ReadOneLineFile()
2010-05-12 Guido TrotterRemove oneline= parameter from utils.ReadFile
2010-05-11 Michael HanselmannMerge branch 'devel-2.1'
2010-05-11 Michael Hanselmannutils.ReadFile: Add parameter to read only one line
2010-05-10 Guido TrotterMerge branch 'devel-2.1'
2010-05-10 Guido TrotterIsProcessAlive: retry stat() a few times
2010-05-10 Guido TrotterRetry{Again,Timeout}: explain reraising
2010-05-10 Guido Trotterutils.Retry: pass up timeout arguments
2010-05-04 Michael HanselmannAdd optional “salt” argument to utils.{,Verify}Sha1Hmac
2010-05-04 Michael HanselmannUse utility functions for HMAC
2010-04-29 Michael HanselmannMove cmdlib._VerifyCertificate to utils
2010-04-27 Michael HanselmannAdd wrapper class for signal.set_wrapper_fd
2010-04-26 Michael HanselmannMerge branch 'devel-2.1'
2010-04-23 Michael Hanselmannmasterd: Log PID, UID and GID of connected client
2010-04-22 Michael HanselmannMerge branch 'devel-2.1'
2010-04-21 Michael HanselmannAdd separate module for backported language functionality
2010-04-21 Michael Hanselmannutils: Add function for partial application of function...
2010-04-21 Michael Hanselmannutils: Add function to read locked PID file
2010-04-16 Iustin PopMerge branch 'devel-2.1'
2010-04-15 Michael Hanselmannutils: Add class to split string stream into lines
2010-04-07 Michael HanselmannMerge branch 'devel-2.1'
2010-04-07 Iustin PopFix utils.WaitForFdCondition inner retry loop
next