aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-pilot-map.c
Commit message (Expand)AuthorAgeFilesLines
* g_file_exists -> g_file_test. (e_pilot_map_write): don't use doc->root.Chris Toshok2003-01-261-7/+5
* clear all info from the mapJP Rosevear2001-12-191-1/+12
* only insert non-0 pids into the pid map (e_pilot_map_insert): remove andJP Rosevear2001-11-141-26/+60
* make sure to free the keys as well (e_pilot_map_remove_by_uid): dittoJP Rosevear2001-10-291-12/+19
* More fixing of the license texts.Ettore Perazzoli2001-10-281-9/+9
* update protoJP Rosevear2001-10-271-2/+21
* take an extra param on whether to mark touched (map_sax_start_element):JP Rosevear2001-10-271-41/+67
* add archived records with pilot id of 0 (map_write_foreach): use the uidJP Rosevear2001-10-271-21/+52
* free up old memory first (e_pilot_map_destroy): free allocated memory whenJP Rosevear2001-10-261-8/+24
* plug leakJP Rosevear2001-10-241-0/+1
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Added #include <glib.h> and move corresponding local headers to the top toKjartan Maraas2001-04-241-2/+3
* Remove #include <glib.h> Shuffle some headers. Remove #includeKjartan Maraas2001-03-301-3/+5
* New function, can't use strlen on the md5 hash because it might have nullJP Rosevear2001-01-231-0/+39
* Return null if no pnode was found.72000-10-271-2/+5
* Get archive field while parsing (map_write_foreach): Write out archiveJP Rosevear2000-10-271-26/+66
* Lookup a pid by uid. (e_pilot_map_lookup_uid): Lookup a uid by pid. NowJP Rosevear2000-10-251-1/+24
* Use new libeconduit calls and abstractionJP Rosevear2000-10-241-32/+67
* Pilot map functions grabbed from existing conduitsJP Rosevear2000-10-241-0/+162