summaryrefslogtreecommitdiffstats
path: root/src/journal/catalog.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-071-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-231-1/+1
* journal/catalog: fix memory leaksZbigniew Jędrzejewski-Szmek2016-02-191-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
* treewide: another round of simplificationsMichal Schmidt2014-11-281-4/+2
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-4/+4
* treewide: simplify log_*_errno(r,...) immediately followed by "return r"Michal Schmidt2014-11-281-9/+5
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-281-4/+4
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-3/+3
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-3/+3
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-3/+8
* journal: properly detect language specified in lineZbigniew Jędrzejewski-Szmek2014-04-121-19/+34
* journal: cleanup up error handling in update_catalog()Zbigniew Jędrzejewski-Szmek2014-04-121-12/+13
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-4/+4
* shared: switch our hash table implementation over to SipHashLennart Poettering2013-12-221-20/+14
* catalog: fix language detectionZbigniew Jędrzejewski-Szmek2013-12-161-2/+2
* catalog: determine language from the filenameZbigniew Jędrzejewski-Szmek2013-12-031-8/+49
* Never call qsort on potentially NULL arraysZbigniew Jędrzejewski-Szmek2013-10-131-1/+1
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-181-2/+2
* fileio: in envfiles, do not skip lines following empty linesZbigniew Jędrzejewski-Szmek2013-04-141-1/+1
* catalog: open up catalog internalsZbigniew Jędrzejewski-Szmek2013-03-291-88/+100