summaryrefslogtreecommitdiff
path: root/glib
AgeCommit message (Expand)AuthorFilesLines
2014-05-26gtestutils: Error out if /dev/null stdin redirection failsPhilip Withnall1-1/+5
2014-05-21Trivial: fix a guard commentMatthias Clasen1-1/+1
2014-05-20gthread: Fix use of a local variable after it went out of scopePhilip Withnall1-6/+6
2014-05-15gtestutils: Don’t free unassigned variables in an error pathPhilip Withnall1-2/+4
2014-05-09doc: various improvementsSébastien Wilmet3-3/+6
2014-05-05Add a testcase for the previous fixMatthias Clasen1-0/+48
2014-05-05goption: Don't include parsed option values in G_OPTION_REMAININGKjell Ahlstedt1-0/+1
2014-05-05Fix some typos in documentationMathieu Bridon1-1/+1
2014-05-04gstrfuncs: Add missing preconditions to g_str_match_string()Philip Withnall1-0/+5
2014-04-24docs: Remove <!-- --> comment before plural sVolker Sobek1-1/+1
2014-04-20platform_get_argv0: drop unneeded headers for OpenBSDAntoine Jacoutot1-5/+6
2014-04-16hmac: Add support for SHA-512 in GHmacPhilip Withnall2-14/+173
2014-04-16Revert "Bug 724590 - GSlice slab_stack corruption"Ryan Lortie1-2/+1
2014-04-15Bug 724590 - GSlice slab_stack corruptionJohn Ralls1-1/+2
2014-04-15docs: Use markdown links in all .c and .h filesVolker Sobek2-2/+2
2014-04-10g_str_has_prefix: don't call strlen(str)Dan Winship1-10/+1
2014-04-04docs: Fix typo in g_unichar_iswide_cjk() commentDavid King1-1/+1
2014-03-30gio: move Winsock error mapping to g_io_error_from_win32_error()Dan Winship1-6/+6
2014-03-30docs: Remove escaping '\' from literalsVolker Sobek3-3/+3
2014-03-29Bump version to 2.41.0, add GLIB_VERSION_2_42, etcDan Winship1-0/+24
2014-03-20Clarify expectations with error codes like G_IO_ERROR_FAILEDDan Winship1-1/+12
2014-03-05Unskip GVariantDictGiovanni Campagna1-1/+1
2014-03-05cond test: remove alarm() usageRyan Lortie1-5/+0
2014-03-02Add a few tests for G_MARKUP_TREAT_CDATA_AS_TEXTMatthias Clasen5-1/+107
2014-03-02Add a way to test different markup parser flagsMatthias Clasen1-24/+57
2014-03-02docs: Ditch more markupMatthias Clasen4-140/+114
2014-02-24hmac: Make unit test const-correctPhilip Withnall1-3/+3
2014-02-24gmain: simplify g_main_context_find_source_by_id()Ryan Lortie1-17/+10
2014-02-24gmain: Simplify source id trackingRyan Lortie1-59/+18
2014-02-23asyncqueue: fix timeout math on 32bit systemsRyan Lortie1-4/+2
2014-02-23mappedfile test: permit ENODEV on /dev/nullRyan Lortie1-0/+1
2014-02-22GSource: mark some API as "implementation only"Ryan Lortie1-0/+27
2014-02-22gmain: repeat preconditions for emphasisRyan Lortie1-7/+19
2014-02-21g_main_context_wait: add a critical to detect useRyan Lortie1-0/+12
2014-02-21GCond: check result of pthread_condattr_setclock()Ryan Lortie1-2/+7
2014-02-21gmain: abort if monotonic time is unsupportedRyan Lortie1-1/+5
2014-02-21GHashTable: Explicitly document that _iter_remove() is safe while iteratingXavier Claessens1-0/+9
2014-02-21glib/Makefile.am: Dist gtranslit-data.hChun-wei Fan1-0/+1
2014-02-20gconvert: add note to avoid transliterationRyan Lortie1-0/+3
2014-02-20gsource: document priority of child sourcesRyan Lortie1-0/+5
2014-02-20g_str_to_ascii(): a couple of minor tweaksRyan Lortie1-1/+3
2014-02-20g_str_tokenize_and_fold: do proper transliterationRyan Lortie1-12/+16
2014-02-20tests: test transliteration APIRyan Lortie1-0/+107
2014-02-20Add locale-sensitive ASCII transliteration APIRyan Lortie5-0/+836
2014-02-20tests: add a test for g_cond_wait_until()Ryan Lortie1-0/+38
2014-02-20Fix g_cond_wait_until() vs. monotonic timeRyan Lortie1-11/+34
2014-02-20gmain: rework g_get_monotonic_time() a bitRyan Lortie1-77/+87
2014-02-19docs: use "Returns:" consistentlyWilliam Jon McCann46-439/+439
2014-02-17gtestutils: make the new assert messages more detailedDan Winship1-4/+4
2014-02-15win32: fixup lib.exe invocationRyan Lortie1-1/+4