Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-27 | Add printer icons | Leandro A. F. Pereira | |
2009-07-27 | Get rid of modules/ directory. | Leandro A. F. Pereira | |
2009-07-27 | Close socket if there was an error on connect(). | Leandro A. F. Pereira | |
2009-07-24 | Cleaner fix for file descriptor leak. | Leandro A. F. Pereira | |
(Ref. commit 8a77a967204d04cdf202622f22a49b76e860b1e5) | |||
2009-07-24 | Use install(1) instead of mkdir(1) and cp(1) on install target. | Leandro A. F. Pereira | |
2009-07-24 | Plug file descriptor leak (as per Debian bug #523930). | Leandro A. F. Pereira | |
Thanks to giagimari at libero dot it for strace logs. | |||
2009-07-24 | Fix possible double free in computer::getOSKernel module method | Leandro A. F. Pereira | |
2009-07-24 | Fix possible crash if /proc/scsi/scsi does not exist. | Leandro A. F. Pereira | |
2009-07-19 | Fix crash | Leandro A. F. Pereira | |
2009-07-18 | Fix memory leak; use fclose() instead of pclose(). | Leandro A. F. Pereira | |
(Thanks to giagimari@libero.it) | |||
2009-07-09 | Reorder status messages | Leandro A. F. Pereira | |
2009-07-09 | Fix double free | Leandro A. F. Pereira | |
2009-07-07 | Adding 1 vendor | La Stik | |
Signed-off-by: Leandro A. F. Pereira <leandro@hardinfo.org> | |||
2009-07-07 | Adding 1 vendor | La Stik | |
Signed-off-by: Leandro A. F. Pereira <leandro@hardinfo.org> | |||
2009-07-07 | - Adding CoreDuo identification | La Stik | |
- With processors with much instructions, not all of them are shown Signed-off-by: Leandro A. F. Pereira <leandro@hardinfo.org> | |||
2009-07-07 | Adding 2 new interfaces | La Stik | |
Signed-off-by: Leandro A. F. Pereira <leandro@hardinfo.org> | |||
2009-07-07 | Adding detection of vendor of battery | La Stik | |
Signed-off-by: Leandro A. F. Pereira <leandro@hardinfo.org> | |||
2009-05-30 | Add a label to the status bar to show if HardInfo is in remote or local mode | Leandro A. F. Pereira | |
2009-05-17 | More Remote mode fixes | Leandro A. F. Pereira | |
2009-05-10 | Implement SSH tunnel; needs more work, though. | Leandro A. F. Pereira | |
2009-05-09 | Fix compilation error when libsoup support is disabled | Leandro A. F. Pereira | |
2009-05-09 | Disable shell view while trying to establish connection | Leandro A. F. Pereira | |
2009-05-09 | Make loading modules from the menubar possible | Leandro A. F. Pereira | |
2009-05-09 | Make temporary ssh-askpass remove itself; chmod 0700 the remote.conf file | Leandro A. F. Pereira | |
2009-05-09 | Change remote host dialog to be a Host Manager; add a Connect To window and ↵ | Leandro A. F. Pereira | |
a Remote menu. | |||
2009-05-06 | Start implementing Host Editor dialog | Leandro A. F. Pereira | |
2009-05-06 | Fix about_func() return type | Leandro A. F. Pereira | |
2009-05-04 | Allow SSH command-line parameters to be passed with the query string | Leandro A. F. Pereira | |
2009-05-04 | Fix crash if there is no mounted filesystems (reported by Patrick Verner) | Leandro A. F. Pereira | |
2009-05-03 | Add ssh wrapper. | Leandro A. F. Pereira | |
2009-05-03 | Remove calls to DEBUG(). | Leandro A. F. Pereira | |
2009-05-03 | Update benchmark.conf | Leandro A. F. Pereira | |
2009-05-03 | Change module.getModuleList(), so it also sends the module's icon filename. ↵ | Leandro A. F. Pereira | |
Stability fixes to the remote feature. | |||
2009-05-02 | Add Vine Linux support (patch by Munehiro Yamamoto). | Leandro A. F. Pereira | |
2009-05-01 | Makes the XMLRPC client synchronous (fixes some stability problems) | Leandro A. F. Pereira | |
2009-05-01 | First attempt at making connections to remote hosts | Leandro A. F. Pereira | |
2009-04-30 | Make module unloading more reliable | Leandro Pereira | |
2009-04-29 | When unloading modules, clear all tree stores | Leandro A. F. Pereira | |
2009-04-29 | Implement more remote client features | Leandro A. F. Pereira | |
2009-04-29 | Implement an icon server (to download missing icons via HTTP). | Leandro A. F. Pereira | |
2009-04-29 | Show the selected module name on window's title | Leandro A. F. Pereira | |
2009-04-27 | Make unloading of modules possible | Leandro A. F. Pereira | |
2009-04-26 | Making more room to implement the remote mode :) | Leandro A. F. Pereira | |
2009-04-26 | Plug memory leaks | Leandro A. F. Pereira | |
2009-04-26 | Implement more XML-RPC methods. | Leandro A. F. Pereira | |
2009-04-26 | More cleanups | Leandro A. F. Pereira | |
2009-04-26 | Remove unneeded methods; clean up | Leandro A. F. Pereira | |
2009-04-26 | Implement more methods; this will be cleaned up later. | Leandro A. F. Pereira | |
2009-04-25 | Implement module.entryGetField() | Leandro A. F. Pereira | |
2009-04-25 | Start implementing the XML-RPC server | Leandro A. F. Pereira | |