Commit | Date | |
---|---|---|
[r1131]
by
delphidabbler
Changed code that restores files so that the restored files are created with the specified encoding. |
2010-12-01 02:59:35 | Tree |
[r1130]
by
delphidabbler
Modified call to TStringStream constructor in TCopyInfoMgr.GenerateDoc so that string stream does not free the passed encoding. This avoids a potential bug. It hasn't manifested itself because TCopyInfoMgr.GenerateDoc is at present only called with standard format encodings which are never freed in TStringStream |
2010-12-01 02:57:33 | Tree |
[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 |