blob: 1e0b26cbb000ff824e048b8e77eaccb5e1f3b413 [file] [log] [blame]
Linus Walleij039d1dd2007-02-23 22:34:07 +000012007-02-23 Linus Walleij <triad@df.lth.se>
2
3 * src/libmtp.c: Undeprecate getting first device code.
4
Richard Low0f794762007-02-23 22:06:27 +000052007-02-23 Richard Low <richard@wentnet.com>
6
7 * src/libmtp.c: Fix crash when no devices connected
8
tedbullock2b45f2e2007-02-23 20:16:37 +000092007-02-23 Ted Bullock <tbullock@canada.com>
10
11 * examples/detect.c: Stub out probe functionality
Richard Low0f794762007-02-23 22:06:27 +000012 * src/libusb-glue.c: Remove old uni-device cruft code
13 * src/libusb-glue.h: Remove old uni-device cruft code
tedbullock2b45f2e2007-02-23 20:16:37 +000014
tedbullock20eb8202007-02-23 00:33:36 +0000152007-02-22 Ted Bullock <tbullock@canada.com>
16
17 * examples/albums.c: Updated to use new multi device code
tedbullock51649202007-02-23 03:04:33 +000018 * examples/tracks.c: Updated to use new multi device code
19 * examples/files.c: Updated to use new multi device code
tedbullock20eb8202007-02-23 00:33:36 +000020
tedbullocke7713642007-02-18 23:10:09 +0000212007-02-18 Ted Bullock <tbullock@canada.com>
22
23 * src/libmtp.c: Altered the function LIBMTP_Get_First_Device
Linus Walleij039d1dd2007-02-23 22:34:07 +000024 to wrap around the multi device API. Also added deprecation
25 warnings to avoid using this function
tedbullocke7713642007-02-18 23:10:09 +000026
Richard Lowd284f072007-02-17 08:52:41 +0000272007-02-17 Richard Low <richard@wentnet.com>
28
Richard Low02724f62007-02-17 09:47:26 +000029 * src/libusb-glue.c: Debug output fixes and read/write sizes changed
Richard Low507e7fe2007-02-17 09:04:42 +000030 * src/libmtp.c: memset params to 0 to avoid freeing unalloced
31 memory
Richard Low02724f62007-02-17 09:47:26 +000032 * src/ptp.h: read/write sizes changed
Richard Lowd284f072007-02-17 08:52:41 +000033
rreardonbc730092007-02-15 14:32:20 +0000342007-02-15 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardon34511b12007-02-15 14:27:56 +000035
36 * src/libmtp.c: Fix a segfault in new error handling code.
37
Linus Walleij68b19c02007-02-15 11:50:37 +0000382007-02-15 Linus Walleij <triad@df.lth.se>
39
40 * src/libmtp.c: Adding some sanity checks to error stack code.
Linus Walleij3d78c4c2007-02-15 12:18:12 +000041 * examples/newplaylist.c: LGPL boilerplate, crediting Robert.
42 * examples/playlists.c: LGPL boilerplate.
43 * examples/sendfile.c: LGPL boilerplate, crediting me and Chris.
44 * examples/sendtr.c: LGPL boilerplate, crediting me, Chris,
45 Shaun, Enrique.
46 * examples/thumb.c: LGPL boilerplate, crediting Robert.
47 * examples/tracks.c: LGPL boilerplate.
48 * examples/trexist.c: LGPL boilerplate, crediting noone.
Linus Walleij68b19c02007-02-15 11:50:37 +000049
tedbullock69a445b2007-02-15 07:41:04 +0000502007-02-15 Ted Bullock <tbullock@canada.com>
51
52 * examples/folders.c: Updated to use new multi device code
53 * src/libmtp.c: Fixed potential memory leaks
Linus Walleij57c2eff2007-02-15 12:02:04 +000054 * src/libusb-glue.c: Fixed potential memory leaks and fixed device
55 release segfault for multiple devices
tedbullock69a445b2007-02-15 07:41:04 +000056
tedbullock0f033cb2007-02-14 20:56:54 +0000572007-02-14 Ted Bullock <tbullock@canada.com>
58
Linus Walleij57c2eff2007-02-15 12:02:04 +000059 * src/libusb-glue.c: Wrote three new recursive functions to avoid
60 extreme levels of multiple indirection and to clean the code up
61 a bit for multiple devices.
62 * examples/detect.c: Adjusted function calls to use new multiple
63 device code.
tedbullock0f033cb2007-02-14 20:56:54 +000064 * src/libmtp.h.in: Added prototype for LIBMTP_Release_Device_List
65
Linus Walleij2d3f7b82007-02-14 09:24:20 +0000662007-02-12 Ted Bullock <tbullock@canada.com>
67
68 * src/libmtp.c: Two new functions (create_usb_mtp_devices and
Linus Walleij57c2eff2007-02-15 12:02:04 +000069 LIBMTP_Get_Connected_Devices) to add support for multiple devices
70 to client applications
Linus Walleij2d3f7b82007-02-14 09:24:20 +000071 * src/libmtp.h: Added LIBMTP_Get_Connected_Devices as a publicly
Linus Walleij57c2eff2007-02-15 12:02:04 +000072 accessible function
Linus Walleij2d3f7b82007-02-14 09:24:20 +000073 *libusb-glue.c: Renamed connect_mtp_devices to find_usb_devices
74 *libusb-glue.h: Renamed connect_mtp_devices to find_usb_devices
75
Linus Walleij2a1e3a42007-02-12 08:18:31 +0000762007-02-09 Ted Bullock <tbullock@canada.com>
77
78 * src/libusb-glue.c: Addressed a number of potential memory leaks in
Linus Walleij57c2eff2007-02-15 12:02:04 +000079 the new multiple device code
Linus Walleij2a1e3a42007-02-12 08:18:31 +000080
Linus Walleij7b7a0e22007-02-05 18:22:27 +0000812007-02-05 Linus Walleij <triad@df.lth.se>
82
83 * src/libmtp.h.in: LGPL boilerplate.
84 * src/libusb-glue.h: LGPL boilerplate.
85 * src/unicode.h: LGPL boilerplate.
86 * src/util.h: LGPL boilerplate.
Linus Walleij543badf2007-02-05 19:07:38 +000087 * examples/albumart.c: LGPL boilerplate, crediting Andy.
88 * examples/pathutils.h: LGPL boilerplate, crediting Chris.
89 * examples/pathutils.c: LGPL boilerplate, crediting me and Chris.
90 * examples/common.h: LGPL boilerplate.
91 * examples/albums.c: LGPL boilerplate, crediting Chris.
92 * examples/connect.c: LGPL boilerplate, crediting Chris.
93 * examples/delfile.c: LGPL boilerplate, crediting me and Chris.
94 * examples/detect.c: LGPL boilerplate.
95 * examples/emptyfolders.c: LGPL boilerplate, crediting Andy.
96 * examples/files.c: LGPL boilerplate.
97 * examples/folders.c: LGPL boilerplate.
98 * examples/format.c: LGPL boilerplate.
99 * examples/getfile.c: LGPL boilerplate, crediting me and Chris.
100 * examples/getplaylist.c: LGPL boilerplate.
101 * examples/hotplug.c: LGPL boilerplate, crediting me and Marcus.
102 * examples/newfolder.c: LGPL boilerplate, crediting me and Chris.
Linus Walleij7b7a0e22007-02-05 18:22:27 +0000103
Linus Walleija8a19cc2007-02-02 22:13:17 +00001042007-02-02 Linus Walleij <triad@df.lth.se>
105
106 * src/ptp.c: sync upstream.
107 * src/ptp.h: dito.
108 * src/ptp-pack.c: dito.
109 * src/libmtp.c: make changes necessary to handle
110 the new iconv(3) code in ptp-pack.c. People will have to
Linus Walleij073c4172007-02-02 22:26:33 +0000111 use recent stdlibc, glibc or libiconv. Also call new memory
Linus Walleij2f45d222007-02-02 22:47:39 +0000112 clean-up functions. Fix LGPL boilerplate text.
113 * src/unicode.c: Fix LGPL boilerplate text.
114 * src/utils.c: Fix LGPL boilerplate text.
115 * src/libusb-glue.c: Fix LGPL boilerplate text.
Linus Walleija8a19cc2007-02-02 22:13:17 +0000116
Linus Walleij550d6d52007-01-24 14:32:51 +00001172007-01-24 Ted Bullock <tbullock@canada.com>
118
119 * src/libusb-glue.c: new function to retrieve multiple device
120 instances.
121 * src/libusb-glue.h: dito.
122 * src/libmtp.h.in: new error codes.
123
Linus Walleij070e9b42007-01-22 08:49:28 +00001242007-01-22 Linus Walleij <triad@df.lth.se>
125
126 * examples/albumart.c: use the new errostack.
127 * examples/delfile.c: dito.
128 * examples/detect.c: dito.
129 * examples/emptyfolders.c: dito.
130 * examples/format.c: dito.
131 * examples/getfile.c: dito.
132 * examples/getplaylist.c: dito.
133 * examples/newfolder.c: dito.
134 * examples/newplaylist.c: dito.
135 * examples/playlists.c: dito.
136 * examples/sendfile.c: dito.
137 * examples/sendtr.c: dito.
138 * examples/thumb.c: dito.
139 * src/libmtp.c: add some errors to the stack so we can
140 see how it's to be used. (Just a first try...)
Linus Walleij552ba322007-01-22 11:49:59 +0000141 * src/libusb-glue.c: move the LIBMTP_Get_Supported_Devices()
142 function into this file cause it only return USB devices
143 anyway and could be renamed LIBMTP_Get_Supported_USB_Devices()
144 (but let's not do that renaming since it would break the API).
145 For now let's understand this is a USB-only function by
146 simply putting it in the libusb-glue.c file.
Linus Walleij070e9b42007-01-22 08:49:28 +0000147
1482007-01-22 Ted Bullock <tbullock@canada.com>
149
150 * src/libusb-glue.c: first hack at creating an interface
151 to retrieve multiple devices.
152 * src/libmtp.h.in: new error codes related to multiple devices.
153
Richard Low7059ed42007-01-21 09:33:34 +00001542007-01-21 Richard Low <richard@wentnet.com>
155
156 * src/libusb-glue.c: more new devices
157
Linus Walleij2715c442007-01-20 22:35:29 +00001582007-01-20 Linus Walleij <triad@df.lth.se>
159
160 * src/libmtp.h.in: error stack handling like in libnjb.
161 just bare bones implementation as of now but the idea
162 should be clearly visible. TODO: add a plethora of
163 errors and adjust examples to make use of the error
164 stack.
165 * src/libmtp.c: dito.
166
Richard Lowa98d0542007-01-20 12:31:07 +00001672007-01-20 Richard Low <richard@wentnet.com>
168
169 * src/libusb-glue.c: new device 'Philips PSA235'
170
Linus Walleij85a4c032007-01-16 20:42:18 +00001712007-01-16 Linus Walleij <triad@df.lth.se>
172
173 * configure.ac: bump and release 0.1.3.
174 * src/Makefile.am: bump interface REVISION. Nothing changed
175 externally really.
176
Linus Walleijd85d2bb2007-01-11 21:32:48 +00001772007-01-11 Linus Walleij <triad@df.lth.se>
178
179 * src/libmtp.sym: updated symbol table for mingw32 but does
180 anyone use this? Also I believe one could auto-generate
181 this some way, just haven't figured out how... Perhaps with
182 a funky script that massage libmtp.h if nothing else.
183
Richard Low4df32f82007-01-11 20:04:39 +00001842007-01-11 Richard Low <richard@wentnet.com>
185
186 * src/libusb-glue.c: a zero read fix
187 * src/libmtp.c: fix spelling mistake
188
Linus Walleijc49c6372007-01-09 00:18:51 +00001892007-01-09 Linus Walleij <triad@df.lth.se>
190
191 * src/libusb-glue.c: repair callbacks, structure the code just
192 a little bit.
193 * src/libmtp.c: don't assign values to writes or reads, use the
194 PTP transport intrinsics instead.
195
Linus Walleij15af8532007-01-07 12:45:20 +00001962007-01-07 Orson Teodoro <orsonteodoro@yahoo.com>
197
198 * src/ptp.h: Encoding profile.
199 * src/ptp.c: Dito.
200
Linus Walleij58b62792007-01-07 12:38:59 +00002012006-01-07 Linus Walleij <triad@df.lth.se>
202
203 * src/libusb-glue.c: (re)introduce de-halting of endpoints
204 as this is needed by VMWare emulation. Must check whether
Linus Walleijb97379b2007-01-07 12:42:20 +0000205 this causes problems for other archs! Problem was reported
206 by Orson Teodoro under i686 Gentoo, with a suggested patch.
Linus Walleij58b62792007-01-07 12:38:59 +0000207
Linus Walleija0323272007-01-07 12:21:30 +00002082006-01-07 Marcus Meissner <meissner@suse.de>
209
210 * src/ptp.c: sync to upstream libgphoto2.
211 * src/ptp.h: dito.
212 * src/ptp-pack.c: dito.
213 * libusb-glue.c: fixes to move low-level functions
214 out of ptp.c and into this libmtp-specific portion.
215 libgphoto2 has been similarly altered to use a usb.c
216 file for the low-level stuff. (This was a long needed
217 split anyway.)
218
Linus Walleij58b62792007-01-07 12:38:59 +00002192007-01-03 Richard Low <richard@wentnet.com>
Richard Low68f45882007-01-03 10:08:31 +0000220
221 * src/libusb-glue.c: fix zero write bug
Richard Lowef05b892007-01-03 21:18:56 +0000222 * src/ptp.c: ditto
Richard Low68f45882007-01-03 10:08:31 +0000223
Linus Walleij99ed83c2007-01-02 18:46:02 +00002242007-01-02 Linus Walleij <triad@df.lth.se>
225
226 * src/libusb-glue.c: fix up comments, remove things
227 refering to stuff we don't have.
228
Richard Lowb89ea942007-01-02 11:47:19 +00002292007-01-02 Richard Low <richard@wentnet.com>
230
231 * src/libmtp.c: another try at split headers/packet sizes
232 * src/ptp.c: ditto
233 * src/libusb-glue.c: ditto
234
Linus Walleijc70a6df2007-01-01 22:19:08 +00002352007-01-01 Linus Walleij <triad@df.lth.se>
236
237 * src/libmtp.c: move default setting of split headers
238 off to ptp.c open session.
239 * src/ptp.c: dito.
240
Richard Low021421e2007-01-01 18:08:57 +00002412007-01-01 Richard Low <richard@wentnet.com>
242
243 * src/libmtp.c: split headers/packet size fix
244 * src/ptp.c: ditto
245 * src/ptp.h: ditto
246 * src/libusb-glue.c: ditto
247
Linus Walleijfa2d1d12007-01-01 17:08:13 +00002482007-01-01 Orson Teodoro <orsonteodoro@yahoo.com>
249
250 * src/ptp.h: changed some WMDRMND def codes to AAVT def codes.
251 addition of AAVT error codes.
252 * src/ptp.c: changes to reflect modifications done in ptp.h
253
Linus Walleija5ab8c42006-12-31 09:25:36 +00002542006-12-31 Linus Walleij <triad@df.lth.se>
255
256 * configure.ac: bump to 0.1.2.
257 * src/Makefile.am: bump interface revision. (Compatible.)
258 * RELEASE 0.1.2.
259
Linus Walleij02ee8802006-12-30 17:27:58 +00002602006-12-30 Linus Walleij <triad@df.lth.se>
261
262 * examples/pathutils.c: reflect new filetypes.
263 * examples/sendtr.c: dito.
264
Linus Walleij5fb47132006-12-30 15:35:48 +00002652006-12-30 Orson Teodoro <orsonteodoro@yahoo.com>
266
267 * src/ptp.h: added WMDRMPD, WMDRMND, WMPPD, WPDWCN extension
268 codes. added more format object codes flac, m4a, 3gp, aac,
269 xml, xls, ppt, etc. 0x9101-0x910B identfiers are infixed
270 with WMDRMPD. Added more object properties codes (0xDCD3-0xDD72).
271 Added more device property codes.
272 Changed PTP_OFC_MTP_WindowsImageFormat to 0xb881 reflect spec.
273 * src/ptp.c: added changes to reflect new extensions, object
274 codes, device property codes.
275 * src/libmtp.c: modified mp4 to reflect it is a container format
276 not a codec. Added more descriptions in init_filemap(). mp4
277 container format is ambiguous in
278 LIBMTP_Send_File_From_File_Descriptor(). Audio? video? both?.
279 mp4 searched in video by default. Added comments about this.
280 Added support for the new format object types.
281 * src/libmtp.h.in: added constants to reflect changes to
282 init_filemap().
283
Richard Lowedd61832006-12-30 12:38:18 +00002842006-12-30 Richard Low <richard@wentnet.com>
285
286 * src/libusb-glue.c: fixed bug in debug printing
287
Richard Lowa6c924c2006-12-29 17:44:28 +00002882006-12-29 Richard Low <richard@wentnet.com>
289
290 * src/libmtp.c: Made abstract list creation to be more
291 WMP like
292 * src/libusb-glue.c: added Philips GoGear SA9200
Richard Lowa679b1c2006-12-29 20:08:14 +0000293 * src/ptp-pack.c: fixed packing bug in ptp_pack_OI
Richard Lowa6c924c2006-12-29 17:44:28 +0000294
Linus Walleij784ac3f2006-12-29 10:36:51 +00002952006-12-29 Marcus Meissner <meissner@suse.de>
296
297 * src/ptp.h: API changes for libgphoto2 to use the file
298 retrieveal functions.
299 * src/ptp.c: dito.
300 * src/libusb-glue.c: changes in libmtp reflecting the new
301 API for libgphoto2.
302
Linus Walleij8609af32006-12-28 21:25:17 +00003032006-12-28 Linus Walleij <triad@df.lth.se>
304
Linus Walleije2e21182006-12-28 22:36:59 +0000305 * configure.ac: making older autotools happy. Bump to 0.1.1.
Linus Walleij3a3d24d2006-12-28 22:35:58 +0000306 * src/Makefile.am: bump interface for release, also autotools.
307 * RELEASE libmtp 0.1.1.
Linus Walleij8609af32006-12-28 21:25:17 +0000308
Linus Walleijd6735f72006-12-19 13:38:29 +00003092006-12-19 Matthew Wilcox <matthew@wil.cx>
310
311 * src/ptp.c: fix a (serious) short file bug.
312
Richard Lowaf20b5d2006-12-17 18:00:59 +00003132006-12-17 Richard Low <richard@wentnet.com>
314
315 * src/libmtp.c: don't bail out on failures when setting
316 metadata.
317
Linus Walleij037a1252006-12-16 20:36:52 +00003182006-12-16 Linus Walleij <triad@df.lth.se>
319
320 * src/ptp.c: sync to upstream.
321 * src/ptp.h: dito.
322 * src/ptp-pack.c: dito.
323
Linus Walleijf8491912006-12-15 10:23:30 +00003242006-12-15 Linus Walleij <triad@df.lth.se>
325
326 * src/libmtp.h.in: make the format function take a storage as
327 parameter. Add comments to device storage.
328 * src/libmtp.c: dito, fix up some code and docs.
329 * examples/format.c: make the format command comply with
330 the new API.
331
Linus Walleije1ac07e2006-12-14 19:38:59 +00003322006-12-14 Linus Walleij <triad@df.lth.se>
333
334 * src/libmtp.c: make get_first_storage_freespace() always query
335 the first storage when the space is requested. And some other
336 janitorial stuff.
337
Linus Walleijb01d18b2006-12-13 12:49:15 +00003382006-12-13 Linus Walleij <triad@df.lth.se>
339
340 * src/libusb-glue.c: one more device.
341 * examples/detect.c: compilation warnings fixed.
342
rreardon3d583062006-12-13 10:10:27 +00003432006-12-13 Robert Reardon <rreardon@monkshatch.vispa.com>
344
345 * src/ptp.c: add 0xD901 flag as BuyNow property of objects.
346 * src/ptp.h: ditto.
347
Linus Walleijcd849362006-12-13 12:37:58 +00003482006-12-12 Daniel Williams <danielw@iinet.net.au>
Linus Walleij9e1b0812006-12-12 19:22:02 +0000349
350 * src/libmtp.h.in: revamped storage API.
351 * src/libmtp.c: dito.
352 * examples/detect.c: dito.
353
rreardon73d02c92006-12-12 16:45:30 +00003542006-12-12 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardond2ddb632006-12-12 12:13:21 +0000355
356 * src/libmtp.c: Send_Representative_Sample() updated to
357 set image height and width, or audio duration and size.
358
Linus Walleijd0f67702006-12-07 09:56:46 +00003592006-12-07 Linus Walleij <triad@df.lth.se>
360
Linus Walleija05b9802006-12-08 08:50:30 +0000361 * src/libmtp.h.in: support firmware object type. (Dangerous.)
362 * src/libmtp.c: dito.
363
3642006-12-07 Linus Walleij <triad@df.lth.se>
365
Linus Walleijd0f67702006-12-07 09:56:46 +0000366 * src/libmtp.c: default text folder detection (used in Samsung
367 Yepp T9) also add a few "My Foo" folder strings, remove the
368 "remaining directories" kludge.
369 * src/libmtp.h.in: default text folder.
370
Linus Walleijf1b02f22006-12-06 09:03:23 +00003712006-12-06 Linus Walleij <triad@df.lth.se>
372
373 * src/libmtp.h.in: extend the respresentative sample API a bit.
374 * src/libmtp.c: dito.
375 * examples/albumart.c: free memory after use.
376 * examples/thumb.c: dito.
Linus Walleij8a08c212006-12-06 20:12:30 +0000377 * RELEASE this as libmtp 0.1.0!
Linus Walleijf1b02f22006-12-06 09:03:23 +0000378
Linus Walleijfdef4ae2006-12-05 16:15:51 +00003792006-12-04 Linus Walleij <triad@df.lth.se>
380
381 * src/ptp.c: enable split headers on sending object lists again.
382
3832006-12-04 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardond11473f2006-12-05 10:18:46 +0000384
385 * src/libmtp.c: abstract Send_Representative_Sample() so
386 it can send samples for any format that supports it
387 * src/libmtp.h.in: same as above
388 * examples/albumart.c: altered to use new abstract function above
389 * example/thumb.c: sample program to upload thumbnails
390 * example/Makefile.am: add sample thumbnail program
391
Linus Walleijbdfaac22006-12-03 22:32:19 +00003922006-12-03 Linus Walleij <triad@df.lth.se>
393
394 * src/libmtp.c: check space on disk before sending
395 tracks or files.
Linus Walleij7e3f2762006-12-03 22:52:05 +0000396 * src/libmtp.h.in: refactor LIBMTP_Send_Album_Art()
397 into LIBMTP_Send_Representative_Sample().
398 * src/libmtp.c: dito.
399 * examples/albumart.c: dito.
Linus Walleijbdfaac22006-12-03 22:32:19 +0000400
Linus Walleijfa3fbe32006-12-02 20:47:32 +00004012006-12-02 Marcus Meissner <meissner@suse.de>
402
403 * examples/Makefile.am: make sure symlinks really end
404 up in the correct dir.
405
Linus Walleij6eab3b32006-11-30 22:58:21 +00004062006-11-30 Linus Walleij <triad@df.lth.se>
407
408 * src/ptp.c: make Matthews patch thread-safe and fix it
409 so it will handle more than one surplus packet.
410 * src/ptp.h: dito.
411
Richard Lowab0d22d2006-11-30 22:17:49 +00004122006-11-30 Richard Low <richard@wentent.com>
413
414 * src/libmtp.c: memset PTPObjectInfo structs to 0
415
Linus Walleij4bf38dd2006-11-30 21:27:29 +00004162006-11-30 Matthew Wilcox <matthew@wil.cx>
417
418 * src/ptp.c: on some devices, surplus packet data is
419 sometimes returned during read, i.e. a header of the
420 next package is typically attacked to the incoming
421 data, as if someone was sending several packets at
422 once. If this happens we buffer the surplus packet.
Linus Walleijef1e6352006-11-30 22:07:16 +0000423 * src/libusb-glue.c: revert my own mistakes by making
424 them Windows-only.
Linus Walleij4bf38dd2006-11-30 21:27:29 +0000425
Linus Walleij9901e222006-11-30 12:28:19 +00004262006-11-30 Linus Walleij <triad@df.lth.se>
427
Linus Walleij2978f1a2006-11-30 14:00:26 +0000428 * configure.ac: this *is* gonna be libmtp 0.1.0!
429 * src/Makefile.am: age interface to 4-0-0 to indicate that
430 intefaces have been removed.
Linus Walleij9901e222006-11-30 12:28:19 +0000431 * src/libmtp.h.in: removed external object interface.
432 * src/libmtp.c: dito. Made all object manipulation functions
433 static.
434
Richard Lowc7d48d22006-11-29 18:24:55 +00004352006-11-29 Richard Low <richard@wentnet.com>
436
437 * src/libusb-glue.c: added new devices
438
Linus Walleij7beba572006-11-29 08:56:12 +00004392006-11-29 Linus Walleij <triad@df.lth.se>
440
441 * src/libusb-glue.c: remove some pointless #include <>
442 clutter, call usb_set_configuration() as needed by
443 Windows.
444 * src/libmtp.c: various fixups to enable use of Windows
445 <io.h> include file.
446 * README.windows.txt: added a quick porting guide for
447 MSVC by Farooq Zaman.
448
Linus Walleijcf42f452006-11-28 08:32:49 +00004492006-11-28 Linus Walleij <triad@df.lth.se>
450
451 * src/libmtp.h.in: removed filetype mapping API. We can handle
452 everything inside of libmtp now so no need for this.
453 * src/libmtp.c: dito.
454
Linus Walleij72e9c2b2006-11-28 08:14:00 +00004552006-11-27 Linus Walleij <triad@df.lth.se>
Linus Walleij64ad9ae2006-11-27 11:23:26 +0000456
457 * examples/files.c: unsigned int sized printout.
458 * examples/tracks.c: sort of the same.
Linus Walleij72e9c2b2006-11-28 08:14:00 +0000459 * Makefile.am: HAL style map output by default.
Linus Walleij64ad9ae2006-11-27 11:23:26 +0000460
Richard Low6c0a6ce2006-11-26 10:42:08 +00004612006-11-26 Richard Low <richard@wentnet.com>
Linus Walleijb7426d12006-11-25 23:19:11 +0000462
Richard Low6c0a6ce2006-11-26 10:42:08 +0000463 * src/libmtp.c: object handles for proplists
464 * src/ptp-pack.c: ditto
465 * src/ptp.c: ditto
466 * src/ptp.h: ditto
467
Linus Walleijf73de152006-11-25 21:44:44 +00004682006-11-25 Marcus Meissner <marcus@jet.franken.de>
469
470 * examples/hotplug.c: adding HAL style XML output for
471 the devices.
472 * examples/Makefile.am: fixing a bug in the automake
473 file (pathutils.h missing!)
474 * Makefile.am: fix the problem with re-making sources
475 (you had to run ./autogen.sh before!)
476
Linus Walleijfe677ac2006-11-23 13:35:00 +00004772006-11-23 Linus Walleij <triad@df.lth.se>
478
479 * src/libusb-glue.h: add a new bug flag for devices that
480 have broken PTP_OC_MTP_GetObjPropList implementations.
481 * src/libusb-glue.c: state that all iRivers have this problem.
482 * src/libmtp.c: disable the user of ptp_mtp_getobjectproplist()
483 for these devices.
484
4852006-11-21 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardonbddc0f82006-11-21 13:44:42 +0000486
487 * src/libmtp.c: set handle ids for new objects to 0 when
488 creating new albums and playlists.
489
Linus Walleij2f5ed5c2006-11-21 07:40:29 +00004902006-11-21 Linus Walleij <triad@df.lth.se>
491
492 * src/libmtp.c: enabled enhanced mode for metadata retrieval
493 by default.
Linus Walleij9be685b2006-11-21 09:44:53 +0000494 * src/libmtp.c: fixed the problem with sending files using
495 enhanced commands.
Linus Walleij2f5ed5c2006-11-21 07:40:29 +0000496
Linus Walleij277cd532006-11-20 14:57:46 +00004972006-11-20 Linus Walleij <triad@df.lth.se>
498
499 * src/ptp.h: sync to upstream libgphoto2
500 * src/ptp.c: dito.
501 * src/ptp-pack.c: dito.
Linus Walleij8ae78bb2006-11-20 21:45:52 +0000502 * src/libmtp.c: check for zerolength files/tracks.
Linus Walleij277cd532006-11-20 14:57:46 +0000503
5042006-11-20 Andy Kelk <andy@mopoke.co.uk>
mopoke31364442006-11-20 04:53:04 +0000505
506 * src/libmtp.h.in: add "parent_id" property to LIBMTP_track_struct.
507 * src/libmtp.c: get "parent_id" property when reading tracks.
mopoke33744bb2006-11-20 04:55:32 +0000508 * examples/emptyfolders.c: new example program for pruning empty
509 folders. (does a dummy run by default).
mopoke31364442006-11-20 04:53:04 +0000510
Linus Walleij277cd532006-11-20 14:57:46 +00005112006-11-19 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardon508705f2006-11-19 21:27:22 +0000512
rreardonbbb4e562006-11-19 22:16:11 +0000513 * src/libmtp.c: use enhanced MTP commands to create playlists and
514 send files
rreardon508705f2006-11-19 21:27:22 +0000515 * examples/newplaylist.c: demo program for creating new playlists
rreardona7220ad2006-11-19 21:36:46 +0000516 * examples/Makefile.am: add demo newplaylists program
rreardon508705f2006-11-19 21:27:22 +0000517
Linus Walleijcd849362006-12-13 12:37:58 +00005182006-11-19 Daniel Williams <danielw@iinet.net.au>
Linus Walleij48a2d462006-11-19 14:07:59 +0000519
520 * src/libusb-glue.c: fix error on reconnect.
521
Linus Walleij277cd532006-11-20 14:57:46 +00005222006-11-18 Richard Low <richard@wentnet.com>
Richard Lowef925022006-11-18 09:06:10 +0000523
524 * src/ptp.c: tidy up ptp_usb_getdata
525
Linus Walleij277cd532006-11-20 14:57:46 +00005262006-11-17 Richard Low <richard@wentnet.com>
Richard Low91354812006-11-17 22:44:05 +0000527
528 * src/libmtp.c: fixed parent handle for uploaded tracks
529
Linus Walleij277cd532006-11-20 14:57:46 +00005302006-11-17 Robert Reardon <rreardon@monkshatch.vispa.com>
Linus Walleije6605692006-11-17 09:18:52 +0000531
532 * src/libmtp.c: fixed up album art using enhanced commands.
533
Linus Walleij277cd532006-11-20 14:57:46 +00005342006-11-16 Richard Low <richard@wentnet.com>
Richard Low8d82d2f2006-11-16 20:37:43 +0000535
536 * src/libmtp.c: a crude implementation of ptp_mtp_getobjectproplist
537 * src/ptp.c: ditto
538 * src/ptp.h: ditto
539 * src/ptp-pack.c: ditto
540
Linus Walleij277cd532006-11-20 14:57:46 +00005412006-11-16 Robert Reardon <rreardon@monkshatch.vispa.com>
Linus Walleij9e68bc12006-11-16 15:59:18 +0000542
Linus Walleijccf28ce2006-11-16 16:06:38 +0000543 * src/libmtp.c: use enhanced MTP commands to create albums and
544 add detection of the default album folder.
545 * src/libmtp.h.in: add a holder for album default folder.
Linus Walleij9e68bc12006-11-16 15:59:18 +0000546
Linus Walleij277cd532006-11-20 14:57:46 +00005472006-11-15 Richard Low <richard@wentnet.com>
Richard Low8b42ca32006-11-15 08:52:17 +0000548
549 * src/ptp-pack.c: set string buffer to correct size.
550
Linus Walleij277cd532006-11-20 14:57:46 +00005512006-11-14 Richard Low <richard@wentnet.com>
Richard Lowe1ab2642006-11-14 08:34:49 +0000552
553 * examples/tracks.c: really use undeprecated API entry.
554
Linus Walleij277cd532006-11-20 14:57:46 +00005552006-11-13 Richard Low <richard@wentnet.com>, Linus Walleij <triad@df.lth.se>
Linus Walleij3fcfea52006-11-13 07:07:36 +0000556
557 * src/libmtp.h.in: add LIBMTP_Get_Tracklisting_With_Callback()
Richard Lowdc0b6c72006-11-13 09:22:23 +0000558 and LIBMTP_Get_Filelisting_With_Callback()
Linus Walleij3fcfea52006-11-13 07:07:36 +0000559 * src/libmtp.c: dito, deprecate LIBMTP_Get_Tracklisting()
Richard Lowdc0b6c72006-11-13 09:22:23 +0000560 and LIBMTP_Get_Filelisting()
Linus Walleij3fcfea52006-11-13 07:07:36 +0000561 * examples/tracks.c: use undeprecated API entry.
Richard Lowdc0b6c72006-11-13 09:22:23 +0000562 * examples/connect.c: ditto.
563 * examples/detect.c: ditto.
564 * examples/files.c: ditto.
Linus Walleij3fcfea52006-11-13 07:07:36 +0000565 * src/ptp.c: working on getting object prop lists.
566 * src/ptp.h: dito.
567
Linus Walleij277cd532006-11-20 14:57:46 +00005682006-11-12 Richard Low <richard@wentnet.com>
Richard Lowe1f06922006-11-12 16:38:39 +0000569
570 * src/libusb-glue.c: added Zen Vision W to devices
571
Linus Walleij277cd532006-11-20 14:57:46 +00005722006-11-07 Richard Low <richard@wentnet.com>
Richard Low4c60f6e2006-11-07 20:36:42 +0000573
574 * src/libmtp.c: added checks for supported properties
575
Linus Walleij277cd532006-11-20 14:57:46 +00005762006-11-06 Richard Low <richard@wentnet.com>
Richard Low64fa3992006-11-06 21:24:11 +0000577
578 * src/libmtp.c: added a check for NULL filenames in
579 LIBMTP_Get_Folder_List.
580
Linus Walleij99310d42006-11-01 08:29:39 +00005812006-11-01 Linus Walleij <triad@df.lth.se>
582
583 * src/libmtp.h.in: set/get uint8 to/from objects
584 * src/libmtp.c: send object property list.
585 * src/ptp.c: dito.
586 * src/ptp.h: dito.
587 * src/ptp-pack.c: dito.
588
mopoke90be30e2006-10-30 08:47:41 +00005892006-10-29 Andy Kelk <andy@mopoke.co.uk>
590
591 * examples/albumart.c: simple tool for adding album art.
592 * src/libmtp.c: graceful handling of players not supporting
593 abstract album objects.
594
Linus Walleij0c33ec02006-10-27 10:15:40 +00005952006-10-27 Linus Walleij <triad@df.lth.se>
596
597 * src/Makefile.am: bump library interface to reflect the new
598 album methods.
599 * configure.ac: bump to 0.0.22 for the next release.
600
6012006-10-27 Andy Kelk <andy@mopoke.co.uk>
602
603 * src/libmtp.c: add support form abstract audio/video albums.
604 * src/libmtp.h.in: dito.
605
Linus Walleij7347d0f2006-10-23 07:23:39 +00006062006-10-23 Linus Walleij <triad@df.lth.se>
607
608 * src/libmtp.c: retire opcode rendering (moved to ptp.c)
609 * src/ptp.c: sync to upstream.
610 * src/ptp.h: dito.
611 * src/ptp-pack.c: dito.
612
Linus Walleij9efe75f2006-10-20 09:09:45 +00006132006-10-20 Linus Walleij <triad@df.lth.se>
614
615 * Release 0.0.21 to get all the new device support out.
616
Linus Walleij501ba4d2006-10-16 06:17:04 +00006172006-10-16 Linus Walleij <triad@df.lth.se>
618
619 * configure.ac: bump to 0.0.21.
620 * src/libusb-glue.c: add code to unload a kernel driver for
621 the primary interface if it is already in use under Linux.
622 * src/libusb-glue.h: add a device flag to make this possible.
623
Linus Walleij37253292006-10-11 08:38:14 +00006242006-10-11 Linus Walleij <triad@df.lth.se>
625
626 * examples/delfile.c: patch from Chris Debenham
627 straingtening out the command-line interface a bit
628 more.
629
Linus Walleij43ff8fc2006-10-10 11:16:53 +00006302006-10-10 Linus Walleij <triad@df.lth.se>
631
Linus Walleij37253292006-10-11 08:38:14 +0000632 * examples/delfile.c: patch from Chris Debenham to make
633 this command take an optional filename as parameter
634 instead of file ID.
Linus Walleij43ff8fc2006-10-10 11:16:53 +0000635
Linus Walleij955e6ba2006-09-26 16:55:10 +00006362006-09-26 Linus Walleij <triad@df.lth.se>
637
638 * libmtp.pc.in: require libusb instead of just linking it.
639 * configure.ac: bump release to 0.0.20 and release.
640
Linus Walleijb1318d12006-09-25 14:59:26 +00006412006-09-25 Linus Walleij <triad@df.lth.se>
642
643 * examples/evolution-sync.sh: example script to illustrate
644 to to transfer calendar, task and contact information
645 to a device supporting this.
646
Linus Walleij4ef39e62006-09-19 14:11:52 +00006472006-09-19 Linus Walleij <triad@df.lth.se>
648
649 * src/libmtp.h.in: fixed attribute IDs to be 16bit.
650 * src/libmtp.c: dito.
651 * examples/sendfile.c: support vcard3.
652
Linus Walleijf248fdd2006-09-16 20:11:40 +00006532006-09-16 Linus Walleij <triad@df.lth.se>
654
655 * configure.ac: bump to 0.0.19 and release. There are some
656 new devices as well.
Linus Walleij5b5c7852006-09-16 20:23:37 +0000657 * src/unicode.c: retire unused code.
Linus Walleijf248fdd2006-09-16 20:11:40 +0000658
Linus Walleijb8bfcb22006-09-13 12:14:28 +00006592006-09-13 Linus Walleij <triad@df.lth.se>
660
661 * examples/format.c: formatting test program.
662 * examples.Makefile.am: added format.
663
Linus Walleij13374a42006-09-13 11:55:30 +00006642006-09-13 Andy Kelk <andy@mopoke.co.uk>
665
666 * src/libmtp.h.in: added interface to format storage.
667 * src/libmtp.c: dito.
668 * src/ptp.c: dito.
669 * src/ptp.h: dito.
670
Linus Walleijd31e6192006-09-12 07:55:27 +00006712006-09-12 Linus Walleij <triad@df.lth.se>
672
673 * configure.ac: bump release. Released 0.0.18 yesterday.
674 * src/libmtp.c: do not try to read battery max level unless
675 the device supports it. (Bug occurred on Toshiba Gigabeat
676 P10.)
677
Linus Walleijd5d51c82006-09-11 06:57:50 +00006782006-09-11 Linus Walleij <triad@df.lth.se>
679
680 * src/libusb-glue.c: messed around a bit with device descriptor
681 detection so as to bring closer to libgphoto2 detection algorithm.
682 I've seen things that might be false positives, possibly USB mass
683 storage devices with additional MSFT descriptors to indicate they
684 have Janus DRM.
685 * src/libmtp.c: use UCS-2-INTERNAL if we're not on glibc. glibc
686 knows that UCS-2 is in machine endianness but Darwin and *BSD does
687 not. Detect C library and switch accordingly.
688 * src/unicode.c: retire old unicode code only keep things we cannot
689 live without. Remove the own internal UCS-2 conversion engine and
690 the internal iconv() engine and use the one already available in
691 PTPParams.
692 * src/unicode.h: dito.
693
Linus Walleij0558ac52006-09-07 06:55:03 +00006942006-09-07 Linus Walleij <triad@df.lth.se>
695
696 * src/libusb-glue.h: added device flags so we can make
697 the code behave differently on certain devices.
698 * src/libusb-glue.c: dito, plus removed some debug prints.
699 * src/libmtp.c: docs.
700 * src/libmtp.h.in: added device_flags to device list struct.
701 * src/Makefile.am: bumped to compatible library interface.
702 * configure.ac: bump version to 0.0.18 (0.0.17 released
703 yesterday).
704
Richard Low6ec2cc12006-09-06 16:59:16 +00007052006-09-06 Richard Low <richard@wentnet.com>
706
707 * src/libusb-glue.c: changed packet sizes to improve
708 transfer speeds.
709 * src/libmtp.c: changed packet sizes to improve transfer
710 transfer speeds. Also stopped extra ptp_getobjectinfo
711 calls when getting directories on connect.
712
Linus Walleij7f0c72e2006-09-06 13:01:58 +00007132006-09-06 Linus Walleij <triad@df.lth.se>
714
715 * src/libusb-glue.c: fixed some endpoint size detection
716 and sending special file sizes stuff. Real hairy bug...
717 Also messed around a bit with the callbacks.
718 * src/libmtp.c: changes for callback size detection.
719
Linus Walleija9310fa2006-09-04 06:47:42 +00007202006-09-04 Linus Walleij <triad@df.lth.se>
721
722 * src/libmtp.c: bug in streaming code, use defined USB_BULK_HDR_SIZE
723 instead of magic values.
724
Linus Walleijd7aa5b22006-09-02 11:52:31 +00007252006-09-02 Linus Walleij <triad@df.lth.se>
726
Linus Walleijcd3eb3d2006-09-02 21:33:22 +0000727 * src/libmtp.c: add some code to have
728 LIBMTP_Send_File_From_File_Descriptor() accept a stream
729 if size is set to (uint64_t) -1, plus documentation fixes.
730 I don't think the streaming code will work but whoever want
731 to experiment with it has a place to start.
732 * examples/refactortest.c: removed. Who uses this?
Linus Walleijd7aa5b22006-09-02 11:52:31 +0000733
Linus Walleijda9500d2006-08-30 13:17:06 +00007342006-08-30 Linus Walleij <triad@df.lth.se>
735
736 * configure.ac: version bump.
737 * src/libmtp.c: more debug prints.
738 * src/libusb-glue.c: new iRiver device called Clix. By
739 the way I released libmtp 0.0.16 yesterday.
740
Linus Walleija823a702006-08-27 21:27:46 +00007412006-08-28 Linus Walleij <triad@df.lth.se>
742
743 * configure.ac: version bump.
744 * src/ptp-pack.c: upstream has committed my patch giving full
745 unicode support in libgphoto2 ptp2 camlib. No need for
746 any more ugly workarounds, plus we now have full unicode
747 filenames!
748 * src/ptp.c: dito.
749 * src/ptp.h: dito.
750 * src/libmtp.c: revamp to use the new unicode support in
751 libgphoto2.
752 * src/unicode.c: remove unused functionality.
753 * src/unicode.h: dito.
754
Linus Walleijee73ef22006-08-27 19:56:00 +00007552006-08-27 Linus Walleij <triad@df.lth.se>
756
757 * configure.ac: version bump. Release all these fixes
758 as 0.0.15.
759 * src/libusb-glue.c: fixed sucky errors. Added callback
760 code when reading files.
761 * src/libusb-glue.h: const correctness.
762 * src/libmtp.h.in: finally fixup the type on the callbacks.
763 * src/libmtp.c: more accurate sending callbacks. Callbacks
764 when getting files also, working correctly. Typeing of
765 callbacks now OK.
766 * examples/getfile.c: some display bar cosmetic fixup.
767 * TODO: lots of the things todo are now done.
768
Linus Walleijd214b9b2006-08-26 22:08:37 +00007692006-08-26 Linus Walleij <triad@df.lth.se>
770
771 * configure.ac: version bump.
772 * src/libmtp.c: fix bug and reinstate callbacks.
773 * src/libusb-glue.h: dito.
774 * src/libusb-glue.c: dito.
775
Linus Walleije7f44be2006-08-25 19:32:29 +00007762006-08-25 Linus Walleij <triad@df.lth.se>
777
778 * src/libmtp.c: use the new file descriptor sender function.
779 Going to release this as 0.0.13.
780 * src/ptp.c: upstream accepted patches synced in.
781 * src/ptp.h: dito.
782
Linus Walleijeab650b2006-08-21 23:26:37 +00007832006-08-22 Linus Walleij <triad@df.lth.se>
784
Linus Walleij80d134a2006-08-22 21:41:37 +0000785 * src/libusb-glue.c: found a real nasty endpoint bug,
786 code from libgphoto2 was assuming max packet size of
787 512 bytes while it is 64 when a USB 2.0 device is
788 plugged into an UHCI hub.
789
7902006-08-22 Linus Walleij <triad@df.lth.se>
791
Linus Walleijeab650b2006-08-21 23:26:37 +0000792 * configure.ac: bump to 0.0.13, also released 0.0.12 now.
793
Linus Walleij924236a2006-08-20 22:17:58 +00007942006-08-21 Linus Walleij <triad@df.lth.se>
795
796 * src/libmtp.c: fixup mmap() usage and add madvise()
Linus Walleij96c62432006-08-21 10:04:02 +0000797 as result of experiments by Gavin McCullagh. Upstream
798 accept patch to get files directly to file descriptor.
Linus Walleij3ec86312006-08-21 13:25:24 +0000799 Move iconv() converters into device struct for thread
800 safety.
Linus Walleij96c62432006-08-21 10:04:02 +0000801 * src/ptp.c: sync to upstream which merges patch to get
802 file directly to file descriptor.
803 * src/ptp.h: dito.
Linus Walleij3ec86312006-08-21 13:25:24 +0000804 * src/unicode.c: move iconv() converters into the device
805 struct for thread safety.
806 * src/unicode.h: dito.
Linus Walleij924236a2006-08-20 22:17:58 +0000807
Linus Walleij30658792006-08-19 22:18:55 +00008082006-08-20 Linus Walleij <triad@df.lth.se>
809
810 * src/libmtp.h.in: set friendly name and sync partner,
811 rename ownername to friendlyname.
812 * src/libmtp.c: dito.
813 * examples/detect.c: reflect changes.
814 * src/Makefile.am: interface is incompatible so age it.
815
Linus Walleijfae27482006-08-19 20:13:25 +00008162006-08-19 Linus Walleij <triad@df.lth.se>
817
818 * src/libmtp.h.in: add function to get syncronization
819 partner for the device.
820 * src/libmtp.c: dito.
821 * examples/detect.c: use that function.
822 * src/Makefile.am: backward-compatible interface bump.
823
Linus Walleij16571dc2006-08-17 20:27:46 +00008242006-08-17 Linus Walleij <triad@df.lth.se>
825
826 * configure.ac: bump to 0.0.12 and require iconv.h.
827
8282006-08-16 Linus Walleij <triad@df.lth.se>
829
830 * src/unicode.c: remove bigendian weirdness and switch
831 to using iconv() instead.
832 * src/unicode.h: dito.
833 * src/libmtp.c: reflect changes.
834
Linus Walleij3e188f12006-08-09 20:46:05 +00008352006-08-09 Linus Walleij <triad@df.lth.se>
836
837 * Release libmtp 0.0.11.
838
Linus Walleij2eb884b2006-08-04 19:17:36 +00008392006-08-04 Linus Walleij <triad@df.lth.se>
840
841 * src/libmtp.c: patch from Dan Aloni to make sendfile
842 use mmap and avoid memory drainage.
Linus Walleij9eb3d312006-08-04 19:25:59 +0000843 * src/libusb-glue.c: patch from Andy Kelk to avoid
844 exit():ing when the interface cannot be claimed.
Linus Walleij232943d2006-08-04 19:26:53 +0000845 * configure.ac: version bump.
Linus Walleij2eb884b2006-08-04 19:17:36 +0000846
Linus Walleijaa4b0752006-07-26 22:21:04 +00008472006-07-27 Linus Walleij <triad@df.lth.se>
848
849 * Release libmtp 0.0.10.
850
Linus Walleij17b55ea2006-07-26 13:54:00 +00008512006-07-26 Linus Walleij <triad@df.lth.se>
852
853 * src/libusb-glue.c: new SanDisk devices.
Linus Walleij00cf0642006-07-26 20:40:59 +0000854 * src/libmtp.c: only set metdata properties supported by
855 the device, duh.
Linus Walleijaa4b0752006-07-26 22:21:04 +0000856 * src/ptp.c: sync to upstream.
857 * src/ptp.h: sync to upstream.
858 * configure.ac: bump to 0.0.10.
Linus Walleij17b55ea2006-07-26 13:54:00 +0000859
Linus Walleijc187cb92006-06-22 17:58:13 +00008602006-06-22 Linus Walleij <triad@df.lth.se>
861
862 * Release libmtp 0.0.9.
863
Linus Walleij8ab54262006-06-21 07:12:28 +00008642006-06-21 Linus Walleij <triad@df.lth.se>
865
866 * src/libmtp.h.in: added function to retrieve supported
867 filetypes.
868 * src/libmtp.c: ditto.
869 * examples/detect.c: use that function.
870
Linus Walleijcf223e62006-06-19 09:31:53 +00008712006-06-19 Linus Walleij <triad@df.lth.se>
872
873 * src/unicode.c: support all endianness, detect
874 byte-order-mark
875 * src/unicode.h: ditto.
876 * src/libmtp.c: ditto.
877 * examples/detect.c: use proper tempfile function.
878 * src/libmtp.h.in: add some more track properties.
879 * src/libmtp.c: ditto.
880 * examples/tracks.c: ditto.
881
Linus Walleij2e4b5f92006-06-16 14:00:49 +00008822006-06-16 Linus Walleij <triad@df.lth.se>
883
884 * src/libmtp.h.in: new interfaces for single metadata post
885 retrieveal.
886 * src/libmtp.c: ditto.
887 * examples/playlists.c: display track info using the new
888 individual track metadata retrieveal method.
889 * examples/getplaylist.c: ditto.
890
Linus Walleij05ccbe72006-06-13 07:46:58 +00008912006-06-13 Linus Walleij <triad@df.lth.se>
892
893 * src/libmtp.h.in: added default folders to device struct.
Linus Walleij545c7792006-06-13 15:22:30 +0000894 Add some new function prototypes.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000895 * src/libmtp.c: discover and use the default folders if
Linus Walleij545c7792006-06-13 15:22:30 +0000896 we can find them. Retrieve device secure time and cert
897 out of sheer curiosity.
898 * src/ptp.c: sync to libgphoto2 with my patches.
899 * src/ptp.h: ditto.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000900
Linus Walleij438bd7f2006-06-08 11:35:44 +00009012006-06-07 Linus Walleij <triad@df.lth.se>
902
903 * src/libmtp.h.in: new playlist API and refactorings.
904 * src/libmtp.c: ditto, and refactorings.
905 * src/unicode.h: const correctness.
906 * src/unicode.c: ditto.
907 * examples/playlists.c: new example program.
908 * configure.ac: bump to 0.0.9
909 * src/Makefile.am: bump library interface.
910
Linus Walleij52e3ac52006-06-05 10:30:00 +00009112006-06-05 Linus Walleij <triad@df.lth.se>
912
913 * examples/sendtr.c: fixed annoying bug that made this
914 program totally useless.
915 * src/libmtp.c: cosmetics.
916 * configure.ac: bump to 0.0.8.
917
Linus Walleij345a3372006-06-03 20:55:25 +00009182006-06-03 Linus Walleij <triad@df.lth.se>
919
920 * src/libmtp.c: metadata bugs, album name and genre
921 confused. Fixe it and released libmtp 0.0.7.
922
Linus Walleijdc09dc02006-06-01 14:23:41 +00009232006-06-01 Linus Walleij <triad@df.lth.se>
924
925 * Released libmtp 0.0.6.
926
Linus Walleij549ec4d2006-05-31 19:59:52 +00009272006-05-31 Linus Walleij <triad@df.lth.se>
928
929 * src/libmtp.c: fixed mapping for JPEG vs JFIF
930 * src/libmtp.h.in: added proper type for JPEG
931 * examples/sendfile.c: send proper JPEG type
932
Linus Walleijd3fdd972006-05-30 15:51:37 +00009332006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
934
935 * src/libmtp.c: fixed a bug in update metadata due to
936 bad use of return code.
937 * src/libusb-glue.c: fixed a loop exiting problem with
938 good 'ol GOTO.
939
Linus Walleij9b1fcd92006-05-29 08:35:29 +00009402006-05-29 Linus Walleij <triad@df.lth.se>
941
942 * src/libusb-glue.c: one more device.
943 * doc/examples.h: produce correct documentation.
944 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +0000945 * src/ptp.c: sync to libgphoto2.
946 * src/ptp.h: ditto.
947 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +0000948 * src/libmtp.c: fixed all filetype API related functions
949 not to use any PTP intrinsic defines at all, made all
950 parameters to functions use the internal libmtp interface
951 enumerations and definitions. Removed LIBMTP_Release():
952 we can live with the memory lost during init. You're not
953 supposed to re-initialize the device. Consequently removed
954 the delete function that cleaned the filetype assoc list.
955 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000956
ravelox088180b2006-05-26 23:55:40 +00009572006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
958
959 * src/libmtp.c: refactored object handling to be more generic
960 * src/libmtp.h.in: ditto
961 * examples/refactortest.c: Added simple example to use refactoring
962 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000963 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
964 for playlist handling
965 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +0000966
Linus Walleij1fd2d272006-05-08 09:22:01 +00009672006-05-08 Linus Walleij <triad@df.lth.se>
968
969 * src/libmtp.h.in: add simple detection function.
970 * src/libusb-glue.c: implement MTP "OS descriptor" for
971 looking for MTP devices.
972 * examples/detect.c: make it possible to do very
973 rudimentary detection with "detect -p".
974 * configure.ac: bump to 0.0.5.
975
Linus Walleij685137f2006-05-07 18:09:02 +00009762006-05-07 Linus Walleij <triad@df.lth.se>
977
978 * COPYING: since we no longer use any parts of libptp2
979 and only files from libgphoto2, we switch to the GNU
980 Lesser General Public License (GNU LGPL). libptp2 is
981 a derived work from libgphoto2, and so is libmtp, there
982 are no remnants of libptp2 in libmtp anymore.
983
Linus Walleij16c51f02006-05-04 13:20:22 +00009842006-05-04 Linus Walleij <triad@df.lth.se>
985
986 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +0000987 * src/libmtp.c: respectfully rearranged to use a filetype mapping
988 table.
989 * src/ptp-pack.c: real nasty unicode packing bug.
990 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +0000991
Linus Walleijd6a49972006-05-02 08:24:54 +00009922006-05-02 Linus Walleij <triad@df.lth.se>
993
994 * src/libmtp.c: general shaping up for release. All track
995 and file sending functions now respects a parent ID to be
996 sent along with files and tracks.
997 * src/libmtp.h.in: dito.
998 * src/libusb-glue.c: dito.
999 * examples/sendfile.c: interface dependency changes.
1000 * examples/sendtr.c: dito.
1001
Linus Walleijc60275a2006-04-30 10:58:11 +000010022006-04-30 Linus Walleij <triad@df.lth.se>
1003
1004 * src/ptp.c: sync upstream.
1005 * src/ptp.h: dito.
1006
Linus Walleij370c68d2006-04-27 14:19:01 +000010072006-04-27 Linus Walleij <triad@df.lth.se>
1008
1009 * examples/sendfile.c: first file sender program based
1010 on API implementation and changes by Chris Allegretta.
1011 * examples/Makefile.am: new program, new entry.
1012 * src/libmtp.c: reflect this new functionality.
1013 * src/libmtp.h.in: dito.
1014
Linus Walleijb02a0662006-04-25 08:05:09 +000010152006-04-25 Linus Walleij <triad@df.lth.se>
1016
1017 * Rebased the sources around libgphoto2 instead.
1018 This was a major revision...
1019 * src/ptp.c: imported libgphoto2 version verbatim.
1020 * src/ptp.h: imported libgphoto2 version, minor patch.
1021 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +00001022 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +00001023 * src/mtp.c: dropped, since all functions are now in ptp.c
1024 * src/mtp-pack.c: dropped, same reason.
1025 * src/mtp.h: dropped, same reason.
1026 * src/mtp-pack.h: dropped, same reason.
1027
Linus Walleije5f3ad42006-04-21 07:44:36 +000010282006-04-21 Linus Walleij <triad@df.lth.se>
1029
Linus Walleij902c0b92006-04-21 10:52:48 +00001030 * Released libmtp 0.0.3
1031 * Bumped source to 0.0.4
1032
10332006-04-21 Linus Walleij <triad@df.lth.se>
1034
Linus Walleije5f3ad42006-04-21 07:44:36 +00001035 * src/ptp-pack.c: GCC 4.x compilation patch from
1036 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +00001037 * src/libusb-glue.c: New Samsung device and some
1038 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +00001039 * src/ptp.h: some defines from libgphoto2 to get
1040 a bit more compatible.
1041 * src/libmtp.c: Added a folder API implementation by
1042 Dave "ravelox" Kelly.
1043 * src/libmtp.h.in: dito.
1044 * examples/folders.c: dito.
1045 * examples/newfolder.c: dito.
1046 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +00001047
Linus Walleij6fd2f082006-03-28 07:19:22 +000010482006-03-28 Linus Walleij <triad@df.lth.se>
1049
1050 * m4/*: updated macros to work with GCC 4.1.0.
1051 * examples/hotplug.c: new program to create device
1052 ID lists.
1053 * libmtp.rules: now an auto-generated file.
1054 * libmtp.usermap: now an auto-generated file.
1055
Linus Walleijf6bc1782006-03-24 15:12:47 +000010562006-03-24 Linus Walleij <triad@df.lth.se>
1057
1058 * Beginning a file API, fixed some example program
1059 names and such.
1060
Linus Walleij6946ac52006-03-21 06:51:22 +000010612006-03-18 Linus Walleij <triad@df.lth.se>
1062
1063 * Fixed up callback interface to a simpler version,
1064 the old one was bloated stuff from libnjb anyway.
1065 Bump to 0.0.2.
1066
Linus Walleij9b28da32006-03-16 13:47:58 +000010672006-03-16 Linus Walleij <triad@df.lth.se>
1068
1069 * Fixed the .h file and implementation so you really only
1070 need this one .h file to interface the library.
1071
Linus Walleij80124062006-03-15 10:26:09 +000010722006-03-15 Linus Walleij <triad@df.lth.se>
1073
1074 * Added three device information retrieval functions.
1075
Linus Walleij15e344f2006-03-06 15:15:00 +000010762006-03-06 Linus Walleij <triad@df.lth.se>
1077
1078 * Moving some things around to structure the source. More
1079 will be needed...
1080
Linus Walleij93218602006-02-27 08:53:38 +000010812006-02-27 Linus Walleij <triad@df.lth.se>
1082
1083 * Release libmtp 0.0.1 so people have something to play with,
1084 what the heck. Probably saves someones day.
1085
Linus Walleij95698cd2006-02-24 10:40:40 +000010862006-02-24 Linus Walleij <triad@df.lth.se>
1087
1088 * Deltr example program to delete tracks, plus corresponding
1089 interface call.
1090
Linus Walleij17e39f72006-02-23 15:54:28 +000010912006-02-23 Linus Walleij <triad@df.lth.se>
1092
1093 * Fixed up sendtr program and metadata tagging function that is
1094 used after sending files.
1095
Linus Walleij394bbbe2006-02-22 16:10:53 +000010962006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00001097
Linus Walleij394bbbe2006-02-22 16:10:53 +00001098 * Untested gettr.c and sendtr.c programs to get and send tracks
1099 created.
1100
Linus Walleijeb8c6fe2006-02-03 09:46:22 +000011012006-01-30 Linus Walleij <triad@df.lth.se>
1102
1103 * Created the initial GNU source directory structure.
1104 * Added the most basic files.