9 Commits

Author SHA1 Message Date
Rainer Gerhards
b326c76f45 style: normalize C source formatting via clang-format (PoC)
This commit applies the new canonical formatting style using `clang-format` with custom settings (notably 4-space indentation), as part of our shift toward automated formatting normalization.

⚠️ No functional changes are included — only whitespace and layout modifications as produced by `clang-format`.

This change is part of the formatting modernization strategy discussed in:
https://github.com/rsyslog/rsyslog/issues/5747

Key context:
- Formatting is now treated as a disposable view, normalized via tooling.
- The `.clang-format` file defines the canonical style.
- A fixup script (`devtools/format-code.sh`) handles remaining edge cases.
- Formatting commits are added to `.git-blame-ignore-revs` to reduce noise.
- Developers remain free to format code however they prefer locally.
2025-07-16 13:56:21 +02:00
PascalWithopf
c83e3ed216 correct codestyle in rsyslog part 2 2018-08-01 16:11:33 +02:00
PascalWithopf
19133327cc correct codestyle in rsyslog 2018-07-31 09:44:27 +02:00
Rainer Gerhards
e40cb595a2 omhdfs: support for HUP added 2010-10-04 13:58:41 +02:00
Rainer Gerhards
255895a58b omhdfs: more improvements
finally this looks almost production ready for files where no
directory path needs to be created
2010-10-01 13:59:48 +00:00
Rainer Gerhards
9696cdef34 omhdfs: files now kept inside a hashtable for use by multiple actions
Note:compiles, but not yet tested
2010-10-01 12:32:01 +02:00
Rainer Gerhards
c7e36e6b7e build system: fixed some minor issues 2010-09-28 18:12:40 +02:00
Rainer Gerhards
01a8807174 imuxsock: changed to per-pid ratelimiting 2010-09-28 12:13:19 +02:00
Rainer Gerhards
d748c68c09 added some generic hashtable code by Christopher Clark
found at http://www.cl.cam.ac.uk/~cwc22/hashtable/
2010-09-28 11:32:48 +02:00