index
:
delta/libvirt.git
baserock/franred/v1.2.12
baserock/morph
baserock/v1.2.10
master
v0.10.2-maint
v0.8.3-maint
v0.9.11-maint
v0.9.12-maint
v0.9.6-maint
v1.0.0-maint
v1.0.1-maint
v1.0.2-maint
v1.0.3-maint
v1.0.4-maint
v1.0.5-maint
v1.0.6-maint
v1.1.0-maint
v1.1.1-maint
v1.1.2-maint
v1.1.3-maint
v1.1.4-maint
v1.2.0-maint
v1.2.1-maint
v1.2.10-maint
v1.2.11-maint
v1.2.12-maint
v1.2.13-maint
v1.2.14-maint
v1.2.15-maint
v1.2.16-maint
v1.2.17-maint
v1.2.18-maint
v1.2.19-maint
v1.2.2-maint
v1.2.20-maint
v1.2.21-maint
v1.2.3-maint
v1.2.4-maint
v1.2.5-maint
v1.2.6-maint
v1.2.7-maint
v1.2.8-maint
v1.2.9-maint
v1.3.0-maint
v1.3.1-maint
v1.3.2-maint
v1.3.3-maint
v1.3.4-maint
v1.3.5-maint
v2.0-maint
v2.1-maint
v2.2-maint
v3.0-maint
v3.2-maint
v3.7-maint
v4.1-maint
v4.10-maint
v4.2-maint
v4.3-maint
v4.4-maint
v4.5-maint
v4.6-maint
v4.7-maint
v4.8-maint
v4.9-maint
v5.0-maint
v5.1-maint
v5.1.0-maint
v5.2-maint
v5.3-maint
libvirt.org: git/libvirt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
virsh.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: work around super-old readline.h
Ryota Ozaki
2013-11-18
1
-2
/
+5
*
virsh: new environment variable VIRSH_HISTSIZE
Pavel Raiskup
2013-10-29
1
-1
/
+16
*
virsh: allow alias to expand to opt=value pair
Eric Blake
2013-10-24
1
-8
/
+50
*
virsh: Fix job watching when STDIN is not a tty
Peter Krempa
2013-10-22
1
-0
/
+7
*
Remove all direct use of getenv
Daniel P. Berrange
2013-10-21
1
-9
/
+9
*
build: add configure --without-readline
Eric Blake
2013-10-07
1
-6
/
+6
*
virsh: Fix a wrong check in cmdEcho()
Hongwei Bi
2013-09-17
1
-1
/
+1
*
virsh: fix build on mingw, which lacks termios stuff
Eric Blake
2013-09-04
1
-7
/
+18
*
virsh: Rename vshMakeStdinRaw to vshTTYMakeRaw and move it to virsh.c
Peter Krempa
2013-09-03
1
-3
/
+45
*
tools: rename console.[ch] to virsh-console.[ch] and fix coding style
Peter Krempa
2013-09-03
1
-1
/
+1
*
virsh: Remember terminal state when starting and add helpers
Peter Krempa
2013-09-03
1
-0
/
+54
*
virsh: detect programming errors with option parsing
Eric Blake
2013-08-28
1
-63
/
+33
*
virsh: Fix debugging
Martin Kletzander
2013-08-28
1
-2
/
+7
*
virsh: free messages after logging them to a file
Ján Tomko
2013-08-28
1
-0
/
+1
*
Fix URI connect precedence
Martin Kletzander
2013-08-22
1
-11
/
+17
*
virsh: modify vshStringToArray to duplicate the elements too
Peter Krempa
2013-08-20
1
-7
/
+8
*
Convert 'int i' to 'size_t i' in tools/ files
Daniel P. Berrange
2013-07-10
1
-7
/
+8
*
Adapt to VIR_ALLOC and virAsprintf in tools/*
Michal Privoznik
2013-07-10
1
-1
/
+0
*
util: switch virBufferTrim to void
Ján Tomko
2013-06-19
1
-6
/
+3
*
Adapt to VIR_STRDUP and VIR_STRNDUP in tools/virsh.c
Michal Privoznik
2013-05-24
1
-3
/
+1
*
virsh: omit OPTION section in 'virsh help' if no option exists
Zhang Xiaohe
2013-05-22
1
-1
/
+1
*
tools: Remove the whitespace before ";"
Osier Yang
2013-05-21
1
-2
/
+2
*
virsh: Resolve Coverity 'MISSING_BREAK'
John Ferlan
2013-05-08
1
-5
/
+8
*
build: avoid useless virAsprintf
Eric Blake
2013-05-02
1
-1
/
+1
*
virutil: Move string related functions to virstring.c
Michal Privoznik
2013-05-02
1
-1
/
+1
*
virsh: fix incorrect argument errors for long options
Ján Tomko
2013-04-30
1
-6
/
+17
*
virsh: suppress aliases in group help
Eric Blake
2013-04-26
1
-0
/
+2
*
syntax-check: Only allows to include public headers in external tools
Osier Yang
2013-04-18
1
-2
/
+2
*
virsh: Register and unregister the close callback also in cmdConnect
Peter Krempa
2013-04-05
1
-6
/
+16
*
virsh: Move cmdConnect from virsh-host.c to virsh.c
Peter Krempa
2013-04-05
1
-0
/
+69
*
virsh: Unregister the connection close notifier upon termination
Viktor Mihajlovski
2013-04-05
1
-5
/
+18
*
virsh: Let the compiler check usage of all fields in vshCmdOptType enum
Peter Krempa
2013-03-26
1
-5
/
+0
*
Cleanup useless flags specifications
Martin Kletzander
2013-03-15
1
-7
/
+0
*
Make vshDebug work when parsing parameters
Martin Kletzander
2013-03-15
1
-2
/
+2
*
virsh: distinguish errors between missing argument and wrong option
Guannan Ren
2013-02-20
1
-2
/
+8
*
virsh: Always print capacity unit
Jiri Denemark
2013-02-19
1
-1
/
+1
*
virsh: Resolve possible NULL dereference
John Ferlan
2013-02-16
1
-2
/
+2
*
virsh.c: Switch to c99 initialization of vshCmdInfo
Michal Privoznik
2013-02-12
1
-17
/
+36
*
virsh: Switch to c99 initialization of vshCmdDef
Michal Privoznik
2013-02-12
1
-7
/
+37
*
virsh: Add helper to request string arguments with error reporting
Peter Krempa
2013-02-04
1
-0
/
+52
*
virsh: Need to intialize 'str'
John Ferlan
2013-01-22
1
-1
/
+1
*
virsh: Use virTypedParams* APIs in domblkstat
Jiri Denemark
2013-01-18
1
-20
/
+0
*
virsh.c: Switch to C99 initialization of vshCmdOptDef
Michal Privoznik
2013-01-17
1
-11
/
+39
*
tools: Check return status on virBufferTrim()
John Ferlan
2013-01-16
1
-3
/
+8
*
Introduce an LXC specific public API & library
Daniel P. Berrange
2013-01-14
1
-0
/
+1
*
Convert HAVE_UDEV to WITH_UDEV
Daniel P. Berrange
2013-01-14
1
-1
/
+1
*
Rename virterror.c virterror_internal.h to virerror.{c,h}
Daniel P. Berrange
2012-12-21
1
-1
/
+1
*
Rename xml.{c,h} to virxml.{c,h}
Daniel P. Berrange
2012-12-21
1
-1
/
+1
*
Rename util.{c,h} to virutil.{c,h}
Daniel P. Berrange
2012-12-21
1
-1
/
+1
*
Rename threads.{c,h} to virthread.{c,h}
Daniel P. Berrange
2012-12-21
1
-1
/
+1
[next]