0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 44 minutes ago. based on code collected about 3 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix use-after-free in IMAP. Fixes https://github.com/rc0/mairix/issues/38 More... over 1 year ago
Merge https://github.com/vandry/mairix/pull/31 More... about 2 years ago
Fix compiler warnings More... about 2 years ago
Check size and bounds on database when reading. More... about 2 years ago
Fix parsing to not skip NUL characters More... about 2 years ago
Raise the limit of 65536 mboxes and 65536 messages per mbox. More... over 2 years ago
Removed compile time warnings More... over 2 years ago
Add a completion function for zsh More... about 3 years ago
Fix some memory leaks when parsing a malformed message. More... about 3 years ago
Fix some memory leaks when failing to parse a header. More... about 3 years ago
Fix some instances of undefined behaviour. More... about 3 years ago
Properly free memory to avoid leaks. More... about 3 years ago
Support an older date format in mbox From lines. More... about 3 years ago
Support mbox From lines containing "remote from". More... about 3 years ago
Merge remote-tracking branch 'dfandrich/docs' More... about 3 years ago
Merge remote-tracking branch 'dfandrich/growinit' More... about 3 years ago
Merge remote-tracking branch 'dfandrich/wrongsizeof' More... about 3 years ago
Fix a few typos in comments and docs. More... about 3 years ago
Document the test suite's sensitivity to the locale. More... about 3 years ago
Initialize the struct msgpath when the array grows. More... about 3 years ago
Properly initialize a token list by taking the proper sizeof. More... about 3 years ago
Fix undefined behaviour due to uninitialized field. More... about 3 years ago
In split_and_splice_header, never exceed the bounds of the input message. More... about 3 years ago
Fix out of bound array index. More... over 4 years ago
Change project and bug report URLs to https://github.com/vandry/mairix More... over 4 years ago
Add useful test script. More... over 4 years ago
Simplify by memory mapping compressed mboxen. More... over 4 years ago
Improved .xz file reader implementation. More... over 4 years ago
Add (empty!) framework for xz support. More... over 4 years ago
Document sort=date+. More... over 4 years ago