216 Commits (85688d1c1a6053041e49b959350ed585f8209b4a)

Author SHA1 Message Date
Oswald Buddenhagen 8df1ebaf40 fix (another) out-of-bounds access in CRLF conversion 14 years ago
Oswald Buddenhagen d94dadbaeb fix line ending conversion logic 15 years ago
Oswald Buddenhagen 09dfddb36b some more error reporting relating malformed messages 15 years ago
Oswald Buddenhagen 92914b37cc deal with UIDVALIDITY of 0 properly. 17 years ago
Oswald Buddenhagen 023d3ee577 fix error paths wrt sync drivers 18 years ago
Oswald Buddenhagen 9b657a46a0 fix bug in newline conversion causing buffer overflows. 19 years ago
Oswald Buddenhagen 21abb22c98 seen messages are eligible for expiration even if they are recent in the 19 years ago
Oswald Buddenhagen 168e5f3282 make the driver model, sync_chans() and sync_boxes() fully async. 19 years ago
Oswald Buddenhagen bdcc285403 unscrew lf=>crlf conversion and tuid insertion 19 years ago
Oswald Buddenhagen 16eaf903db ok, mismerging and not running the reg-tests is lame. unscrew expunging 19 years ago
Oswald Buddenhagen c7903f8003 don't enter trash loop if not trashing at all. also, move expunge 19 years ago
Oswald Buddenhagen b5d70aa596 async merge: aggregate most variables of main() & sync_boxes() in 19 years ago
Oswald Buddenhagen 72a2d4b690 info() about opening of stores 19 years ago
Oswald Buddenhagen 3e3cf3ac9a update copyrights 19 years ago
Oswald Buddenhagen d7126dca5e "fprintf( stderr," => "error(". new functions debugn() and infon() 19 years ago
Oswald Buddenhagen fbbb86738b factor out box selection from sync_boxes to avoid code dupe 19 years ago
Oswald Buddenhagen bc39f10a1e lock the sync state open the journal before opening the master. this is 19 years ago
Oswald Buddenhagen 5224b5bc9f don't commit state file when a fatal error occurs 19 years ago
Oswald Buddenhagen 630a04ad3e unbelieveable, but close() can actually fail 19 years ago
Oswald Buddenhagen 1453e61840 update fsf's postal address. i think it's sort of useless nowadays 19 years ago
Oswald Buddenhagen e567cc6919 and now don't clobber the mails ... 19 years ago
Oswald Buddenhagen 850addecd5 wrap message storing into transactions. nice side effect: drivers don't 19 years ago
Oswald Buddenhagen 19128f1587 major overhaul of flag change propagation and MaxMessages handling: 19 years ago
Oswald Buddenhagen bbc0a877c8 less cluttered debug output 19 years ago
Oswald Buddenhagen 58db1d05ac cosmetics: move around variable declarations and remove obsolete comment 19 years ago
Oswald Buddenhagen 905ded175f versioned journal. the commands and their meanings change all the time, 19 years ago
Oswald Buddenhagen 8728dfdf21 make the sync entry search in the journal replay wrap around at the end 19 years ago
Oswald Buddenhagen d1c4f8a069 orphan/kill all affected entries after expunge 19 years ago
Oswald Buddenhagen 1a536a3415 M_EXPIRED -> M_EXPIRE 19 years ago
Oswald Buddenhagen 40fc6a6ac8 sanitize S_DEL 19 years ago
Oswald Buddenhagen e205eb62f5 remove superfluous temporary rflags from sync_boxes 19 years ago
Oswald Buddenhagen c7d938f965 now that messages know their sync records, M_SYNCES is superfluous. 19 years ago
Oswald Buddenhagen 2277ecefb6 establish bi-directional mapping between mails and sync records. use it 19 years ago
Oswald Buddenhagen 24910e2cdf declaring ex[M] instead of ex[2] is, indeed, no good. long live watchpoints. 19 years ago
Oswald Buddenhagen c1c7cb6d8e move fetching new messages in front of syncing old entries. this alone 19 years ago
Oswald Buddenhagen 9c6c158ef3 undocumented flag -J to skip committing the new sync state. 19 years ago
Oswald Buddenhagen a1a5a817bb merge Quiet, Verbose & Debug into DFlags 19 years ago
Oswald Buddenhagen 185769640b M_NOT_SYNCED => M_SYNCED. now that sync records know their messages, it 19 years ago
Oswald Buddenhagen f4ce961bab move driver options composition below journal replay - it might make 19 years ago
Oswald Buddenhagen a1c402678c split driver->prepare into ->prepare_opts and ->prepare_paths 19 years ago
Oswald Buddenhagen 1a6ee00d86 less confusing uid ranges in debug 19 years ago
Oswald Buddenhagen f6ed69a8d3 don't record we synced flags if we didn't. 19 years ago
Oswald Buddenhagen 76de0182a2 of course F_DELETED will have been added to expired slave messages, so 19 years ago
Oswald Buddenhagen 8c30ec4a25 put message references into the sync records. match up the uids after 19 years ago
Oswald Buddenhagen 61dfbea617 "reformat" S_EXP_S setting logic for understandability. 19 years ago
Oswald Buddenhagen 4ec56f8cf6 - instead of having {m,s}foo, we have foo[2] now, so we can do 19 years ago
Oswald Buddenhagen 4dc23fee7b why would somebody manipulate an expired message? right, he wouldn't: 19 years ago
Oswald Buddenhagen 9740e7e852 message tweaks 19 years ago
Oswald Buddenhagen 5633236ed2 fix sync entries not being purged due to c&p error. 19 years ago
Oswald Buddenhagen bf26a663da don't call the driver's set_flags() if the flags did not change at all. 20 years ago