Commit | Date | |
---|---|---|
[r1129]
by
delphidabbler
Fixed bug in overloaded versions of StreamToString and StringToStream that take and Encoding parameter where TStringStream was freeing the encoding. |
2010-12-01 02:52:02 | Tree |
[r1128]
by
delphidabbler
Heavily refactored code that reads and parses backup file. Split out loading and parsing of backup file into helper classes - there is one class for each file format version. |
2010-12-01 02:22:30 | Tree |
[r1127]
by
delphidabbler
Prevented possible bug in TDataStreamReader when attempt is made to read 0 or -ve length strings. |
2010-12-01 01:22:02 | Tree |
[r1126]
by
delphidabbler
* Renamed all methods of TDataStreamReader that return ANSI strings with "Ansi" in name and made them return RawByteString instead of Windows1252String. |
2010-11-30 21:53:49 | Tree |
[r1125]
by
delphidabbler
Fixed bug that was adding duplicate entries to code page value map - default code page was duplicating one of the other code pages. |
2010-11-30 20:52:23 | Tree |
2010-11-30 20:23:41 | Tree | |
[r1123]
by
delphidabbler
Updated database download web service and updating code to work with v5 of the codesnip-updt web service on delphidabbler.com. Web service no longer sends an MD5 checksum as part of the download. Instead it includes a checksum in the HTTP headers, which is automatically handled by the UTHHTPEx unit. |
2010-11-29 19:11:58 | Tree |
[r1122]
by
delphidabbler
Fixed bug where status bar manager was causing an AV by being called after managed status bar has been destroyed. |
2010-11-29 15:29:11 | Tree |
[r1121]
by
delphidabbler
* Updated code that reads / writes user database to use new v5 file format: database.xml now has explicit UTF-8 encoding and data files are now also written in UTF-8. Ability to read older format data files using default encoding retained. |
2010-11-29 11:40:29 | Tree |
[r1120]
by
delphidabbler
Added overloads of FileToString and StringToFile routines that accept a parameter that determines the encoding used to read or write files. |
2010-11-29 11:37:17 | Tree |