1. 2f62281 Various stuff, including Chris' patches to timeout defaults. by Linus Walleij · 16 years ago
  2. eb14439 Bugfix from Juanan Pereira by Linus Walleij · 16 years ago
  3. 8b8c850 Check for locale. by Linus Walleij · 16 years ago
  4. 59765e8 Examples subdir code cleanup by Linus Walleij · 16 years ago
  5. ea68f1f Bomb in storage ID support everywhere. by Linus Walleij · 16 years ago
  6. 56c6395 Check charsets properly. by Linus Walleij · 16 years ago
  7. 9b14618 Make raw devices used in detect. by Linus Walleij · 16 years ago
  8. a700d22 Refactor to use raw devices internally (major change!) by Linus Walleij · 16 years ago
  9. ef2fb36 Fix up error messages. by Linus Walleij · 16 years ago
  10. 4a712ef Minor flunky. by Linus Walleij · 16 years ago
  11. 10e0ce7 Export macros to detect audio/video/both and track by Linus Walleij · 16 years ago
  12. 31b7429 Support for composer metadata. by Linus Walleij · 16 years ago
  13. 63fd1e6 Added a raw device detection interface. by Linus Walleij · 16 years ago
  14. 88feb2e Some fixups. by Linus Walleij · 17 years ago
  15. 161fcce Two patches from Marcus. by Linus Walleij · 17 years ago
  16. 5ce59db New parent_id for playlists and albums. by Linus Walleij · 17 years ago
  17. c12e175 Some fixing up. by Linus Walleij · 17 years ago
  18. bbd9142 Minor code fixes by Linus Walleij · 17 years ago
  19. 9564013 Fix a few memory leaks by Linus Walleij · 17 years ago
  20. 75fe2bf Add transferred tracks to albums if possible by Linus Walleij · 17 years ago
  21. 3191bba Fix two bugs found by Scott Snyder by Linus Walleij · 17 years ago
  22. 7fcaa37 Recognize .bin as firmware by Linus Walleij · 17 years ago
  23. 20c3b67 Patch from Chris Waters (Debian) fixing strtoul() use by Linus Walleij · 17 years ago
  24. da9687e Update the so major number due to the device entry struct reworking. Fix values in libusb-glue.c. Update fdi file generation. by jefferai · 17 years ago
  25. 0bfe3ab Extend LIBMTP_device_entry_struct to include character strings for vendor and product insted of just the concatenated name and vendor and product IDs. This is by jefferai · 17 years ago
  26. ca2a170 Shape up the 64bit file size retrieveal by Linus Walleij · 17 years ago
  27. 71b8c0f New udev style (again) by Linus Walleij · 17 years ago
  28. 50d47a5 New udev style does not take precedence by Linus Walleij · 17 years ago
  29. f459207 Petar fixed the AM flags by Linus Walleij · 17 years ago
  30. 0535838 Enable LFS by Linus Walleij · 17 years ago
  31. d2778d1 Wrap track send around the file send function. by Linus Walleij · 17 years ago
  32. 2f04990 New udev syntax by Linus Walleij · 17 years ago
  33. 8632a4d Update to new kernel standards and HAL by Linus Walleij · 17 years ago
  34. 8656ab4 Handle subsystem rename madness somewhat. by Linus Walleij · 17 years ago
  35. 9c54a7b SYBSYSTEM=usb instead of usb_device by Linus Walleij · 17 years ago
  36. 5d533bb Reset command etc by Linus Walleij · 17 years ago
  37. 3e13dda Special OGG support hack for FDI generation by Linus Walleij · 17 years ago
  38. f28f2a1 Fix/update hotplug.c HAL output, and make whitespacing consistent. by jefferai · 17 years ago
  39. 99466e3 Sync script by Linus Walleij · 17 years ago
  40. ff506ef Fixed usage of new album code by Linus Walleij · 17 years ago
  41. fd53163 udev GOTO fix by Linus Walleij · 17 years ago
  42. e73f74a Minor 64bit tweaks. by Linus Walleij · 17 years ago
  43. cd9f499 * examples/*.c: Print library version number on execution of examples by tedbullock · 17 years ago
  44. 2be40c7 iriver OGG Alzheimer fix by Linus Walleij · 18 years ago
  45. 8226522 Some tweaks preparing for 0.1.4 by Linus Walleij · 18 years ago
  46. 8909e94 Pretty up the output a bit by tedbullock · 18 years ago
  47. 898bd53 trim debugging output and clarify actions by tedbullock · 18 years ago
  48. 848009b New API function to retrieve the number of devices in a list of connected devices by tedbullock · 18 years ago
  49. 5aaed1c Fixed some formatting problems by tedbullock · 18 years ago
  50. 45810fe Echo errors more clearly by tedbullock · 18 years ago
  51. 433d217 Replaced LIBMTP_ERROR_N0_DEVICE_ATTACHED with LIBMTP_ERROR_NO_DEVICE_ATTACHED (zero with Oh) by tedbullock · 18 years ago
  52. 2b45f2e Remove single device libusb-glue code since it has been replaced with the multiple device code now by tedbullock · 18 years ago
  53. 5164920 Updated files.c and tracks.c to use new multi device code by tedbullock · 18 years ago
  54. 20eb820 Updated albums.c to use multiple device code by tedbullock · 18 years ago
  55. f47695a Echo friendly name so we know which device we are working with by tedbullock · 18 years ago
  56. 15b815a LIBMTP_Release_Device_List should be called at the head of the device by tedbullock · 18 years ago
  57. 9591806 Fixed erroneous calls to device, when should have been using iter by tedbullock · 18 years ago
  58. e2f94fd Fixed erroneous calls to device, when should have been using iter by tedbullock · 18 years ago
  59. 907432d Added some status updates when trying to read device certificate and formatted code to improve readability by tedbullock · 18 years ago
  60. 3d78c4c A final round of LGPL boilerplates. by Linus Walleij · 18 years ago
  61. 69a445b * examples/folders.c: Updated to use new multi device code by tedbullock · 18 years ago
  62. 0f033cb New API for multiple devices is available by tedbullock · 18 years ago
  63. 543badf A horde of LGPL boilerplates. by Linus Walleij · 18 years ago
  64. 070e9b4 General error stack and error handling. by Linus Walleij · 18 years ago
  65. 02ee880 Reflect new filetypes. by Linus Walleij · 18 years ago
  66. f849191 More storage fixes. by Linus Walleij · 18 years ago
  67. b01d18b One more round of fixes by Linus Walleij · 18 years ago
  68. 97efcda Janitorial by Linus Walleij · 18 years ago
  69. 9e1b081 Daniel's revamp of the storage API. by Linus Walleij · 18 years ago
  70. 934cd7f Last min fixes. by Linus Walleij · 18 years ago
  71. f1b02f2 Some rep-sample stuff. by Linus Walleij · 18 years ago
  72. 5332f9c abstract Send_Representative_Sample() to allow sample data uploads for any format that supports it. by rreardon · 18 years ago
  73. 7e3f276 Album art -> representative sample by Linus Walleij · 18 years ago
  74. fa3fbe3 A symlink bug. by Linus Walleij · 18 years ago
  75. 9901e22 Removed external object API. by Linus Walleij · 18 years ago
  76. 64ad9ae Some bit stuffing by Linus Walleij · 18 years ago
  77. f73de15 Some fixed from Marcus. by Linus Walleij · 18 years ago
  78. 33744bb Add a new example program which identifies empty folders (and optionally deletes them). by mopoke · 18 years ago
  79. 508705f use enhanced MTP commands to create playlists and demo program for creating new playlists by rreardon · 18 years ago
  80. e1ab264 Really use undeprecated API by Richard Low · 18 years ago
  81. dc0b6c7 Added callbacks by Richard Low · 18 years ago
  82. 3fcfea5 API updates by Linus Walleij · 18 years ago
  83. c80f9b4 Change function names to a standard format by cjdebenh · 18 years ago
  84. 4a99f50 Move newfolder to be all in it's own file and added links for sendfile/getfile by cjdebenh · 18 years ago
  85. 6f23b50 Add example to list albums by cjdebenh · 18 years ago
  86. 71f45f0 Update connect example to incorporate sendtr, sendfile, delfile and newfolder as multi-call binary by cjdebenh · 18 years ago
  87. c81f19f Re-add albumart util to Makefile by cjdebenh · 18 years ago
  88. dfce886 Add usage to connect by cjdebenh · 18 years ago
  89. cb4ac9f Integrate new utility that can do multiple actions by cjdebenh · 18 years ago
  90. 11235ea Example tool for adding albums/album art. by mopoke · 18 years ago
  91. 3725329 Chris' patch by Linus Walleij · 18 years ago
  92. 43ff8fc Patch to delfile.c by Linus Walleij · 18 years ago
  93. bec05dc Credits! by Linus Walleij · 18 years ago
  94. b1318d1 Example script added. by Linus Walleij · 18 years ago
  95. 4ef39e6 VCARD3 support in sendfile, correct attribute WL by Linus Walleij · 18 years ago
  96. ef864a5 Prompt before format. by Linus Walleij · 18 years ago
  97. b8bfcb2 Format device example by Linus Walleij · 18 years ago
  98. 8043934 Some fixes. by Linus Walleij · 18 years ago
  99. cd3eb3d Having fun. by Linus Walleij · 18 years ago
  100. a823a70 Sync upstream by Linus Walleij · 18 years ago