summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* glib-compile-resources: Port to GSubprocesswip/gsubprocess-ostreamsColin Walters2012-07-251-52/+46
* GSubprocess: New class for spawning child processesColin Walters2012-07-2517-0/+2502
* Add g_ptr_array_addv()Colin Walters2012-07-253-0/+45
* gio: Add private API to create win32 streams from fdsColin Walters2012-07-204-22/+119
* gmain: Add private API to create Unix child watch that uses waitid()Colin Walters2012-07-204-33/+113
* Revert unintential IAPI break for g_key_file_load_from_data()Colin Walters2012-07-201-1/+1
* tests: add check for leaking signal return valueMark Nauwelaerts2012-07-192-1/+30
* tests: make refcount signals test slightly valgrind cleanerMark Nauwelaerts2012-07-191-0/+4
* gclosure: do not copy and leak when generically marshalling return valueMark Nauwelaerts2012-07-191-4/+4
* gio/Makefile.am: Filter out gcontenttype.c for MSVC buildsChun-wei Fan2012-07-191-3/+3
* Check for PR_SET_NAMEMatthias Clasen2012-07-191-0/+2
* Be more careful when using xlocaleMatthias Clasen2012-07-191-7/+15
* Cosmetic: Fix up line endingsMatthias Clasen2012-07-191-3/+3
* gmain: handle child sources being destroyed before parentDan Winship2012-07-182-10/+78
* g_source_add_child_source: sync blocked stateDan Winship2012-07-181-0/+4
* gio/tests/converter-stream: add a new test, rename an old oneDan Winship2012-07-171-29/+83
* g_cancellable_source_new: don't use a file descriptorDan Winship2012-07-171-5/+19
* Bump versionMatthias Clasen2012-07-171-1/+1
* More updates2.33.6Matthias Clasen2012-07-171-0/+1
* GIOScheduler: Fix access after free in "cancelled" handlerStef Walter2012-07-171-1/+1
* 2.33.6Matthias Clasen2012-07-172-1/+15
* GAsyncInitable: partially revert the init_finish changesDan Winship2012-07-171-8/+9
* GVariantType: Add (constructor) annotation for some constructors.Krzesimir Nowak2012-07-161-3/+3
* Updated Spanish translationDaniel Mustieles2012-07-161-210/+231
* win32: g_getenv() should return "" if variable exists and emptyMarc-André Lureau2012-07-161-1/+5
* win32: fix g_get_environ()Marc-André Lureau2012-07-161-4/+9
* Bump versionMatthias Clasen2012-07-161-1/+1
* More updates2.33.4Matthias Clasen2012-07-151-3/+6
* Updated Belarusian translation.Ihar Hrachyshka2012-07-151-486/+620
* Updated Polish translationPiotr Drąg2012-07-151-91/+101
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2012-07-142-956/+1298
* Fix GModule documentation a bitMatthias Clasen2012-07-132-3/+15
* Fix doc buildMatthias Clasen2012-07-131-1/+1
* Assamese translation updatedNilamdyuti Goswami2012-07-131-220/+227
* Update NEWSMatthias Clasen2012-07-121-0/+54
* win32: fix build g_spawn_check_exit_status() with mingwMarc-André Lureau2012-07-122-10/+25
* GRegex, GConvert: Add some missing annotations.Krzesimir Nowak2012-07-122-9/+12
* mount-operation: add a Since tag to the show-unmount-progress signalCosimo Cecchi2012-07-111-0/+2
* mount-operation: add show-unmount-progress signalCosimo Cecchi2012-07-112-1/+51
* Updated Greek translationTom Tryfonidis2012-07-121-363/+456
* GDBusNodeInfo: remove a spurious for loopRui Matos2012-07-111-5/+2
* GDBusNodeInfo: the XML string must contain exactly one node elementRui Matos2012-07-111-0/+3
* Add g_spawn_check_exit_status()Colin Walters2012-07-1011-64/+158
* gio: add g_async_result_is_tagged()Dan Winship2012-07-1011-73/+69
* gio: Add g_async_result_legacy_propagate_error()Dan Winship2012-07-1019-311/+180
* gio: handle GSimpleAsyncResult errors in _finish vmethodsDan Winship2012-07-1010-14/+104
* GFile: remove some unnecessary codeDan Winship2012-07-101-15/+0
* goptions: use G_N_ELEMENTS instead of nitemsAntoine Jacoutot2012-07-101-5/+1
* GVariant: fix string validationRyan Lortie2012-07-092-1/+11
* Fix up GObject interface documentationStef Walter2012-07-092-137/+309