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
/
proxy
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove all .cvsignore files
Jim Meyering
2009-07-08
1
-5
/
+0
*
Fix libvirt_proxy.c warnings from gcc-4.4
Mark McLoughlin
2009-02-13
1
-22
/
+25
*
libvirt_proxy: avoid potential buffer overflow
Jim Meyering
2009-01-28
1
-2
/
+3
*
Remove use of non-reentrant POSIX apis
Daniel P. Berrange
2009-01-22
1
-3
/
+0
*
Generic internal threads API
Daniel P. Berrange
2009-01-15
1
-0
/
+1
*
Push URI probing logic down into individual drivers
Daniel P. Berrange
2008-11-17
1
-2
/
+2
*
add new logging module, and move existing definitions there
Daniel Veillard
2008-11-06
2
-6
/
+2
*
Move WITH_XXX driver feature flags into config.h instead of direct compiler/l...
Daniel P. Berrange
2008-11-04
1
-2
/
+2
*
Move some API declarations out of internal.h & hash.c into dedicated files
Daniel P. Berrange
2008-11-04
1
-1
/
+1
*
Massive patch adding event APIs by Ben Guthro
Daniel Veillard
2008-10-23
1
-0
/
+1
*
generate .gitignore files from .cvsignore ones
Jim Meyering
2008-10-17
1
-0
/
+5
*
Convert XenD XML->SEXPR conversion to new domain XML APIs
Daniel P. Berrange
2008-07-25
2
-10
/
+18
*
Convert XenD SEXPR->XML convesion to new domain XML APIs
Daniel P. Berrange
2008-07-25
1
-0
/
+1
*
* proxy/libvirt_proxy.c: fix a compilation problem without Xen
Daniel Veillard
2008-07-07
1
-1
/
+1
*
Remove all use of strcmp, strncmp in favour of STREQ, STREQLEN, STRPREFIX
Daniel P. Berrange
2008-05-14
1
-2
/
+2
*
Fix build errors.
Jim Meyering
2008-04-29
1
-1
/
+1
*
Added safer lowlevel memory allocation APis. Converted hash.c and capabilitie...
Daniel P. Berrange
2008-04-28
1
-0
/
+1
*
* proxy/libvirt_proxy.c and docs/* typo fixing
Atsushi SAKAI
2008-04-24
1
-2
/
+2
*
convert TAB-based indentation in C sources to use only spaces
Jim Meyering
2008-04-10
1
-326
/
+326
*
remove Vim and Emacs variable settings from C source files
Jim Meyering
2008-04-10
1
-14
/
+0
*
typos fixes
Daniel Veillard
2008-04-04
1
-2
/
+2
*
* src/xen_internal.c proxy/libvirt_proxy.c: fix Xen hypercall for
Daniel Veillard
2008-03-26
1
-0
/
+5
*
Fix typo "informations" -> "information" (Atsushi SAKAI and
Richard W.M. Jones
2008-03-14
1
-2
/
+2
*
Add formal internal capabilities API and update drivers to use it
Daniel P. Berrange
2008-02-27
1
-1
/
+2
*
Move safewrite and saferead to a separate file.
Jim Meyering
2008-02-22
2
-13
/
+9
*
Remove all trailing blanks; turn on the rule to detect them.
Jim Meyering
2008-02-05
1
-8
/
+8
*
Enable the <config.h>-requiring test; fix violations
Jim Meyering
2008-01-29
1
-1
/
+1
*
Given code like if (foo) free (foo); remove the useless "if (foo) " part.
Jim Meyering
2008-01-29
1
-2
/
+1
*
Fri Dec 7 14:55:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com>
Richard W.M. Jones
2007-12-07
1
-2
/
+3
*
Fri Dec 7 14:36:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com>
Richard W.M. Jones
2007-12-07
1
-1
/
+5
*
Include "config.h" in remaining non-generated files.
Jim Meyering
2007-12-07
1
-1
/
+3
*
Added public API for authentication credential callback support
Daniel P. Berrange
2007-12-05
1
-2
/
+2
*
Mon Nov 26 11:52:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com>
Richard W.M. Jones
2007-11-26
1
-0
/
+2
*
* proxy/libvirt_proxy.c src/proxy_internal.[ch] src/xen_internal.c
Daniel Veillard
2007-10-31
1
-1
/
+7
*
* include/libvirt/libvirt.h include/libvirt/libvirt.h.in
Daniel Veillard
2007-09-30
1
-1
/
+1
*
Cleanup UUID apis & constants
Daniel P. Berrange
2007-08-09
1
-1
/
+1
*
Move virBuffer functions into src/buf.c,h
Daniel P. Berrange
2007-06-26
1
-1
/
+1
*
+Tue May 29 15:41:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
Richard W.M. Jones
2007-05-29
1
-1
/
+1
*
Mon Apr 30 18:33:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
Richard W.M. Jones
2007-04-30
1
-2
/
+2
*
Mon Apr 30 18:02:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
Richard W.M. Jones
2007-04-30
1
-0
/
+23
*
Wed Apr 4 15:18:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
Richard W.M. Jones
2007-04-04
1
-0
/
+18
*
* include/libvirt/libvirt.h[.in] include/libvirt/virterror.h
Daniel Veillard
2007-03-15
1
-0
/
+15
*
* configure.in proxy/Makefile.am proxy/libvirt_proxy.c
Daniel Veillard
2007-03-15
2
-1
/
+9
*
Thu Mar 01 16:17:48 EST 2007 Mark McLoughlin <markmc@redhat.com>
Mark McLoughlin
2007-03-01
1
-1
/
+1
*
Thu Mar 01 16:00:12 EST 2007 Mark McLoughlin <markmc@redhat.com>
Mark McLoughlin
2007-03-01
1
-0
/
+1
*
Mon Jan 23 14:36:18 IST 2007 Mark McLoughlin <markmc@redhat.com>
Mark McLoughlin
2007-01-23
1
-10
/
+10
*
* libvirt.spec.in: libvirt-devel depends on pkgconfig
Daniel Veillard
2006-11-07
1
-1
/
+22
*
Added support for i18n translation with gettext
Daniel P. Berrange
2006-09-21
2
-3
/
+17
*
* NEWS configure.in docs//* include/libvirt/libvirt.h libvirt.specx.*:
Daniel Veillard
2006-09-05
1
-1
/
+1
*
Hook up virDomainGetXMLDesc to driver backends. Added implementation of virDo...
Daniel P. Berrange
2006-08-09
2
-2
/
+30
[next]