Linus Walleij | b7426d1 | 2006-11-25 23:19:11 +0000 | [diff] [blame^] | 1 | 2006-11-26 Linus Walleij <triad@df.lth.se> |
| 2 | |
| 3 | * src/libmtp.c: refactor playlist/album creation code |
| 4 | to do things in one place. |
| 5 | |
Linus Walleij | f73de15 | 2006-11-25 21:44:44 +0000 | [diff] [blame] | 6 | 2006-11-25 Marcus Meissner <marcus@jet.franken.de> |
| 7 | |
| 8 | * examples/hotplug.c: adding HAL style XML output for |
| 9 | the devices. |
| 10 | * examples/Makefile.am: fixing a bug in the automake |
| 11 | file (pathutils.h missing!) |
| 12 | * Makefile.am: fix the problem with re-making sources |
| 13 | (you had to run ./autogen.sh before!) |
| 14 | |
Linus Walleij | fe677ac | 2006-11-23 13:35:00 +0000 | [diff] [blame] | 15 | 2006-11-23 Linus Walleij <triad@df.lth.se> |
| 16 | |
| 17 | * src/libusb-glue.h: add a new bug flag for devices that |
| 18 | have broken PTP_OC_MTP_GetObjPropList implementations. |
| 19 | * src/libusb-glue.c: state that all iRivers have this problem. |
| 20 | * src/libmtp.c: disable the user of ptp_mtp_getobjectproplist() |
| 21 | for these devices. |
| 22 | |
| 23 | 2006-11-21 Robert Reardon <rreardon@monkshatch.vispa.com> |
rreardon | bddc0f8 | 2006-11-21 13:44:42 +0000 | [diff] [blame] | 24 | |
| 25 | * src/libmtp.c: set handle ids for new objects to 0 when |
| 26 | creating new albums and playlists. |
| 27 | |
Linus Walleij | 2f5ed5c | 2006-11-21 07:40:29 +0000 | [diff] [blame] | 28 | 2006-11-21 Linus Walleij <triad@df.lth.se> |
| 29 | |
| 30 | * src/libmtp.c: enabled enhanced mode for metadata retrieval |
| 31 | by default. |
Linus Walleij | 9be685b | 2006-11-21 09:44:53 +0000 | [diff] [blame] | 32 | * src/libmtp.c: fixed the problem with sending files using |
| 33 | enhanced commands. |
Linus Walleij | 2f5ed5c | 2006-11-21 07:40:29 +0000 | [diff] [blame] | 34 | |
Linus Walleij | 277cd53 | 2006-11-20 14:57:46 +0000 | [diff] [blame] | 35 | 2006-11-20 Linus Walleij <triad@df.lth.se> |
| 36 | |
| 37 | * src/ptp.h: sync to upstream libgphoto2 |
| 38 | * src/ptp.c: dito. |
| 39 | * src/ptp-pack.c: dito. |
Linus Walleij | 8ae78bb | 2006-11-20 21:45:52 +0000 | [diff] [blame] | 40 | * src/libmtp.c: check for zerolength files/tracks. |
Linus Walleij | 277cd53 | 2006-11-20 14:57:46 +0000 | [diff] [blame] | 41 | |
| 42 | 2006-11-20 Andy Kelk <andy@mopoke.co.uk> |
mopoke | 3136444 | 2006-11-20 04:53:04 +0000 | [diff] [blame] | 43 | |
| 44 | * src/libmtp.h.in: add "parent_id" property to LIBMTP_track_struct. |
| 45 | * src/libmtp.c: get "parent_id" property when reading tracks. |
mopoke | 33744bb | 2006-11-20 04:55:32 +0000 | [diff] [blame] | 46 | * examples/emptyfolders.c: new example program for pruning empty |
| 47 | folders. (does a dummy run by default). |
mopoke | 3136444 | 2006-11-20 04:53:04 +0000 | [diff] [blame] | 48 | |
Linus Walleij | 277cd53 | 2006-11-20 14:57:46 +0000 | [diff] [blame] | 49 | 2006-11-19 Robert Reardon <rreardon@monkshatch.vispa.com> |
rreardon | 508705f | 2006-11-19 21:27:22 +0000 | [diff] [blame] | 50 | |
rreardon | bbb4e56 | 2006-11-19 22:16:11 +0000 | [diff] [blame] | 51 | * src/libmtp.c: use enhanced MTP commands to create playlists and |
| 52 | send files |
rreardon | 508705f | 2006-11-19 21:27:22 +0000 | [diff] [blame] | 53 | * examples/newplaylist.c: demo program for creating new playlists |
rreardon | a7220ad | 2006-11-19 21:36:46 +0000 | [diff] [blame] | 54 | * examples/Makefile.am: add demo newplaylists program |
rreardon | 508705f | 2006-11-19 21:27:22 +0000 | [diff] [blame] | 55 | |
Linus Walleij | 277cd53 | 2006-11-20 14:57:46 +0000 | [diff] [blame] | 56 | 2006-11-19 Daniel <danielw@iinet.net.au> |
Linus Walleij | 48a2d46 | 2006-11-19 14:07:59 +0000 | [diff] [blame] | 57 | |
| 58 | * src/libusb-glue.c: fix error on reconnect. |
| 59 | |
Linus Walleij | 277cd53 | 2006-11-20 14:57:46 +0000 | [diff] [blame] | 60 | 2006-11-18 Richard Low <richard@wentnet.com> |
Richard Low | ef92502 | 2006-11-18 09:06:10 +0000 | [diff] [blame] | 61 | |
| 62 | * src/ptp.c: tidy up ptp_usb_getdata |
| 63 | |
Linus Walleij | 277cd53 | 2006-11-20 14:57:46 +0000 | [diff] [blame] | 64 | 2006-11-17 Richard Low <richard@wentnet.com> |
Richard Low | 9135481 | 2006-11-17 22:44:05 +0000 | [diff] [blame] | 65 | |
| 66 | * src/libmtp.c: fixed parent handle for uploaded tracks |
| 67 | |
Linus Walleij | 277cd53 | 2006-11-20 14:57:46 +0000 | [diff] [blame] | 68 | 2006-11-17 Robert Reardon <rreardon@monkshatch.vispa.com> |
Linus Walleij | e660569 | 2006-11-17 09:18:52 +0000 | [diff] [blame] | 69 | |
| 70 | * src/libmtp.c: fixed up album art using enhanced commands. |
| 71 | |
Linus Walleij | 277cd53 | 2006-11-20 14:57:46 +0000 | [diff] [blame] | 72 | 2006-11-16 Richard Low <richard@wentnet.com> |
Richard Low | 8d82d2f | 2006-11-16 20:37:43 +0000 | [diff] [blame] | 73 | |
| 74 | * src/libmtp.c: a crude implementation of ptp_mtp_getobjectproplist |
| 75 | * src/ptp.c: ditto |
| 76 | * src/ptp.h: ditto |
| 77 | * src/ptp-pack.c: ditto |
| 78 | |
Linus Walleij | 277cd53 | 2006-11-20 14:57:46 +0000 | [diff] [blame] | 79 | 2006-11-16 Robert Reardon <rreardon@monkshatch.vispa.com> |
Linus Walleij | 9e68bc1 | 2006-11-16 15:59:18 +0000 | [diff] [blame] | 80 | |
Linus Walleij | ccf28ce | 2006-11-16 16:06:38 +0000 | [diff] [blame] | 81 | * src/libmtp.c: use enhanced MTP commands to create albums and |
| 82 | add detection of the default album folder. |
| 83 | * src/libmtp.h.in: add a holder for album default folder. |
Linus Walleij | 9e68bc1 | 2006-11-16 15:59:18 +0000 | [diff] [blame] | 84 | |
Linus Walleij | 277cd53 | 2006-11-20 14:57:46 +0000 | [diff] [blame] | 85 | 2006-11-15 Richard Low <richard@wentnet.com> |
Richard Low | 8b42ca3 | 2006-11-15 08:52:17 +0000 | [diff] [blame] | 86 | |
| 87 | * src/ptp-pack.c: set string buffer to correct size. |
| 88 | |
Linus Walleij | 277cd53 | 2006-11-20 14:57:46 +0000 | [diff] [blame] | 89 | 2006-11-14 Richard Low <richard@wentnet.com> |
Richard Low | e1ab264 | 2006-11-14 08:34:49 +0000 | [diff] [blame] | 90 | |
| 91 | * examples/tracks.c: really use undeprecated API entry. |
| 92 | |
Linus Walleij | 277cd53 | 2006-11-20 14:57:46 +0000 | [diff] [blame] | 93 | 2006-11-13 Richard Low <richard@wentnet.com>, Linus Walleij <triad@df.lth.se> |
Linus Walleij | 3fcfea5 | 2006-11-13 07:07:36 +0000 | [diff] [blame] | 94 | |
| 95 | * src/libmtp.h.in: add LIBMTP_Get_Tracklisting_With_Callback() |
Richard Low | dc0b6c7 | 2006-11-13 09:22:23 +0000 | [diff] [blame] | 96 | and LIBMTP_Get_Filelisting_With_Callback() |
Linus Walleij | 3fcfea5 | 2006-11-13 07:07:36 +0000 | [diff] [blame] | 97 | * src/libmtp.c: dito, deprecate LIBMTP_Get_Tracklisting() |
Richard Low | dc0b6c7 | 2006-11-13 09:22:23 +0000 | [diff] [blame] | 98 | and LIBMTP_Get_Filelisting() |
Linus Walleij | 3fcfea5 | 2006-11-13 07:07:36 +0000 | [diff] [blame] | 99 | * examples/tracks.c: use undeprecated API entry. |
Richard Low | dc0b6c7 | 2006-11-13 09:22:23 +0000 | [diff] [blame] | 100 | * examples/connect.c: ditto. |
| 101 | * examples/detect.c: ditto. |
| 102 | * examples/files.c: ditto. |
Linus Walleij | 3fcfea5 | 2006-11-13 07:07:36 +0000 | [diff] [blame] | 103 | * src/ptp.c: working on getting object prop lists. |
| 104 | * src/ptp.h: dito. |
| 105 | |
Linus Walleij | 277cd53 | 2006-11-20 14:57:46 +0000 | [diff] [blame] | 106 | 2006-11-12 Richard Low <richard@wentnet.com> |
Richard Low | e1f0692 | 2006-11-12 16:38:39 +0000 | [diff] [blame] | 107 | |
| 108 | * src/libusb-glue.c: added Zen Vision W to devices |
| 109 | |
Linus Walleij | 277cd53 | 2006-11-20 14:57:46 +0000 | [diff] [blame] | 110 | 2006-11-07 Richard Low <richard@wentnet.com> |
Richard Low | 4c60f6e | 2006-11-07 20:36:42 +0000 | [diff] [blame] | 111 | |
| 112 | * src/libmtp.c: added checks for supported properties |
| 113 | |
Linus Walleij | 277cd53 | 2006-11-20 14:57:46 +0000 | [diff] [blame] | 114 | 2006-11-06 Richard Low <richard@wentnet.com> |
Richard Low | 64fa399 | 2006-11-06 21:24:11 +0000 | [diff] [blame] | 115 | |
| 116 | * src/libmtp.c: added a check for NULL filenames in |
| 117 | LIBMTP_Get_Folder_List. |
| 118 | |
Linus Walleij | 99310d4 | 2006-11-01 08:29:39 +0000 | [diff] [blame] | 119 | 2006-11-01 Linus Walleij <triad@df.lth.se> |
| 120 | |
| 121 | * src/libmtp.h.in: set/get uint8 to/from objects |
| 122 | * src/libmtp.c: send object property list. |
| 123 | * src/ptp.c: dito. |
| 124 | * src/ptp.h: dito. |
| 125 | * src/ptp-pack.c: dito. |
| 126 | |
mopoke | 90be30e | 2006-10-30 08:47:41 +0000 | [diff] [blame] | 127 | 2006-10-29 Andy Kelk <andy@mopoke.co.uk> |
| 128 | |
| 129 | * examples/albumart.c: simple tool for adding album art. |
| 130 | * src/libmtp.c: graceful handling of players not supporting |
| 131 | abstract album objects. |
| 132 | |
Linus Walleij | 0c33ec0 | 2006-10-27 10:15:40 +0000 | [diff] [blame] | 133 | 2006-10-27 Linus Walleij <triad@df.lth.se> |
| 134 | |
| 135 | * src/Makefile.am: bump library interface to reflect the new |
| 136 | album methods. |
| 137 | * configure.ac: bump to 0.0.22 for the next release. |
| 138 | |
| 139 | 2006-10-27 Andy Kelk <andy@mopoke.co.uk> |
| 140 | |
| 141 | * src/libmtp.c: add support form abstract audio/video albums. |
| 142 | * src/libmtp.h.in: dito. |
| 143 | |
Linus Walleij | 7347d0f | 2006-10-23 07:23:39 +0000 | [diff] [blame] | 144 | 2006-10-23 Linus Walleij <triad@df.lth.se> |
| 145 | |
| 146 | * src/libmtp.c: retire opcode rendering (moved to ptp.c) |
| 147 | * src/ptp.c: sync to upstream. |
| 148 | * src/ptp.h: dito. |
| 149 | * src/ptp-pack.c: dito. |
| 150 | |
Linus Walleij | 9efe75f | 2006-10-20 09:09:45 +0000 | [diff] [blame] | 151 | 2006-10-20 Linus Walleij <triad@df.lth.se> |
| 152 | |
| 153 | * Release 0.0.21 to get all the new device support out. |
| 154 | |
Linus Walleij | 501ba4d | 2006-10-16 06:17:04 +0000 | [diff] [blame] | 155 | 2006-10-16 Linus Walleij <triad@df.lth.se> |
| 156 | |
| 157 | * configure.ac: bump to 0.0.21. |
| 158 | * src/libusb-glue.c: add code to unload a kernel driver for |
| 159 | the primary interface if it is already in use under Linux. |
| 160 | * src/libusb-glue.h: add a device flag to make this possible. |
| 161 | |
Linus Walleij | 3725329 | 2006-10-11 08:38:14 +0000 | [diff] [blame] | 162 | 2006-10-11 Linus Walleij <triad@df.lth.se> |
| 163 | |
| 164 | * examples/delfile.c: patch from Chris Debenham |
| 165 | straingtening out the command-line interface a bit |
| 166 | more. |
| 167 | |
Linus Walleij | 43ff8fc | 2006-10-10 11:16:53 +0000 | [diff] [blame] | 168 | 2006-10-10 Linus Walleij <triad@df.lth.se> |
| 169 | |
Linus Walleij | 3725329 | 2006-10-11 08:38:14 +0000 | [diff] [blame] | 170 | * examples/delfile.c: patch from Chris Debenham to make |
| 171 | this command take an optional filename as parameter |
| 172 | instead of file ID. |
Linus Walleij | 43ff8fc | 2006-10-10 11:16:53 +0000 | [diff] [blame] | 173 | |
Linus Walleij | 955e6ba | 2006-09-26 16:55:10 +0000 | [diff] [blame] | 174 | 2006-09-26 Linus Walleij <triad@df.lth.se> |
| 175 | |
| 176 | * libmtp.pc.in: require libusb instead of just linking it. |
| 177 | * configure.ac: bump release to 0.0.20 and release. |
| 178 | |
Linus Walleij | b1318d1 | 2006-09-25 14:59:26 +0000 | [diff] [blame] | 179 | 2006-09-25 Linus Walleij <triad@df.lth.se> |
| 180 | |
| 181 | * examples/evolution-sync.sh: example script to illustrate |
| 182 | to to transfer calendar, task and contact information |
| 183 | to a device supporting this. |
| 184 | |
Linus Walleij | 4ef39e6 | 2006-09-19 14:11:52 +0000 | [diff] [blame] | 185 | 2006-09-19 Linus Walleij <triad@df.lth.se> |
| 186 | |
| 187 | * src/libmtp.h.in: fixed attribute IDs to be 16bit. |
| 188 | * src/libmtp.c: dito. |
| 189 | * examples/sendfile.c: support vcard3. |
| 190 | |
Linus Walleij | f248fdd | 2006-09-16 20:11:40 +0000 | [diff] [blame] | 191 | 2006-09-16 Linus Walleij <triad@df.lth.se> |
| 192 | |
| 193 | * configure.ac: bump to 0.0.19 and release. There are some |
| 194 | new devices as well. |
Linus Walleij | 5b5c785 | 2006-09-16 20:23:37 +0000 | [diff] [blame] | 195 | * src/unicode.c: retire unused code. |
Linus Walleij | f248fdd | 2006-09-16 20:11:40 +0000 | [diff] [blame] | 196 | |
Linus Walleij | b8bfcb2 | 2006-09-13 12:14:28 +0000 | [diff] [blame] | 197 | 2006-09-13 Linus Walleij <triad@df.lth.se> |
| 198 | |
| 199 | * examples/format.c: formatting test program. |
| 200 | * examples.Makefile.am: added format. |
| 201 | |
Linus Walleij | 13374a4 | 2006-09-13 11:55:30 +0000 | [diff] [blame] | 202 | 2006-09-13 Andy Kelk <andy@mopoke.co.uk> |
| 203 | |
| 204 | * src/libmtp.h.in: added interface to format storage. |
| 205 | * src/libmtp.c: dito. |
| 206 | * src/ptp.c: dito. |
| 207 | * src/ptp.h: dito. |
| 208 | |
Linus Walleij | d31e619 | 2006-09-12 07:55:27 +0000 | [diff] [blame] | 209 | 2006-09-12 Linus Walleij <triad@df.lth.se> |
| 210 | |
| 211 | * configure.ac: bump release. Released 0.0.18 yesterday. |
| 212 | * src/libmtp.c: do not try to read battery max level unless |
| 213 | the device supports it. (Bug occurred on Toshiba Gigabeat |
| 214 | P10.) |
| 215 | |
Linus Walleij | d5d51c8 | 2006-09-11 06:57:50 +0000 | [diff] [blame] | 216 | 2006-09-11 Linus Walleij <triad@df.lth.se> |
| 217 | |
| 218 | * src/libusb-glue.c: messed around a bit with device descriptor |
| 219 | detection so as to bring closer to libgphoto2 detection algorithm. |
| 220 | I've seen things that might be false positives, possibly USB mass |
| 221 | storage devices with additional MSFT descriptors to indicate they |
| 222 | have Janus DRM. |
| 223 | * src/libmtp.c: use UCS-2-INTERNAL if we're not on glibc. glibc |
| 224 | knows that UCS-2 is in machine endianness but Darwin and *BSD does |
| 225 | not. Detect C library and switch accordingly. |
| 226 | * src/unicode.c: retire old unicode code only keep things we cannot |
| 227 | live without. Remove the own internal UCS-2 conversion engine and |
| 228 | the internal iconv() engine and use the one already available in |
| 229 | PTPParams. |
| 230 | * src/unicode.h: dito. |
| 231 | |
Linus Walleij | 0558ac5 | 2006-09-07 06:55:03 +0000 | [diff] [blame] | 232 | 2006-09-07 Linus Walleij <triad@df.lth.se> |
| 233 | |
| 234 | * src/libusb-glue.h: added device flags so we can make |
| 235 | the code behave differently on certain devices. |
| 236 | * src/libusb-glue.c: dito, plus removed some debug prints. |
| 237 | * src/libmtp.c: docs. |
| 238 | * src/libmtp.h.in: added device_flags to device list struct. |
| 239 | * src/Makefile.am: bumped to compatible library interface. |
| 240 | * configure.ac: bump version to 0.0.18 (0.0.17 released |
| 241 | yesterday). |
| 242 | |
Richard Low | 6ec2cc1 | 2006-09-06 16:59:16 +0000 | [diff] [blame] | 243 | 2006-09-06 Richard Low <richard@wentnet.com> |
| 244 | |
| 245 | * src/libusb-glue.c: changed packet sizes to improve |
| 246 | transfer speeds. |
| 247 | * src/libmtp.c: changed packet sizes to improve transfer |
| 248 | transfer speeds. Also stopped extra ptp_getobjectinfo |
| 249 | calls when getting directories on connect. |
| 250 | |
Linus Walleij | 7f0c72e | 2006-09-06 13:01:58 +0000 | [diff] [blame] | 251 | 2006-09-06 Linus Walleij <triad@df.lth.se> |
| 252 | |
| 253 | * src/libusb-glue.c: fixed some endpoint size detection |
| 254 | and sending special file sizes stuff. Real hairy bug... |
| 255 | Also messed around a bit with the callbacks. |
| 256 | * src/libmtp.c: changes for callback size detection. |
| 257 | |
Linus Walleij | a9310fa | 2006-09-04 06:47:42 +0000 | [diff] [blame] | 258 | 2006-09-04 Linus Walleij <triad@df.lth.se> |
| 259 | |
| 260 | * src/libmtp.c: bug in streaming code, use defined USB_BULK_HDR_SIZE |
| 261 | instead of magic values. |
| 262 | |
Linus Walleij | d7aa5b2 | 2006-09-02 11:52:31 +0000 | [diff] [blame] | 263 | 2006-09-02 Linus Walleij <triad@df.lth.se> |
| 264 | |
Linus Walleij | cd3eb3d | 2006-09-02 21:33:22 +0000 | [diff] [blame] | 265 | * src/libmtp.c: add some code to have |
| 266 | LIBMTP_Send_File_From_File_Descriptor() accept a stream |
| 267 | if size is set to (uint64_t) -1, plus documentation fixes. |
| 268 | I don't think the streaming code will work but whoever want |
| 269 | to experiment with it has a place to start. |
| 270 | * examples/refactortest.c: removed. Who uses this? |
Linus Walleij | d7aa5b2 | 2006-09-02 11:52:31 +0000 | [diff] [blame] | 271 | |
Linus Walleij | da9500d | 2006-08-30 13:17:06 +0000 | [diff] [blame] | 272 | 2006-08-30 Linus Walleij <triad@df.lth.se> |
| 273 | |
| 274 | * configure.ac: version bump. |
| 275 | * src/libmtp.c: more debug prints. |
| 276 | * src/libusb-glue.c: new iRiver device called Clix. By |
| 277 | the way I released libmtp 0.0.16 yesterday. |
| 278 | |
Linus Walleij | a823a70 | 2006-08-27 21:27:46 +0000 | [diff] [blame] | 279 | 2006-08-28 Linus Walleij <triad@df.lth.se> |
| 280 | |
| 281 | * configure.ac: version bump. |
| 282 | * src/ptp-pack.c: upstream has committed my patch giving full |
| 283 | unicode support in libgphoto2 ptp2 camlib. No need for |
| 284 | any more ugly workarounds, plus we now have full unicode |
| 285 | filenames! |
| 286 | * src/ptp.c: dito. |
| 287 | * src/ptp.h: dito. |
| 288 | * src/libmtp.c: revamp to use the new unicode support in |
| 289 | libgphoto2. |
| 290 | * src/unicode.c: remove unused functionality. |
| 291 | * src/unicode.h: dito. |
| 292 | |
Linus Walleij | ee73ef2 | 2006-08-27 19:56:00 +0000 | [diff] [blame] | 293 | 2006-08-27 Linus Walleij <triad@df.lth.se> |
| 294 | |
| 295 | * configure.ac: version bump. Release all these fixes |
| 296 | as 0.0.15. |
| 297 | * src/libusb-glue.c: fixed sucky errors. Added callback |
| 298 | code when reading files. |
| 299 | * src/libusb-glue.h: const correctness. |
| 300 | * src/libmtp.h.in: finally fixup the type on the callbacks. |
| 301 | * src/libmtp.c: more accurate sending callbacks. Callbacks |
| 302 | when getting files also, working correctly. Typeing of |
| 303 | callbacks now OK. |
| 304 | * examples/getfile.c: some display bar cosmetic fixup. |
| 305 | * TODO: lots of the things todo are now done. |
| 306 | |
Linus Walleij | d214b9b | 2006-08-26 22:08:37 +0000 | [diff] [blame] | 307 | 2006-08-26 Linus Walleij <triad@df.lth.se> |
| 308 | |
| 309 | * configure.ac: version bump. |
| 310 | * src/libmtp.c: fix bug and reinstate callbacks. |
| 311 | * src/libusb-glue.h: dito. |
| 312 | * src/libusb-glue.c: dito. |
| 313 | |
Linus Walleij | e7f44be | 2006-08-25 19:32:29 +0000 | [diff] [blame] | 314 | 2006-08-25 Linus Walleij <triad@df.lth.se> |
| 315 | |
| 316 | * src/libmtp.c: use the new file descriptor sender function. |
| 317 | Going to release this as 0.0.13. |
| 318 | * src/ptp.c: upstream accepted patches synced in. |
| 319 | * src/ptp.h: dito. |
| 320 | |
Linus Walleij | eab650b | 2006-08-21 23:26:37 +0000 | [diff] [blame] | 321 | 2006-08-22 Linus Walleij <triad@df.lth.se> |
| 322 | |
Linus Walleij | 80d134a | 2006-08-22 21:41:37 +0000 | [diff] [blame] | 323 | * src/libusb-glue.c: found a real nasty endpoint bug, |
| 324 | code from libgphoto2 was assuming max packet size of |
| 325 | 512 bytes while it is 64 when a USB 2.0 device is |
| 326 | plugged into an UHCI hub. |
| 327 | |
| 328 | 2006-08-22 Linus Walleij <triad@df.lth.se> |
| 329 | |
Linus Walleij | eab650b | 2006-08-21 23:26:37 +0000 | [diff] [blame] | 330 | * configure.ac: bump to 0.0.13, also released 0.0.12 now. |
| 331 | |
Linus Walleij | 924236a | 2006-08-20 22:17:58 +0000 | [diff] [blame] | 332 | 2006-08-21 Linus Walleij <triad@df.lth.se> |
| 333 | |
| 334 | * src/libmtp.c: fixup mmap() usage and add madvise() |
Linus Walleij | 96c6243 | 2006-08-21 10:04:02 +0000 | [diff] [blame] | 335 | as result of experiments by Gavin McCullagh. Upstream |
| 336 | accept patch to get files directly to file descriptor. |
Linus Walleij | 3ec8631 | 2006-08-21 13:25:24 +0000 | [diff] [blame] | 337 | Move iconv() converters into device struct for thread |
| 338 | safety. |
Linus Walleij | 96c6243 | 2006-08-21 10:04:02 +0000 | [diff] [blame] | 339 | * src/ptp.c: sync to upstream which merges patch to get |
| 340 | file directly to file descriptor. |
| 341 | * src/ptp.h: dito. |
Linus Walleij | 3ec8631 | 2006-08-21 13:25:24 +0000 | [diff] [blame] | 342 | * src/unicode.c: move iconv() converters into the device |
| 343 | struct for thread safety. |
| 344 | * src/unicode.h: dito. |
Linus Walleij | 924236a | 2006-08-20 22:17:58 +0000 | [diff] [blame] | 345 | |
Linus Walleij | 3065879 | 2006-08-19 22:18:55 +0000 | [diff] [blame] | 346 | 2006-08-20 Linus Walleij <triad@df.lth.se> |
| 347 | |
| 348 | * src/libmtp.h.in: set friendly name and sync partner, |
| 349 | rename ownername to friendlyname. |
| 350 | * src/libmtp.c: dito. |
| 351 | * examples/detect.c: reflect changes. |
| 352 | * src/Makefile.am: interface is incompatible so age it. |
| 353 | |
Linus Walleij | fae2748 | 2006-08-19 20:13:25 +0000 | [diff] [blame] | 354 | 2006-08-19 Linus Walleij <triad@df.lth.se> |
| 355 | |
| 356 | * src/libmtp.h.in: add function to get syncronization |
| 357 | partner for the device. |
| 358 | * src/libmtp.c: dito. |
| 359 | * examples/detect.c: use that function. |
| 360 | * src/Makefile.am: backward-compatible interface bump. |
| 361 | |
Linus Walleij | 16571dc | 2006-08-17 20:27:46 +0000 | [diff] [blame] | 362 | 2006-08-17 Linus Walleij <triad@df.lth.se> |
| 363 | |
| 364 | * configure.ac: bump to 0.0.12 and require iconv.h. |
| 365 | |
| 366 | 2006-08-16 Linus Walleij <triad@df.lth.se> |
| 367 | |
| 368 | * src/unicode.c: remove bigendian weirdness and switch |
| 369 | to using iconv() instead. |
| 370 | * src/unicode.h: dito. |
| 371 | * src/libmtp.c: reflect changes. |
| 372 | |
Linus Walleij | 3e188f1 | 2006-08-09 20:46:05 +0000 | [diff] [blame] | 373 | 2006-08-09 Linus Walleij <triad@df.lth.se> |
| 374 | |
| 375 | * Release libmtp 0.0.11. |
| 376 | |
Linus Walleij | 2eb884b | 2006-08-04 19:17:36 +0000 | [diff] [blame] | 377 | 2006-08-04 Linus Walleij <triad@df.lth.se> |
| 378 | |
| 379 | * src/libmtp.c: patch from Dan Aloni to make sendfile |
| 380 | use mmap and avoid memory drainage. |
Linus Walleij | 9eb3d31 | 2006-08-04 19:25:59 +0000 | [diff] [blame] | 381 | * src/libusb-glue.c: patch from Andy Kelk to avoid |
| 382 | exit():ing when the interface cannot be claimed. |
Linus Walleij | 232943d | 2006-08-04 19:26:53 +0000 | [diff] [blame] | 383 | * configure.ac: version bump. |
Linus Walleij | 2eb884b | 2006-08-04 19:17:36 +0000 | [diff] [blame] | 384 | |
Linus Walleij | aa4b075 | 2006-07-26 22:21:04 +0000 | [diff] [blame] | 385 | 2006-07-27 Linus Walleij <triad@df.lth.se> |
| 386 | |
| 387 | * Release libmtp 0.0.10. |
| 388 | |
Linus Walleij | 17b55ea | 2006-07-26 13:54:00 +0000 | [diff] [blame] | 389 | 2006-07-26 Linus Walleij <triad@df.lth.se> |
| 390 | |
| 391 | * src/libusb-glue.c: new SanDisk devices. |
Linus Walleij | 00cf064 | 2006-07-26 20:40:59 +0000 | [diff] [blame] | 392 | * src/libmtp.c: only set metdata properties supported by |
| 393 | the device, duh. |
Linus Walleij | aa4b075 | 2006-07-26 22:21:04 +0000 | [diff] [blame] | 394 | * src/ptp.c: sync to upstream. |
| 395 | * src/ptp.h: sync to upstream. |
| 396 | * configure.ac: bump to 0.0.10. |
Linus Walleij | 17b55ea | 2006-07-26 13:54:00 +0000 | [diff] [blame] | 397 | |
Linus Walleij | c187cb9 | 2006-06-22 17:58:13 +0000 | [diff] [blame] | 398 | 2006-06-22 Linus Walleij <triad@df.lth.se> |
| 399 | |
| 400 | * Release libmtp 0.0.9. |
| 401 | |
Linus Walleij | 8ab5426 | 2006-06-21 07:12:28 +0000 | [diff] [blame] | 402 | 2006-06-21 Linus Walleij <triad@df.lth.se> |
| 403 | |
| 404 | * src/libmtp.h.in: added function to retrieve supported |
| 405 | filetypes. |
| 406 | * src/libmtp.c: ditto. |
| 407 | * examples/detect.c: use that function. |
| 408 | |
Linus Walleij | cf223e6 | 2006-06-19 09:31:53 +0000 | [diff] [blame] | 409 | 2006-06-19 Linus Walleij <triad@df.lth.se> |
| 410 | |
| 411 | * src/unicode.c: support all endianness, detect |
| 412 | byte-order-mark |
| 413 | * src/unicode.h: ditto. |
| 414 | * src/libmtp.c: ditto. |
| 415 | * examples/detect.c: use proper tempfile function. |
| 416 | * src/libmtp.h.in: add some more track properties. |
| 417 | * src/libmtp.c: ditto. |
| 418 | * examples/tracks.c: ditto. |
| 419 | |
Linus Walleij | 2e4b5f9 | 2006-06-16 14:00:49 +0000 | [diff] [blame] | 420 | 2006-06-16 Linus Walleij <triad@df.lth.se> |
| 421 | |
| 422 | * src/libmtp.h.in: new interfaces for single metadata post |
| 423 | retrieveal. |
| 424 | * src/libmtp.c: ditto. |
| 425 | * examples/playlists.c: display track info using the new |
| 426 | individual track metadata retrieveal method. |
| 427 | * examples/getplaylist.c: ditto. |
| 428 | |
Linus Walleij | 05ccbe7 | 2006-06-13 07:46:58 +0000 | [diff] [blame] | 429 | 2006-06-13 Linus Walleij <triad@df.lth.se> |
| 430 | |
| 431 | * src/libmtp.h.in: added default folders to device struct. |
Linus Walleij | 545c779 | 2006-06-13 15:22:30 +0000 | [diff] [blame] | 432 | Add some new function prototypes. |
Linus Walleij | 05ccbe7 | 2006-06-13 07:46:58 +0000 | [diff] [blame] | 433 | * src/libmtp.c: discover and use the default folders if |
Linus Walleij | 545c779 | 2006-06-13 15:22:30 +0000 | [diff] [blame] | 434 | we can find them. Retrieve device secure time and cert |
| 435 | out of sheer curiosity. |
| 436 | * src/ptp.c: sync to libgphoto2 with my patches. |
| 437 | * src/ptp.h: ditto. |
Linus Walleij | 05ccbe7 | 2006-06-13 07:46:58 +0000 | [diff] [blame] | 438 | |
Linus Walleij | 438bd7f | 2006-06-08 11:35:44 +0000 | [diff] [blame] | 439 | 2006-06-07 Linus Walleij <triad@df.lth.se> |
| 440 | |
| 441 | * src/libmtp.h.in: new playlist API and refactorings. |
| 442 | * src/libmtp.c: ditto, and refactorings. |
| 443 | * src/unicode.h: const correctness. |
| 444 | * src/unicode.c: ditto. |
| 445 | * examples/playlists.c: new example program. |
| 446 | * configure.ac: bump to 0.0.9 |
| 447 | * src/Makefile.am: bump library interface. |
| 448 | |
Linus Walleij | 52e3ac5 | 2006-06-05 10:30:00 +0000 | [diff] [blame] | 449 | 2006-06-05 Linus Walleij <triad@df.lth.se> |
| 450 | |
| 451 | * examples/sendtr.c: fixed annoying bug that made this |
| 452 | program totally useless. |
| 453 | * src/libmtp.c: cosmetics. |
| 454 | * configure.ac: bump to 0.0.8. |
| 455 | |
Linus Walleij | 345a337 | 2006-06-03 20:55:25 +0000 | [diff] [blame] | 456 | 2006-06-03 Linus Walleij <triad@df.lth.se> |
| 457 | |
| 458 | * src/libmtp.c: metadata bugs, album name and genre |
| 459 | confused. Fixe it and released libmtp 0.0.7. |
| 460 | |
Linus Walleij | dc09dc0 | 2006-06-01 14:23:41 +0000 | [diff] [blame] | 461 | 2006-06-01 Linus Walleij <triad@df.lth.se> |
| 462 | |
| 463 | * Released libmtp 0.0.6. |
| 464 | |
Linus Walleij | 549ec4d | 2006-05-31 19:59:52 +0000 | [diff] [blame] | 465 | 2006-05-31 Linus Walleij <triad@df.lth.se> |
| 466 | |
| 467 | * src/libmtp.c: fixed mapping for JPEG vs JFIF |
| 468 | * src/libmtp.h.in: added proper type for JPEG |
| 469 | * examples/sendfile.c: send proper JPEG type |
| 470 | |
Linus Walleij | d3fdd97 | 2006-05-30 15:51:37 +0000 | [diff] [blame] | 471 | 2006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net> |
| 472 | |
| 473 | * src/libmtp.c: fixed a bug in update metadata due to |
| 474 | bad use of return code. |
| 475 | * src/libusb-glue.c: fixed a loop exiting problem with |
| 476 | good 'ol GOTO. |
| 477 | |
Linus Walleij | 9b1fcd9 | 2006-05-29 08:35:29 +0000 | [diff] [blame] | 478 | 2006-05-29 Linus Walleij <triad@df.lth.se> |
| 479 | |
| 480 | * src/libusb-glue.c: one more device. |
| 481 | * doc/examples.h: produce correct documentation. |
| 482 | * configure.ac: bump to 0.0.6. |
Linus Walleij | f67bca9 | 2006-05-29 09:33:39 +0000 | [diff] [blame] | 483 | * src/ptp.c: sync to libgphoto2. |
| 484 | * src/ptp.h: ditto. |
| 485 | * src/ptp-pack.c: ditto. |
Linus Walleij | f0f3d48 | 2006-05-29 14:10:21 +0000 | [diff] [blame] | 486 | * src/libmtp.c: fixed all filetype API related functions |
| 487 | not to use any PTP intrinsic defines at all, made all |
| 488 | parameters to functions use the internal libmtp interface |
| 489 | enumerations and definitions. Removed LIBMTP_Release(): |
| 490 | we can live with the memory lost during init. You're not |
| 491 | supposed to re-initialize the device. Consequently removed |
| 492 | the delete function that cleaned the filetype assoc list. |
| 493 | * examples/refactortest.c: reflect changes. |
Linus Walleij | 9b1fcd9 | 2006-05-29 08:35:29 +0000 | [diff] [blame] | 494 | |
ravelox | 088180b | 2006-05-26 23:55:40 +0000 | [diff] [blame] | 495 | 2006-05-26 Dave Kelly <libmtp@ravelox.co.uk> |
| 496 | |
| 497 | * src/libmtp.c: refactored object handling to be more generic |
| 498 | * src/libmtp.h.in: ditto |
| 499 | * examples/refactortest.c: Added simple example to use refactoring |
| 500 | * examples/getplaylist.c: Added example to extract playlist data |
Linus Walleij | 9b1fcd9 | 2006-05-29 08:35:29 +0000 | [diff] [blame] | 501 | * src/ptp.c: Re-added ptp_get/set_objectreferences to allow |
| 502 | for playlist handling |
| 503 | * src/ptp.h: ditto |
ravelox | 088180b | 2006-05-26 23:55:40 +0000 | [diff] [blame] | 504 | |
Linus Walleij | 1fd2d27 | 2006-05-08 09:22:01 +0000 | [diff] [blame] | 505 | 2006-05-08 Linus Walleij <triad@df.lth.se> |
| 506 | |
| 507 | * src/libmtp.h.in: add simple detection function. |
| 508 | * src/libusb-glue.c: implement MTP "OS descriptor" for |
| 509 | looking for MTP devices. |
| 510 | * examples/detect.c: make it possible to do very |
| 511 | rudimentary detection with "detect -p". |
| 512 | * configure.ac: bump to 0.0.5. |
| 513 | |
Linus Walleij | 685137f | 2006-05-07 18:09:02 +0000 | [diff] [blame] | 514 | 2006-05-07 Linus Walleij <triad@df.lth.se> |
| 515 | |
| 516 | * COPYING: since we no longer use any parts of libptp2 |
| 517 | and only files from libgphoto2, we switch to the GNU |
| 518 | Lesser General Public License (GNU LGPL). libptp2 is |
| 519 | a derived work from libgphoto2, and so is libmtp, there |
| 520 | are no remnants of libptp2 in libmtp anymore. |
| 521 | |
Linus Walleij | 16c51f0 | 2006-05-04 13:20:22 +0000 | [diff] [blame] | 522 | 2006-05-04 Linus Walleij <triad@df.lth.se> |
| 523 | |
| 524 | * examples/sendfile.c: fixes some more filetypes. |
Linus Walleij | 453813c | 2006-05-04 19:46:43 +0000 | [diff] [blame] | 525 | * src/libmtp.c: respectfully rearranged to use a filetype mapping |
| 526 | table. |
| 527 | * src/ptp-pack.c: real nasty unicode packing bug. |
| 528 | * Release libmtp 0.0.4. |
Linus Walleij | 16c51f0 | 2006-05-04 13:20:22 +0000 | [diff] [blame] | 529 | |
Linus Walleij | d6a4997 | 2006-05-02 08:24:54 +0000 | [diff] [blame] | 530 | 2006-05-02 Linus Walleij <triad@df.lth.se> |
| 531 | |
| 532 | * src/libmtp.c: general shaping up for release. All track |
| 533 | and file sending functions now respects a parent ID to be |
| 534 | sent along with files and tracks. |
| 535 | * src/libmtp.h.in: dito. |
| 536 | * src/libusb-glue.c: dito. |
| 537 | * examples/sendfile.c: interface dependency changes. |
| 538 | * examples/sendtr.c: dito. |
| 539 | |
Linus Walleij | c60275a | 2006-04-30 10:58:11 +0000 | [diff] [blame] | 540 | 2006-04-30 Linus Walleij <triad@df.lth.se> |
| 541 | |
| 542 | * src/ptp.c: sync upstream. |
| 543 | * src/ptp.h: dito. |
| 544 | |
Linus Walleij | 370c68d | 2006-04-27 14:19:01 +0000 | [diff] [blame] | 545 | 2006-04-27 Linus Walleij <triad@df.lth.se> |
| 546 | |
| 547 | * examples/sendfile.c: first file sender program based |
| 548 | on API implementation and changes by Chris Allegretta. |
| 549 | * examples/Makefile.am: new program, new entry. |
| 550 | * src/libmtp.c: reflect this new functionality. |
| 551 | * src/libmtp.h.in: dito. |
| 552 | |
Linus Walleij | b02a066 | 2006-04-25 08:05:09 +0000 | [diff] [blame] | 553 | 2006-04-25 Linus Walleij <triad@df.lth.se> |
| 554 | |
| 555 | * Rebased the sources around libgphoto2 instead. |
| 556 | This was a major revision... |
| 557 | * src/ptp.c: imported libgphoto2 version verbatim. |
| 558 | * src/ptp.h: imported libgphoto2 version, minor patch. |
| 559 | * src/ptp-pack.c: imported libgphoto2 version, minor patch. |
Linus Walleij | 9a96f0b | 2006-04-25 08:46:59 +0000 | [diff] [blame] | 560 | * src/ptp-pack.h: dropped, libgphoto2 does not use it. |
Linus Walleij | b02a066 | 2006-04-25 08:05:09 +0000 | [diff] [blame] | 561 | * src/mtp.c: dropped, since all functions are now in ptp.c |
| 562 | * src/mtp-pack.c: dropped, same reason. |
| 563 | * src/mtp.h: dropped, same reason. |
| 564 | * src/mtp-pack.h: dropped, same reason. |
| 565 | |
Linus Walleij | e5f3ad4 | 2006-04-21 07:44:36 +0000 | [diff] [blame] | 566 | 2006-04-21 Linus Walleij <triad@df.lth.se> |
| 567 | |
Linus Walleij | 902c0b9 | 2006-04-21 10:52:48 +0000 | [diff] [blame] | 568 | * Released libmtp 0.0.3 |
| 569 | * Bumped source to 0.0.4 |
| 570 | |
| 571 | 2006-04-21 Linus Walleij <triad@df.lth.se> |
| 572 | |
Linus Walleij | e5f3ad4 | 2006-04-21 07:44:36 +0000 | [diff] [blame] | 573 | * src/ptp-pack.c: GCC 4.x compilation patch from |
| 574 | Diego Pettenò. |
Linus Walleij | a06a279 | 2006-04-21 07:52:26 +0000 | [diff] [blame] | 575 | * src/libusb-glue.c: New Samsung device and some |
| 576 | from libgphoto2. |
Linus Walleij | 9c6ca02 | 2006-04-21 10:24:15 +0000 | [diff] [blame] | 577 | * src/ptp.h: some defines from libgphoto2 to get |
| 578 | a bit more compatible. |
| 579 | * src/libmtp.c: Added a folder API implementation by |
| 580 | Dave "ravelox" Kelly. |
| 581 | * src/libmtp.h.in: dito. |
| 582 | * examples/folders.c: dito. |
| 583 | * examples/newfolder.c: dito. |
| 584 | * examples/trexist.c: dito. |
Linus Walleij | e5f3ad4 | 2006-04-21 07:44:36 +0000 | [diff] [blame] | 585 | |
Linus Walleij | 6fd2f08 | 2006-03-28 07:19:22 +0000 | [diff] [blame] | 586 | 2006-03-28 Linus Walleij <triad@df.lth.se> |
| 587 | |
| 588 | * m4/*: updated macros to work with GCC 4.1.0. |
| 589 | * examples/hotplug.c: new program to create device |
| 590 | ID lists. |
| 591 | * libmtp.rules: now an auto-generated file. |
| 592 | * libmtp.usermap: now an auto-generated file. |
| 593 | |
Linus Walleij | f6bc178 | 2006-03-24 15:12:47 +0000 | [diff] [blame] | 594 | 2006-03-24 Linus Walleij <triad@df.lth.se> |
| 595 | |
| 596 | * Beginning a file API, fixed some example program |
| 597 | names and such. |
| 598 | |
Linus Walleij | 6946ac5 | 2006-03-21 06:51:22 +0000 | [diff] [blame] | 599 | 2006-03-18 Linus Walleij <triad@df.lth.se> |
| 600 | |
| 601 | * Fixed up callback interface to a simpler version, |
| 602 | the old one was bloated stuff from libnjb anyway. |
| 603 | Bump to 0.0.2. |
| 604 | |
Linus Walleij | 9b28da3 | 2006-03-16 13:47:58 +0000 | [diff] [blame] | 605 | 2006-03-16 Linus Walleij <triad@df.lth.se> |
| 606 | |
| 607 | * Fixed the .h file and implementation so you really only |
| 608 | need this one .h file to interface the library. |
| 609 | |
Linus Walleij | 8012406 | 2006-03-15 10:26:09 +0000 | [diff] [blame] | 610 | 2006-03-15 Linus Walleij <triad@df.lth.se> |
| 611 | |
| 612 | * Added three device information retrieval functions. |
| 613 | |
Linus Walleij | 15e344f | 2006-03-06 15:15:00 +0000 | [diff] [blame] | 614 | 2006-03-06 Linus Walleij <triad@df.lth.se> |
| 615 | |
| 616 | * Moving some things around to structure the source. More |
| 617 | will be needed... |
| 618 | |
Linus Walleij | 9321860 | 2006-02-27 08:53:38 +0000 | [diff] [blame] | 619 | 2006-02-27 Linus Walleij <triad@df.lth.se> |
| 620 | |
| 621 | * Release libmtp 0.0.1 so people have something to play with, |
| 622 | what the heck. Probably saves someones day. |
| 623 | |
Linus Walleij | 95698cd | 2006-02-24 10:40:40 +0000 | [diff] [blame] | 624 | 2006-02-24 Linus Walleij <triad@df.lth.se> |
| 625 | |
| 626 | * Deltr example program to delete tracks, plus corresponding |
| 627 | interface call. |
| 628 | |
Linus Walleij | 17e39f7 | 2006-02-23 15:54:28 +0000 | [diff] [blame] | 629 | 2006-02-23 Linus Walleij <triad@df.lth.se> |
| 630 | |
| 631 | * Fixed up sendtr program and metadata tagging function that is |
| 632 | used after sending files. |
| 633 | |
Linus Walleij | 394bbbe | 2006-02-22 16:10:53 +0000 | [diff] [blame] | 634 | 2006-02-22 Linus Walleij <triad@df.lth.se> |
Linus Walleij | eb8c6fe | 2006-02-03 09:46:22 +0000 | [diff] [blame] | 635 | |
Linus Walleij | 394bbbe | 2006-02-22 16:10:53 +0000 | [diff] [blame] | 636 | * Untested gettr.c and sendtr.c programs to get and send tracks |
| 637 | created. |
| 638 | |
Linus Walleij | eb8c6fe | 2006-02-03 09:46:22 +0000 | [diff] [blame] | 639 | 2006-01-30 Linus Walleij <triad@df.lth.se> |
| 640 | |
| 641 | * Created the initial GNU source directory structure. |
| 642 | * Added the most basic files. |