isync/src/compat
Oswald Buddenhagen 4f383a8074 stop abusing memcmp()
memcmp() is unfortunately not guaranteed to read forward byte-by-byte,
which means that the clever use as a strncmp() without the pointless
strlen()s is not permitted, and can actually misbehave with
SSE-optimized string functions.

so implement proper equals() and starts_with() functions. as a bonus,
the calls are less cryptic.
2014-10-04 18:37:34 +02:00
..
.gitignore cvsignore => gitignore 2010-02-07 22:31:10 +01:00
config.c stop abusing memcmp() 2014-10-04 18:37:34 +02:00
convert.c error-check renaming of uid mapping database 2014-04-12 18:59:45 +02:00
isync.1 don't protect recent messages from MaxMessages 2013-12-01 13:36:27 +01:00
isync.h stop abusing memcmp() 2014-10-04 18:37:34 +02:00
isyncrc.sample The Big Rewrite. too many change to list them all. 2004-03-27 16:07:20 +00:00
main.c remove pointless pointer assignment 2014-04-12 13:08:10 +02:00
Makefile.am install the config examples to docdir 2012-09-01 21:15:53 +02:00
util.c stop abusing memcmp() 2014-10-04 18:37:34 +02:00