| Commit message (Expand) | Author | Age | Files | Lines |
* | Move a constant string to rodata | Matthias Clasen | 2006-04-04 | 3 | -2/+6 |
* | Remove superfluous extern errno declaration. (#333605, Tommi Komulainen) | Matthias Clasen | 2006-03-06 | 2 | -2/+5 |
* | Fix symbol lists for make check. | Matthias Clasen | 2006-02-27 | 2 | -0/+5 |
* | Merge upstream changes to handle duplicate glob patterns. | Matthias Clasen | 2005-12-01 | 10 | -107/+299 |
* | Prevent a segfault | Matthias Clasen | 2005-11-04 | 2 | -0/+9 |
* | Make magic comparisons work correctly in the cache. | Matthias Clasen | 2005-10-18 | 2 | -4/+9 |
* | Remove a debugging printf. | Matthias Clasen | 2005-10-18 | 2 | -3/+6 |
* | Pass statbufs down to xdg_mime_get_mime_type_for_file() where possible, to | Matthias Clasen | 2005-09-01 | 4 | -7/+25 |
* | 2.8.2GTK_2_8_2 | Matthias Clasen | 2005-08-24 | 1 | -0/+2 |
* | 2.8.1GTK_2_8_1 | Matthias Clasen | 2005-08-24 | 1 | -0/+4 |
* | 2.8.0GTK_2_8_0 | Matthias Clasen | 2005-08-13 | 1 | -0/+4 |
* | Don't export extra stuff | Matthias Clasen | 2005-08-07 | 4 | -33/+39 |
* | 2.7.5GTK_2_7_5 | Matthias Clasen | 2005-08-03 | 1 | -0/+4 |
* | 2.7.4GTK_2_7_4 | Matthias Clasen | 2005-07-22 | 1 | -0/+4 |
* | 2.7.3GTK_2_7_3 | Matthias Clasen | 2005-07-15 | 1 | -0/+4 |
* | 2.7.2GTK_2_7_2 | Matthias Clasen | 2005-07-08 | 1 | -0/+4 |
* | 2.7.1GTK_2_7_1 | Matthias Clasen | 2005-07-01 | 1 | -0/+4 |
* | Handle missing MAP_FAILED. (#308449, Georg Schwarz) | Matthias Clasen | 2005-06-21 | 2 | -0/+9 |
* | 2.7.0GTK_2_7_0 | Matthias Clasen | 2005-06-20 | 1 | -0/+4 |
* | Pass the correct size to realloc(). Fixes | Federico Mena Quintero | 2005-06-10 | 2 | -1/+6 |
* | Don't declare errno, including errno.h is enough. (#304164, Joerg | Matthias Clasen | 2005-06-09 | 2 | -2/+5 |
* | Don't rely on C99 types. (#304924, John Ehresman) | Matthias Clasen | 2005-05-20 | 2 | -2/+7 |
* | Sync to upstream. | Matthias Clasen | 2005-04-29 | 5 | -7/+28 |
* | Use cache->buffer, not cache. | Matthias Clasen | 2005-04-08 | 2 | -10/+16 |
* | add xdgmimecache.[ch]. | Manish Singh | 2005-04-05 | 2 | -0/+6 |
* | Forgotten file | Matthias Clasen | 2005-04-04 | 1 | -0/+75 |
* | Forgotten files | Matthias Clasen | 2005-04-04 | 2 | -0/+871 |
* | Sync to latest upstream, including fixes for matching against multiple | Matthias Clasen | 2005-03-28 | 2 | -5/+25 |
* | cast away the constness in the call to free(). | Manish Singh | 2005-03-20 | 2 | -1/+6 |
* | Don't leak node->mime_type if we are reusing an existing node. (#170774, | Matthias Clasen | 2005-03-20 | 2 | -0/+8 |
* | revert previous change, maintain ABI. | Manish Singh | 2005-03-01 | 2 | -2/+2 |
* | gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.c | Matthias Clasen | 2005-03-01 | 2 | -2/+2 |
* | 2.6.1GTK_2_6_1 | Matthias Clasen | 2005-01-08 | 1 | -0/+4 |
* | 2.6.0 | Matthias Clasen | 2004-12-16 | 1 | -0/+4 |
* | Resync with upstream again | Marco Pesenti Gritti | 2004-12-13 | 2 | -16/+14 |
* | wrap new API in XDG_ENTRY(). | Manish Singh | 2004-12-10 | 2 | -0/+8 |
* | Resync with upstream | Marco Pesenti Gritti | 2004-12-09 | 9 | -42/+89 |
* | Make repeated calls accumulate the results, don't call qsort() on empty | Matthias Clasen | 2004-12-09 | 3 | -8/+17 |
* | 2.5.6GTK_2_5_6 | Matthias Clasen | 2004-12-03 | 1 | -0/+4 |
* | Protect against stupid bsearch() implementations. (#159737, Morten | Matthias Clasen | 2004-11-29 | 3 | -14/+27 |
* | Make it compile. | Matthias Clasen | 2004-11-24 | 1 | -1/+1 |
* | Initialize the parent field of the newly allocate list entry. (#159330, | Matthias Clasen | 2004-11-24 | 2 | -0/+7 |
* | Don't put /* within a comment. | Manish Singh | 2004-11-19 | 2 | -1/+5 |
* | Add new symbols. | Matthias Clasen | 2004-11-09 | 2 | -0/+6 |
* | Use xdg_mime_mime_type_subclass() to match mime types. This also gives use | Matthias Clasen | 2004-11-08 | 2 | -2/+8 |
* | Sync from upstream | Matthias Clasen | 2004-11-08 | 12 | -100/+1096 |
* | *** empty log message ***GTK_2_5_4 | Matthias Clasen | 2004-10-28 | 1 | -0/+4 |
* | 2.5.3GTK_2_5_3 | Matthias Clasen | 2004-09-19 | 1 | -0/+4 |
* | 2.5.2GTK_2_5_2 | Matthias Clasen | 2004-08-25 | 1 | -1/+5 |
* | Add the XDG_PREFIX to this function as well. | Matthias Clasen | 2004-08-12 | 2 | -3/+9 |