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

Add CFLAGS for compiler

The default CFLAGS is `-g -Wall'. We can change it with
./configure CFLAGS="your option". The `-...

5b9a352e83a43d3e6065e28671022e8fff91bd01 authored almost 14 years ago
Fix typo in the AUTHORS file

As noticed by Justin Clift <[email protected]> there's typo
in the AUTHORS file so this fixes it...

493664295c19f740c746d1e8c2a53804d8061cd1 authored almost 14 years ago
Fix COPYING file and licencing

As noticed by Justin Clift <[email protected]> the licence file
was invalid so the licence (COPY...

e7ba746b4f35e4b6a7aa9b5b6e8c06927986f371 authored almost 14 years ago
Fix *_get_xml_desc() functions

The *_get_xml_desc() functions were working fine as tested on
Fedora-14 and php-5.3.6-1.fc14.i68...

11a5eb46979c755513467a7da1e80a9d2ecd36d9 authored almost 14 years ago
Fix memory leak when releasing connection & domain

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

y Pleasek when releasing connection & domain enter t...

6af2d113faaa32b6cb5bede47929836e3c0447fb authored almost 14 years ago
Fix memory leak when connection failed

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

5c58074580604bfde35b258d8623bd6b01199ac5 authored almost 14 years ago
Update AUTHORS

d4fe078e1fbba7368b98e5a9d56035561eff512f authored almost 14 years ago
Fix example for libvirt_nodedev_get_xml()

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

2f314ebc6c714df3f4f223d5850e0d5e8248405b authored almost 14 years ago
generate-api-docs: Fix segmentation fault when multi-line comment is used in the source file

This patch allows generating the documentation from source files that
are having the multi-line ...

abb959b7ae27a125f2c7f6679b50d7eedb325d66 authored almost 14 years ago
Fix memory leak on gettint the version

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

1abda5df7fb09472cadc1769636099e3c3054af3 authored almost 14 years ago
Implement libvirt_domain_disk_add() and libvirt_domain_disk_remove() functions

Those are functions to allow very easy administration of disk images for
the virtual machines. E...

d9996ba707917115843df8f82ef0e29198f66b77 authored almost 14 years ago
Fix set_error() when msg argument is NULL

This patch avoid freeing NULL pointer in the
set_error() function.

Signed-off-by: Lyre <liyong@...

c62d4ae6528b136272c740c28222cc817158419e authored almost 14 years ago
Remove strip from installation

Make it able to generate debuginfo package.

945102aa1d9998c0ca500bad022434200ceb8931 authored almost 14 years ago
Fix libvirt_storagevolume_delete() and add comment for it

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

df768c3326721b6715fad2a87ea3eb9e3a6aad01 authored almost 14 years ago
Update the example scripts

Thanks to Yukihiro Kawada <[email protected]> I noticed that the
new example scripts are not...

6f55650641ea6fb7be648532303cdd75efed3c09 authored almost 14 years ago
Fix memory leak on libvirt_list_domains()

This is the patch to fix the memory leak on libvirt_list_domains()
to free the domain pointers o...

dcd23789f46c61126542d2ea03d8739b99e6153c authored almost 14 years ago
Add libvirt_storagevolume_delete() function

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

f4b11bceeb6216d7dfc536b5a51e6224af25c0f4 authored almost 14 years ago
Fix network_define() and network_undefine() functions

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

cf95eda498ff227a872c7368f584268ca01e873c authored almost 14 years ago
Remove definition of not-implemented libvirt_storagevolume_delete()

dd4c042e50a6de5ae51f929f444e5be06f720f64 authored almost 14 years ago
Change version to -3

This will change to 0.4.2 soon :)

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

359aac0f51a307aa1e418121f8207b117c265de6 authored almost 14 years ago
Network: Add functions to define and undefine networks

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

76380c7ae47609efeae161cdc06f0b49dbbd7b04 authored almost 14 years ago
Add libvirt_storagevolume_delete() function

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

3ca9d4cce96bc8805a567f432a5f81d9e5a65585 authored almost 14 years ago
Add support for xPath expressions to *_get_xml_desc() functions

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

