utils.CreateBackup: Use human-readable instead of seconds since Epoch
[ganeti-local] / lib / utils.py
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-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-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-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
2009-10-07 Guido TrotterAdd case_sensitive keyword to MatchNameComponent
2009-09-22 Iustin PopFix utils.MatchNameComponent for full matches
2009-09-10 Michael HanselmannMove LoadModule function to ganeti.build
2009-09-03 Michael HanselmannEven more style fixes
2009-09-03 Michael HanselmannMove LoadModule function to utils
2009-09-03 Michael Hanselmannutils.CalculateDirectorySize: Don't redefine builtin
2009-09-03 Michael HanselmannUse ReadFile/WriteFile in more places
2009-08-26 Michael HanselmannRemove watcher pause file 1h past end time
2009-08-26 Michael HanselmannAdd file to pause watcher for a certain duration
2009-08-26 Luca BigliardiGenerateSecret: specify the length of the secret
2009-08-20 Guido TrotterAdd a new SignalHandled decorator
2009-08-20 Guido TrotterSignalHandler, only accept list of signals
2009-08-17 Iustin PopAdd utils.FormatTime and a simple unittest
2009-07-29 Michael Hanselmannutils: Add functions to calc directory size and free...
2009-07-24 Guido TrotterChange GetNodeDaemonPort to GetDaemonPort in utils
2009-07-08 Guido TrotterMerge branch 'next' into branch-2.1
2009-07-07 Michael HanselmannFix pylint warnings
2009-07-07 Michael HanselmannFix some typos
2009-06-29 Guido Trottercheck_ident_key_val, handle no_ and - prefixes
2009-06-18 Iustin PopFix various pylint warnings
2009-06-16 Guido TrotterMerge branch 'next' into branch-2.1
2009-06-15 Iustin PopConvert test_delay rpc to new style result
2009-06-15 Iustin PopRemove utils.CheckDict since it's no longer used
2009-05-22 Guido TrotterIsNormAbsPath and users, use "normalized" term
2009-05-22 Guido TrotterAdd utils.IsNormAbsPath function
2009-05-19 Iustin PopFix the SafeEncoding behaviour
2009-05-19 Iustin PopMove more hypervisor strings into constants
2009-05-05 Carlos ValienteAvoid DeprecationWarning on Python >= 2.6
2009-05-05 Carlos ValienteAvoid DeprecationWarning on Python >= 2.6
2009-05-05 Iustin PopRunCmd: log command line for missing cmd case
2009-05-04 Iustin PopSmall optimisation in utils.WriteFile
2009-03-02 Iustin PopFix a bug in utils.EnsureDirs
2009-02-27 Guido TrotterCreate runtime dir in bootstrap
2009-02-27 Iustin PopFix some epydoc style issues
2009-02-26 Michael HanselmannFix typos in utils.WriteFile's docstring
2009-02-12 Guido TrotterApply the right permissions to /etc/hosts
2009-02-10 Guido TrotterInstance parameters: force typing
2009-02-03 Guido TrotterCorrect a typo in ReadPidFile's docstring
2009-02-03 Iustin PopAn attempt at fixing some encoding issues
2009-01-23 Iustin PopFix batcher for 2.0-style disks and nics
2009-01-20 Iustin PopUpdate the logging output of job processing
2009-01-20 Michael Hanselmann.gitignore: Don't exclude whole /autotools/ dir, but...
2009-01-20 Iustin PopAdd a TailFile function
2009-01-09 Iustin PopRework the daemonization sequence
2008-12-18 Michael HanselmannAdd rename function automatically creating directories...
2008-12-17 Michael Hanselmannutils.KillProcess: Use waitpid() to wait for child...
2008-12-16 Guido Trotter_RunCmdPipe: handle EINTR in poller.poll()
2008-12-14 Iustin Popcleanup: TcpPing, wrong variable name
2008-12-14 Iustin Popcleanup: SetEtcHostsEntry unused var
2008-12-03 Guido TrotterCheckBEParams handle a bool BE_AUTO_BALANCE
2008-12-02 Guido TrotterAdd utils.CheckBEParams
2008-11-23 Iustin PopEnable auto-unit formatting in script output
2008-11-21 Iustin PopMove FieldSet class to utils.py
2008-11-21 Michael HanselmannGet rid of node daemon password
2008-11-12 Michael Hanselmannutils.SetupLogging: Remove previously setup handlers
2008-11-12 Iustin PopFix utils.KillProcess
2008-11-11 Iustin PopRemove zombie special case from IsProcessAlive
next