Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/php/pecl-virtualization-libvirt

PHP bindings for libvirt
https://github.com/php/pecl-virtualization-libvirt

Fix licencing

Signed-off-by: Michal Novotny <[email protected]>

f3f12ae3f405d82dc3687daca4c1f69eb8e98bed authored almost 12 years ago
docs/distros.html.in: fix html validity error

f9b6dd1599e74e33981440ad20bf5aa6cd81d35d authored about 12 years ago
docs: Add missing distros.html.in file

Signed-off-by: Michal Novotny <[email protected]>

68b5e74c87a07975324530939208afc6beee7895 authored about 12 years ago
Add [email protected] to AUTHORS file

Signed-off-by: Michal Novotny <[email protected]>

bef7917a162292794be8722c3779c01e8aeaf2a4 authored about 12 years ago
Document new funct. libvirt_domain_migrate_to_uri2

29e2db5de29d0d8d4d5a623efa7730354d113101 authored about 12 years ago
Implement libvirt_domain_migrate_to_uri2 for virDomainMigrateToURI2

e7e69ffd3184d460d5a287b5683328c88e727430 authored about 12 years ago
docs: Update release in downloads link

1fd2d75e33b7a355124db782c8801eb90a98f197 authored about 12 years ago
Increment version

Increment version to 0.4.7 and note major contribution of Tugdual Saunier
to the AUTHORS file.

...

5feda50d3610755b4f35d6dc1ad44e0c9ffc720e authored about 12 years ago
fixed wrong doc alignment for libvirt_domain_managedsave

b5edda45bc70dd791d74b701c162578cfd9f35eb authored about 12 years ago
fixed some segfault in test-domain-snapshot.phpt

09b9bd43826cffe2f9ab55e18a9f8e0e0fc3a352 authored about 12 years ago
improved test-install.phpt, no more need of a random name

e0e288c649825828adc36df8d9bd4b17a7c540e0 authored about 12 years ago
reorder tests by dependency

cfd933a0a09149c31af208b216608254794a5ea4 authored about 12 years ago
Made tests more universal by using libvirt test driver

164d1aca9040eb239057728fa00c3713c9f0070f authored about 12 years ago
fixed doc generation under OSX

38a5a0346df95a84914c37bdf14966e01bc159a1 authored about 12 years ago
fixed last warnings

f53a49dd4c95765e9455cd8ed6487dfc44e3e46d authored about 12 years ago
Fixed infinite loop in vnc_refresh_screen

This is not his responsability to read framebuffer (avoid infinite loop)

e3f49564ba98aa8edbe3d668a78684c69c673807 authored about 12 years ago
fixed vnc_get_bitmap

1fb41d4d169c299515e8d2c3fbf4382e7717494b authored about 12 years ago
fixed wrong test on virConnectClose return value

dff2402e41f71edf01c8809ac5e5899f3bb99eef authored about 12 years ago
fixed wrong byte_order determination under other OS by improving it

6c1f3a40d35bb12c691c43406e4ea9f34a3065bf authored about 12 years ago
fixed wrong types in libvirt_check_version

49573d3ff55622de96b6a680a85339cd7420a024 authored about 12 years ago
fixed wrong maxsize type in libvirt_logfile_set

2f0c865b791576b7dc24ae94c7621e47da9287d8 authored about 12 years ago
init array only if needed in libvirt_list_inactive_domains

6080da3a02dbc2cb2e576ffc8b72fd312a297e3f authored about 12 years ago
fixed resource counter changes in libvirt_list_active_domains

68202aa247d84e7cc6269e190a2296a64e8c6d2f authored about 12 years ago
fixed warnings

7c672abb205947137a0a74df4ca55d8883718619 authored about 12 years ago
fixed PHP warnings in uuid generation

a25b7c989442542c7cec337cf0bbaee2a6fff8b1 authored about 12 years ago
fixed wrong xpath in domain type retrieving

f04d98236a026ddac3707963b7167b08087220a6 authored about 12 years ago
fixed a malloc_error_break in doc generation

274dcc61213b97e226c21a4b98c6166bf87ebd26 authored about 12 years ago
Fixed compilation under OS X

d43bb48eb621c198cc65e2090e6b40eb19af72b6 authored about 12 years ago
Fix: Fix multithreading compilation using TSRMLS_CC macro

Signed-off-by: Michal Novotny <[email protected]>

bfca998ae921ab897f95025344fad71d9633ccf6 authored about 12 years ago
Update downloads.html.in

Signed-off-by: Michal Novotny <[email protected]>

