5
0
mirror of git://git.proxmox.com/git/proxmox-mini-journalreader.git synced 2025-01-04 05:17:46 +03:00

Commit Graph

  • 3dff2a5a7d buildsys: avoid circular dependency master Thomas Lamprecht 2023-05-17 19:38:09 +0200
  • 66c4d47b85 bump version to 1.4.0 Thomas Lamprecht 2023-05-17 17:48:07 +0200
  • 24a23d0f6e buildsys: compile as C11 Thomas Lamprecht 2023-05-17 19:29:44 +0200
  • e9ad71ac61 fix code indendation/mixed-tabs-spaces Thomas Lamprecht 2023-05-17 19:29:20 +0200
  • b938a4ecea fix copyright and license statement Thomas Lamprecht 2023-05-17 19:28:04 +0200
  • 081027b7bc add manual page backed by scdoc Thomas Lamprecht 2023-05-17 19:02:51 +0200
  • 21b7f90b2b update .gitignore file Thomas Lamprecht 2023-05-17 18:37:03 +0200
  • 3c800cb6c3 buildsys: define BIN_DIR variable Thomas Lamprecht 2023-05-17 18:26:42 +0200
  • ad0c3cd90c buildsys: s/LFLAGS/LDFLAGS/ Thomas Lamprecht 2023-05-17 18:17:38 +0200
  • dfada5bda2 buildsys: derive upload dist automatically Thomas Lamprecht 2023-05-17 17:50:46 +0200
  • 00cff917cc buildsys: add pbs to upload target Thomas Lamprecht 2023-05-17 17:50:36 +0200
  • f35c3f9a77 buildsys: add sbuild target for convenience Thomas Lamprecht 2023-05-17 17:47:57 +0200
  • 2faaa5bdfb d/control: raise standards version compliance to 4.6.2 Thomas Lamprecht 2023-05-17 17:47:47 +0200
  • 3d12afb892 d/control: define compat level via build-depends and raise to 13 Thomas Lamprecht 2023-05-17 17:47:38 +0200
  • 802ed804b6 buildsys: cleanup and expand clean target Thomas Lamprecht 2023-05-17 17:45:47 +0200
  • 6a6ddb8672 makefile: convert to use simple parenthesis Thomas Lamprecht 2023-05-17 17:45:01 +0200
  • b2403e8812 build: add pkg-config to build-depends Fabian Grünbichler 2023-01-10 12:31:46 +0100
  • d9a159ee7e buildsys: include debug package on upload Thomas Lamprecht 2021-11-24 18:17:21 +0100
  • b9182d7550 buildsys: change upload dist to bullseye Thomas Lamprecht 2021-11-24 18:12:03 +0100
  • 09cd4c8e69 bump version to 1.3-1 Thomas Lamprecht 2021-11-24 18:08:39 +0100
  • 24e7795fb1 add '-j' flag to output json Dominik Csapak 2021-11-24 15:47:46 +0100
  • 5ce05d16f6 bump version to 1.2-1 Thomas Lamprecht 2021-05-14 16:57:03 +0200
  • 447ce3ef20 d/control: bump debhelper compat level to 12 Thomas Lamprecht 2021-05-14 16:55:31 +0200
  • 3e1b1106ce d/copyright: proxmox uses AGPL-3.0-or-later Thomas Lamprecht 2021-05-14 16:52:00 +0200
  • 8d3028a9a2 buildsys: switch upload dist over to buster Thomas Lamprecht 2019-05-23 18:21:56 +0200
  • 7d75c26107 bump version to 1.1-1 Thomas Lamprecht 2019-05-21 19:23:11 +0200
  • ce61ee2487 d/control: fix priority-extra-is-replaced-by-priority-optional Thomas Lamprecht 2019-05-21 19:20:37 +0200
  • d25337edb2 make upload: pass arch Thomas Lamprecht 2019-05-21 19:18:19 +0200
  • 2c648dae9f follouwp whitespace fixes Thomas Lamprecht 2019-05-16 16:52:18 +0200
  • b6a41244e8 use memcpy/cmp instead of strncpy/cmp Dominik Csapak 2019-05-16 12:22:19 +0200
  • 0c0d18f8b4 use fwrite_unlocked instead of manually printing to buffer Dominik Csapak 2019-05-16 12:22:18 +0200
  • 55272dc375 reuse get_timestamp Dominik Csapak 2019-05-16 12:22:17 +0200
  • 929fac3fcc fix implicit type conversions Dominik Csapak 2019-05-16 12:22:16 +0200
  • bdef841d35 add static to functions Dominik Csapak 2019-05-16 12:22:15 +0200
  • 872b9ce4c6 bump version to 1.0-1 Thomas Lamprecht 2019-05-15 11:28:30 +0200
  • 8f88c256f5 add .gitignore Thomas Lamprecht 2019-05-14 15:23:16 +0200
  • 935ff5c27c add optimization and security compiler flags Thomas Lamprecht 2019-05-14 14:42:25 +0200
  • d1a87ba237 correctly check write return value Thomas Lamprecht 2019-05-14 14:50:47 +0200
  • de3b55a800 rework usage printing a bit Thomas Lamprecht 2019-05-14 11:51:34 +0000
  • f41595d37e add some spaces around operators Thomas Lamprecht 2019-05-14 11:42:55 +0000
  • 3805633b35 note that -b/-e are unix epoch based Thomas Lamprecht 2019-05-14 11:20:05 +0000
  • 381acb44de add error to usage and move exit there Thomas Lamprecht 2019-05-14 11:01:29 +0000
  • b03d6da1a4 get_timestamp: use fact that unsigned underflow is defined Thomas Lamprecht 2019-05-14 10:48:23 +0000
  • 499710df0e buffer should be exactly 4k big, fix off-by-one Thomas Lamprecht 2019-05-14 10:46:50 +0000
  • fc1f52705d move variables only used in a single function in said function Thomas Lamprecht 2019-05-14 10:46:15 +0000
  • c13468abd4 rename convert_argument to arg_to_uint64 Thomas Lamprecht 2019-05-14 10:22:56 +0000
  • 4a5869e387 change indentation to 4 spaces per level Thomas Lamprecht 2019-05-14 09:41:56 +0000
  • 814a5472b0 fixup rename Thomas Lamprecht 2019-05-14 09:40:49 +0000
  • 94e0d0e05a buildsys: allow to build source package Thomas Lamprecht 2019-05-14 09:32:03 +0000
  • e50a844d0d buildsys: add upload target Thomas Lamprecht 2019-05-14 09:31:32 +0000
  • 82705c365c buildsys: do not hardcode build directory name Thomas Lamprecht 2019-05-14 09:16:32 +0000
  • 94f39a95d6 buildsys: use dpkg-dev make helpers for version and arch Thomas Lamprecht 2019-05-14 09:15:37 +0000
  • 2c9917d409 rename to mini-journalreader Thomas Lamprecht 2019-05-14 09:11:44 +0000
  • c6e5c747d5 buildsys: add dinstall target Thomas Lamprecht 2019-05-14 08:27:20 +0000
  • 6e76d122d6 buildsys: fix building all target Thomas Lamprecht 2019-05-14 08:27:07 +0000
  • 4ce2e883df inital commit for journalreader Dominik Csapak 2019-05-13 14:49:18 +0200