Fix for segfault in top_name stuff.
[monky] / src / top.c
2010-10-20 Brenden MatthewsFix for segfault in top_name stuff.
2010-06-02 Nikolas Garofiluse free instead of free_and_zero (it's not available...
2010-05-30 Nikolas Garofilfix tiny memleak when $top is used wrong
2010-01-01 Brenden MatthewsUpdate copyright notices.
2009-11-19 Phil Sutterfix potential buffer overflow when printing top values
2009-11-15 Pavel LabathRename $running_processes to $running_threads, implemen...
2009-11-12 Phil Suttertop: fix segfault for $if_running
2009-11-07 Nikolas GarofilFix building with --disable-iostats
2009-11-03 Phil Suttertop: drop problematic field totalmem
2009-11-03 Phil Suttertop: convert to generic object payload
2009-09-20 Phil Sutterindex processes in a hash table for faster lookup
2009-09-15 Phil Suttertop.c: fix for unsigned underflow
2009-09-15 Phil Sutterbetter zero out allocated memory
2009-09-12 Pavel LabathMove vi modelines closer to the beginning, so they...
2009-09-06 Phil Sutterupdate machinery: complete transition
2009-09-03 Cesare TirabassiFix if_running not working on linux when a top flavour...
2009-08-05 Brenden MatthewsStarted on breaking up conky.c.
2009-08-05 Brenden MatthewsCode formatting.
2009-07-28 Cesare Tirabassiadd emacs indentation variables to source files in...
2009-07-27 Brenden MatthewsAdd vim modelines.
2009-06-19 Phil SutterUse the internal process list for if_running on Linux
2009-06-13 Pavel LabathBetter parsing of process names containing funky chars
2009-06-12 Pavel LabathSupport for per-task I/O statistics - $top_io
2009-03-30 Brenden MatthewsUpdate copyright stuff, fix conky.conf weirdness.
2009-02-08 Brenden MatthewsCouple fixes for the top_time stuff.
2009-02-08 Alexander Graftop.c: Allow heavier optimization
2009-02-08 Alexander GrafDon't do unneeded sp_acopy() calls
2009-02-07 Alexander GrafAdd ${top_time} sorting processes by CPU time
2008-12-09 Brenden MatthewsRemoving old svn keywords.
2008-06-21 Nikolas Garofil'inline' removed from functions that are called from...
2008-04-02 Brenden Matthews* Replacing strdup() with strndup() throughout
2008-03-31 Brenden Matthewsdoc cleanup
2008-03-29 Philrename all shadowing variables for -Wshadow
2008-03-29 Philthe big relocation patch
2008-03-29 Philmake intense use of const keyword
2008-03-29 Philmatch signedness and format when scanning into variables
2008-03-29 Philsome linting on function definitions
2008-02-20 Kevin LylesReformatted all code
2008-02-20 Kevin LylesRemoved unused macros and removed X11 options from...
2008-01-06 Brenden Matthews2008-01-05
2007-08-10 Brenden Matthewsclarifying licensing
2007-06-03 Toni SpetsFixed memory leaks found with valgrind
2005-11-27 David Carternew cpu % routines in top.c and linux.c
2005-11-12 David Carterno behavior change, just change the % calc math so...
2005-11-12 David Carterfix stale static process pointer in top.c and add noden...
2005-11-12 David Carterfixed memory leak in new linked list top routine
2005-11-11 Brenden Matthewsfixed small prob with memory stuff being wrong
2005-11-10 Brenden Matthewsfixed some mem leaks
2005-11-10 Brenden Matthewsfixed bug with process stuff being wrong on 64 bit...
2005-11-10 David Carternew top routines using linked lists instead of arrays
2005-11-09 Brenden Matthewssome fixes that didnt fix anything
2005-11-08 Philip Kovacsuse unsigned long not int for cpu% calcs. fixes bug...
2005-09-29 Brenden Matthewsfixing small mistake; adding Nattfodd <Nattfodd@gmail...
2005-09-29 Brenden MatthewsFixed top_mem as per Nattfodd's email on conky-developm...
2005-09-04 Brenden Matthewsfixed graph width issue
2005-08-25 Brenden Matthewsimplemented qsort() in top.c instead of using my lame...
2005-08-21 Brenden Matthewsmoved stuff