Move hash functions to the compat module
[ganeti-local] / lib / utils.py
2010-06-01 Guido TrotterMove hash functions to the compat module
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
2010-04-07 Michael HanselmannFix bug introduced in 76e5f8b54: mkdir mode
2010-04-07 Michael Hanselmannutils: Move wrapper code around os.makedirs into separa...
2010-03-23 Guido TrotterMerge branch 'devel-2.1'
2010-03-22 Guido TrotterRevert "Only override any and all if not defined"
2010-03-18 Guido TrotterMerge branch 'devel-2.1'
2010-03-18 Guido TrotterWaitForSocketCondition: rename, handle EINTR
2010-03-18 Guido Trottermove http.WaitForSocketCondition to utils
2010-03-18 Guido TrotterOnly override any and all if not defined
2010-03-17 Michael Hanselmannutils: Add functions to sign and verify X509 certs...
2010-03-15 Michael HanselmannMerge remote branch 'origin/devel-2.1'
2010-03-12 Michael Hanselmannutils.CreateBackup: Use human-readable instead of secon...
2010-03-12 Michael Hanselmannutils: Add function to extract X509 cert validity
2010-03-11 Iustin PopAdd a partition function to split a list in two
2010-03-08 Michael HanselmannSupport passing in file object in utils.FileLock
2010-03-08 Michael HanselmannConvert utils.FileLock to utils.Retry
2010-03-08 Michael HanselmannSupport arguments in utils.RunInSeparateProcess
2010-03-08 Iustin PopAdd a function to validate and normalize hostnames
2010-03-08 Iustin PopListVisibleFiles: require normalized path names
2010-03-08 Iustin PopReplace os.path.sep.join(seq) with utils.PathJoin
2010-03-08 Iustin PopSwitch from os.path.join to utils.PathJoin
2010-03-08 Iustin Poputils: Add a PathJoin function
2010-02-26 Guido TrotterMove watcher's EnsureDaemon function to utils
2010-02-22 Guido TrotterImplement utils.RunParts and use it for hooks
2010-02-22 Guido TrotterAdd reset_env option to RunCmd
2010-02-22 Michael HanselmannFix lint error in StartDaemon and rename child function
2010-02-22 Michael HanselmannAdd utility function to start daemon
2010-02-19 Michael HanselmannUse OpenSSL module instead of binary to generate certs
2010-02-19 Michael Hanselmannutils.SignalHandler: Add support for handler function
2010-02-19 Michael Hanselmannutils: Add function to set O_NONBLOCK on file descriptor
2010-02-19 Michael Hanselmannutils: Add function to set FD_CLOEXEC on file descriptor
2010-02-19 Michael Hanselmannutils: Add function to retry call on EINTR
2010-02-18 Michael HanselmannMerge branch 'devel-2.1'
2010-02-18 Michael HanselmannReset tempfile module after fork where useful
2010-02-18 Michael HanselmannMove RunInSeparateProcess to ganeti.utils
2010-02-18 Michael HanselmannAdd function to reset tempfile module after fork
2010-02-15 Michael HanselmannMerge branch 'devel-2.1'
2010-02-11 Iustin PopChange the debug CLI option to integer/count
2010-02-08 Iustin PopMerge branch 'stable-2.1' into devel-2.1
2010-02-03 Michael Hanselmannutils: Fix retry delay calculator
2010-02-01 Michael HanselmannFind OpenSSL program at configure time
2010-02-01 Michael HanselmannMove function generating SSL certs into utils
2010-01-28 Iustin PopAdd capability to use syslog for logging
2010-01-27 Iustin Poputils.FileLock: handle init errors properly
2010-01-26 Iustin PopMerge branch 'devel-2.0' into devel-2.1
2010-01-25 Iustin PopEnsure all int/float conversions are handled right
2010-01-14 Iustin PopAdd an UnescapeAndSplit function
2010-01-11 René NussbaumerNormalize MAC addresses to all lower.
2010-01-04 Iustin PopFurther pylint disables, mostly for Unused args
2010-01-04 Iustin PopAdd targeted pylint disables
2009-12-28 Iustin PopPartial cherry-pick of 6c881c5 from the 2.1 branch
2009-12-16 Iustin PopMerge branch 'stable-2.1' into devel-2.1
2009-12-16 Iustin PopMerge branch 'stable-2.0' into stable-2.1
2009-12-14 Iustin PopSecurity issue: add validation of script names
2009-12-01 Iustin PopSimplify utils.ReadFile
2009-11-25 Iustin PopRemove quotes from CommaJoin and convert to it
2009-11-25 Iustin PopRevert "Get rid of utils.CommaJoin"
2009-11-20 Michael HanselmannHandle EEXIST in utils.RenameFile
2009-11-06 Iustin PopFix pylint 'E' (error) codes
2009-11-04 Iustin PopIntroduce a wrapper for hostname resolving
2009-11-03 Iustin PopAnother round of pylint-related style fixes
2009-11-03 Michael Hanselmannutils: Convert to utils.Retry
2009-11-03 Michael HanselmannAdd generic retry loop function
2009-11-02 Iustin PopUnify the query fields for the storage framework
2009-10-09 Guido TrotterGet rid of utils.CommaJoin
next