aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-favicon-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ephy-glib-compat.h, since we depend on a newer glib nowXan Lopez2009-08-121-1/+0
* ephy-favicon-cache.c: recognize icons with mime type image/vnd.microsoft.iconPeter Bui2009-07-211-0/+1
* Get rid of EphyEmbedFactory.Xan Lopez2009-06-061-2/+1
* ephy-embed: Mark favicon cache as dirty after deletion (bug #120826)Priit Laes2009-04-251-0/+1
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* Fix some build warnings. Bug #537487.Cosimo Cecchi2008-06-101-0/+1
* Do not do single includes in embed/, bug #536090Diego Escalante Urrelo2008-06-041-1/+1
* Use GChecksum to calculate the MD5 of favicons.Xan Lopez2008-03-121-3/+2
* Use g_slice for EphyPasswordInfo, EphyPermissionInfo, PixbufCacheEntry. (#521...Xan Lopez2008-03-081-2/+2
* Use G_DEFINE_TYPE* where possible in embed/* (#517090)Xan Lopez2008-02-181-33/+3
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-141-48/+70
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Avoid use of localtime by computing expiry in seconds instead of days.Diego Escalante Urrelo2007-01-031-21/+7
* Utilize GLib's new g_timeout_add_seconds to reduce context switches andDiego Escalante Urrelo2007-01-031-6/+7
* embed/ephy-encodings.c embed/ephy-favicon-cache.c embed/ephy-history.cBjörn Lindqvist2006-12-171-39/+26
* Use UTF-8 copyright symbolChristian Persch2006-09-131-3/+3
* Remove some unnecessary static data.Christian Persch2006-09-071-1/+1
* Don't set cookies from favicon downloads. Bug #337835.Jean-François Rameau2006-06-021-1/+3
* Drop support for gecko 1.7.Christian Persch2006-05-111-4/+0
* embed/ephy-favicon-cache.c (remove_obsolete_icons) (icon_is_obsolete)Crispin Flowerday2006-01-221-0/+8
* Enable favicons for https: sites on gecko 1.8.Christian Persch2005-10-171-1/+1
* Allow favicons for https: sites on gecko 1.9.Christian Persch2005-10-151-0/+6
* Reject favicons that are < 12x12.Christian Persch2005-08-131-2/+13
* More gcc4 fixes.Christian Persch2005-08-131-1/+1
* Disable favicons from non-http URLs.Christian Persch2005-08-091-0/+4
* remove debug printfsChristian Persch2005-08-081-2/+0
* Add way to clear the favicon cache. Also removes any extraneous files fromChristian Persch2005-08-081-9/+65
* Keep pixbufs in cache instead of loading them over and over again.Christian Persch2005-08-041-22/+140
* Periodically save the favicon cache.Christian Persch2005-07-091-8/+55
* Rename favicons so they don't have extensions. Work around broken mimeChristian Persch2005-07-091-39/+126
* Better fix for bug #151037 to make session shutdown work again. Also fixChristian Persch2005-07-041-1/+17
* EphyCookie's expires field is now of time_t type (fixes gcc 4.0 warning).Jean-François Rameau2005-07-041-3/+3
* Implement a more flexible approach at saving a EphyNodeDb, by allowing toChristian Persch2005-04-081-1/+2
* Check the favicon file type and only allow ico, gif & png. Fixes bugChristian Persch2005-02-271-1/+47
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-5/+5
* Make all structs prefixed by _.Christian Persch2005-01-091-1/+1
* Consistently start enum names with EPHY_*.Crispin Flowerday2005-01-061-2/+2
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-1/+1
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-09-181-1/+2
* Merging pre-gnome-2-10 branch to HEAD.Christian Persch2004-09-131-1/+1
* Change initial refcound of EphyNode to 1, not 0Adam Hooper2004-04-101-1/+0
* Remove cancelled downloads from the downloads hash; and remove partiallyChristian Persch2004-03-011-37/+66
* Make max size property use long / bytes.Marco Pesenti Gritti2004-02-251-1/+1
* Fix numerous places where we weren't properly converting between UTF-8 andChristian Persch2004-02-131-17/+31
* Remove trailing / in invocation of mkdir, since it's unneeded and notChristian Persch2004-02-081-1/+1
* Fix mem leak.Christian Persch2004-01-251-1/+3
* *** empty log message ***Marco Pesenti Gritti2003-12-171-18/+0
* Add a factory to create embed objects and use it. Deal with dependency ofMarco Pesenti Gritti2003-11-221-1/+3
* Port node db saving and RDF export to xml writer api.Christian Persch2003-11-081-36/+9
* Open source in the default editor and remove the unused copy api. Add aMarco Pesenti Gritti2003-10-281-2/+1
* Port to new gtk+ file chooser.Christian Persch2003-10-261-37/+30
* I suck ... files forgotMarco Pesenti Gritti2003-10-171-1/+2
* Refactor node db loading functions into a common one in ephy-node-db.Christian Persch2003-09-181-25/+4
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-13/+8
* *** empty log message ***Marco Pesenti Gritti2003-07-061-7/+2
* Fix mem leak.Christian Persch2003-07-061-0/+1
* Remove the persist object from the hash table before emitting the changedChristian Persch2003-07-041-3/+5
* Emit the changed signal before unrefing the persist object. The changedMarco Pesenti Gritti2003-06-291-5/+8
* Fix mem leaks.Christian Persch2003-06-151-6/+7
* Do not unref the db before cleaning the nodes.Marco Pesenti Gritti2003-06-011-2/+2
* Try to fix node removal problems. I cant repro crashes ... but they areMarco Pesenti Gritti2003-05-261-1/+1
* Revert latest node changes. Parents nodes need to be saved first and it'sMarco Pesenti Gritti2003-05-251-5/+55
* Implement generic way to save/load db and make it low disk safe.Marco Pesenti Gritti2003-05-241-55/+5
* s/g_object_unref/ephy_node_unref/Xan Lopez2003-05-221-2/+2
* Do not free memory is not a good ideaMarco Pesenti Gritti2003-05-211-0/+2
* 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-05-201-13/+19
* Alphabetical sort of bookmarks menu elements, fixes #111315. Also createXan Lopez2003-05-111-0/+1
* Api changes.Marco Pesenti Gritti2003-01-211-0/+2
* Use favicons in bookmarks. Use titles for session history when possible.Marco Pesenti Gritti2003-01-131-0/+2
* 2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-01-121-2/+4
* Move root nodes ids to ephy-types. Simple logging facility:Marco Pesenti Gritti2003-01-121-5/+3
* Reimplement favicons. Now all exit crashes related to connections leftMarco Pesenti Gritti2003-01-121-181/+312
* Download favicon only when it's not already on disk. As side effect avoidMarco Pesenti Gritti2003-01-101-2/+4
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+367