3708c6c546aee861ea0eb7fdaf2656b93eee1805 authored almost 14 years ago
Fix function comments formatting and introduce reset_error() and set_error_if_unset()

The set_error_if_unset() function can be used if you are not sure
whether the exception has been...

212b400b7ca12e3930eb4b7d17b9ed2f0efcda87 authored almost 14 years ago
Storage: add lookup functions

90dd9ccf83792cf5bd2cc2d5eb5d332cddd611cd authored almost 14 years ago
New API: libvirt_storagevolume_create_xml_from()

It may need some asynchronous mechanism to use this fuction,
since it may taks a long long time....

e303c9ed831e7abba29f454669523f73224c797a authored almost 14 years ago
Storagepool: make flag for pool refresh optional

34b0c27242705d9bc013d06b8c6dbe07dac15e46 authored almost 14 years ago
Comment: fix typo

0ae3263bc3f703f97d1e861b057ce3aab6824faa authored almost 14 years ago
Fix file names in spec

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

2408a3b21aa6db097247600f87860b8f2efe6f0c authored almost 14 years ago
Update AUTHORS file and rename files to libvirt-php.[c|h]

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

91961131ea5cd467da9ceda88a97388d6acf5a29 authored almost 14 years ago
Add better error reporting for destructor functions

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

50a2ec1703db9200d9e56e194c6456c8d1be430f authored almost 14 years ago
Add information about first public release available (0.4.1)

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

7c8b23e14fad9bda5f4b872e3424499726ee4af7 authored almost 14 years ago
Add missing files for snapshot testing

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

7ba6e5f7f41a8358389aa7ff46be04e9d3191abd authored almost 14 years ago
add get name and path for storage volume

