* src/xdgmime.c (xdg_mime_shutdown): Patch from Carlos Garcia Campos <[email protected]> to fix a memory leak on shutdown (Closes: #16972) |
|
More...
|
about 16 years ago
|
* src/xdgmime.c (xdg_dir_time_list_add): Patch from Christian Persch, closing a memleak (Closes: #17464) |
|
More...
|
over 16 years ago
|
* src/xdgmimecache.c (cache_glob_node_lookup_suffix): Patch by Matthias Clasen <[email protected]> to implement the compact suffix tree |
|
More...
|
over 16 years ago
|
* src/xdgmimecache.c (cache_glob_node_lookup_suffix): Patch by Matthias Clasen <[email protected]> to fix reading the suffix lookup (wrong offsets when reading the mime-type offset and weight) |
|
More...
|
over 16 years ago
|
* src/xdgmime.c (xdg_mime_dump): * src/xdgmimecache.c (cache_glob_node_lookup_suffix), (dump_glob_node), (_xdg_mime_cache_glob_dump): * src/xdgmimecache.h: dumping code for the suffix reverse tree from Matthias Clasen <[email protected]>, and hooked up in xdg_mime_dump, init the cache in xdg_mime_dump() in case it's the only xdgmime function called |
|
More...
|
over 16 years ago
|
* src/xdgmimecache.c: Patch from Matthias Clasen <[email protected]>: Bump the cache version to 1.1 |
|
More...
|
over 16 years ago
|
* src/Makefile: * src/test-mime.c (test_one_icon), (test_icons), (main): * src/xdgmime.c (xdg_mime_init_from_directory), (xdg_mime_init), (xdg_mime_get_icon), (xdg_mime_get_generic_icon): * src/xdgmime.h: * src/xdgmimecache.c (cache_lookup_icon), (_xdg_mime_cache_get_generic_icon), (_xdg_mime_cache_get_icon): * src/xdgmimecache.h: * src/xdgmimeicon.c: * src/xdgmimeicon.h: Patch from Matthias Clasen <[email protected]>: Add icon and generic-icon support |
|
More...
|
over 16 years ago
|
* src/xdgmimecache.c (cache_glob_lookup_file_name): * src/xdgmimeglob.c (_xdg_glob_hash_insert_text), (_xdg_glob_hash_lookup_file_name): * src/xdgmimeint.c (_xdg_convert_to_ucs4), (_xdg_reverse_ucs4): * src/xdgmimeint.h: Patch from Matthias Clasen <[email protected]>: Cleanups |
|
More...
|
over 16 years ago
|
* src/xdgmimecache.c (cache_glob_node_lookup_suffix), (cache_glob_lookup_suffix), (to_ucs4), (cache_glob_lookup_file_name): * src/xdgmimeglob.c (_xdg_glob_hash_insert_ucs4), (to_ucs4), (ucs4_reverse), (_xdg_glob_hash_insert_text), (_xdg_glob_hash_node_lookup_file_name), (_xdg_glob_hash_lookup_file_name): Patch from Matthias Clasen <[email protected]>: Use reverted suffix trees |
|
More...
|
over 16 years ago
|
* src/test-mime.c (test_subclassing), (test_one_match), (test_matches), (main): Patch from Matthias Clasen <[email protected]>: Add some glob tests |
|
More...
|
over 16 years ago
|
* src/xdgmime.c (xdg_mime_dump): Patch from Matthias Clasen <[email protected]>: Include globs in the dump |
|
More...
|
over 16 years ago
|
* src/xdgmime.c (xdg_mime_init_from_directory): * src/xdgmimecache.c (cache_glob_lookup_literal), (cache_glob_lookup_fnmatch), (cache_glob_node_lookup_suffix), (cache_glob_lookup_suffix), (find_stopchars), (compare_mime_weight), (cache_glob_lookup_file_name), (_xdg_mime_cache_get_mime_type_for_file): * src/xdgmimeglob.c (_xdg_glob_list_append), (_xdg_glob_hash_node_dump), (_xdg_glob_hash_insert_text), (_xdg_glob_hash_node_lookup_file_name), (compare_mime_weight), (_xdg_glob_hash_lookup_file_name), (_xdg_glob_determine_type), (_xdg_glob_hash_append_glob), (_xdg_glob_hash_dump), (_xdg_mime_glob_read_from_file): * src/xdgmimeglob.h: Patch from Matthias Clasen <[email protected]>: Implement glob weights |
|
More...
|
over 16 years ago
|
* src/xdgmimeglob.c (_xdg_glob_hash_insert_text), (_xdg_glob_hash_node_lookup_file_name), (_xdg_glob_determine_type), (_xdg_mime_glob_read_from_file): Patch from Matthias Clasen <[email protected]>: remove dead code and some trivial cleanups |
|
More...
|
over 16 years ago
|
2008-06-02 Bastien Nocera <[email protected]> |
|
More...
|
over 16 years ago
|
2008-06-02 Bastien Nocera <[email protected]> |
|
More...
|
over 16 years ago
|
* src/test-mime.c (test_subclassing), (test_one_match), (test_matches), (main): Patch from Matthias Clasen <[email protected]> to add some globs tests to the test program |
|
More...
|
over 16 years ago
|
2008-06-02 Bastien Nocera <[email protected]> |
|
More...
|
over 16 years ago
|
* src/xdgmime.c (xdg_mime_init_from_directory): * src/xdgmimecache.c (cache_glob_lookup_literal), (cache_glob_lookup_fnmatch), (cache_glob_node_lookup_suffix), (cache_glob_lookup_suffix), (find_stopchars), (compare_mime_weight), (cache_glob_lookup_file_name), (_xdg_mime_cache_get_mime_type_for_file): * src/xdgmimeglob.c (_xdg_glob_list_append), (_xdg_glob_hash_node_dump), (_xdg_glob_hash_insert_text), (_xdg_glob_hash_node_lookup_file_name), (compare_mime_weight), (_xdg_glob_hash_lookup_file_name), (_xdg_glob_determine_type), (_xdg_glob_hash_append_glob), (_xdg_glob_hash_dump), (_xdg_mime_glob_read_from_file): * src/xdgmimeglob.h: Patch from Matthias Clasen <[email protected]> to implement glob weights |
|
More...
|
over 16 years ago
|
* src/xdgmimeglob.c (_xdg_glob_hash_insert_text), (_xdg_glob_hash_node_lookup_file_name), (_xdg_glob_determine_type), (_xdg_mime_glob_read_from_file): Patch from Matthias Clasen <[email protected]> to remove dead code and do some trivial changes |
|
More...
|
over 16 years ago
|
* src/xdgmimecache.c (cache_magic_lookup_data), (_xdg_mime_cache_mime_type_subclass): Fix possible crasher when XDG_DATA_DIRS contains the same directory twice, patch by Joe Shaw <[email protected]> (#12512) Make _xdg_mime_cache_mime_type_subclass use the internal version of xdg_mime_media_type_equal(), spotted by Federico Mena-Quintero <[email protected]> |
|
More...
|
almost 17 years ago
|
2008-04-10 Bastien Nocera <[email protected]> |
|
More...
|
almost 17 years ago
|
2007-08-28 Bastien Nocera <[email protected]> |
|
More...
|
over 17 years ago
|
2007-06-04 Christian Neumair <[email protected]> |
|
More...
|
over 17 years ago
|
2007-06-02 Christian Neumair <[email protected]> |
|
More...
|
over 17 years ago
|
2007-06-02 Christian Neumair <[email protected]> |
|
More...
|
over 17 years ago
|
2007-06-01 Christian Neumair <[email protected]> |
|
More...
|
over 17 years ago
|
2007-06-01 Christian Neumair <[email protected]> |
|
More...
|
over 17 years ago
|
2007-06-01 Christian Neumair <[email protected]> |
|
More...
|
over 17 years ago
|
2007-06-01 Christian Neumair <[email protected]> |
|
More...
|
over 17 years ago
|
2007-06-01 Christian Neumair <[email protected]> |
|
More...
|
over 17 years ago
|