drop adt746x objects
[monky] / src / core.c
2009-11-12 Phil Sutterdrop adt746x objects
2009-11-12 Nikolas GarofilMerge branch 'master' of ssh://git.omp.am/home/omp...
2009-11-12 Nikolas GarofilAdded support for $pid_openfiles
2009-11-12 Phil Sutterentropy: outsource code
2009-11-12 Nikolas GarofilAdded support for $pid_exe and $pid_stdin, $pid_stdout...
2009-11-12 Nikolas GarofilAdded support for $pid_environ_list
2009-11-11 Nikolas GarofilAdd support for $pid_environ
2009-11-11 Nikolas GarofilAdd cwd to $pid and split into $pid_cmdline and $pid_cwd
2009-11-11 Nikolas GarofilFix memleak and change literals to defines
2009-11-11 Nikolas GarofilAdd support for ${pid cmdline}
2009-11-09 Nikolas GarofilFix memleak
2009-11-08 Phil Sutterfix conversion bug when freeing exec objects
2009-11-07 Nikolas GarofilAdded support for $threads and fixed $processes on...
2009-11-07 Nikolas GarofilRevert "Added support for and fixed on Linux"
2009-11-07 Nikolas GarofilAdded support for and fixed on Linux
2009-11-07 Nikolas GarofilFix building with --disable-x11 --disable-lua --disable...
2009-11-05 Phil Sutterscan_graph: allow giving a "hint" about a good scale...
2009-11-03 Phil Sutterif_gw: no need to free unused obj->data.s
2009-11-03 Phil Suttertext_object: completely remove the need for data.ifblock
2009-11-03 Phil Sutterdrop useless ifblock.str
2009-11-03 Phil Sutterno need to save the args passed to if_empty and if_match
2009-11-03 Phil Sutterdrop a few unused fields from struct text_object
2009-11-03 Phil Sutterdrop now unused SIZE_DEFAULTS macro
2009-11-03 Phil Sutterspecials: convert stippled_hr object to new style
2009-11-03 Phil Sutterspecials: convert tab object to new style
2009-11-03 Phil Sutterspecials: convert gauge objects to new style
2009-11-03 Phil Sutterspecials: convert graph objects to new style
2009-11-03 Phil Suttermisc smaller fixes
2009-11-03 Phil Sutterspecials: introduce dedicated per-object data and merge...
2009-11-03 Phil Suttermove loadavg and loadgraph code to common.c
2009-11-03 Phil Sutterlocal_mails: convert to generic object payload
2009-11-03 Phil Suttertext_object: use field i instead of cpu_index
2009-11-03 Phil Sutterif_up: convert to generic object payload
2009-11-03 Phil Sutterobsd_sensors: cleanup code (untested)
2009-11-03 Phil Sutterdiskio: convert to generic object payload
2009-11-03 Phil Suttertop: convert to generic object payload
2009-11-03 Phil Suttermboxscan: convert to generic object payload
2009-11-03 Phil Suttermixer: convert to generic object payload
2009-11-03 Phil Suttercurl: convert to generic object payload
2009-11-03 Phil Sutterweather objects: convert to generic object payload
2009-11-03 Phil Sutterrss: convert to generic object payload
2009-11-03 Phil Suttereve: convert to generic object payload
2009-11-03 Phil Suttersysfs objects: convert to generic object payload
2009-11-03 Phil Suttertcp_portmon: convert to generic object payload
2009-11-03 Phil Sutterfs_*: convert to generic object payload
2009-11-03 Phil Suttertailhead: convert to generic object payload
2009-11-03 Phil Sutternvidia: convert to generic text object payload
2009-11-03 Phil Sutterlocal_mails: put code to where it belongs
2009-11-03 Phil Suttermail: put imap and pop3 code to where it belongs
2009-11-03 Phil Sutternet_stats: outsource network-related objects
2009-11-03 Phil Suttercombine: outsource code
2009-11-03 Phil Sutterscroll: outsource code
2009-11-03 Phil Sutterread_tcp: outsource code
2009-11-03 Phil Sutterexec: put all exec-related stuff into it's own file
2009-11-03 Phil Sutteribm: put specific code to where it belongs
2009-11-03 Phil Suttergw_info: move code to where it belongs
2009-10-12 Phil Suttercurl: put init and print code to where it belongs
2009-10-12 Phil Sutterweather objects: move init and print code to weather.c
2009-10-12 Phil Sutterrss: move init and print code into rss.c
2009-10-12 Phil Sutterspend some time with eve.{c,h}
2009-10-12 Phil Suttersysfs objects: merge init and print routines
2009-10-12 Phil Suttertcp_portmon: drop useless function pointer cast, use...
2009-10-12 Phil Sutterfs_bar, fs_bar_free: merge init and print routines
2009-10-12 Phil Suttertail, head: use OBJ_ARG to simplify code
2009-10-12 Cesare TirabassiFix global info.desktop variables were incorrectly...
2009-10-04 Phil Suttericonv: outsource code into it's own file
2009-10-04 Phil Sutteroutsource time, utime and tztime into a separate file
2009-10-04 Phil Suttermove the SIZE_DEFAULTS() macro to where it belongs to
2009-10-01 Brenden MatthewsImprove IMAP/POP3 code, fix compiler error.
2009-09-25 Pavel LabathPut OBJ(image) in $ifdefs
2009-09-15 Pavel LabathOBJ -> OBJ_ARG; apparently forgotten in 9f22ba
2009-09-15 Phil Suttercore: add OBJ_ARG() and OBJ_IF_ARG() to force arguments
2009-09-15 Phil Sutterdo not unconditionally overwrite a variable after condi...
2009-09-15 Phil Sutterminor indenting fixup
2009-09-15 Phil Sutterapcupsd: drop init_apcupsd() since it was called at...
2009-09-12 Pavel LabathMove vi modelines closer to the beginning, so they...
2009-09-06 Phil Sutterupdate machinery: fix top objects
2009-09-06 Phil Sutterupdate machinery: let CALLBACK() die again
2009-09-06 Phil Sutterupdate machinery: clean up
2009-09-06 Phil Sutterupdate machinery: complete transition
2009-09-06 Phil Sutterrework the update machinery to use callbacks
2009-09-06 Phil SutterRewrite hddtemp support for better scaling
2009-09-03 Phil Suttermove the ncurses.h include from conky.h to core.c
2009-09-03 Phil Sutteroutsource the whole template object machinery
2009-09-03 Cesare TirabassiFix if_running not working on linux when a top flavour...
2009-08-08 Nikolas GarofilUndo adding local ncurses.h header-file added by b4b022...
2009-08-07 Phil Sutterinclude ncurses.h in core.c
2009-08-07 Brenden MatthewsRevert "Uhh..ansohus"
2009-08-07 Brenden MatthewsRevert "auesnthaeou"
2009-08-07 Brenden Matthewsauesnthaeou
2009-08-06 Brenden MatthewsUhh..ansohus
2009-08-05 Brenden MatthewsStarted on breaking up conky.c.