summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong PG_Provider name in reg2pegasus.py0.0.1Radek Novacek2012-08-021-6/+6
* updated fan READMEMichal Minar2012-08-021-18/+4
* Always use .reg file instead of .registrationRadek Novacek2012-08-024-28/+35
* Use Cura_ prefix for registration filesRadek Novacek2012-08-021-3/+3
* Add 'Cura_' to provider library nameRadek Novacek2012-08-023-3/+3
* Unify style of MOF filesRadek Novacek2012-08-023-112/+85
* Add GPLv2 license file and GPLv2+ headers to all filesRadek Novacek2012-08-0224-97/+684
* fan: fix syntax of mof fileRadek Novacek2012-08-021-27/+27
* Add script for registration and deregitration of providerRadek Novacek2012-08-024-2/+152
* service: make the shell scripts executableRadek Novacek2012-08-011-1/+1
* Add so-version to curacommon and install itRadek Novacek2012-08-011-0/+4
* Remove -Wmaybe-uninitialized CFLAG, not working with old GCCRadek Novacek2012-08-011-1/+1
* Remove GPL-incopatible provider-register.shRadek Novacek2012-08-011-755/+0
* service: Add shebang to service*.sh scriptsRadek Novacek2012-07-312-1/+3
* service: Move serviceutil to libexecRadek Novacek2012-07-312-3/+3
* Replace all Linux_ prefixes with Cura_ prefixes.Radek Novacek2012-07-3121-650/+650
* power: use get_system_creation_class_name function in the providerRadek Novacek2012-07-304-7/+5
* Make provider optional using cmake optionsRadek Novacek2012-07-304-7/+21
* Merge READMEs to one, get rid of should-be-global files in serviceRadek Novacek2012-07-308-1449/+85
* service: use global functions for getting system (creation class) nameRadek Novacek2012-07-304-105/+4
* Fix typo in get_system_creation_class_name method nameRadek Novacek2012-07-304-6/+6
* fan: port Fan provider to KonkretCMPIRadek Novacek2012-07-3018-2098/+1055
* power: fix finding Linux_ComputerSystem in referencesRadek Novacek2012-07-272-40/+16
* Unify logging through all providersRadek Novacek2012-07-2715-124/+111
* service: rewrite Service_Operation functionRadek Novacek2012-07-271-21/+13
* service: add missing file closeRadek Novacek2012-07-261-0/+1
* service: better handling of services without Main PID (like iptables)Radek Novacek2012-07-261-1/+6
* service: Better error handling in providerRadek Novacek2012-07-261-5/+7
* service: fix a couple of memory leaksRadek Novacek2012-07-251-0/+3
* service: Don't list systemd special '@' servicesRadek Novacek2012-07-251-1/+1
* service: convert to using KonkretCMPIRadek Novacek2012-07-256-432/+346
* service: Finish converting service provider to CMakeRadek Novacek2012-07-255-560/+16
* Fix few errors in CuraMacros.cmake and power cmakeRadek Novacek2012-07-252-12/+14
* service: Move MOF to toplevel mof/ directory and remove registrationRadek Novacek2012-07-242-2/+0
* power: correctly register and installRadek Novacek2012-07-241-6/+4
* power: check if upower and systemctl are installedRadek Novacek2012-07-241-1/+13
* Install the MOFs to data directoryRadek Novacek2012-07-242-0/+9
* Remove src/ subdirectory from power/Radek Novacek2012-07-241-70/+0
* Add target for manual registration of each providerRadek Novacek2012-07-241-6/+16
* Move provider-register to top level directoryRadek Novacek2012-07-232-755/+0
* Introduce cim_registration macro for creating registration file from libraryRadek Novacek2012-07-231-0/+16
* Move power example script to examples/ directoryRadek Novacek2012-07-231-1/+1
* Restructure Power providerRadek Novacek2012-07-2315-2/+34
* Introduce konkretcmpi_generate cmake macroRadek Novacek2012-07-232-0/+77
* Add .gitignoreRadek Novacek2012-07-231-0/+6
* Start converting all providers to CMakeRadek Novacek2012-07-237-12/+110
* Move all providers to src/ directoryRadek Novacek2012-07-2354-0/+0
* merge fan from separate repoRadek Novacek2012-07-2317-0/+3646
|\
| * fixed method invocationMichal Minar2012-04-301-18/+36
| * fixed method invocationMichal Minar2012-04-175-24/+55