Systemd/src/journal-remote
Lennart Poettering a1e58e8ee1 tree-wide: use coccinelle to patch a lot of code to use mfree()
This replaces this:

        free(p);
        p = NULL;

by this:

        p = mfree(p);

Change generated using coccinelle. Semantic patch is added to the
sources.
2015-09-09 08:19:27 +02:00
..
.gitignore journal-upload: add config file 2014-07-15 22:34:41 -04:00
browse.html Move network-related journal programs to src/journal-remote/ 2014-07-15 22:23:47 -04:00
journal-gatewayd.c tree-wide: use coccinelle to patch a lot of code to use mfree() 2015-09-09 08:19:27 +02:00
journal-remote-parse.c fix gcc warnings about uninitialized variables 2015-03-27 14:57:38 +01:00
journal-remote-parse.h journal-remote: make process_data static 2015-03-13 23:42:17 -04:00
journal-remote-write.c tree-wide: use coccinelle to patch a lot of code to use mfree() 2015-09-09 08:19:27 +02:00
journal-remote-write.h remove unused includes 2015-02-23 23:53:42 +01:00
journal-remote.c strv: convert strv_split_quotes into a generic strv_split_extract 2015-08-07 15:50:43 +00:00
journal-remote.conf.in journal-remote: allow splitting incoming logs by source host 2014-07-15 22:31:41 -04:00
journal-remote.h remove unused includes 2015-02-23 23:53:42 +01:00
journal-upload-journal.c tree-wide: use coccinelle to patch a lot of code to use mfree() 2015-09-09 08:19:27 +02:00
journal-upload.c tree-wide: port everything over to fflush_and_check() 2015-07-29 20:31:07 +02:00
journal-upload.conf.in journal-upload: add config file 2014-07-15 22:34:41 -04:00
journal-upload.h journal-remote: let user specify just the main part of the url 2014-07-15 22:34:41 -04:00
log-generator.py Add simple generator of fake journal export stream 2014-07-15 22:31:40 -04:00
Makefile Move network-related journal programs to src/journal-remote/ 2014-07-15 22:23:47 -04:00
microhttpd-util.c µhttp-util: setup gnutls logs in one function 2015-03-13 23:42:16 -04:00
microhttpd-util.h µhttp-util: setup gnutls logs in one function 2015-03-13 23:42:16 -04:00