| Commit message (Expand) | Author | Age | Files | Lines |
* | Use GChecksum to calculate the MD5 of favicons. | Xan Lopez | 2008-03-12 | 1 | -3/+2 |
* | Use g_slice for EphyPasswordInfo, EphyPermissionInfo, PixbufCacheEntry. (#521... | Xan Lopez | 2008-03-08 | 1 | -2/+2 |
* | Use G_DEFINE_TYPE* where possible in embed/* (#517090) | Xan Lopez | 2008-02-18 | 1 | -33/+3 |
* | Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1. | Cosimo Cecchi | 2008-01-14 | 1 | -48/+70 |
* | Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINT | Christian Persch | 2007-03-12 | 1 | -1/+1 |
* | Avoid use of localtime by computing expiry in seconds instead of days. | Diego Escalante Urrelo | 2007-01-03 | 1 | -21/+7 |
* | Utilize GLib's new g_timeout_add_seconds to reduce context switches and | Diego Escalante Urrelo | 2007-01-03 | 1 | -6/+7 |
* | embed/ephy-encodings.c embed/ephy-favicon-cache.c embed/ephy-history.c | Björn Lindqvist | 2006-12-17 | 1 | -39/+26 |
* | Use UTF-8 copyright symbol | Christian Persch | 2006-09-13 | 1 | -3/+3 |
* | Remove some unnecessary static data. | Christian Persch | 2006-09-07 | 1 | -1/+1 |
* | Don't set cookies from favicon downloads. Bug #337835. | Jean-François Rameau | 2006-06-02 | 1 | -1/+3 |
* | Drop support for gecko 1.7. | Christian Persch | 2006-05-11 | 1 | -4/+0 |
* | embed/ephy-favicon-cache.c (remove_obsolete_icons) (icon_is_obsolete) | Crispin Flowerday | 2006-01-22 | 1 | -0/+8 |
* | Enable favicons for https: sites on gecko 1.8. | Christian Persch | 2005-10-17 | 1 | -1/+1 |
* | Allow favicons for https: sites on gecko 1.9. | Christian Persch | 2005-10-15 | 1 | -0/+6 |
* | Reject favicons that are < 12x12. | Christian Persch | 2005-08-13 | 1 | -2/+13 |
* | More gcc4 fixes. | Christian Persch | 2005-08-13 | 1 | -1/+1 |
* | Disable favicons from non-http URLs. | Christian Persch | 2005-08-09 | 1 | -0/+4 |
* | remove debug printfs | Christian Persch | 2005-08-08 | 1 | -2/+0 |
* | Add way to clear the favicon cache. Also removes any extraneous files from | Christian Persch | 2005-08-08 | 1 | -9/+65 |
* | Keep pixbufs in cache instead of loading them over and over again. | Christian Persch | 2005-08-04 | 1 | -22/+140 |
* | Periodically save the favicon cache. | Christian Persch | 2005-07-09 | 1 | -8/+55 |
* | Rename favicons so they don't have extensions. Work around broken mime | Christian Persch | 2005-07-09 | 1 | -39/+126 |
* | Better fix for bug #151037 to make session shutdown work again. Also fix | Christian Persch | 2005-07-04 | 1 | -1/+17 |
* | EphyCookie's expires field is now of time_t type (fixes gcc 4.0 warning). | Jean-François Rameau | 2005-07-04 | 1 | -3/+3 |
* | Implement a more flexible approach at saving a EphyNodeDb, by allowing to | Christian Persch | 2005-04-08 | 1 | -1/+2 |
* | Check the favicon file type and only allow ico, gif & png. Fixes bug | Christian Persch | 2005-02-27 | 1 | -1/+47 |
* | Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargs | Christian Persch | 2005-01-29 | 1 | -5/+5 |
* | Make all structs prefixed by _. | Christian Persch | 2005-01-09 | 1 | -1/+1 |
* | Consistently start enum names with EPHY_*. | Crispin Flowerday | 2005-01-06 | 1 | -2/+2 |
* | We always have config.h, no need to guard its inclusion. | Christian Persch | 2004-11-03 | 1 | -2/+0 |
* | Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like the | Christian Persch | 2004-10-24 | 1 | -1/+1 |
* | reviewed by: Christian Persch <chpe@cvs.gnome.org> | Marco Pesenti Gritti | 2004-09-18 | 1 | -1/+2 |
* | Merging pre-gnome-2-10 branch to HEAD. | Christian Persch | 2004-09-13 | 1 | -1/+1 |
* | Change initial refcound of EphyNode to 1, not 0 | Adam Hooper | 2004-04-10 | 1 | -1/+0 |
* | Remove cancelled downloads from the downloads hash; and remove partially | Christian Persch | 2004-03-01 | 1 | -37/+66 |
* | Make max size property use long / bytes. | Marco Pesenti Gritti | 2004-02-25 | 1 | -1/+1 |
* | Fix numerous places where we weren't properly converting between UTF-8 and | Christian Persch | 2004-02-13 | 1 | -17/+31 |
* | Remove trailing / in invocation of mkdir, since it's unneeded and not | Christian Persch | 2004-02-08 | 1 | -1/+1 |
* | Fix mem leak. | Christian Persch | 2004-01-25 | 1 | -1/+3 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-12-17 | 1 | -18/+0 |
* | Add a factory to create embed objects and use it. Deal with dependency of | Marco Pesenti Gritti | 2003-11-22 | 1 | -1/+3 |
* | Port node db saving and RDF export to xml writer api. | Christian Persch | 2003-11-08 | 1 | -36/+9 |
* | Open source in the default editor and remove the unused copy api. Add a | Marco Pesenti Gritti | 2003-10-28 | 1 | -2/+1 |
* | Port to new gtk+ file chooser. | Christian Persch | 2003-10-26 | 1 | -37/+30 |
* | I suck ... files forgot | Marco Pesenti Gritti | 2003-10-17 | 1 | -1/+2 |
* | Refactor node db loading functions into a common one in ephy-node-db. | Christian Persch | 2003-09-18 | 1 | -25/+4 |
* | Mega-patch, changelog too long to paste here. | Christian Persch | 2003-09-02 | 1 | -13/+8 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-07-06 | 1 | -7/+2 |
* | Fix mem leak. | Christian Persch | 2003-07-06 | 1 | -0/+1 |
* | Remove the persist object from the hash table before emitting the changed | Christian Persch | 2003-07-04 | 1 | -3/+5 |
* | Emit the changed signal before unrefing the persist object. The changed | Marco Pesenti Gritti | 2003-06-29 | 1 | -5/+8 |
* | Fix mem leaks. | Christian Persch | 2003-06-15 | 1 | -6/+7 |
* | Do not unref the db before cleaning the nodes. | Marco Pesenti Gritti | 2003-06-01 | 1 | -2/+2 |
* | Try to fix node removal problems. I cant repro crashes ... but they are | Marco Pesenti Gritti | 2003-05-26 | 1 | -1/+1 |
* | Revert latest node changes. Parents nodes need to be saved first and it's | Marco Pesenti Gritti | 2003-05-25 | 1 | -5/+55 |
* | Implement generic way to save/load db and make it low disk safe. | Marco Pesenti Gritti | 2003-05-24 | 1 | -55/+5 |
* | s/g_object_unref/ephy_node_unref/ | Xan Lopez | 2003-05-22 | 1 | -2/+2 |
* | Do not free memory is not a good idea | Marco Pesenti Gritti | 2003-05-21 | 1 | -0/+2 |
* | 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-05-20 | 1 | -13/+19 |
* | Alphabetical sort of bookmarks menu elements, fixes #111315. Also create | Xan Lopez | 2003-05-11 | 1 | -0/+1 |
* | Api changes. | Marco Pesenti Gritti | 2003-01-21 | 1 | -0/+2 |
* | Use favicons in bookmarks. Use titles for session history when possible. | Marco Pesenti Gritti | 2003-01-13 | 1 | -0/+2 |
* | 2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-01-12 | 1 | -2/+4 |
* | Move root nodes ids to ephy-types. Simple logging facility: | Marco Pesenti Gritti | 2003-01-12 | 1 | -5/+3 |
* | Reimplement favicons. Now all exit crashes related to connections left | Marco Pesenti Gritti | 2003-01-12 | 1 | -181/+312 |
* | Download favicon only when it's not already on disk. As side effect avoid | Marco Pesenti Gritti | 2003-01-10 | 1 | -2/+4 |
* | Initial revision | Marco Pesenti Gritti | 2002-12-31 | 1 | -0/+367 |