summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Prepared release 2.34.22.34.2gnome-2-34Robert Roth2017-01-162-1/+10
|
* Fixed indentation problemRobert Roth2016-11-271-1/+1
|
* procstate: Fill in last_processor member on linuxFlorian Müllner2016-11-271-0/+3
| | | | | | | | The field was added almost 20 years ago, but has only been set on Solaris so far. It turns out we have a use for it now in the new "Usage" application, so also fill it in on Linux. https://bugzilla.gnome.org/show_bug.cgi?id=775182
* Updated Croatian translationgogo2016-09-241-15/+16
|
* Add more options to XGETTEXT_OPTIONS in po/MakevarsPiotr Drąg2016-09-121-1/+1
|
* Prepared release 2.34.1Robert Roth2016-08-202-1/+18
|
* Updated Polish translationPiotr Drąg2016-08-201-59/+55
|
* freebsd: Support GLIBTOP_IF_FLAGS_WIRELESS in netloadTing-Wei Lan2016-08-201-0/+17
| | | | | | | | The ioctl call used in this patch doesn't seems to be documented. It is what ifconfig(8) command uses to display the media type, and its usage can be learned by reading the source code of ifconfig(8). https://bugzilla.gnome.org/show_bug.cgi?id=770165
* freebsd: Rewrite netload implementation with getifaddrs and ioctlGleb Smirnoff2016-08-201-176/+129
| | | | | | | | | | | | | | | | | | | | | | | Instead of using a documented and official API to get information related to a network interface, the old implementation uses kvm library to access kernel memory directly, which is not easy to understand and can be easily broken by changing kernel symbols or structs. Besides, FreeBSD 11 hides severai required kernel struct definitions from userspace programs, which causes compilation error because the definition of 'struct ifaddr' is not available unless _KERNEL is defined. This patch is primarily authored by Gleb Smirnoff <glebius@FreeBSD.org>, with other simple modification made by Antoine Brodin <antoine@FreeBSD.org>, Koop Mast <kwm@FreeBSD.org> and Ting-Wei Lan <lantw@src.gnome.org> applied. It was first submitted to FreeBSD ports and has been used by FreeBSD users for more than 18 months on all supported versions of FreeBSD. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194187 https://svnweb.freebsd.org/changeset/ports/371082 https://github.com/freebsd/freebsd-ports-gnome/commit/be884cd https://github.com/freebsd/freebsd-ports-gnome/commit/422a418 https://github.com/freebsd/freebsd-ports-gnome/commit/a4b1913 https://bugzilla.gnome.org/show_bug.cgi?id=770165
* Rename --with-libgtop-examples to --with-examplesTing-Wei Lan2016-08-201-1/+1
| | | | | | | | This makes what commit 598374b wanted to do really work. The 9-year-old commit was intented to rename the option, but it modified the help string without changing the first argument of AC_ARG_WITH. https://bugzilla.gnome.org/show_bug.cgi?id=770165
* Add Language headers to po filesPiotr Drąg2016-07-2471-3/+71
| | | | Future versions of gettext will fail if this header is missing.
* Use upstream gettext intead intltool/glib-gettextJavier Jardón2016-07-125-16/+87
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=768704
* Updated Occitan translationCédric Valmary2016-05-301-3/+3
|
* Updated Occitan translationCédric Valmary2016-05-051-12/+13
|
* Prepared release 2.34.02.34.0Robert Roth2016-03-222-2/+7
|
* Prepared release 2.33.912.33.91Robert Roth2016-02-292-1/+6
|
* Updated Occitan translationCédric Valmary2016-02-291-9/+9
|
* Fix building on musl-libcKylie McClain2016-02-161-2/+2
| | | | | | | | | | | | libgtop fails to build on musl libc, due to the header resulting in the headers that would be loaded for libc 5 being loaded on musl libc. musl defines headers which are also defined in linux-headers' in.h, causing redefinition errors. https://bugzilla.gnome.org/show_bug.cgi?id=760655 Signed-off-by: Benoît Dejean <bdejean@gmail.com>
* Prepared release 2.33.42.33.4Robert Roth2016-01-182-1/+6
|
* openbsd: only PID 1 is special (init)Antoine Jacoutot2016-01-121-5/+2
|
* Call setlocale in main function of libgtop_daemon2Ting-Wei Lan2016-01-111-0/+3
| | | | | | It is required to correctly show translated messages on some locales. https://bugzilla.gnome.org/show_bug.cgi?id=760432
* Prepared release 3.19.32.33.3Robert Roth2015-12-142-2/+7
|
* Add various headers to unbreak compilationJasper Lievisse Adriaanse2015-12-114-0/+7
|
* PROT_EXECUTE -> PROT_EXECJasper Lievisse Adriaanse2015-12-111-1/+1
|
* Fix compilation because glibtop_machine definition has moved.Jasper Lievisse Adriaanse2015-12-112-1/+3
|
* Updated Occitan translationCédric Valmary2015-11-101-58/+57
|
* 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
| | | | | Patch by David Evans. Bug https://bugzilla.gnome.org/show_bug.cgi?id=753743 .
* 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
| | | | Don't duplicate the typedef (error unless C11).
* Implement glibtop_map_entry Pss and Swap.Benoit Dejean2015-08-153-35/+32
| | | | Regenerate hash function for fast parsing.
* 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
| | | | That would defeat its purpose.
* 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
| | | | Fix compilation.
* 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
| | | | This hides the glibtop_machine implementation.
* 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
| | | | | | | | | | | There was an ABI mismatch because HAVE_GLIBTOP_MACHINE was only defined when compiling the library itself. The library code would then use a larger struct glibtop (with a machine member) than the application code. Everyone defines a glibtop_machine but linux (though it as a glibtop_machine.h) and cygwin (code unchanged for 5 years) so this should not break anything.
* Exclude the "idle" kernel process when GLIBTOP_EXCLUDE_IDLE.Benoit Dejean2015-08-081-0/+3
|