aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* selinux: Allow access to user_devpts2024_06_07.8a83b53Derek Schrock2024-06-071-0/+1
* tcp, flow: Fix some error paths which didn't clean up flows properlyDavid Gibson2024-06-071-3/+3
* util: Use 'long' to represent millisecond durationsDavid Gibson2024-06-072-2/+2
* lineread: Use ssize_t for line lengthsDavid Gibson2024-06-073-10/+9
* conf: Safer parsing of MAC addressesDavid Gibson2024-06-071-17/+36
* util: Use unsigned indices for bits in bitmapsDavid Gibson2024-06-072-7/+7
* clang-tidy: Enable the bugprone-macro-parentheses checkDavid Gibson2024-06-074-26/+25
* Remove pointless macro parameters in CALL_PROTO_HANDLERDavid Gibson2024-06-071-3/+3
* udp: Make rport calculation more localDavid Gibson2024-06-071-2/+1
* tcp: Make pointer const in tcp_revert_seqDavid Gibson2024-06-071-1/+1
* log: Remove log_to_stdout optionDavid Gibson2024-06-052-6/+3
* conf: Don't print usage via the logging subsystemDavid Gibson2024-06-051-160/+166
* conf: Remove unhelpful usage() wrapperDavid Gibson2024-06-051-13/+4
* tcp: move seq_to_tap update to when frame is queuedJon Maloy2024-06-051-22/+39