aboutsummaryrefslogtreecommitdiff
path: root/modules/network
AgeCommit message (Collapse)Author
2016-07-30Use snprintf() instead of sprintf() in net.cLeandro Pereira
2012-01-26Better manage moreinfo hashesLeandro Pereira
Have only one for the whole program and use per-module namespaces/prefixes so that each module can clear its own information easily.
2012-01-15Remove more sightings of if (ptr) { free(ptr) }Leandro Pereira
2012-01-09Fix crash while displaying NFS sharesLeandro Pereira
2011-10-07Fix display of IEEE802.11 signal/noise values.Leandro Pereira
2010-08-15Fix potential problems found by clang static analyzer.Leandro Pereira
2010-07-18Adding VirtualBox network interface.Andrey Esin
2010-05-03Move files from hardinfo2 to root.Leandro A. F. Pereira