summaryrefslogtreecommitdiff
path: root/tools/virsh.c
Commit message (Expand)AuthorAgeFilesLines
* build: work around super-old readline.hRyota Ozaki2013-11-181-2/+5
* virsh: new environment variable VIRSH_HISTSIZEPavel Raiskup2013-10-291-1/+16
* virsh: allow alias to expand to opt=value pairEric Blake2013-10-241-8/+50
* virsh: Fix job watching when STDIN is not a ttyPeter Krempa2013-10-221-0/+7
* Remove all direct use of getenvDaniel P. Berrange2013-10-211-9/+9
* build: add configure --without-readlineEric Blake2013-10-071-6/+6
* virsh: Fix a wrong check in cmdEcho()Hongwei Bi2013-09-171-1/+1
* virsh: fix build on mingw, which lacks termios stuffEric Blake2013-09-041-7/+18
* virsh: Rename vshMakeStdinRaw to vshTTYMakeRaw and move it to virsh.cPeter Krempa2013-09-031-3/+45
* tools: rename console.[ch] to virsh-console.[ch] and fix coding stylePeter Krempa2013-09-031-1/+1
* virsh: Remember terminal state when starting and add helpersPeter Krempa2013-09-031-0/+54
* virsh: detect programming errors with option parsingEric Blake2013-08-281-63/+33
* virsh: Fix debuggingMartin Kletzander2013-08-281-2/+7
* virsh: free messages after logging them to a fileJán Tomko2013-08-281-0/+1
* Fix URI connect precedenceMartin Kletzander2013-08-221-11/+17
* virsh: modify vshStringToArray to duplicate the elements tooPeter Krempa2013-08-201-7/+8
* Convert 'int i' to 'size_t i' in tools/ filesDaniel P. Berrange2013-07-101-7/+8
* Adapt to VIR_ALLOC and virAsprintf in tools/*Michal Privoznik2013-07-101-1/+0
* util: switch virBufferTrim to voidJán Tomko2013-06-191-6/+3
* Adapt to VIR_STRDUP and VIR_STRNDUP in tools/virsh.cMichal Privoznik2013-05-241-3/+1
* virsh: omit OPTION section in 'virsh help' if no option existsZhang Xiaohe2013-05-221-1/+1
* tools: Remove the whitespace before ";"Osier Yang2013-05-211-2/+2
* virsh: Resolve Coverity 'MISSING_BREAK'John Ferlan2013-05-081-5/+8
* build: avoid useless virAsprintfEric Blake2013-05-021-1/+1
* virutil: Move string related functions to virstring.cMichal Privoznik2013-05-021-1/+1
* virsh: fix incorrect argument errors for long optionsJán Tomko2013-04-301-6/+17
* virsh: suppress aliases in group helpEric Blake2013-04-261-0/+2
* syntax-check: Only allows to include public headers in external toolsOsier Yang2013-04-181-2/+2
* virsh: Register and unregister the close callback also in cmdConnectPeter Krempa2013-04-051-6/+16
* virsh: Move cmdConnect from virsh-host.c to virsh.cPeter Krempa2013-04-051-0/+69
* virsh: Unregister the connection close notifier upon terminationViktor Mihajlovski2013-04-051-5/+18
* virsh: Let the compiler check usage of all fields in vshCmdOptType enumPeter Krempa2013-03-261-5/+0
* Cleanup useless flags specificationsMartin Kletzander2013-03-151-7/+0
* Make vshDebug work when parsing parametersMartin Kletzander2013-03-151-2/+2
* virsh: distinguish errors between missing argument and wrong optionGuannan Ren2013-02-201-2/+8
* virsh: Always print capacity unitJiri Denemark2013-02-191-1/+1
* virsh: Resolve possible NULL dereferenceJohn Ferlan2013-02-161-2/+2
* virsh.c: Switch to c99 initialization of vshCmdInfoMichal Privoznik2013-02-121-17/+36
* virsh: Switch to c99 initialization of vshCmdDefMichal Privoznik2013-02-121-7/+37
* virsh: Add helper to request string arguments with error reportingPeter Krempa2013-02-041-0/+52
* virsh: Need to intialize 'str'John Ferlan2013-01-221-1/+1
* virsh: Use virTypedParams* APIs in domblkstatJiri Denemark2013-01-181-20/+0
* virsh.c: Switch to C99 initialization of vshCmdOptDefMichal Privoznik2013-01-171-11/+39
* tools: Check return status on virBufferTrim()John Ferlan2013-01-161-3/+8
* Introduce an LXC specific public API & libraryDaniel P. Berrange2013-01-141-0/+1
* Convert HAVE_UDEV to WITH_UDEVDaniel P. Berrange2013-01-141-1/+1
* Rename virterror.c virterror_internal.h to virerror.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename xml.{c,h} to virxml.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename util.{c,h} to virutil.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename threads.{c,h} to virthread.{c,h}Daniel P. Berrange2012-12-211-1/+1