gkrellm/server
Bill Wilson 60df57eaa6 Cleanups and patches
mail.c: replace deprecated g_mutex_new() with g_mutex_init() and
fix const discarded warnings.

plugins.c: gkrellm_place_plugin() change code that inserts plugins into
monitor_list to avoid compiler warnings.

Patch from Ville Skytta: fix issues flagged by cppcheck:
 - netbsd.c: add some close(fd) calls before returns in gkrellm_sys_battery_init().
 - winops-win32.c: add a free() in gkrellm_winop_place_gkrellm().

Bugfixes:
 - chart.c: flag config modified when changing a chart's Resolution per Grid.
 - fix memory leaks in multiple files: add g_thread_unref() for all GThread
   pointers returned from g_thread_new() calls.
2014-10-11 19:37:47 -05:00
..
Makefile Enable ASLR and DEP on Windows builds 2014-10-05 12:22:42 +02:00
configure Unify logging and use of environment in configure scripts 2014-10-05 12:22:42 +02:00
gkrellmd-private.h Merge with changes from gkrellm-2.3.5-pre.tar.bz2 2010-09-15 15:32:14 +00:00
gkrellmd.conf - comment out all options in default gkrellmd.conf so it can be installed without causing any trouble 2008-10-29 16:02:13 +00:00
gkrellmd.h Drop GLib 1.x compatibility for gkrellmd 2014-07-12 22:45:33 +02:00
mail.c Drop GLib 1.x compatibility for gkrellmd 2014-07-12 22:45:33 +02:00
main.c gkrellmd: Fix IPv6 prefix length error detection 2014-10-05 13:14:15 +02:00
monitor.c Cleanups and patches 2014-10-11 19:37:47 -05:00
plugins.c Fix inconsistent path generation and checks on win32 2014-07-12 22:45:14 +02:00
sysdeps-unix.c Merge with changes from gkrellm-2.3.5-pre.tar.bz2 2010-09-15 15:32:14 +00:00
utils.c Merge with changes from gkrellm-2.3.5-pre.tar.bz2 2010-09-15 15:32:14 +00:00
win32-libgkrellmd.c Merge with changes from gkrellm-2.3.5-pre.tar.bz2 2010-09-15 15:32:14 +00:00
win32-plugin.c Merge with changes from gkrellm-2.3.5-pre.tar.bz2 2010-09-15 15:32:14 +00:00
win32-plugin.h Merge with changes from gkrellm-2.3.5-pre.tar.bz2 2010-09-15 15:32:14 +00:00
win32-resource.h - Bump copyright year, version information and minimum gtk+ version in various files 2008-09-30 17:37:03 +00:00
win32-resource.rc Merge with gkrellm-2.3.5-pre2.tar.bz2 2010-10-06 21:38:56 +00:00