Also fix the snapshot_lookup_by_name function (by Michal Novotny,
no need for new commit since a...

9ba4534f5870514783a4a6745b8d6a41bf45096e authored almost 14 years ago
Implement snapshots support

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

eaa6f669096b4c3a08b9a38d1d830718c118b8f0 authored almost 14 years ago
Add support for core dump command

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

8473cc967ba5fae529e1ca18bd174892903c5562 authored almost 14 years ago
Add connection information function

This commit introduces the libvirt_connect_get_information() function
to get information about t...

5326f7c0cf22488867ba427601a0fbedcc05002c authored almost 14 years ago
website: Add information the project is not affiliated to PHP in any way

6043e77e8f6d006e097995af2443deba864e9d22 authored almost 14 years ago
Implement new connection related functions and alter tests to test some of them

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

e59d3c5e85b3ef4e71e139c2d07740ed2732460b authored almost 14 years ago
Add version to source file and generate API docs tool

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

b0e3209eec62ec7ed80b7fcf1233d1216df2452d authored almost 14 years ago
Fix libvirt-php.spec file rpmlint warnings

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

2619c3605147ee33610d24581cce747a36e25e62 authored almost 14 years ago
website: Fix pages and spec file

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

7c7b964b89079856ad669696d74cfae3021b69d3 authored almost 14 years ago
Fix libvirt_connect and libvirt_version failure without Xen

Currently libvirt_connect fails if libvirt has no Xen support.
This is because virGetVersion che...

0e969aef14822e3157249bc3780f9921206e8d94 authored almost 14 years ago
Add --with-php-config flag

php extensions can usually be configured to use a specific php-config
using --with-php-config to...

dc2b1a3cab723ca200983921840012b52e7a73be authored almost 14 years ago
Fix building with threaded php

Signed-off-by: Tiziano Mueller <[email protected]>

7ffb5802b46b73ea1dd0018313b6f706fe47a50b authored almost 14 years ago
Make sure the extension is loaded before running tests

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

736810586dc755b34924eb3dc7cc1eed2695c9c7 authored almost 14 years ago
Add some new tests and allow `make check` to run unit tests

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

9523c5439d6d2973884e9d188bd2a45f35f7c2f1 authored almost 14 years ago
Implement developer's API guide for private functions to be used in the extension code

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

055e4beb563b31f076c4278a3a91764262f7d582 authored almost 14 years ago
build: add error message

* configure.ac: issue an error message when tools not found
* libvirt-php.spec.in: add BuildRequ...

7e2bc5f2a648d505344aa44582778e0f7ffc9446 authored almost 14 years ago
Remove libvirt-php.spec since autogenerated now

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

d8456c6e88bb4d9ca656992ea3026ca3ef2bda47 authored almost 14 years ago
Override $PHPCDIR make var to allow non-root builds

* autobuild.sh: Override $PHPCDIR

8cf1da312856ac168e14bf306871cca9e30f89c4 authored almost 14 years ago
Add missing libvirt-php.spec.in

67b49da70da2991c9dd54539f34cc4c7fbdddee8 authored almost 14 years ago
Add list functions for storage pools

* add libvirt_list_active_storagepools & libvirt_list_inactive_storagepools
* modified EXTRA_DIS...

7860533a267b153334e863745dedf9b1a99bd5e4 authored almost 14 years ago
AUTHORS: Fix typo

489e1be821487ecb080c445cfa30a38f68046d22 authored almost 14 years ago
Update AUTHORS file

e27182f74d6ba644cea015f12e0ced4ff24e73c2 authored almost 14 years ago
website: Add references page

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

610da47db646fcbf3ea0a5b77352197e6592cb93 authored almost 14 years ago
generate-api-docs: Fix parsing the private functions not to fail SIGSEGV on some version of gcc

This is the patch to fix parsing of the private functions in the
generate-api-docs tool not to f...

851039c85fccde906083327567734845bf264acb authored almost 14 years ago
Add some basic tests to test libvirt-php functionality

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

7eade7290e4c304d073f69b5efd6a0db427f268e authored almost 14 years ago
generate-api-docs: Introduce parsing description from the source codes comments

This is used to generate the api-reference.html.in with the description
for each function. This ...

c3c1a287238db8da2323713b8ddcb0285275f2c8 authored almost 14 years ago
Add API function to update device

This is the patch to introduce API function to update device for the
domain: libvirt_domain_upda...

6d5d45a1ac916a113f98e929d3ca0634bd797af3 authored almost 14 years ago
Add API generating tool to the repository and run it on compile time

New tools has been added to the tools directory. It's API documentation
generator based on the s...

95ec87c1b1cf10982e938d96bdc1a57a3ebd8962 authored almost 14 years ago
This patch added following functions for domain:

* integer libvirt_domain_get_autostart(resource $domain)
return 1, 0, and -1 indicates true, f...

bf9273c57bae42e4895711379bc6a880a914f88a authored almost 14 years ago
Add storagepool APIs to control and query

Added the following functions for storagepool:

* string libvirt_storagepool_get_uuid_string (re...

c7f87f312a14e0f888950c81aa292bb7d3c97ce3 authored almost 14 years ago
Fix libvirt_list_active_domains() and add libvirt_list_active_domain_ids()

Also, comments to the code were added.

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

7e8e15c069d83ecf329b628e41d6634ff9f3e2b0 authored almost 14 years ago
Add libvirt_php.h which was accidentally removed when renaming from php_libvirt.h

File php_libvirt.h was renamed deleted in commit 86043d4a but new file libvirt_php.h
was not cre...

a0902af5f9a9ea5a721e79d303336497906e1424 authored almost 14 years ago
Replaced AM_PATH_XML2 with the script borrowed from libvirt

The script in libvirt was borrowed from xmlsec. It's been tested
to compile and it compiles fine...

119c1d9150e89f708a1116942c3af72f41a2334b authored almost 14 years ago
Implement version checking and fix listing functions to return names instead of resources

This patch contains version checking implementation as based on the VERSION definition, fixes
th...

86043d4a3a58787b93c89eb801b4856c4b3fe96a authored almost 14 years ago
Remove files that are not required for automake

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

665ea87add2af907c6db4a5bd0911a6bfbfc3f24 authored almost 14 years ago
Added checking for tools and libraries

* configure.ac: Added checkings for compiler, sed, install, and so on;
Added AM_PATH_XML2 to c...

fc67397c777f23ea2d0078833a1539b156430f6b authored almost 14 years ago
Spec file cleanup

libvirt-php.spec: removed unnecessary macro 0{%sles_version}

Signed-off-by: Lyre <liyong@skybil...

c6a32143f003d4f09b3c693c0c45b6efe701206d authored almost 14 years ago
Change php-libvirt references to libvirt-php references

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

69688385a0b651838e114fe423ae8368d59d54c4 authored almost 14 years ago
Merge branch 'master' of ssh://libvirt.org/git/libvirt-php

5036fecbb7d52df0dc791c4749b94917b9f1e7dc authored almost 14 years ago
Change php-libvirt names and references to libvirt-php

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

4ff2fb65012b9af435d577247229c4abc2c1d7a9 authored almost 14 years ago
Fixed errorneous name of spec file

bee4ef714844b1c795df69c5cdfda0a66fd300c4 authored almost 14 years ago
Add merged php-libvirt.spec

This spec file should works for Fedora 14, RHEL 6, openSuSE 11.3
and SLES 11 SP1.

Signed-off-by...

2eeceb7fa8e563494e9a9a27532193d3eec3e86a authored almost 14 years ago
Merge php-libvirt.spec & libvirt-php.obs.spec to libvirt-php.spec,

which will pack libvirt-php into two packages:
libvirt-php: the extension itself with...

d6a38977c2338fa54763c3480fe33686f5b1e4e9 authored almost 14 years ago
Eliminate compilation warnings

This is the patch to compile with -Wall option and also eliminate the
compilation warnings.

Sig...

53c679ea50a5ea61e0f77f7e479fda38f37c5e12 authored almost 14 years ago
website: Add results of investigation on win-php extension writing

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

f115c4a7f597711da0d75478fd57ef0805fd53d1 authored almost 14 years ago
Updated building system

Fixed the install location of libvirt-php.ini;
Added an spec file for openSuSE Build Service.

S...

3419aa241098c2f7fdd91b09c15b78ce9e51a319 authored almost 14 years ago
website: Update typos

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

a86018f6326cf1ee23d3081f09a3130225eb0323 authored almost 14 years ago
Ignore many generated files

* .gitignore: Ignore generated files

4b8d3d9150469575c49cf8aa68e78b4a6ba2c1fe authored almost 14 years ago
Add automated build control script

Provide a script for performing automated builds

* autobuild.sh: Automated build control script...

f6f2b8994c8a8f41cb3187f57f9da8bd3f7486b8 authored almost 14 years ago
Remove auto-generated Makefile.in files

Automatically generated files should not be present in GIT

* Makefile.in, docs/Makefile.in, src...

e20b9c6c56706c1ab225e55bd1fe624c232145bf authored almost 14 years ago
webpages: Fix typos

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

ce857975673cf6d70a57dd658f3738f2998867c7 authored almost 14 years ago
Fix project name in configure.ac and installation scripts

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

571ea1ae2fe0c6b0302fd12ef25ae056c37b65a0 authored almost 14 years ago
Change installation steps to match real behaviour

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

f8dd088bc6438a95d50a5c4ae7955e127e4ebd71 authored almost 14 years ago
Rename the project to libvirt-php and add install-module to src/Makefile.am

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

313c85def31981e57bd644e8aa63a23b9673bc37 authored almost 14 years ago
Change maintainer address and add docs generation to configure.ac

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

b6343b5db04c770572dbb8d697ba14963ee14f1a authored almost 14 years ago
Add website sources in the docs form and move sources to src subdir

This patch is adding the website sources to the "docs" subdirectory
and also it moves source to ...

90b1a5b145251639344acce0453f671e369eb261 authored almost 14 years ago
Fix compilation warnings

Hi,
this is the patch to fix the compilation warnings like:

libvirt.c: In function ‘zif_libvirt...

541343ea2703496a5229a1568324b0881b5d532d authored almost 14 years ago
Introduce set_error() function and fix error handling/formatting

Hi,
this is the patch to switch error reporting facility to set_error()
function which is having...

e3b2a97dfb33621d28781ca3d67c20d60959fe3e authored almost 14 years ago
Move php-libvirt from github

45880e9e5a0e3eb311d28e4ba6414fe956601a3f authored almost 14 years ago
Adding an empty README file

d3c7aaad7e73072f76437a844ce1fbd05db6d01d authored almost 14 years ago