Add --force option to gnt-cluster modify
[ganeti-local] / lib / utils /
2013-04-22 Michele TartaraAdd function for getting the timestamp in nanoseconds
2013-04-17 Christos StavrakakisCheck that device names are unique and valid
2013-01-30 Dato SimóDocument that OpTestDelay/TestDelay take duration in...
2013-01-16 Bernardo Dal Senoutils.LvmExclusiveCheckNodePvs() returns more info
2013-01-09 Michael HanselmannAdd utility to format dictionary as key=value strings
2012-12-21 Bernardo Dal SenoLVM disk creation uses dedicated PVs
2012-12-21 Bernardo Dal SenoAdded class to contain information about a PV
2012-12-20 Michele TartaraAdd function for generating UUIDs in the Haskell codebase
2012-12-20 Michael HanselmannAdd utility to format dictionary as key=value strings
2012-12-04 Michael Hanselmannutils.text: Function to verify MAC address prefix
2012-12-03 Michael HanselmannFactorize code for checking node daemon certificate
2012-11-30 Michael HanselmannFix breakage introduced in commit a8b3b09
2012-11-30 Michael HanselmannFactorize SSL context setup for certificate check
2012-11-27 Michael HanselmannFactorize logging setup in tools
2012-11-20 Dimitris AragiorgisFixes to pass pep8 (make lint)
2012-11-14 Michael Hanselmannutils.process.RunResult: Always set "fail_reason" attribute
2012-11-12 Michael HanselmannRunCmd: Expose "postfork" callback
2012-11-06 Michael HanselmannAdd utility to check if file is executable
2012-11-06 Michael Hanselmannutils.io: Improve handling of double and single slashes
2012-10-26 Michael HanselmannRunCmd: Support standard input file descriptor
2012-10-26 Michael Hanselmannutils.x509: Factorize code to extract X509 certificate
2012-10-23 Michael HanselmannAdd initial implementation of prepare-node-join
2012-10-19 Michael HanselmannCompare significant fields only for simple SSH keys
2012-10-11 Michael HanselmannMove constant for /etc/hosts to pathutils
2012-10-05 Michael Hanselmannutils.FilterEmptyLinesAndComments: Return list
2012-10-04 Michael HanselmannFactorize removing comments and empty lines from string
2012-09-21 Michael Hanselmannutils.filelock: Remove executable bit from lock files
2012-09-19 Michael HanselmannShellWriter: Add parameter to disable indentation
2012-09-18 Michael HanselmannMigrate lib/utils/*.py from constants to pathutils
2012-09-18 Michael Hanselmannconstants: Move most paths to separate module
2012-08-23 Iustin PopBump pep8 version to 1.2
2012-06-15 René NussbaumerVerify user supplied dicts against defaults
2012-05-09 Iustin PopAllow clock skews in certificate verification
2012-04-26 Iustin PopLog all external commands execution
2012-04-19 Michael Hanselmannutils.algo: Use str.isdigit instead of regular expression
2012-03-30 Michael HanselmannMerge cli.FormatTimestamp and utils.FormatTime
2012-03-22 Andrea SpadacciniMove _TimeoutExpired to utils
2012-03-09 Iustin PopFix lint error in commit 035b33e2
2012-03-07 Iustin PopFix tempfile reset code & test on newer Python
2012-02-21 Michael HanselmannReplace single- with double-quotes
2012-02-17 Michael Hanselmannutils.text: Add function to truncate string
2012-01-19 Michael HanselmannMerge branch 'devel-2.5'
2012-01-19 Nikos SkalkotosFix a bug in command line option parsing code
2012-01-10 Michael Hanselmannutils.ResetTempfileModule: Improve performance
2012-01-09 Michael HanselmannMerge branch 'devel-2.4' into stable-2.5
2012-01-06 Michael HanselmannMove helper class from watcher to utils.io
2011-12-22 Michael HanselmannMerge branch 'devel-2.5'
2011-12-22 Bernardo Dal Senonoded: Fix /etc/hosts group ownership
2011-12-22 Bernardo Dal Senoutils.WriteFile: Add new parameter to preserve file...
2011-12-08 Michael Hanselmannutils.io.WritePidFile: Improve error reporting
2011-12-08 Guido TrotterMove ErrnoOnStr backend function to utils
2011-12-08 Michael Hanselmannutils.ListVisibleFiles: Hide “lost+found” directories
2011-11-30 Nikos SkalkotosFix a bug in command line option parsing code
2011-11-16 René Nussbaumeralgo: Make a dict from an flat list
2011-11-04 Michael Hanselmannutils.algo: Add utility to convert sequence to dictionary
2011-11-02 René Nussbaumerutils.algo: Add a function to insert a list into a...
2011-10-31 Michael HanselmannMerge branch 'devel-2.5'
2011-10-26 René NussbaumerMove RenameFile to the new functions
2011-10-26 René Nussbaumerensure_dirs: Move some useful functions into utils.
2011-10-25 Andrea SpadacciniAdd the JoinDisjointDicts function to utils.algo
2011-10-24 Michael HanselmannUn-revert comments in utils.mlock
2011-10-24 Michael Hanselmannutils.ShellWriter: Don't indent empty lines
2011-10-21 René NussbaumerMerge branch 'stable-2.5' into devel-2.5
2011-10-21 René NussbaumerMerge branch 'devel-2.4' into stable-2.5
2011-10-20 René NussbaumerFix queue archive creation with wrong permissions
2011-10-20 Guido TrotterRevert "Rename utils.mlock to utils.cfunc"
2011-10-20 Guido TrotterRevert "utils.cfunc: Cleanup, more flexibility"
2011-10-18 Guido TrotterRevert "Implementation of TLS-protected SPICE connections"
2011-10-17 Michael Hanselmannutils.cfunc: Cleanup, more flexibility
2011-10-17 Michael HanselmannRename utils.mlock to utils.cfunc
2011-10-04 Andrea SpadacciniMerge branch 'devel-2.5'
2011-10-04 Andrea SpadacciniMerge branch 'stable-2.5' into devel-2.5
2011-10-03 Michael HanselmannRevert "utils.log: Write error messages to stderr"
2011-09-30 Andrea SpadacciniMerge branch 'devel-2.5'
2011-09-30 Andrea SpadacciniMerge branch 'stable-2.5' into devel-2.5
2011-09-30 Michael Hanselmannutils.log: Write error messages to stderr
2011-09-29 Andrea SpadacciniMove _TimeoutExpired to utils
2011-09-26 Agata MurawskaTemporaryFilesManager implementation
2011-09-20 Andrea SpadacciniMerge branch 'devel-2.5'
2011-09-20 Andrea SpadacciniImplementation of TLS-protected SPICE connections
2011-09-15 Guido TrotterMerge branch 'devel-2.5'
2011-09-05 René NussbaumerSwitch other commonprefix to IsBelowDir
2011-09-05 René Nussbaumerutils: Introduce IsBelowDir
2011-08-30 Andrea SpadacciniDeprecationWarning fixes for pylint
2011-08-26 René NussbaumerMerge branch 'devel-2.4' into devel-2.5
2011-08-26 Michael Hanselmannutils: Fix UnescapeAndSplit parsing bug
2011-08-25 Michael HanselmannMerge branch 'devel-2.5'
2011-08-25 Michael HanselmannPEP8 style fixes
2011-08-25 Tsachy ShachamAdded function for parsing multiple CPU pinning mask
2011-08-05 Michael Hanselmannutils.ReadFile: Add pre-read callback
2011-08-05 René NussbaumerMerge branch 'stable-2.4'
2011-08-04 Agata MurawskaFixed a typo in utils/process.py
2011-08-03 Iustin PopFix small typo in docstring
2011-07-25 Iustin PopMost boring patch ever
2011-07-25 Michael HanselmannMerge branch 'devel-2.4'
2011-07-25 Michael HanselmannReopen daemon's stdio on SIGHUP
2011-07-25 Michael HanselmannReopen log file only once after SIGHUP
2011-07-25 Michael HanselmannDon't leak file descriptors when setting up daemon...
2011-05-24 Michael HanselmannMerge branch 'devel-2.4'
2011-05-24 René Nussbaumerutils.algo: Add InvertDict to invert a dict
next