ganeti-local
2009-01-09 Iustin PopFix gnt-os for offline nodes
2009-01-09 Iustin PopSilence warning on node list for offline nodes
2009-01-09 Iustin PopRework the daemonization sequence
2009-01-09 Iustin PopCleanup replace-disks modes and options
2009-01-08 Iustin PopFix cluster verify/node net test for offline nodes
2009-01-08 Iustin Poprpc: Add a method for easy check of remote results
2009-01-08 Iustin PopAdd an instance_migratable rpc call
2009-01-08 Iustin Popbdev: forward-port ReAttachNet/DisconnectNet
2009-01-07 Iustin Popbackend: Remove symlinks by disk name
2009-01-07 Iustin PopPass instance name to rpc call blockdev_close
2009-01-07 Iustin PopFix the _RemoveBlockDevLinks() function
2009-01-07 Iustin PopRemove instance's symlinks
2009-01-07 Iustin PopCatch BlockDeviceError when starting instance
2009-01-07 Iustin PopCreate symlinks to intances' block devices
2009-01-07 Iustin PopSimplify hypervisor block_devices structure
2009-01-07 Iustin Pop_AssembleInstanceDisks: fix rpcresult handling
2009-01-06 Iustin PopFix some pylint-detected issues
2008-12-19 Michael Hanselmannganeti.bootstrap: Set permissions on newly uploaded...
2008-12-19 Michael Hanselmannganeti.cmdlib: Check remote API certificate on "gnt...
2008-12-19 Michael Hanselmannganeti.bootstrap: Upload remote API certificate to...
2008-12-19 Michael Hanselmannganeti.bootstrap: Prepare for remote API certificate
2008-12-19 Michael Hanselmannganeti.bootstrap: Write SSL key to temporary file and...
2008-12-19 Michael Hanselmannganeti.bootstrap: Generate SSL certificate for remote API
2008-12-19 Michael Hanselmannganeti.bootstrap: Move SSL certificate generation into...
2008-12-19 Michael Hanselmannganeti-rapi: Implement HTTP authentication
2008-12-19 Michael Hanselmannganeti-rapi: Introduce per-request context
2008-12-19 Michael Hanselmannganeti.http: Function to read password file
2008-12-19 Michael Hanselmannganeti.http: Add support for private data in HTTP requests
2008-12-19 Michael Hanselmannganeti.http: Add support for basic HTTP authentication
2008-12-19 Michael Hanselmannganeti.http: Prepare authentication for HTTP server
2008-12-18 Michael HanselmannJob queue: Allow more than one file rename per RPC...
2008-12-18 Michael Hanselmannganeti.jqueue: Group job archivals to reduce number...
2008-12-18 Michael HanselmannPrevent RPC timeout on auto-archiving jobs
2008-12-18 Michael Hanselmannjqueue: When auto-archiving jobs, calculate job status...
2008-12-18 Michael HanselmannUse subdirectories for job queue archive
2008-12-18 Michael HanselmannAdd rename function automatically creating directories...
2008-12-18 Michael Hanselmannganeti.http: Don't pass poller object around
2008-12-18 Michael HanselmannRename http.HttpInternalError to HttpInternalServerError
2008-12-18 Michael Hanselmannganeti.http: Add more constants and errors
2008-12-18 Michael Hanselmannganeti.http: Ignore ENOTCONN when shutting down the...
2008-12-18 Michael HanselmannImplement support for additional headers with HTTP...
2008-12-17 Michael HanselmannAdd simple unittests for ganeti.http
2008-12-17 Michael Hanselmannganeti.bootstrap: Whitespace fix
2008-12-17 Michael HanselmannAdd job queue size limit
2008-12-17 Michael Hanselmannutils.KillProcess: Use waitpid() to wait for child...
2008-12-16 Guido TrotterRelease ganeti 2.0~alpha1
2008-12-16 Guido TrotterLUConnectConsole: fix primary_node online check
2008-12-16 Guido Trotter_RunCmdPipe: handle EINTR in poller.poll()
2008-12-16 Guido TrotterKVM: improve socat interface
2008-12-16 Guido TrotterKVM: use a different default kernel path
2008-12-15 Michael Hanselmannganeti.http: Add three TODOs for improvements
2008-12-15 Michael Hanselmannganeti.http: Explicitly initiate handshake
2008-12-15 Michael Hanselmannganeti.http: Implement handshake socket operation
2008-12-15 Michael Hanselmannganeti.http: Handle SSL_ERROR_ZERO_RETURN
2008-12-14 Iustin Popcleanup: ConfigWriter, initialize all attributes
2008-12-14 Iustin Popcleanup: rapi v2 instance tags wrong attribute
2008-12-14 Iustin Popcleanup: http server, line too long
2008-12-14 Iustin Popcleanup: http client, line too long
2008-12-14 Iustin Popcleanup: xen hypervisor
2008-12-14 Iustin Popcleanup: kvm code likes to redefine names
2008-12-14 Iustin Poplib/ssh.py: import the logging module
2008-12-14 Iustin PopSshRunner: add docstring for _BuildSshOptions
2008-12-14 Iustin PopImprove _autoconf.py comments
2008-12-14 Iustin Popcleanup: use _ for unused loop counter
2008-12-14 Iustin Popcleanup: WorkerPool, wrong variable name
2008-12-14 Iustin Popcleanup: TcpPing, wrong variable name
2008-12-14 Iustin Popcleanup: SetEtcHostsEntry unused var
2008-12-14 Iustin Popcleanup: fix IAllocator hypervisor usage
2008-12-14 Iustin Popcleanup: LUReplaceDisks unused vars
2008-12-14 Iustin Popcleanup: do not hide upper-scope name
2008-12-14 Iustin Popcleanup: fix use of _CheckNodeOnline
2008-12-14 Iustin Popcleanup: LUAddNode, LUSetNodeParams unused variable
2008-12-14 Iustin Popcleanup: LURenameCluster wrong variable name
2008-12-14 Iustin Popcleanup: fix export NIC count the same way as disk
2008-12-14 Iustin Popcleanup: fix backend._RecursiveFindBD
2008-12-14 Iustin Popcleanup: more unused vars
2008-12-14 Iustin Popcleanup: sanitize a default parameter
2008-12-14 Iustin Popcleanup: exceptions should derive from Exception
2008-12-14 Iustin Popcleanup: fix GatherMasterVotes
2008-12-14 Iustin Popcleanup: _InitSSHSetup doesn't need its argument
2008-12-14 Iustin Popcleanup: fix 'variable unused' warning
2008-12-12 Michael Hanselmannganeti.http: Rename HttpBase._using_ssl to HttpBase...
2008-12-12 Michael Hanselmannganeti.http: Rename HttpSocketBase to HttpBase
2008-12-11 Iustin PopFix epydoc format warnings
2008-12-11 Iustin PopSwitch epydoc to parse only
2008-12-10 Michael Hanselmannganeti.backend: Improve compression check
2008-12-10 Michael Hanselmannganeti.http: Docstring updates
2008-12-09 Michael Hanselmannganeti.http: Remove _HttpClientError
2008-12-09 Michael Hanselmannganeti.http.server: Increase connection backlog to...
2008-12-09 Michael HanselmannRPC: Compress file upload data
2008-12-09 Iustin PopWarn for instances living on offline nodes
2008-12-08 Iustin PopFix _AdjustCandidatePool
2008-12-08 Iustin Popgnt-node modify: add the offline attribute
2008-12-08 Iustin PopRPC: do not make calls to offline nodes
2008-12-07 Guido Trotterchmod ganeti.initd before uploading it
2008-12-05 Iustin PopMake cluster verify understand offline nodes
2008-12-05 Iustin Popcmdlib: check node stats in prereqs
2008-12-05 Iustin PopAdd two utility functions to cmdlib
2008-12-05 Iustin PopAdd function to compute the master candidates
2008-12-05 Iustin Pophttp: use slicing instead of string modification
next