summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wip! gkeyfile: fix comment bugwip/rstrode/perror-gkeyfile-thingRay Strode2019-05-221-6/+55
* Merge branch 'cygwin-fix-glib-os' into 'master'Christoph Reiter2019-05-221-1/+1
|\
| * build: define G_OS_UNIX, not G_OS_WIN32 under cygwinChristoph Reiter2019-05-211-1/+1
* | Merge branch 'clear-signal-handler-use' into 'master'Philip Withnall2019-05-211-2/+1
|\ \ | |/ |/|
| * gdbusserver: Use g_clear_signal_handlerMarco Trevisan (Treviño)2019-05-211-2/+1
|/
* Merge branch '1780-fix-ghashprinter' into 'master'Philip Withnall2019-05-211-2/+18
|\
| * Update gdb pretty-printer for GHashTablezb32019-05-171-2/+18
* | Merge branch 'floating-ref-warning' into 'master'Philip Withnall2019-05-211-1/+24
|\ \
| * | Please don't use GInitiallyUnowned and floating refsEmmanuele Bassi2019-05-211-0/+7
| * | Document the best practice for binding InitiallyUnownedEmmanuele Bassi2019-05-211-1/+17
|/ /
* | Merge branch 'clear-signal-handler' into 'master'Philip Withnall2019-05-214-0/+78
|\ \
| * | tests, signals: Add tests for g_clear_signal_handlerMarco Trevisan (Treviño)2019-05-201-0/+32
| * | gisgnal: Add g_clear_signal_handlerMarco Trevisan (Treviño)2019-05-203-0/+46
|/ /
* | Merge branch 'wip/desrt/more-ghash-valgrind' into 'master'Philip Withnall2019-05-201-53/+84
|\ \
| * | ghash: fix small array handling in g_hash_table_remove_all_nodes()Allison Karlitskaya2019-05-201-35/+47
| * | ghash: Be more explicit about memory in g_hash_table_destroy_all_nodes()Allison Karlitskaya2019-05-201-9/+4
| * | ghash: do less work when destroying the tableAllison Karlitskaya2019-05-201-1/+2
| * | ghash: Improve internal documentationAllison Karlitskaya2019-05-201-9/+33
| * | ghash: fix bug introduced by valgrind fixAllison Karlitskaya2019-05-201-18/+17
|/ /
* | Merge branch '1782-cross-docs' into 'master'Emmanuele Bassi2019-05-201-1/+1
|\ \
| * | docs: Fix typo in Meson cross-compilation instructionsPhilip Withnall2019-05-201-1/+1
| |/
* | Merge branch 'wip/ignazp/gtask-wait-time-fix' into 'master'Philip Withnall2019-05-201-2/+8
|\ \ | |/ |/|
| * gtask: fix task_wait_time estimationIgnazio Pillai2019-02-081-2/+8
* | Merge branch '1441-1619-deprecate-gtester' into 'master'Philip Withnall2019-05-1712-16/+51
|\ \
| * | tests: Remove redundant --tap optionsPhilip Withnall2019-05-146-12/+5
| * | gtestutils: Output in TAP format by defaultPhilip Withnall2019-05-141-2/+10
| * | glib: Deprecate gtester and gtester-reportPhilip Withnall2019-05-147-3/+37
* | | Merge branch 'fix_g_format_size_full' into 'master'Philip Withnall2019-05-151-1/+1
|\ \ \
| * | | Fixing g_format_size_full() on Windows-x64Emmanuel Fleury2019-05-151-1/+1
* | | | Merge branch 'wip/desrt/ghash-valgrind' into 'master'Philip Withnall2019-05-141-5/+17
|\ \ \ \ | |/ / / |/| | |
| * | | ghash: Disable small-arrays under valgrindAllison Karlitskaya2019-05-141-5/+17
* | | | Merge branch 'fix_g_unichar_totitle' into 'master'Philip Withnall2019-05-142-1/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Add the corresponding test for g_unichar_totitle(0)Emmanuel Fleury2019-05-141-0/+1
| * | | Handling U+0000 explicitely to avoid collision with other casesEmmanuel Fleury2019-05-141-1/+7
* | | | Merge branch 'g_format_size_is_broken_on_Windows' into 'master'Philip Withnall2019-05-141-9/+0
|\ \ \ \
| * | | | Fixing g_format_size() on WindowsEmmanuel Fleury2019-05-131-9/+0
| |/ / /
* | | | Merge branch 'master' into 'master'Philip Withnall2019-05-141-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | tests: Update month name check for Greek localeRafal Luzynski2019-05-131-1/+1
|/ / /
* | | Merge branch 'de' into 'master'Philip Withnall2019-05-131-1/+1
|\ \ \
| * | | Fix typo in German translationMartin Kröning2019-05-111-1/+1
|/ / /
* | | Merge branch 'wip/tingping/network-address-state' into 'master'Michael Catanzaro2019-05-102-99/+198
|\ \ \
| * | | gnetworkaddress: Fix parallel enumerations interfering with eachotherPatrick Griffis2019-05-102-99/+198
* | | | Merge branch 'version-bump' into 'master'Emmanuele Bassi2019-05-101-1/+1
|\ \ \ \
| * | | | build: (Long time after) post-release version bumpPhilip Withnall2019-05-101-1/+1
|/ / / /
* | | | Merge branch 'wip/kalev/GRWLock-autoptr' into 'master'Philip Withnall2019-05-104-0/+225
|\ \ \ \
| * | | | Add autoptr support for GRWLockKalev Lember2019-05-104-0/+225
| | |/ / | |/| |
* | | | Merge branch 'master' into 'master'Philip Withnall2019-05-101-13/+13
|\ \ \ \
| * | | | build: Fix a typo in the test whether _NL_ABALTMON_n is supportedRafal Luzynski2019-05-101-13/+13
|/ / / /
* | | | Merge branch 'wip/desrt/gsocketclient-leak' into 'master'Philip Withnall2019-05-091-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | gsocketclient: Fix a leak in the connection codeAllison Karlitskaya2019-05-091-0/+1
|/ / /