log src/getidblock.c @ 243:0199af9730b2

age author description
2009-05-18 Carl Byington remove readpstlog, switch to plain ascii debug log files
2009-04-14 Carl Byington more cleanup of external names in the shared library
2009-04-04 Carl Byington move version-info into main configure.in, and set it properly.
2009-03-17 Carl Byington Compensate for iconv conversion to utf-7 that produces strings that are not null terminated.
2009-03-05 Carl Byington rename some structure fields to reflect our better understanding of the pst format
2009-02-28 Carl Byington improve documentation of .pst format.
2009-02-24 Carl Byington fix for 64bit on Fedora 11 stable-0-6-29
2009-02-24 Carl Byington fix embedded rfc822 messages with attachments stable-0-6-28
2009-02-24 Carl Byington improve character set handling - don't try to convert utf-8 to single byte for fields that were not originally unicode.
2009-02-05 Carl Byington fix initial from header in mbox format.
2009-02-03 Carl Byington more changes from Fridrich Strba to avoid installing our config.h
2009-02-01 Carl Byington disable building pst2dii on cygwin
2009-01-31 Carl Byington patch from Fridrich Strba for building on mingw and general cleanup of autoconf files
2008-08-03 Carl Byington Use inttypes.h for portable printing of 64 bit items.
2008-06-14 Carl Byington Patch from Robert Simpson for encryption type 2.
2008-06-03 Carl Byington Use ftello/fseeko to properly handle large files. stable-0-6-11
2008-05-30 Carl Byington Patch from Robert Simpson to fix doubly-linked list in the cache_ptr code, and allow arrays of unicode strings (without converting them). stable-0-6-10
2008-02-14 Carl Byington General cleanup and code fixes.
2008-01-31 carl code cleanup
2008-01-18 carl more fixes for 64 bit format
2008-01-12 carl more fixes for 64 bit format
2007-07-12 carl fix signed/unsigned to allow very small pst files with only leaf nodes
2006-02-20 carl switch to automake/autoconf