summaryrefslogtreecommitdiff
path: root/src/journal/catalog.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* journal: Make the output of --update-catalog deterministicDaniel Edgecumbe2019-09-061-12/+12
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+2
* util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-0/+1
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-131-1/+1
* catalog: _cleanup_close_ is your friendLennart Poettering2019-03-071-13/+6
* catalog: (void)ify all thingsLennart Poettering2019-03-071-1/+1
* catalog: use structured initialization moreLennart Poettering2019-03-071-7/+8
* catalog: let's use mkdir_parents() and use same mode as tmpfiles.d for this dirLennart Poettering2019-03-071-11/+11
* catalog: be a bit less aggressive with line breaking. After all 109ch is what...Lennart Poettering2019-03-071-9/+6
* catalog: don't make catalog_entry_lang() clobber output params on failureLennart Poettering2019-03-071-5/+12
* journal: avoid buffer overread when locale name is too longZbigniew Jędrzejewski-Szmek2019-01-271-14/+34
* Merge pull request #10920 from yuwata/hashmap-destructorLennart Poettering2018-12-031-7/+2
|\
| * tree-wide: make hash_ops typesafeYu Watanabe2018-12-021-7/+2
* | util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-0/+1
|/
* catalog: reject entries where the language is too short earlyEvgeny Vereshchagin2018-11-291-1/+1
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-20/+21
* Move LONG_LINE_MAX definition to fileio.hZbigniew Jędrzejewski-Szmek2018-11-141-1/+0
* catalog: fgets() excorcismLennart Poettering2018-10-181-11/+9
* tree-wide: use typesafe_qsort()Yu Watanabe2018-09-191-10/+9
* tree-wide: Convert compare_func's to use CMP() macro wherever possible.Filipe Brandenburger2018-08-061-4/+4
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* Introduce _cleanup_(strbuf_cleanupp) and use it to fix null deref on errorZbigniew Jędrzejewski-Szmek2018-05-101-33/+17
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* journal: use structured initalizerZbigniew Jędrzejewski-Szmek2018-03-261-4/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-2/+2
* exec-util,conf-files: skip non-executable files in execute_directories()Lennart Poettering2017-09-131-1/+1
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-1/+1
* journal/catalog: fix memory leaksZbigniew Jędrzejewski-Szmek2016-02-181-40/+41
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* journal: Combine journal catalog entries with the same idStef Walter2016-02-051-36/+110
* treewide: apply errno.cocciMichal Schmidt2015-11-091-2/+1
* treewide: use the negative error codes returned by our functionsMichal Schmidt2015-11-051-1/+1
* journal: use int64_t instead of long for catalog file sizeMichal Schmidt2015-11-051-13/+15
* journal: drop unnecessary write_catalog() parameterMichal Schmidt2015-11-051-3/+3
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-0/+1
* util: remove path_get_parent(), in favour of dirname_malloc()Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-10/+12
* hashmap: refactor hash_funcTom Gundersen2015-10-051-13/+3
* tree-wide: remove a number of invocations of strerror() and replace by %mLennart Poettering2015-09-301-7/+4
* tree-wide: introduce mfree()David Herrmann2015-07-311-2/+1
* tree-wide: port everything over to fflush_and_check()Lennart Poettering2015-07-291-7/+5
* fix gcc warnings about uninitialized variablesHarald Hoyer2015-03-271-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* remove unneeded libgen.h includesCristian Rodríguez2015-01-171-1/+0