summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* W32: add std stream redirection envvar optionslrn/attachconsoleРуслан Ижбулатов2018-06-133-0/+184
* Merge branch 'g_dbus_is_supported_address-assertion-failure' into 'master'Philip Withnall2018-06-132-29/+54
|\
| * g_dbus_is_supported_address(): set error if returning FALSEWill Thompson2018-06-132-29/+54
|/
* Merge branch 'fdonotif-segfault-fix' into 'master'Philip Withnall2018-06-131-21/+34
|\
| * gfdonotificationbackend: Fix possible invalid pointer in dbus callbackArnaud Rebillout2018-06-131-21/+34
* | Merge branch '776583-win32-notifications-warn-once' into 'master'Xavier Claessens2018-06-121-1/+7
|\ \
| * | gwin32notificationbackend: Only warn oncePhilip Withnall2018-06-121-1/+7
* | | Merge branch 'tests-remove-perl' into 'master'Philip Withnall2018-06-128-343/+283
|\ \ \
| * | | tests: Port gen-casefold-txt.pl and gen-casemap-txt.pl to Python 3. See #1332Christoph Reiter2018-06-128-343/+283
|/ / /
* | | Merge branch '303-win32-spawn' into 'master'Philip Withnall2018-06-126-121/+166
|\ \ \
| * | | gspawn: Factor out error code conversion functionPhilip Withnall2018-06-123-108/+118
| * | | gspawn: Make error codes on Windows more specificPhilip Withnall2018-06-123-2/+37
| * | | gspawn: Fix errno saving in Windows implementationPhilip Withnall2018-06-121-11/+11
| |/ /
* | | Updated Spanish translationDaniel Mustieles2018-06-121-184/+266
|/ /
* | Merge branch '811-content-type-docs' into 'master'Christoph Reiter2018-06-121-2/+2
|\ \
| * | docs: Add (transfer full) annotation to g_content_type_get_mime_type()Philip Withnall2018-06-081-2/+2
* | | Merge branch 'lrn/binary-tests' into 'master'Philip Withnall2018-06-111-16/+15
|\ \ \
| * | | Force binary mode for stdout in printf testsРуслан Ижбулатов2018-06-111-16/+15
* | | | Merge branch 'refcount-types' into 'master'Philip Withnall2018-06-1113-24/+690
|\ \ \ \
| * | | | Port GHashTable to gatomicrefcountEmmanuele Bassi2018-06-111-6/+6
| * | | | Port GBytes to gatomicrefcountEmmanuele Bassi2018-06-111-5/+6
| * | | | Port GArray and friends to gatomicrefcountEmmanuele Bassi2018-06-111-11/+13
| * | | | Add tests for refcount typesEmmanuele Bassi2018-06-112-2/+234
| * | | | Use macros for refcount types APIEmmanuele Bassi2018-06-112-10/+80
| * | | | Add reference counting typesEmmanuele Bassi2018-06-118-0/+361
|/ / / /
* | | | Merge branch '878-timezone-transitions' into 'master'Philip Withnall2018-06-111-1/+4
|\ \ \ \
| * | | | gtimezone: port to tzcode 2014cPaul Eggert2018-06-111-1/+4
* | | | | Merge branch 'wip/jehan/android-master-v3' into 'master'Xavier Claessens2018-06-113-2/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | gio: fix various "warning: unused variable".Jehan2018-06-111-2/+6
| * | | | gio: UNIX_PATH_MAX may be defined.Jehan2018-06-111-0/+2
| * | | | gio: C_IN is defined in recent Android headers.Jehan2018-06-111-0/+2
| | |/ / | |/| |
* | | | Merge branch 'wip/piotrdrag/unicode-typography' into 'master'Philip Withnall2018-06-1140-96/+96
|\ \ \ \
| * | | | Revert "Partially revert 10c490cdfe3ae042f747bd00f787492e2bdb7ed0"Piotr Drąg2018-06-083-58/+58
| * | | | Fix tests for Unicode stringsPiotr Drąg2018-06-0837-38/+38
| |/ / /
* | | | Merge branch 'classify-test-suites' into 'master'Philip Withnall2018-06-115-23/+27
|\ \ \ \
| * | | | Classify the testsEmmanuele Bassi2018-06-105-23/+27
| | |_|/ | |/| |
* | | | Merge branch 'wip/lantw/freebsd-socket-tests' into 'master'Philip Withnall2018-06-111-7/+21
|\ \ \ \
| * | | | socket: Fix get_available_bytes on systems other than Linux and WindowsTing-Wei Lan2018-06-091-7/+21
* | | | | Merge branch 'wip/lantw/freebsd-meson-builds' into 'master'Philip Withnall2018-06-116-3/+32
|\ \ \ \ \
| * | | | | meson: libelf.pc is not always availableTing-Wei Lan2018-06-091-0/+17
| * | | | | build: Define MAJOR_IN_TYPES when major is defined in sys/types.hTing-Wei Lan2018-06-073-0/+6
| * | | | | meson: Use cc.compiles instead of cc.has_header to check malloc.hTing-Wei Lan2018-06-071-1/+7
| * | | | | meson: Don't use -export-dynamicTing-Wei Lan2018-06-071-1/+1
| * | | | | kqueue: Make _ke_is_excluded staticTing-Wei Lan2018-06-071-1/+1
| |/ / / /
* | | | | Merge branch 'wip/lantw/freebsd-gettext-tests' into 'master'Philip Withnall2018-06-113-2/+13
|\ \ \ \ \
| * | | | | tests: Set both environment variable and locale when running testsTing-Wei Lan2018-06-093-0/+11
| * | | | | tests: Use de_DE.UTF-8 instead of de_DE in gsettings testTing-Wei Lan2018-06-091-2/+2
| |/ / / /
* | | | | README.win32: Mention about /utf-8 and GITChun-wei Fan2018-06-111-0/+8
| |/ / / |/| | |
* | | | Merge branch 'wip/oholy/trashing-locations2' into 'master'Philip Withnall2018-06-095-9/+160
|\ \ \ \ | |_|_|/ |/| | |
| * | | glocalfile: Fix error code when trash not foundOndrej Holy2018-06-081-1/+1