summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated Hungarian translationglib-2-20Balázs Úr2012-12-271-420/+437
* Updated Spanish translationJorge González2010-08-171-420/+435
* Update GLIB_CHECK_COMPILE_WARNINGS macro to work with Autoconf 2.64Frédéric Péters2010-08-021-1/+1
* Updated Basque languageInaki Larranaga Murgoitio2010-03-221-57/+39
* Fall back to inotify_init if inotify_init1 does not workJosselin Mouette2009-09-231-1/+3
* Bug 593406 - Permissions set to 777 after copying via NautilusBenjamin Otte2009-09-032-5/+30
* Bump versionMatthias Clasen2009-08-281-2/+2
* 2.20.5Matthias Clasen2009-08-2890-4716/+4706
* Updates2.20.5Matthias Clasen2009-08-271-0/+16
* Use the saved errno valueMatthias Clasen2009-08-271-1/+1
* Read /dev/urandom unbufferedMatthias Clasen2009-08-271-0/+1
* Preserve errnoChristian Persch2009-08-274-22/+49
* Only fsync if the existing file is > 0 bytesAlexander Larsson2009-08-271-22/+27
* Avoid some compiler warnings.Matthias Clasen2009-08-271-1/+1
* Another possible error code clash, yayMatthias Clasen2009-08-271-1/+1
* Minor update to Catalan (Valencian) translationCarles Ferrando2009-08-241-479/+447
* [Win32] Avoid superfluous '/' from g_file_resolve_relative_path()Shixin Zeng2009-08-141-3/+13
* Avoid gcc warning on WindowsTor Lillqvist2009-08-141-2/+2
* Updated Galician translationAntón Méixome2009-08-101-488/+641
* Bump versionMatthias Clasen2009-06-271-2/+2
* 2.20.42.20.42.20.4Matthias Clasen2009-06-2789-2327/+2336
* UpdatesMatthias Clasen2009-06-271-0/+19
* Fix a typoMatthias Clasen2009-06-261-47/+49
* Add NULL to end of g_filename_complete_get_completions() return valueTom Parker2009-06-261-3/+5
* Use pipe2 when availableMatthias Clasen2009-06-232-14/+17
* Avoid unnecessary work if mount watching not specified (#585360)Alexander Larsson2009-06-232-4/+26
* Refer to the correct gcc deprecation optionsMatthias Clasen2009-06-231-1/+1
* Fix some typos in list documentationMatthias Clasen2009-06-232-3/+3
* Fix the icon property implementationMatthias Clasen2009-06-231-1/+2
* Trivial formatting fixesMatthias Clasen2009-06-231-32/+31
* Use inotify_init1 when availableMatthias Clasen2009-06-232-2/+8
* don't make strings const when they are notBenjamin Otte2009-06-231-2/+2
* Fix an oversight in the previous commitMatthias Clasen2009-06-231-4/+0
* Fix g_string_chunk_insert_len to accept nulsMatthias Clasen2009-06-232-28/+49
* Make setting DISPLAY workMatthias Clasen2009-06-231-183/+49
* Support automake 1.11Matthias Clasen2009-06-231-3/+7
* only query file info in g_file_copy() when we need itBenjamin Otte2009-06-231-15/+19
* Copy namespaces correctly in g_file_copy_attributesAlexander Larsson2009-06-231-1/+1
* Use io_prio as mainloop prio for async-emulation (#579449)Alexander Larsson2009-06-181-1/+1
* updating for PunjabiA S Alam2009-06-181-434/+432
* Updated Bengali India TranslationRuna Bhattacharjee2009-06-091-471/+466
* Bump version to 2.20.4Matthias Clasen2009-05-291-2/+2
* 2.20.32.20.3Matthias Clasen2009-05-2988-769/+764
* Update for 2.20.3Matthias Clasen2009-05-291-0/+14
* Fix a locking problem in g_main_context_iterate()Matthias Clasen2009-05-291-9/+6
* Don't dereference identifier_type if it is NULL (#579558)Alexander Larsson2009-05-291-1/+2
* Take a reference on the gio file monitors while signaling pending file changesRobert Bragg2009-05-291-0/+3
* Preserve errno when using g_set_error with _() and g_strerror()Christian Persch2009-05-292-2/+3
* Fix string length bugs in GWinHttpFile (#580347)Shixin Zeng2009-05-281-5/+5
* Correct reference and implement close_fn (#578769)Hans Breuer2009-05-272-2/+26