10d51f3dc6a55d6a6e59cdda62c630522cbbbab7 authored over 12 years ago
Update to 0.4.6

Signed-off-by: Michal Novotny <[email protected]>

86b0048f655171a941ac06977c6c878568159a47 authored over 12 years ago
Fix compilation for libvirt version lower than 0.9.3

This patch fixes the incorrectly named function name in case
of libvirt version lower than 0.9.3...

b88fdd94d4e20a387f3025e28f2d1c526fa3908b authored over 12 years ago
Make libvirt_domain_update_device() available.

3447bfc0c0e0fc6fe45c54a234cc5955f700d6f6 authored over 12 years ago
update README.md

c23b32cad9c80cdbe53fadedefc7cacb649b2d91 authored over 12 years ago
fix xPath not being optional in libvirt_storagepool_get_xml_desc()

8875c5407892ea19f7f16e2d05e3ad4fc3701643 authored over 12 years ago
Initial commit

069cd0d380bd43c93def16ffd1b47d96a116496c authored over 12 years ago
Fix libvirt_domain_migrate() API

Signed-off-by: Michal Novotny <[email protected]>

41752cf3a0c5773a3ddc4628096facc9792afb29 authored over 12 years ago
New API: Implement libvirt_node_get_cpu_stats_for_each_cpu() API

The libvirt_node_get_cpu_stats_for_each_cpu() API provides user with
information about each CPU ...

f5ba91bdfff2ad2a37f201520c676ba49093c24c authored over 12 years ago
Update: Extend libvirt_node_get_cpu_stats() by CPU argument

This allows user to get information about CPU specified, not just
per all CPUs.

Signed-off-by: ...

0aa6dc79db52866678dcdd83c3c280642cf208fc authored over 12 years ago
Fix: Change return value of libvirt_node_get_mem_stats()

Signed-off-by: Michal Novotny <[email protected]>

9f18758bcfaf214447baf88a0a85245b1381b2d1 authored over 12 years ago
New API: Implement libvirt_get_node_mem_stats() API

This API is the wrapper for virNodeGetMemoryStats() libvirt API.

Signed-off-by: Michal Novotny ...

b606bb7195637f01ab4eeacc237ba1c640d4c80f authored over 12 years ago
New API: Implement libvirt_node_get_cpu_stats() to get CPU statistics on node

Uses virNodeGetCPUStats() libvirt API if available.

Signed-off-by: Michal Novotny <minovotn@red...

6178cab2a6a2ef669d0d160f6b51bc8e3c0abc0f authored over 12 years ago
Screenshot: Implement getting screenshots using libvirt virDomainScreenshot() API

Available since libvirt 0.9.2.

Signed-off-by: Michal Novotny <[email protected]>

7a70d19de5fd676d36d96f01f7533c2fd93e4e53 authored over 12 years ago
Adding authors of recent patches

0d2d17905bbd9177b3b9bc9173d6bda826ed83ce authored over 12 years ago
Add ability to managed save libvirt domains

f6ff0537aabe66bf232c8174169d10c5f4817887 authored over 12 years ago
add wrapper function libvirt_storagepool_delete for virStoragePoolDelete

7e257491ec6ca4a69e7246fb38457d8f340aab81 authored over 12 years ago
Fix building with threaded php

2872abd71b620597d1bd63ede549cf85940c0305 authored over 12 years ago
Fix installation of libvirt-php.ini

Building/installing libvirt-php seems to create an incomplete libvirt-php.ini file.
This patch s...

a0bd4c809d43659a62033f5e5b0dc1b7d86a076e authored over 12 years ago
Fix configure.ac to use PKG_CONFIG to detect libvirt

22da0e3cfe42c0181c86ae334de713666fac774a authored about 13 years ago
Fix parallel build of source

With a target:

all-am: build clean-temp

both 'build' and 'clean-temp' will run in parallel i...

9ca94e786e993eb373202d3cea97349436953400 authored about 13 years ago
Fix rule for building web HTML

a553086d3fb188191b8727bdb63c96c23f87cec9 authored about 13 years ago
Fix installation, part 2

Signed-off-by: Michal Novotny <[email protected]>

aa457aaa58c222ac46b65885e07bc195412f7d7c authored about 13 years ago
Fix installation

Signed-off-by: Michal Novotny <[email protected]>

f712dc225eec7ce64cf9b3ff675ac9747cf5fda4 authored about 13 years ago
VNC: Fix vnc_send_pointer_event() message

Signed-off-by: Michal Novotny <[email protected]>

93ce0679dc8a844b4441cfa5c6f618d9fa16d6bf authored about 13 years ago
VNC: Implement raw encoding handling for builtin screenshot support

