summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Tests: gsubprocess: Do not use stdin/stdout variablesXavier Claessens2018-04-201-27/+27
* garray: Steal segment during destructionSam Spilsbury2018-04-201-2/+21
* gobject: fix compilation with gcc <= 4.7Fabrice Fontaine2018-04-201-1/+1
* gdbusconnection: Fix a typo in the documentation for close_sync()Philip Withnall2018-04-191-1/+1
* Meson: Define G_ENABLE_DEBUG and friendsXavier Claessens2018-04-191-0/+10
* Meson: Get results from cross file properties if cannot run codeXavier Claessens2018-04-181-21/+32
* Meson: Use cc.compute_int() instead of running our own codeXavier Claessens2018-04-181-47/+26
* tests: Fix a minor memory leak in the GFileMonitor testsPhilip Withnall2018-04-181-0/+1
* tests: Add a GFileMonitor test for G_FILE_MONITOR_WATCH_HARD_LINKSPhilip Withnall2018-04-185-1/+167
* inotify: Further fixes for hard link monitoring supportPhilip Withnall2018-04-182-14/+24
* inotify: fix segfault on watching hard linksRyan Lortie2018-04-183-6/+17
* tests: Drop a slightly suspect GResolver testPhilip Withnall2018-04-131-5/+0
* tests: Skip GSocket tests if setting up a server failsPhilip Withnall2018-04-131-33/+96
* tests: Add more debug output to the network-address testPhilip Withnall2018-04-131-0/+6
* tests: Skip some of the fileutils tests when running as rootPhilip Withnall2018-04-131-0/+7
* gdate: Comment that g_date_valid_dmy() does all necessary bounds checksPhilip Withnall2018-04-132-0/+45
* gdate: Make integer comparisons explicitPhilip Withnall2018-04-131-6/+6
* gdate: Add overflow precondition checks for g_date_[add|subtract]_*()Philip Withnall2018-04-131-5/+10
* gtimezone: Add g_time_zone_new_offset() convenience constructorPhilip Withnall2018-04-134-0/+74
* gdatetime: Fix a spurious gcc warningPhilip Withnall2018-04-131-2/+2
* gdatetime: Fix a leak in g_date_time_new_week()Philip Withnall2018-04-121-0/+2
* gtimezone: Add g_time_zone_get_identifier() accessorPhilip Withnall2018-04-124-35/+217
* gdatetime: Add g_date_time_get_timezone() accessorPhilip Withnall2018-04-123-0/+21
* Update Russian translationStas Solovey2018-04-121-18/+18
* Update Russian translationStas Solovey2018-04-121-879/+1430
* tests: Lower number of iterations in network-monitor-racePhilip Withnall2018-04-111-1/+1
* gio: fix compilation without F_{S,G}ETPIPE_SZFabrice Fontaine2018-04-111-0/+8
* gnetworkmonitor: Fix use-after-free when using from another threadMilan Crha2018-04-117-18/+122
* Link gdatetime test to libintlРуслан Ижбулатов2018-04-111-0/+3
* gobject_gdb.py: add pretty printer for GType and GTypeClass*Michael Olbrich2018-04-111-1/+38
* W32 gstdio: Don't try to get reparse tag unconditionallyРуслан Ижбулатов2018-04-111-9/+14
* W32 gstdio: don't close fd handleРуслан Ижбулатов2018-04-111-1/+2
* glib-compile-schemas: Fix minor memory leaks in error pathsPhilip Withnall2018-04-111-0/+4
* gsettings: Fix leaks and assertion on range binding failuresChristophe Fergeau2018-04-113-6/+66
* Updated Slovenian translationMatej Urbančič2018-04-101-38/+14
* docs: Fix typo in examplesMohammed Sadiq2018-04-102-4/+4
* gobject: Mark g_object_new_with_properties as non-introspectableTomasz Miąsko2018-04-101-1/+1
* gio: Fix build on OS X < 10.9Ryan Schmidt2018-04-101-1/+4
* g_test_dbus_down: Ensure next test does not use old connectionSimon McVittie2018-04-103-0/+18
* gstrfuncs: Clarify that g_strv_length() does not accept NULLPhilip Withnall2018-04-101-1/+1
* gio: Add dummy win32 notification backendPhilip Withnall2018-04-104-0/+94
* tests/network-monitor: Always use the dummy proxy resolverIain Lane2018-04-101-0/+10
* GSettings: Don't mention nonexistent signal in docDaniel Boles2018-04-091-2/+1
* GObject: Elaborate notify emission timing, optionsDaniel Boles2018-04-091-5/+11
* GSimpleAction: Slightly improve docs for new()sDaniel Boles2018-04-091-4/+5
* GSimpleAction: Explain "(expected|correct) type"Daniel Boles2018-04-091-4/+7
* GSimpleAction: Clarify/fix @parameter(_type) docsDaniel Boles2018-04-091-3/+6
* ci: Install Meson from PyPIEmmanuele Bassi2018-03-291-3/+9
* Meson: Add carbon and cocoa flags into glib and gio pc filesXavier Claessens2018-03-283-10/+8
* Meson: Use pkgconfig module to generate all pc filesXavier Claessens2018-03-286-27/+107