-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathChangeLog
189 lines (143 loc) · 3.76 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
TODO
* Add helper function for libfdatetime_posix_time_copy_from_byte_stream
* integer
- libfvalue_integer_copy_from_utf8_string_with_index add support to not have
to run libfvalue_integer_copy_from_byte_stream first
* string
- libfvalue_string_copy_from_utf8_string_with_index add support to not have
to run libfvalue_string_copy_from_byte_stream first
* data handle
- add flag to manage data handle ?
- fix libfvalue_data_handle_append_value_entry_data
- fully implement libfvalue_data_handle_set_value_entry_data and remove limitations
* implement libfvalue_value_copy_entry_data
- add to include header
* fix append value entry and pointing to stale data
* integer, use index to work from back-to-front instead of
divider to work from front-to-back ?
* create data handle data when copy functions
are invoked on an empty value
* binary data:
- add support for hexdump
* add fixed point support
* add multi instance support
* implement floating point support (+/-)
* Use libfvalue_value_type_set_data_string or put the functionality
in a data handle ?
* add support for boolean integer string formatting
* copy_from_integer, copy_to_integer add format flags?
* implement libfvalue_value_copy_entry_data ?
* what about having value entry functions
- fix libfvalue_value_set_data_strings_array
- create string array value
* is integer value size sufficient ? or is an additional value needed
- make sure the right value size is passed
* add from string functions for fdatetime, fguid, fwnt
* update man pages
20140928
* removed README.macosx
* changes for project site move
* see `git log' for more recent change log
20140406
* worked on refactor
20140317
* worked on refactor
20140314
* worked on tests
20140313
* worked on tests
20140308
* worked on multi value support
20140305
* worked on multi value support
20140105
* 2014 update
* updated dependencies
* added libcthreads
20130928
* added filetime from/to integer functionality
20130908
* Code clean up
* Bug fixes
20130713
* Added copy floating point from/to float functions
* Added value initialize data function
20130520
* Bug fix in table
20130420
* worked on data handle
20130415
* worked on data handle
20130414
* added user defined data handle flag definitions
20130413
* 2013 update
* updated dependencies
20121214
* code clean up
* fix for termination of binary data string representation
20121028
* string format flags fix in integer
* updated libfguid
* added copy from byte stream support in value
20121022
* small changes
20121021
* added timezone indicator support
20120920
* updated dependencies
* changes for libcdata support
20120806
* bug fix in table
20120805
* bug fix for value clone
20120712
* changes for non-set data
20120709
* changes for non-set data
20120705
* changes for non-set data
20120701
* updated libfwnt
* added support for hexadecimal integer without base indicator
20120630
* applied updates
* binary data added support for:
- base32
- base64
20120523
* small changes
20120522
* update libfdatetime
* added support for date and time values
20120519
* worked on libfvalue_value_write_to_file_stream
20120517
* removed metadata
20120510
* small changes for msvscpp build
20120507
* updated dependencies
20120429
* worked on multi value support
* worked on floating point support
20120428
* changes for msvscpp build
* worked on floating point support
* worked on multi value support
20120426
* fixes for pkg-config detection of libraries
20120422
* rewrite to improve flexibility
* worked on string value
- removed string format flags
- added encoding
- added UTF-7 support
20120421
* rewrite to improve flexibility
20120420
* rewrite to improve flexibility
20120419
* rewrite to improve flexibility
20120418
* Created stand-alone version of version used in libesesdb