summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepared release 3.18.03.18.02.32.0gnome-2-32Robert Roth2015-09-212-2/+6
* Prepare release 2.31.91LIBGTOP_2_31_91Robert Roth2015-09-141-1/+6
* Updated Polish translationPiotr Drąg2015-08-261-9/+9
* Post-release version bump.Benoît Dejean2015-08-251-1/+1
* Fix constant name for GLIBTOP_MAX_PROC_WD.Benoît Dejean2015-08-251-1/+1
* Fix a bunch of doc tags for GI.Benoît Dejean2015-08-256-6/+29
* Define missing GLIBTOP_MAX_PROC_AFFINITY.Benoît Dejean2015-08-251-0/+1
* Don't ship glibtop/version.h as this is private.Benoît Dejean2015-08-232-4/+6
* Fix Darwin build.Benoît Dejean2015-08-183-0/+9
* Prepared release 2.31.90LIBGTOP_2_31_90Robert Roth2015-08-172-2/+2
* NEWS for 2.31.5.Benoît Dejean2015-08-161-0/+25
* Fix compilation because glibtop_machine definition has moved.Benoit Dejean2015-08-152-0/+3
* glibtop_machine is defined in glibtop.h.Benoit Dejean2015-08-1510-20/+0
* Implement glibtop_map_entry Pss and Swap.Benoit Dejean2015-08-153-35/+32
* New API/ABI: add Pss (partial set size) and Swap in glibtop_map_entry.Benoit Dejean2015-08-151-1/+5
* Don't include non-installed glibtop_machine.h in glibtop.h.Benoît Dejean2015-08-151-2/+1
* server->machine is now a pointer, so propagate the change from . to ->.Benoît Dejean2015-08-0875-322/+322
* Define glibtop_machine for Linux as empty because it's not used.Benoît Dejean2015-08-081-5/+1
* Add missing file.Benoit Dejean2015-08-081-0/+22
* Turn glibtop::machine from a value to a pointer, allocated on init.Benoit Dejean2015-08-0818-45/+55
* Add uid/euid/gid/egid members to struct glibtop.Benoit Dejean2015-08-081-0/+10
* No use for glibtop_machine for now, but who knows in the future.Benoit Dejean2015-08-081-5/+2
* Always define gligtop_machine.Benoit Dejean2015-08-083-66/+1
* Exclude the "idle" kernel process when GLIBTOP_EXCLUDE_IDLE.Benoit Dejean2015-08-081-0/+3
* Post-release version bump.Benoît Dejean2015-08-081-1/+1
* Remove useless/meaningless calls to glibtop_init_[prs]() with sysdeps/{freebs...Benoit Dejean2015-08-0826-50/+0
* Ignore *.bak files.Benoit Dejean2015-08-081-0/+1
* Don't include the ':' in smaps keys.Benoit Dejean2015-08-083-62/+60
* More debug messages to trace euid/egid changes.Benoit Dejean2015-08-082-0/+11
* Display features in hex in debug message.Benoit Dejean2015-08-081-1/+1
* Add some debug code to trace effective GID changes.Benoit Dejean2015-08-081-0/+4
* Move _glibtop_global_server from .data to .bss.Benoit Dejean2015-08-081-1/+1
* Also display file/line/function in debug messages.Benoit Dejean2015-08-081-1/+1
* Prepared release 2.31.4LIBGTOP_2_31_4Robert Roth2015-08-052-2/+2
* Some NEWS for 2.31.4.Benoît Dejean2015-07-191-0/+22
* Don't define twice glibtop_global_server and server_features.Benoit Dejean2015-07-181-28/+0
* Use the server parameter, not the global/default one.Benoit Dejean2015-07-181-1/+1
* Don't install glibtop_private.h.Benoit Dejean2015-07-181-1/+3
* Ignore the new examples/free binary.Benoit Dejean2015-07-181-1/+1
* Turn the proclist example into a minimal `ps`.Benoit Dejean2015-07-181-9/+25
* Fix utime/stime/cutime/cstime computation.Benoit Dejean2015-07-181-7/+16
* It's been 26 years since C89, let modern compilers do what theyBenoit Dejean2015-07-181-1/+0
* Do the math correctly to avoid loss of precision for rtime.Benoit Dejean2015-07-181-3/+1
* Fix printf format/type mistmatch.Benoit Dejean2015-07-181-1/+1
* Fixed sprintf format/args type mismatch.Benoit Dejean2015-07-151-4/+4
* Check the command value even if !LIBGTOP_ENABLE_DEBUG.Benoit Dejean2015-07-151-38/+37
* Rework logic by turning two dark while into fors.Benoit Dejean2015-07-151-28/+20
* Print message to stderr at once, to avoid mixups.Benoit Dejean2015-07-151-27/+29
* Fix signedness issue when printing HW address.Benoit Dejean2015-07-151-1/+1
* Check getloadavg() return value and call the function directlyBenoit Dejean2015-07-151-7/+2