Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libmtp
/
5aaed1c9b46943e71afb8e7fe9697ddefb5cf1b0
5aaed1c
Fixed some formatting problems
by tedbullock
· 18 years ago
6c06095
Prevent ptp.c from closing file descriptors it didn't open in the first place
by tedbullock
· 18 years ago
1e3d176
Added Toshiba Gigabeat P20
by Linus Walleij
· 18 years ago
b275318
More checks to see if operations to set object props are supported.
by Linus Walleij
· 18 years ago
304433d
Metadata set fixes
by Linus Walleij
· 18 years ago
45810fe
Echo errors more clearly
by tedbullock
· 18 years ago
a29ed2a
TODO update and libusb-glue.c minor tweak
by Linus Walleij
· 18 years ago
4eb0112
Fix incorrect transfer sizes causing zero write issues
by Richard Low
· 18 years ago
433d217
Replaced LIBMTP_ERROR_N0_DEVICE_ATTACHED with LIBMTP_ERROR_NO_DEVICE_ATTACHED (zero with Oh)
by tedbullock
· 18 years ago
039d1dd
Undeprecate first device function.
by Linus Walleij
· 18 years ago
0f79476
Fix crash when no devices connected
by Richard Low
· 18 years ago
faff337
Fixed some missing End of Line characters
by tedbullock
· 18 years ago
2b45f2e
Remove single device libusb-glue code since it has been replaced with the multiple device code now
by tedbullock
· 18 years ago
95d1bc0
Another device
by Linus Walleij
· 18 years ago
5164920
Updated files.c and tracks.c to use new multi device code
by tedbullock
· 18 years ago
20eb820
Updated albums.c to use multiple device code
by tedbullock
· 18 years ago
44b0ff7
Make sure that LIBMTP_Get_First_Device only returns one device now that it wraps around the multiple device API
by tedbullock
· 18 years ago
f47695a
Echo friendly name so we know which device we are working with
by tedbullock
· 18 years ago
15b815a
LIBMTP_Release_Device_List should be called at the head of the device
by tedbullock
· 18 years ago
9591806
Fixed erroneous calls to device, when should have been using iter
by tedbullock
· 18 years ago
e2f94fd
Fixed erroneous calls to device, when should have been using iter
by tedbullock
· 18 years ago
12413c0
New Samsung YP-K3
by Linus Walleij
· 18 years ago
907432d
Added some status updates when trying to read device certificate and formatted code to improve readability
by tedbullock
· 18 years ago
54462fc
typo on depcomp on last commit
by tedbullock
· 18 years ago
b6aed4a
ignore some Eclipse IDE project files
by tedbullock
· 18 years ago
e771364
* Changed LIBMTP_Get_First_Device to wrap around the multiple device API
by tedbullock
· 18 years ago
02724f6
read/write sizes changed
by Richard Low
· 18 years ago
507e7fe
memset params to 0 to avoid freeing unalloced memory
by Richard Low
· 18 years ago
d284f07
Debug output fixes
by Richard Low
· 18 years ago
774503c
Tweak segfault fix for new error code
by rreardon
· 18 years ago
bc73009
Correct changelog entry date
by rreardon
· 18 years ago
34511b1
Fix segfault for new error handling code.
by rreardon
· 18 years ago
3d78c4c
A final round of LGPL boilerplates.
by Linus Walleij
· 18 years ago
57c2eff
Tidy up the ChangeLog
by Linus Walleij
· 18 years ago
68b19c0
Some error stack tweaking.
by Linus Walleij
· 18 years ago
4e51cb9
Make sure that the result is NULL so we don't confuse the client apps and cause segfaults
by tedbullock
· 18 years ago
69a445b
* examples/folders.c: Updated to use new multi device code
by tedbullock
· 18 years ago
073ee90
Added Samsung X830
by Linus Walleij
· 18 years ago
0f033cb
New API for multiple devices is available
by tedbullock
· 18 years ago
8556f52
Samsung X830
by Linus Walleij
· 18 years ago
bbdf44e
Added another Archos variant
by Linus Walleij
· 18 years ago
de7ad54
Add Logik DAX
by Linus Walleij
· 18 years ago
2d3f7b8
Teds latest multidevice code.
by Linus Walleij
· 18 years ago
462a5e7
Endianness clarifications.
by Linus Walleij
· 18 years ago
2a1e3a4
Updated multiple-device code from Ted.
by Linus Walleij
· 18 years ago
c1b4940
Swapons device ID for Noka Mobile Phones
by Linus Walleij
· 18 years ago
543badf
A horde of LGPL boilerplates.
by Linus Walleij
· 18 years ago
7b7a0e2
LGPL boilerplates.
by Linus Walleij
· 18 years ago
2f45d22
LGPL boilerplates,
by Linus Walleij
· 18 years ago
073c417
Free used memory.
by Linus Walleij
· 18 years ago
a8a19cc
Sync in upstream libgphoto2
by Linus Walleij
· 18 years ago
550d6d5
New multiple device interface code from Ted.
by Linus Walleij
· 18 years ago
1df47cd
New device.
by Linus Walleij
· 18 years ago
552ba32
Moved LIBUSB_Get_Supported_Devices() into the USB subsystem.
by Linus Walleij
· 18 years ago
070e9b4
General error stack and error handling.
by Linus Walleij
· 18 years ago
2e1c8a3
Multiple devices patch from Ted Bullock
by Linus Walleij
· 18 years ago
b2e105d
Ignoring .orig files from patch (Ted Bullock)
by Linus Walleij
· 18 years ago
7059ed4
new devices
by Richard Low
· 18 years ago
2715c44
Error stack framework added...
by Linus Walleij
· 18 years ago
a98d054
new device
by Richard Low
· 18 years ago
926405d
One more device
by Linus Walleij
· 18 years ago
85a4c03
Release 0.1.3.
by Linus Walleij
· 18 years ago
d85d2bb
Janitorial libmtp.sym update
by Linus Walleij
· 18 years ago
4df32f8
Zero read fix
by Richard Low
· 18 years ago
c49c637
Fixed so callbacks work again, hopefully without breaking anything.
by Linus Walleij
· 18 years ago
15af853
Encoding profile property.
by Linus Walleij
· 18 years ago
b97379b
Credit where credit is due.
by Linus Walleij
· 18 years ago
58b6279
(re)introduce clear of halt on endpoints,
by Linus Walleij
· 18 years ago
a032327
Sync in Marcus changes in libgphoto2
by Linus Walleij
· 18 years ago
ef05b89
second zero write fix attempt
by Richard Low
· 18 years ago
68f4588
fix zero write bug
by Richard Low
· 18 years ago
b371cdc
Put old maxval back in.
by Linus Walleij
· 18 years ago
0fa4702
Cosmetic diff minimize
by Linus Walleij
· 18 years ago
99ed83c
Fix up commenting.
by Linus Walleij
· 18 years ago
b89ea94
split header/packet sizes fixes
by Richard Low
· 18 years ago
c70a6df
Minor move.
by Linus Walleij
· 18 years ago
021421e
Split headers/packet size fix
by Richard Low
· 18 years ago
fa2d1d1
New defs from Orson
by Linus Walleij
· 18 years ago
a5ab8c4
0.1.2 release
by Linus Walleij
· 18 years ago
02ee880
Reflect new filetypes.
by Linus Walleij
· 18 years ago
5fb4713
New MTP types and defs
by Linus Walleij
· 18 years ago
edd6183
fixed bug in debug printing
by Richard Low
· 18 years ago
a679b1c
fixed packing bug
by Richard Low
· 18 years ago
a6c924c
abstract list fixes
by Richard Low
· 18 years ago
784ac3f
API changes from libgphoto2.
by Linus Walleij
· 18 years ago
e2e2118
0.1.1 fixes.
by Linus Walleij
· 18 years ago
3a3d24d
New release 0.1.1.
by Linus Walleij
· 18 years ago
8609af3
Pleasing older autotools
by Linus Walleij
· 18 years ago
d6735f7
Update.
by Linus Walleij
· 18 years ago
bc6c579
Short files patch from Matthew Wilcox
by Linus Walleij
· 18 years ago
af20b5d
Metadata upload fixes
by Richard Low
· 18 years ago
8709981
One more (N12)
by Linus Walleij
· 18 years ago
fabffc0
One rare iRiver product ID
by Linus Walleij
· 18 years ago
92fec47
Some note.
by Linus Walleij
· 18 years ago
037a125
Sync to upstream libgphoto2
by Linus Walleij
· 18 years ago
f849191
More storage fixes.
by Linus Walleij
· 18 years ago
e1ac07e
Get storage properly.
by Linus Walleij
· 18 years ago
2fcec29
Another one.
by Linus Walleij
· 18 years ago
b01d18b
One more round of fixes
by Linus Walleij
· 18 years ago
cd84936
Daniels proper surename
by Linus Walleij
· 18 years ago
Next »