aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-node-db.c
Commit message (Expand)AuthorAgeFilesLines
* ephy-node-db: build fix; log node db saving to where filename is availableGustavo Noronha Silva2013-01-291-2/+2
* ephy-node-db: use g_file_set_contents() when saving to diskClaudio Saavedra2013-01-271-15/+12
* ephy-node-db: make the db unref all remaining nodes on destructionXan Lopez2010-10-121-1/+8
* Add GObject introspection annotations to many *_get_* functionsIain Nicol2009-11-181-1/+1
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-141-6/+11
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Use UTF-8 copyright symbolChristian Persch2006-09-131-3/+3
* Remove some unnecessary static data.Christian Persch2006-09-071-1/+1
* Mark strings in param specs as static.Christian Persch2005-11-081-2/+2
* EphyCookie's expires field is now of time_t type (fixes gcc 4.0 warning).Jean-François Rameau2005-07-041-8/+8
* Remove unused function ephy_node_db_get_by_name(), and clean up a bit.Christian Persch2005-04-101-108/+62
* Implement a more flexible approach at saving a EphyNodeDb, by allowing toChristian Persch2005-04-081-12/+7
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-3/+3
* Make all structs prefixed by _.Christian Persch2005-01-091-1/+1
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Private data is 0-initialised, no need to set members to NULL, 0, orChristian Persch2004-10-281-2/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-7/+9
* Documented EphyNodeDbAdam Hooper2004-04-051-7/+102
* merging pre-gnome-2-8 branchMarco Pesenti Gritti2004-03-171-0/+4
* Guard against xml reading error, check for NULL subtree before trying toChristian Persch2004-03-011-3/+5
* 2004-02-12 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-02-131-0/+6
* Fix mem leak.Christian Persch2004-01-261-1/+1
* Implement history disabling.Christian Persch2004-01-111-5/+10
* Added disable_bookmark_editing key.Chris Lahey2004-01-101-1/+31
* *** empty log message ***Marco Pesenti Gritti2003-12-171-27/+0
* Port node db saving and RDF export to xml writer api.Christian Persch2003-11-081-5/+136
* Refactor node db loading functions into a common one in ephy-node-db.Christian Persch2003-09-181-0/+84
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-10/+6
* Revert latest node changes. Parents nodes need to be saved first and it'sMarco Pesenti Gritti2003-05-251-150/+2
* Implement generic way to save/load db and make it low disk safe.Marco Pesenti Gritti2003-05-241-2/+150
* Do not free memory is not a good ideaMarco Pesenti Gritti2003-05-211-2/+1
* Fix nodes drag and drop. Make double click select the whole address inMarco Pesenti Gritti2003-05-211-1/+7
* 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-05-201-0/+292