index
:
virt-viewer.git
master
wip/gapplication
wip/ssh-agent-forward
Graphical console client for virtual machines using libvirt
Fabiano Fidêncio
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
virt-viewer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Take --direct into consideration when checking if a guest is reachable
Fabiano Fidêncio
2015-03-12
1
-6
/
+8
*
Avoid 'Dereference of a null pointer'
Fabiano Fidêncio
2015-03-11
1
-1
/
+1
*
virt-viewer: set transient parent for connection's error dialog
Fabiano Fidêncio
2015-01-08
1
-1
/
+3
*
virt-viewer: Don't connect to localhost displays with qemu+tcp://
Christophe Fergeau
2015-01-06
1
-0
/
+57
*
Set a transient parent for GtkDialogs
Pavel Grunt
2014-12-19
1
-3
/
+12
*
Do not show twice error dialog when no VM are found
Marc-André Lureau
2014-12-01
1
-1
/
+0
*
virt-viewer: allow connection to unix socket only server
Marc-André Lureau
2014-11-25
1
-7
/
+8
*
Report error in dialog
Marc-André Lureau
2014-11-25
1
-3
/
+11
*
Simplify virt_viewer_initial_connect()
Marc-André Lureau
2014-11-25
1
-6
/
+6
*
Simplify virt_viewer_initial_connect()
Marc-André Lureau
2014-11-25
1
-10
/
+3
*
Simplify virt_viewer_initial_connect()
Marc-André Lureau
2014-11-25
1
-21
/
+21
*
Remove VIRT_VIEWER_VM_CHOOSE_DIALOG_CANCELLED
Marc-André Lureau
2014-11-25
1
-4
/
+2
*
Limit HAVE_SOCKETPAIR to directly concerned code
Marc-André Lureau
2014-11-25
1
-3
/
+6
*
Move libvirt reconnect polling to VirtViewer
Marc-André Lureau
2014-11-25
1
-4
/
+37
*
Replace priv->withEvents usage for priv->domain_event
Fabiano Fidêncio
2014-11-20
1
-9
/
+4
*
Prefer to use virConnectDomainEventRegisterAny()
Fabiano Fidêncio
2014-11-20
1
-7
/
+13
*
Set freed priv->dom to NULL in _dispose()
Fabiano Fidêncio
2014-11-20
1
-1
/
+3
*
Make sure conn exists before use it
Fabiano Fidêncio
2014-11-20
1
-7
/
+9
*
Don't use virGetLastErrorMessage()
Christophe Fergeau
2014-10-31
1
-1
/
+2
*
Avoid use of non-literal string with g_debug
Daniel P. Berrange
2014-10-27
1
-1
/
+1
*
Remove useless 'if (...)' before free()
Daniel P. Berrange
2014-10-27
1
-3
/
+1
*
Prefill the username in the authentication dialog
Fabiano Fidêncio
2014-10-10
1
-0
/
+4
*
Show VM chooser dialog when starting virt-viewer with no arg
Pavel Grunt
2014-10-10
1
-8
/
+67
*
Prefer virDomainOpenGraphicsFD for --attach
Ján Tomko
2014-10-01
1
-1
/
+14
*
Improve authentication error messages
Fabiano Fidêncio
2014-09-26
1
-2
/
+35
*
Simplify virt_viewer_auth_libvirt_credentials() return value logic
Fabiano Fidêncio
2014-09-26
1
-4
/
+4
*
Do not fail when the auth dialog is cancelled
Fabiano Fidêncio
2014-09-23
1
-7
/
+12
*
VirtViewer: Fix memory leaks
Jonathon Jongsma
2014-09-11
1
-0
/
+4
*
Add a dialog showing details of the current guest
Jonathon Jongsma
2014-08-07
1
-1
/
+1
*
util: get rid of ARRAY_CARDINALITY
Marc-André Lureau
2014-06-10
1
-1
/
+1
*
Replace DEBUG_LOG with g_debug
Marc-André Lureau
2014-06-10
1
-19
/
+19
*
Don't connect to localhost when using --direct
Christophe Fergeau
2014-06-10
1
-1
/
+2
*
Improve window title when connected to newer spice-server
Jonathon Jongsma
2014-02-11
1
-5
/
+1
*
Add ability to define custom display->monitor mapping per vm
Jonathon Jongsma
2013-11-20
1
-0
/
+7
*
Try to share more GOption code between r-v and v-v
Marc-André Lureau
2013-08-20
1
-5
/
+1
*
Unregister events and callbacks on dispose
Ján Tomko
2013-07-29
1
-12
/
+19
*
virt-viewer: Allow TLS-only SPICE connections
Christophe Fergeau
2013-07-11
1
-12
/
+12
*
Use format string
Guido Günther
2013-06-26
1
-1
/
+1
*
Show connect dialog again if connection from dialog failed
Marc-André Lureau
2013-05-17
1
-3
/
+3
*
Remove the "container" logic used by legacy browser plugin
Marc-André Lureau
2013-05-16
1
-3
/
+1
*
Allow app_initial_connect() to raise an error
Marc-André Lureau
2013-03-08
1
-18
/
+25
*
Don't SIGSEGV if no transport is used.
Michal Privoznik
2012-11-14
1
-1
/
+1
*
Reconnect to libvirtd after connection breaks
Michal Privoznik
2012-11-13
1
-8
/
+53
*
Connect to localhost for display when transport is ssh
Dave Allan
2012-11-08
1
-3
/
+11
*
Fix check for IPv6 any address
Daniel P. Berrange
2012-10-10
1
-3
/
+22
*
Append \n to message in virt_viewer_app_trace
Christophe Fergeau
2012-09-18
1
-4
/
+4
*
Don't hardcode 'localhost' in no @listen parameter is given
Daniel P. Berrange
2012-02-14
1
-5
/
+3
*
Extract tlsPort for SPICE and use it to enable secure connections
Daniel P. Berrange
2012-02-14
1
-1
/
+9
*
Ensure auth popup windows have correct transient parent
Daniel P. Berrange
2012-02-08
1
-1
/
+63
*
Update copyright headers
Daniel P. Berrange
2012-02-06
1
-2
/
+2
[next]