summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into 'main'Philip Withnall2023-05-104-4/+100
|\
| * gtestutils: Style touchupEric Blake2023-05-091-6/+25
| * gtestutils: Improve g_assert_cmpuintEric Blake2023-05-094-4/+81
* | Merge branch '2863-copy-file-range' into 'main'Philip Withnall2023-05-093-10/+230
|\ \
| * | gfile: Support copy_file_range() for file copiesPhilip Withnall2023-05-092-0/+141
| * | tests: Add a test for progress callbacks from g_file_copy()Philip Withnall2023-05-091-0/+76
| * | gfile: Eliminate a stat() call from the file copy codePhilip Withnall2023-05-091-10/+13
* | | Merge branch 'main' into 'main'Philip Withnall2023-05-091-1/+1
|\ \ \
| * | | Check for linux/netlink.h buildabilitySamuel Thibault2023-05-091-1/+1
| | |/ | |/|
* | | Merge branch 'unixfdlist-again' into 'main'Marco Trevisan2023-05-091-1/+0
|\ \ \ | |_|/ |/| |
| * | docs: Don’t ignore gunixfdlist.h when building docs on WindowsPhilip Withnall2022-05-181-1/+0
* | | Merge branch 'wip/p3732/timeout-seconds-once' into 'main'Philip Withnall2023-05-0910-44/+62
|\ \ \
| * | | use g_timeout_add_seconds_once()Peter Eisenmann2023-05-026-29/+16
| * | | gtimeout: use helper for seconds_full variantPeter Eisenmann2023-05-021-15/+1
| * | | add g_timeout_add_seconds_oncePeter Eisenmann2023-05-024-0/+45
* | | | Merge branch 'aborting-tests-rlimit' into 'main'Marco Trevisan2023-05-092-3/+44
|\ \ \ \ | |_|_|/ |/| | |
| * | | tests: Zero the rlimit in standalone tests which are expected to abortPhilip Withnall2023-05-022-0/+18
| * | | tests: Add copyright/licensing header to assert-msg-testPhilip Withnall2023-05-021-0/+20
| * | | tests: Reformat assert-msg-test.c to follow coding stylePhilip Withnall2023-05-021-3/+6
| |/ /
* | | Merge branch 'win32-network-monitor-error' into 'main'Philip Withnall2023-05-091-12/+12
|\ \ \
| * | | gwin32networkmonitor: Fix returning address of local variablePhilip Withnall2023-05-091-12/+12
|/ / /
* | | Merge branch '116-utf8-docs' into 'main'Patrick Griffis2023-05-021-0/+30
|\ \ \
| * | | docs: Document high-level UTF-8 requirements for GLibPhilip Withnall2023-05-021-0/+30
| |/ /
* | | Merge branch 'wiki-links' into 'main'Patrick Griffis2023-05-025-14/+14
|\ \ \
| * | | docs: Fix list formatting in supported-platforms.mdPhilip Withnall2023-05-021-8/+8
| * | | docs: Update various broken/redirected linksPhilip Withnall2023-05-024-6/+6
|/ / /
* | | Merge branch 'codeowners-lb90' into 'main'Luca Bacci2023-05-021-3/+3
|\ \ \
| * | | docs: Add lb90 as a Windows maintainerPhilip Withnall2023-05-021-3/+3
| |/ /
* | | Merge branch '2855-test-socket-rename' into 'main'Philip Withnall2023-05-024-3/+3
|\ \ \ | |/ / |/| |
| * | Rename confusing socket test filenamesMike Salmela2023-04-294-3/+3
* | | Merge branch 'registry-translation' into 'main'Philip Withnall2023-05-021-2/+1
|\ \ \
| * | | gregistrysettingsbackend: Remove translatable pspec nick/blurbPhilip Withnall2023-04-271-2/+1
* | | | Merge branch 'gtestutils-docs-section-hashes' into 'main'Philip Withnall2023-05-021-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | gtestutils: Fix section marker in documentationArnaud Rebillout2023-05-021-1/+1
|/ / /
* | | Merge branch 'old-txt-docs' into 'main'Patrick Griffis2023-04-295-100/+91
|\ \ \
| * | | docs: Port docs/macros.txt to Markdown and update itPhilip Withnall2023-04-282-56/+73
| * | | docs: Drop outdated docs/debugging.txtPhilip Withnall2023-04-274-45/+19
| |/ /
* | | Merge branch '2289-setuid-docs' into 'main'Patrick Griffis2023-04-291-3/+12
|\ \ \
| * | | docs: Document that GIO should not be used in privileged processesPhilip Withnall2023-04-281-3/+12
* | | | Merge branch '2958-thread-pool-docs' into 'main'Patrick Griffis2023-04-292-4/+26
|\ \ \ \
| * | | | docs: Add high-level documentation about malloc failurePhilip Withnall2023-04-281-0/+11
| * | | | docs: Mention that calls after fork() must be async-signal-safePhilip Withnall2023-04-281-1/+8
| * | | | gthreadpool: Document that g_thread_pool_new() will spawn a threadPhilip Withnall2023-04-281-3/+7
| |/ / /
* | | | DOAP: GNOME Discourse is a developer-forum, not a mailing-listAndre Klapper2023-04-281-2/+2
|/ / /
* | | Merge branch 'html-doc-flag' into 'main'Philip Withnall2023-04-281-28/+30
|\ \ \ | |/ / |/| |
| * | meson: wrap html documentation generation with gtk_doc optionJames Knight2023-04-271-28/+30
* | | Merge branch 'thread-pool-docs-fix' into 'main'Patrick Griffis2023-04-271-0/+3
|\ \ \
| * | | gthreadpool: Clarify that item_free_func is not normally calledPhilip Withnall2023-04-271-0/+3
* | | | Merge branch 'threaded-resolver-assertion-fix' into 'main'Michael Catanzaro2023-04-271-3/+0
|\ \ \ \ | |/ / / |/| | |
| * | | gthreadedresolver: Remove some incorrect assertionsPhilip Withnall2023-04-271-3/+0
|/ / /