log src/cache.c @ 1517:5986d49c62f9

age author description
Thu, 12 Mar 2009 21:06:37 +0000 zas_ Use gboolean where applicable, for the sake of consistency.
Wed, 04 Feb 2009 17:15:30 +0000 zas_ Add year 2009 to copyright info everywhere.
Fri, 26 Dec 2008 14:12:36 +0000 nadvornik improved sidecar writting
Sat, 20 Dec 2008 23:18:20 +0000 nadvornik added options for metadata - not yet used
Mon, 17 Nov 2008 17:09:44 +0000 zas_ Change metadata directory to be $XDG_DATA_HOME instead of $XDG_CACHE_HOME as discussed on the ml (obviously it has impact only when XDG support is set). Suggestion by Omari Stephens.
Sat, 15 Nov 2008 20:17:14 +0000 zas_ Implement preliminary support for XDG Base Directory Specification.
Sat, 15 Nov 2008 20:01:25 +0000 zas_ Replace cache_ensure_dir_exists() by new recursive_mkdir_if_not_exists().
Sat, 15 Nov 2008 17:30:45 +0000 zas_ Use functions to return directories instead of constants.
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Tue, 26 Aug 2008 22:22:51 +0000 zas_ For the sake of consistency, use glib basic types everywhere.
Thu, 22 May 2008 11:27:43 +0000 zas_ Fix up some types, make some signed vs unsigned warnings quiet.
Wed, 21 May 2008 11:07:23 +0000 zas_ Use G_DIR_SEPARATOR where applicable.
Tue, 20 May 2008 22:47:13 +0000 zas_ cache_find_location(): use g_build_filename() and move redundant code to new functions.
Tue, 20 May 2008 22:22:11 +0000 zas_ Use g_build_filename().
Tue, 20 May 2008 08:14:35 +0000 zas_ Sort out log_printf() vs printf_term() mix up.