Systemd/src/journal-remote
Michal Schmidt d5099efc47 hashmap: introduce hash_ops to make struct Hashmap smaller
It is redundant to store 'hash' and 'compare' function pointers in
struct Hashmap separately. The functions always comprise a pair.
Store a single pointer to struct hash_ops instead.

systemd keeps hundreds of hashmaps, so this saves a little bit of
memory.
2014-09-15 16:08:50 +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 Unify parse_argv style 2014-08-03 21:46:07 -04:00
journal-remote-parse.c journal-remote: fix check if realloc failed 2014-08-31 23:25:30 +02:00
journal-remote-parse.h journal-remote: avoid copying input data 2014-07-15 22:34:42 -04:00
journal-remote-write.c journal-remote: fix double typedef and add missing header 2014-07-16 07:53:02 -04:00
journal-remote-write.h journal-remote: avoid copying input data 2014-07-15 22:34:42 -04:00
journal-remote.c hashmap: introduce hash_ops to make struct Hashmap smaller 2014-09-15 16:08:50 +02: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 journal-remote: fix double typedef and add missing header 2014-07-16 07:53:02 -04:00
journal-upload-journal.c journal-upload: make state persistent 2014-07-15 22:23:48 -04:00
journal-upload.c notify: send STOPPING=1 from our daemons 2014-08-21 17:24:21 +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: fix compilation without gnutls 2014-07-15 22:34:42 -04:00
microhttpd-util.h journal-remote: allow splitting incoming logs by source host 2014-07-15 22:31:41 -04:00