This patch implements the builtin screenshot support even for the
case the gvnc-tools package (t...

e59b691da7793a9156b962a334276f52de2b4a2f authored about 13 years ago
Fix x86_64 issues

Signed-off-by: Michal Novotny <[email protected]>

b9fdcb1e75801477a52f00f946ed5c947bb8e9bc authored about 13 years ago
Fix compilation on PHP 5.4.0

libvirt 0.4.5 doesn't build because function_entry have been removed
See http://news.php.net/php...

089040dce425ce1af5d2ba63de4840abbe1640f9 authored about 13 years ago
Version: Inherit version number from VERSION define of config.h

Signed-off-by: Michal Novotny <[email protected]>

b5346c586ed7d5097bf073b79b3d89aceb671f90 authored about 13 years ago
Update to version 0.4.5

Signed-off-by: Michal Novotny <[email protected]>

4d31a1257f19ffdc579eff61a085fb64736d2b12 authored about 13 years ago
Implement API to get emulator and to install a new domain

Signed-off-by: Michal Novotny <[email protected]>

ef7e8d6157f37c4f2febf00a7193d3720b5d2650 authored about 13 years ago
Tests: Make use of lsb_release to get the linux version

Signed-off-by: Michal Novotny <[email protected]>

9010c2eb66529a33cda48a35567cccaf847c08cf authored about 13 years ago
Tests: Implement option to report directly from the check script

This will automatically ask user for e-mail address for further
contact and gather some of the i...

22ae333c5123fd5bdf8ac8507cb67a9840e2012c authored about 13 years ago
Fix version check on more places

Signed-off-by: Michal Novotny <[email protected]>

87a828151ff491f4b2363dbb6f458952ccaf7b23 authored over 13 years ago
Fix version check

Signed-off-by: Remi Collet <[email protected]>

176c9d7bfeaa8f36a1b4ddc03f2c366b4cd98901 authored over 13 years ago
Add debuginfo package

Upstream fix for bug 732800, patched by Ville Skytta <[email protected]>.

Signed-off-by: Vill...

9fe57f6349558965f0ab54b152a4902d3f1a2dae authored over 13 years ago
Fix typo

Please enter the commit message for your changes. Lines starting

e038e6fec516ad601b521f7ed9a104bcc2697169 authored over 13 years ago
Implement libvirt_domain_get_{disk|interface}_devices

For the interface devices the devices have to be defined
manually to be shown in the device list...

fd7c58a4d42e6826dcf2563eca4cfe9ae9725b2d authored over 13 years ago
Fix function comments to comply with real code

This patches the comments used automatically generate docs from
the libvirt extension source fil...

a90416d6742e8ad939f3ff7829e74860510ea5f1 authored over 13 years ago
Fix changelog of SPEC file

09808527cf59ba3323b84f23d4b49de9e583eb0b authored over 13 years ago
Update to 0.4.4

2ec2d7f45d2d4ec22e05aa564a8fa13a0c3bce1f authored over 13 years ago
Put socket and VNC functions to separate source files

Signed-off-by: Michal Novotny <[email protected]>

96ab983fc5ae504fb4df45da21dd9388dbcf45c4 authored over 13 years ago
Implement, rewrite and fix some VNC functions

This is the patch to fix, implement and rewrite some of
the VNC functions provided by libvirt-ph...

00effe8bfdba6f47fa11c1f34245568c3a124c50 authored over 13 years ago
Fix libvirt_domain_nic_add() function

Signed-off-by: Michal Novotny <[email protected]>

8d74c698b6ad539545a8e1109af936fcde44285c authored over 13 years ago
website: Update version information

Signed-off-by: Michal Novotny <[email protected]>

a4a151fc5b4d2681fe48c5ac99aef93cef8fafbb authored over 13 years ago
Update to version 0.4.3

Signed-off-by: Michal Novotny <[email protected]>

ac9aef8c1856cd23c8edc970f90cd63e9ff9d82b authored over 13 years ago
Introduce libvirt_image_remove() as well

Signed-off-by: Michal Novotny <[email protected]>

49a5e15cb891519820175320898df868c2929805 authored over 13 years ago
Add image path and function to create a local image

Signed-off-by: Michal Novotny <[email protected]>

3fe6b92a94ad6050d3e6e32caafe261f5e0f3417 authored over 13 years ago
Extend libvirt_connect_get_capabilities by xPath option

Signed-off-by: Michal Novotny <[email protected]>

dcd07a267b8965cfb28d51c9489e3a283184afc5 authored over 13 years ago
Resolve issues with passing credentials and extend logging of callback function

Signed-off-by: Michal Novotny <[email protected]>

e49947054019c54aa2d0d28842c60951934fe135 authored over 13 years ago
website: Add php-virt-control to links

Signed-off-by: Michal Novotny <[email protected]>

0c320783cd89f91b9c0db223ea0de3ee3958f2a7 authored over 13 years ago
Update references page: Add Layer7 to the references

Signed-off-by: Michal Novotny <[email protected]>

dfe3603398d7866d6dc680622180fa0140c18d2d authored over 13 years ago
Add conditional compilation for snapshots

Signed-off-by: Michal Novotny <[email protected]>

1c88badec7efe8d25de2fc16b8552f9950fa60de authored over 13 years ago
Correct functions not working properly on Xen

Signed-off-by: Michal Novotny <[email protected]>

ff55bbf328906545299c2573116dca7a1e470815 authored over 13 years ago
Fix set_error() function

Signed-off-by: Michal Novotny <[email protected]>

8218092fbe65d8e8d238423e391917af42931b34 authored over 13 years ago
Fix freeing resources before closing connection and add option to limit connections to libvirt

Signed-off-by: Michal Novotny <[email protected]>

12efa3c9c139acf23bcc6aa63aefb216a8a62eba authored over 13 years ago
Update examples to match the real world scenario after updates

Signed-off-by: Michal Novotny <[email protected]>

8be09af413eeb68d555cee13d0968282cdc2a085 authored over 13 years ago
Implement resource object counters and API to print the memory sizes and fix several memory leaks

Also, version in configure.ac has been changed to 0.4.2.

Signed-off-by: Michal Novotny <minovot...

3b9d910d28ed3199466ead5d35659905baba6956 authored over 13 years ago
Implement debug support using libvirt_logfile_set() API function

This is a very useful patch to implement the debug logging for libvirt-php
module. The debug log...

31bca38b930cac86371157b6f5d5c2ddda54c2a8 authored over 13 years ago
Introduce new VNC functions and split them into vncfunc.c

Signed-off-by: Michal Novotny <[email protected]>

9f1207bf4f3b2f2072f61524518b6e05a95b7dd0 authored over 13 years ago
Introduce libvirt_domain_send_keys() API to send the keys to the guest's VNC window

Hi,
this patch introduces the libvirt_domain_send_keys() API function which
is using the direct ...

cbfbb08f71b2fc6ec90e33bfc9b0f131a4b49e75 authored over 13 years ago
Fix typo in docs

Signed-off-by: Michal Novotny <[email protected]>

b23fe0fc245b600b9ef3bba8afe1aec405d68830 authored over 13 years ago
Fix example scripts and class

Signed-off-by: Michal Novotny <[email protected]>

170e968e0882748286d308dc1fd564d940ccecac authored over 13 years ago
Add API functions to change domain VCPU count, memory and boot devices

Signed-off-by: Michal Novotny <[email protected]>

ab848680da163c37871bc805c3a351fe097eacc1 authored over 13 years ago
Introduce libvirt_get_iso_images() API and extend PHPInfo() output

This is the patch to introduce the libvirt_get_iso_images() to look
for the ISO images on the pa...

98eb7e7100b7e9a927c5c9e844756529e51bf23e authored over 13 years ago
Introduce libvirt_has_feature() function and add minor fixes for getting screenshots

Signed-off-by: Michal Novotny <[email protected]>

37cbd581bb64d2ac5ad25130f09160ccad6455e3 authored over 13 years ago
Add support for getting domain screenshot

A new function libvirt_domain_get_screenshot() can grab the screenshot
of the active domain if g...

9b72e463872ddc5f59be393998940ac9a7f40753 authored almost 14 years ago
Add API functions to add and remove the network card

This commit is implementing libvirt_domain_disk_{add|remove}() like
functions except for network...

382b8624f74f1f912c9395efc7948ed369e341bc authored almost 14 years ago
Add libvirt_storagepool_build() function

Also add flags for this function, currently not used.

Signed-off-by: Lyre <[email protected]>

e080d0145f05d87157547e6a2e6d36e358de4556 authored almost 14 years ago
Make doc package noarch

Since documents are not architecture dependent make doc package
be noarch.

Signed-off-by: Lyre ...

9eca84f01205bfd2224ef4678dd7381df0f1de1b authored almost 14 years ago
Fix possible uninitialized variable

Signed-off-by: Lyre <[email protected]>

747aaff09ea57b4971f440b1c0acf454161c1327 authored almost 14 years ago