Experimental RSS code.
[monky] / src /
2007-05-06 Roman BogorodskiyExperimental RSS code.
2007-05-06 Toni Spetsapm should work with openbsd now
2007-05-06 Toni Spetsfixed apm_adapter for both openbsd and freebsd and...
2007-05-06 Toni Spetsget_battery_* stubs for openbsd.c
2007-05-05 Roman BogorodskiyFix build on teh free bds.
2007-04-25 Philip Kovacsadded color[0-9] variable patch (thanks jieryn)
2007-04-15 Roman BogorodskiyFix build on FreeBSD on arches !(i386 or amd64).
2007-04-06 Brenden Matthews* Added if_existing patch for string matching (thanks...
2007-04-06 Brenden MatthewsAdded if_empty patch (thanks Erik)
2007-03-28 Roman BogorodskiyNot sure if a right fix, but no segault at least.
2007-03-28 Roman BogorodskiyFix build on all platforms that doesn't have memrchr...
2007-03-01 Brenden Matthewswoops, forget to add openbsd source
2007-03-01 Brenden Matthews * OpenBSD support added to Conky (thanks hifi)
2007-02-26 Philip Kovacsfix uninitialized warnings
2007-02-25 Philip Kovacsconky 1.4.6-svn trunk
2007-02-14 Philip Kovacsinclude missing mboxscan.h;
2007-02-12 Brenden Matthews* Added buffer_text_size option to change the size...
2007-01-15 Philip Kovacsfallback to gettimeofday () if no clock_gettime ()...
2007-01-10 Philip Kovacsapi change for dexter_timedsampler_new
2007-01-08 Philip Kovacsremove ftp.[ch] from src/Makefile.am
2007-01-08 Philip Kovacsclaen up warnings
2007-01-08 Philip Kovacsadd config.rpath to satisfy AM_ICONV
2006-12-29 Philip Kovacsfix warnings
2006-12-29 Brenden Matthewshead/tail rewrite patch
2006-12-28 Brenden Matthewsremoving useless code
2006-12-26 Philip Kovacsclear conky vars on disconnect/failure to open files
2006-12-23 Brenden Matthewsupgrading libmpdclient to 0.12.0
2006-12-23 Philip KovacsConky 1.5.0 -- client/server prototype
2006-12-13 Philip Kovacsadd license info to timed thread modules; update NEWS
2006-12-13 Philip KovacsConky 1.4.5
2006-12-12 Philip Kovacssplit battery off into battery and battery_time
2006-12-12 Philip Kovacssimplify battery expressions
2006-12-12 Philip Kovacsfix battery issues
2006-12-11 Philip Kovacsclose pop3/imap sockets
2006-12-10 Philip Kovacsfix boundary error in portmon code
2006-12-10 Philip Kovacsfix peek table bug with new portmon code
2006-12-09 Philip Kovacsuse GLib GHashTable for port monitors
2006-12-08 Philip Kovacscomplete/correct source and authorship attribution
2006-12-03 Roman BogorodskiyFix ${freq} and ${freq_g} on FreeBSD.
2006-12-02 Philip Kovacstest_timed_thread: acquire mutex before calculating...
2006-12-02 Philip Kovacsacquire mutex before pthread_cond_timedwait
2006-12-01 Philip Kovacsentropy: close fp1 on fp2 open failure
2006-12-01 Philip Kovacsadd max_length to audacious_title
2006-11-30 Philip Kovacsadded , , for crypto freaks
2006-11-28 Philip Kovacsremove sleep() calls from pop2/imap code; remove debug...
2006-11-22 Philip Kovacsadd max_specials config item with default 512. really...
2006-11-20 Philip Kovacsfix compile error with --disable-xdamage when Xdamage...
2006-11-18 Philip Kovacshow about actually reading the battery vars -- doh
2006-11-15 Philip Kovacsebuild changes for gvim/vim
2006-11-15 Philip Kovacslinkstatus formatting
2006-11-15 Philip Kovacslinkstatus now follows use_spacer. closes bug #1577580
2006-11-15 Philip Kovacsfix reported memory var overflow by using unsigned...
2006-11-15 Philip Kovacstypo
2006-11-15 Philip Kovacsset ptr to NULL after free
2006-11-15 Philip Kovacsconvert all thread activity to timed thread abstraction
2006-11-14 Philip Kovacskeywords
2006-11-14 Philip Kovacsnew timed thread abstraction layer
2006-11-14 Philip Kovacsfix compile error with --disable-x11
2006-11-14 Philip Kovacsminor cleanup
2006-11-14 Philip Kovacsaudacious thread timing the correct way -- texeci's...
2006-11-12 Roman BogorodskiyCleanup wifi code a bit.
2006-11-12 Roman BogorodskiyInclude <string.h> for strncpy().
2006-11-12 Roman BogorodskiyFix build on FreeBSD.
2006-11-12 Philip KovacsFixed BadWindow bugs (#1568366, #1588384)
2006-11-11 Philip Kovacsclose bug #1591609; remove deprecated vars
2006-11-09 Philip Kovacsadd new config item - max_user_text - to allow for...
2006-11-08 Philip KovacsSIGUSR1 fix on freebsd and linux
2006-11-08 Philip Kovacsremove bogus cairo junk
2006-11-08 Philip Kovacsfix sigsegv on SIGUSR1
2006-11-07 Philip Kovacscomment out imlib2 until brenden finishes it
2006-11-07 Philip Kovacsminor macro changes
2006-11-07 Philip Kovacsconfigure x11/xext/xdamage with pkg-config, etc.
2006-11-05 Philip Kovacsremoved all mldonkey and seti code -- totally broken
2006-11-04 Philip Kovacsmissing hddtemp #ifdef's
2006-11-04 Philip Kovacstypo
2006-11-04 Philip Kovacsremove infopipe kruft
2006-11-04 Philip Kovacsremove infopipe support
2006-11-03 Philip Kovacssubversion Id keyword
2006-11-03 Philip Kovacschange xmms.h header reference
2006-11-03 Philip Kovacsremoval of xmms/bmp / addition of audacious/infopipe
2006-10-19 Roman BogorodskiyStepan Zastupov's "fucking patch" (that's how he identi...
2006-10-18 Roman BogorodskiyAdd WiFi signal level detection support on FreeBSD...
2006-10-07 Philip Kovacslol
2006-10-05 Roman BogorodskiyFix buffer overflow in parsing LC_ALL, LC_CTYPE and...
2006-10-02 Brenden Matthewssmall xdamage fix
2006-09-28 Philip Kovacsfix last line bug
2006-09-01 Philip Kovacsfix differ in signedness warnings seen under gcc-4.1
2006-09-01 Philip Kovacsfix type-punning warnings with -fstrict-aliasing (activ...
2006-08-27 Philip Kovacsfixed compilation errors with --disable-x11; bug #1547164
2006-08-24 Roman BogorodskiyLoop as much times as we tald to loop.
2006-08-24 Roman BogorodskiyFix build when configured with "--disable-x11" by moving
2006-08-17 Philip Kovacsadd libglib library variants
2006-08-12 Roman BogorodskiyShow info about compiled-in features in `conky -v`.
2006-08-12 Roman Bogorodskiy- Comment out NetBSD/SanOS garbage
2006-08-12 Roman BogorodskiyMerge back bmpx WIP, committed by mistake.
2006-08-12 Roman Bogorodskiy- configure.in -> configure.ac
2006-08-11 Philip Kovacsignore EINTR select interrupt
2006-08-11 Roman BogorodskiyAdd missing header.
2006-08-11 Philip Kovacsdegree sign
2006-08-11 Philip Kovacsmove units left
next