]> git.ipfire.org Git - oddments/fireinfo.git/shortlog
oddments/fireinfo.git
2010-12-26  Michael TremerBump version 0.13. v0.13
2010-12-26  Michael TremerAdd check for Qemu hypervisor that identifies as "Bochs".
2010-12-26  Michael TremerDisallow taking hard disk IDs from qemu.
2010-12-26  Michael TremerImplement the VMWare hypervisor port check.
2010-12-21  Michael TremerThat version importing from the module did not work :( v0.12
2010-12-20  Michael TremerAdd user agent to request that we are sending. v0.11
2010-12-12  Michael TremerFix adding of hdd string only if no other was found.
2010-12-12  Michael TremerCheck if bios vendor is "innotek GmbH" to get if the...
2010-12-12  Michael TremerFix error if no USB subsystem is available.
2010-12-12  Michael TremerBump version 0.10. v0.10
2010-12-12  Michael TremerFix detection of system model.
2010-12-12  Michael TremerFix detection of system vendor.
2010-12-11  Michael TremerBump version 0.9.1.
2010-12-11  Michael TremerSend secret_id for beta (again).
2010-12-11  Michael TremerBump version 0.9. v0.9
2010-12-11  Michael TremerOnly use disk string if no other was found.
2010-12-11  Michael TremerIgnore any string with Chassis.
2010-12-11  Michael TremerBump version 0.8. v0.8
2010-12-11  Michael TremerAdd more unallowed IDs.
2010-12-11  Michael TremerRemove silly log message.
2010-12-11  Michael TremerSkip None values in id generation.
2010-12-11  Michael TremerAdd --secret-id switch and --hardware-string.
2010-12-11  Michael TremerChange URL to upload profiles.
2010-12-11  Michael TremerBumb version 0.7. v0.7
2010-12-10  Michael TremerIt would be better to check for pakfire ID after sortin...
2010-12-10  Michael TremerFixes on last commit.
2010-12-10  Michael TremerAdd option to sort out invalid strings from the id.
2010-12-10  Michael TremerAdd some new "secret_id" and make it readable from...
2010-12-08  Michael TremerFix if serial number of the root disk is None.
2010-12-04  Michael TremerBump version 0.6.1. v0.6.1
2010-12-04  Michael TremerFix build error on ix86.
2010-12-04  Michael TremerBump version 0.6. v0.6
2010-12-04  Michael TremerAdd detection for harddisk serial number.
2010-12-02  Michael TremerBump version 0.5. v0.5
2010-12-02  Michael TremerConcatenate several informations and build a new ID...
2010-12-02  Michael TremerAdd kernel module to device profiles.
2010-12-02  Michael TremerAdd support for upstream proxy.
2010-12-01  Michael TremerCode for unique id.
2010-12-01  Michael TremerBump version (0.4). v0.4
2010-12-01  Michael TremerAdd option to disable to send the profile.
2010-11-30  Michael Tremersendprofile: Enable debugging mode with -d.
2010-11-30  Michael TremerAdd option to sendprofile to only dump the data.
2010-11-28  Michael TremerBump version 0.3. v0.3
2010-11-28  Michael TremerReturn memory as an integer.
2010-11-28  Michael TremerGet missing hypervisors from System.bios_vendor.
2010-11-28  Michael TremerAdd subsystem vendor and model for PCI devices.
2010-11-28  Michael TremerSend CPU model as a string.
2010-11-28  Michael TremerSome restructuring of the sent profile.
2010-11-28  Michael TremerReplace some read functions by read_from_file function.
2010-11-28  Michael TremerRead vendor and model of the system from the DMI.
2010-11-26  Michael TremerUpdate meta information.
2010-11-26  Michael TremerXen (paravirtualized) hosts do not set the virtualiztio...
2010-11-26  Michael TremerFix private_id function.
2010-11-26  Michael TremerFix detection of the Citrix Xen Server hypervisor.
2010-11-26  Michael TremerChange System to be a singleton pattern class and conne...
2010-11-26  Stefan PampelAdd detection of bios vendor.
2010-11-24  Michael TremerAdd sendprofile script (version 0.2). v0.2
2010-11-24  Michael TremerSkip language detection if the settings file isn't...
2010-11-24  Michael TremerCleanup unused code.
2010-11-24  Michael TremerNew class and C functions for hypervisor detection.
2010-11-24  Michael TremerRemove cpu modes information.
2010-11-24  Michael TremerUse MHz information from /proc/cpuinfo.
2010-11-24  Michael TremerReimplement CPU.count.
2010-11-23  Michael TremerReplace information ino CPU class from /proc/cpuinfo.
2010-11-23  Michael TremerNew function to read from /proc/cpuinfo.
2010-11-23  Michael TremerAdd a flag to say if a host is running in a virtual...
2010-11-23  Michael TremerAdd resonable functions for public_id and private_id.
2010-11-21  Michael TremerAdd a python wrapper around is_virtualized.
2010-11-21  Michael TremerMerge remote branch 'origin/vmware'
2010-11-21  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2010-11-21  Florian MenneSome function to check if a host is running in a virtua...
2010-11-21  Michael TremerAdd .gitignore.
2010-11-21  Michael TremerRemove windows line endings.
2010-11-21  Stefan PampelInitial import of python components.
2010-11-19  Michael TremerAdd VMWare hypervisor detection.
2010-11-15  Michael TremerFix runtime error when virtflag was null.
2010-11-14  Michael TremerInitial import.