summaryrefslogtreecommitdiff
path: root/glib/gmessages.c
Commit message (Expand)AuthorAgeFilesLines
* gmessages: use g_atomic_pointer to access handlers for g_print()/g_printerr()Thomas Haller2023-02-071-24/+6
* Document g_print and g_printerr encoding behaviourDaniel Carpenter2023-01-271-5/+5
* gmessages: Make print handler functions to return default handlersMarco Trevisan (Treviño)2023-01-201-20/+44
* gmessages: Share the same logic to pick the output for log levelMarco Trevisan (Treviño)2023-01-171-8/+3
* gmessages: Avoid strings duplication if there's nothing to formatMarco Trevisan (Treviño)2023-01-171-10/+41
* glib: Port to the private invalid parameter handler APIsChun-wei Fan2022-11-031-37/+4
* build: Check for invalid parameter overriding on WindowsChun-wei Fan2022-11-031-3/+3
* Merge branch 'gmessages-handle-unused-write-results' into 'main'Philip Withnall2022-10-191-29/+43
|\
| * gmessages: Handle unused results from fputs and fwriteMarco Trevisan (Treviño)2022-10-181-29/+43
* | gmessages: Add missing trailing newline in fallback log handlerJohn Lindgren2022-10-131-0/+1
* | Update version in the docs to 2.74.1 for the fixed handling of non-NUL-termin...Sebastian Dröge2022-09-221-2/+2
* | Consider the GLogField.length of "MESSAGE"/"GLIB_DOMAIN" fields in g_log_writ...Sebastian Dröge2022-09-221-4/+18
|/
* gmessages: Factor out _g_fd_is_journal into its own translation unitSimon McVittie2022-07-251-25/+7
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gmessages: Clear address before passing it to getpeername()Philip Withnall2022-04-281-0/+1
* gmessages: Error if g_log_set_writer_func() is called multiple timesPhilip Withnall2022-04-251-0/+9
* docs: mark macros, flags, enums with percent signGabor Karsay2022-03-041-1/+1
* gmessages: Clarify g_log_set_debug_enabled() behaviorPhaedrus Leeds2022-03-021-5/+5
* gmessages: Fix typo in docsPhaedrus Leeds2022-02-201-1/+1
* Merge branch '1190-debug-interface' into 'main'Philip Withnall2022-01-271-1/+45
|\
| * gmessages: Expose a property for enabling debug message outputPhilip Withnall2022-01-261-1/+45
* | gmessages: Support namespaced journalsPhilip Withnall2021-11-161-1/+5
|/
* gmessages: Add check for a localtime function return valueEgor Bychin2021-10-151-1/+4
* docs: Use the correct sigils for pre-processor symbolsEmmanuele Bassi2021-08-021-21/+29
* gwin32: Always use unicode APIsOle André Vadla Ravnås2021-01-051-8/+13
* gmessages: Expose our default filtering as APISimon McVittie2020-10-071-26/+93
* gmessages: Add API to move info and debug messages to stderrSimon McVittie2020-10-071-3/+40
* gmessages: Document that using a custom log writer disables fatal handlingGuido Günther2020-10-061-0/+4
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-121-1/+1
* glib: Various minor scan-build fixesPhilip Withnall2019-09-051-1/+1
* glib: Don't call MessageBox() when building for UWPNirbheek Chauhan2019-08-271-3/+7
* Add g_get_console_charsetPatrick Storz2019-05-271-3/+3
* docs: Add missing documentation for warnings and assertionsPhilip Withnall2018-11-231-8/+14
* gmessages: don't memoize in g_log_writer_is_journald()Will Thompson2018-11-121-20/+22
* gmessages: Clarify documentation about aborting on fatal log levelsPhilip Withnall2018-08-221-8/+10
* win32: Remove all remaining WinXP compat codeChristoph Reiter2018-05-291-68/+0
* ci: fix warnings and enable --werror for the mingw buildChristoph Reiter2018-04-251-1/+0
* gmessages: clarify what log levels are forAllison Lortie2018-04-231-6/+26
* trivial: add some helpful commentsMatthias Clasen2018-02-061-6/+6
* gmessages: Fix -Wformat warnings for g_message() and friendsPhilip Withnall2018-02-021-0/+53
* gmessages: Flush output stream after logging messagesBenjamin Berg2018-01-151-0/+1
* Fix various strict aliasing problems with sockaddrPhilip Withnall2018-01-081-5/+8
* Fix a 32-bit time_t castРуслан Ижбулатов2017-12-021-1/+1
* gmessages: Give examples of G_DEBUG with gdb in the documentationPhilip Withnall2017-11-101-2/+16
* gmessages: Add timestamp to g_log_writer_format_fields()Philip Withnall2017-11-031-0/+17
* Do not build journal integration on older Linux platformsEmmanuele Bassi2017-10-091-4/+9
* gmessages: Update advice for G_LOG_DOMAINPhilip Withnall2017-10-061-3/+11
* Bug 679467 — Mention translation in g_warning() documentationPhilip Withnall2017-10-061-3/+9
* gmessages: Fix a typo in the documentation for g_log_set_handler_full()Philip Withnall2017-09-221-1/+1
* gmessages: Add IDs for documentation headersPhilip Withnall2017-09-131-4/+4