-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathChangeLog
205 lines (154 loc) · 4.01 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
TODO
* create decompress handle for decompression tools
* msvscpp build
- fix missing VERSION
- remove ASSORTED_DLL_IMPORT from msvscpp files
- fix autogen.ps1
* banalyze
- add offset and size CLI options
* create xor tool that will byte-wise xor a file using a "key"
* create equivalent of sigfind that is more powerful
can handle more than 4 byte signatures
* create lz1decompress (or equiv) for NSF compression
* decompression tools and code
- clean up, make stand-alone libs
- add compression equiv
- move all the decompression into one tool?
* bzip
- remove need for BLOCK_DATA_SIZE
* zdecompress
- zdecompress enlarge buffer when zlib uncompress fails (size uncompressed = 81 x size compressed)
- add support for adler
* lzxpressdecompress
- allow to set size of decompressed data
* xor64
- check/fix mode 2
* fix winapi build on cygwin
* use PRI definions for winapi build E.g. %jd
* change 7-bit ascii into 7-bit
* move data dump to verbose output
* automatically detect file size
Alder-32
* finish SIMD variant
CRC-32
* implement basic (scalar) CRC-32 calculation method
* implement basic (scalar) weak CRC-32 calculation method
* add mod2 polynomial support
Fletcher-16
* finish fletcher16
Filetime:
* create equivalent tool in libfdatetime
Tests:
* add LZFu test data
* add tests for mssearchdecode.c and assorted_mssearch.[ch]
20141110
* see `git log' for more recent change log
20140512
* worked on lzxpressdecompress
20140418
* moved lzxpress and lznt1 support to libfwnt
* renamed on ntfsdecompress to lznt1decompress
20140414
* worked on ntfsdecompress
* worked on lzxpressdecompress
- XPRESS Huffman compression
20140228
* worked on cxdecompress
20140131
* 2014 update
20130706
* worked on zdecompress
20130401
* 2013 update
* updated dependencies
* worked on replacing notify.[ch] by libcnotify
* worked on replacing file_io.[ch] by libcfile
* worked on replacing getopt by libcsystem
* code clean up
20121205
* banalyze added entropy
* removed memwatch
20120825
* fixed issue in bmd5sum not handling size correctly
* reverse library order in Makefile.am
* bmd5sum: replaced fopen by libcfile_stream
* bmcp:
- code clean up
- added file IO method for testing
* created bcat
20120824
* updated configure
20120809
* improved crc32 and wcrc32
20120729
* improved adler32
20120728
* improved banalyze
20120528
* minor changes
20120516
* minor changes for winapi build
20120515
* updated dependencies
* added libcfile support
20110925
* small changes
20110828
* updated configure, common, libcstring, libnotify, liberror,
* fixed ascii7decompress
* worked on mssearchdecode
20110730
* updated ascii7decompress
20101110
* fix in fletcher32
20101024
* updated common, libcstring, liberror, libnotify, libbfio
* worked on CRC-64
20100711
* worked on CRC-32 error correcting
20100701
* worked on optimized Adler-32
* worked on CRC-32 error correcting
20100630
* worked on optimized Adler-32
20100626
* worked on optimized XOR-32
- added big-endian support
20100625
* worked on optimized XOR-32
- added big-endian support
20100623
* updated common, liberror
* added libcstring
* updated configure.ac and acinclude.m4
* replaced endian.h by byte_stream.h
* worked on optimized XOR-32
20100204
* fixed error in XOR-32 regarding non 4 byte modulus sized buffers
20091129
* worked on MS Search decode
20091128
* worked on MS Search decode
20091127
* worked on MS Search decode
20091126
* worked on MS Search decode
20091125
* worked on 7-bit ASCII string compression decompressor
* worked on MS XPRESS (LZ77 + DIRECT2)
20091124
* worked on 7-bit ASCII string compression decompressor
20091123
* worked on 7-bit ASCII string compression decompressor
* worked on MS XPRESS (LZ77 + DIRECT2)
20091121
* worked on 7-bit ASCII string compression decompressor
20090915
* worked on Alder-32 calculator
* worked on Fletcher-32 calculator
* worked on XOR-32 calculator
20090809
* updated common and file_io
* worked on data characteristics analyzer
20081024
* Created initial version to calculate a CRC of a part of file data