Age | Commit message (Expand) | Author |
2011-02-18 | Make sure we don't read past the end of a C-string in format_track_path. Seco... | Thomas Jarosch |
2011-02-18 | Don't underflow the buffer in format_track_path() if it consists of whitespaces | Thomas Jarosch |
2011-02-18 | Fix off-by-one buffer read access in format_track_path(). Part of #11947 | Thomas Jarosch |
2011-02-14 | All kernel objects in code shared amongs targets (core, plugins, codecs) shou... | Michael Sevakis |
2010-12-06 | Get rid of get_user_file_path and do the path handling in wrappers for open()... | Thomas Martitz |
2010-11-29 | FS#11725: fix duplicationg slash indicating root in filename. | Teruaki Kawashima |
2010-09-19 | playlist_shuffle(): remove unused variable | Rafaël Carré |
2010-08-11 | Fix FS#11175. playlist_peek() wasn't thread safe (due to a static filename bu... | Magnus Holmgren |
2010-08-01 | Rockbox as an application: add get_user_file_path(). | Thomas Martitz |
2010-06-21 | Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #... | Thomas Martitz |
2010-05-07 | Minor const police raid. | Steve Bavin |
2010-05-06 | Move c/h files implementing/defining standard library stuff into a new libc d... | Thomas Martitz |
2010-05-06 | Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t... | Thomas Martitz |
2010-02-05 | Aceppt FS#10945 by Tomasz Kowalczyk - Fix playlists not returning to the orig... | Jonathan Gordon |
2010-01-21 | fix FS#10288 by Tomasz Kowalczyk. Fixes issues where resuming a "insert shuff... | Jonathan Gordon |
2009-12-21 | Fix FS#9660 - make warn on playlist erase work correctly when creating a new ... | Jonathan Gordon |
2009-12-06 | FS#10834 by Alex Bennee, fixing off-by-one bug in code calling format_track_path | Nils Wallménius |
2009-10-28 | Committing FS#10717 by Tomasz Kowalyczyk: add PLAYLIST_INSERT_LAST_SHUFFLED (... | Dave Hooper |
2009-10-20 | Correct wrong usage of event callbacks all over the place. It's not supposed ... | Thomas Martitz |
2009-07-14 | FS#10080 | Nils Wallménius |
2009-07-08 | Fix bug in playlist_move where the track would end up one place too early / t... | Dave Hooper |
2009-05-31 | playlist start can only have 1 return value (0), so make it return nothing. | Thomas Martitz |
2009-04-07 | Revert FS#9531 / r19723 - It did not fix the problem, and it caused the index... | Boris Gjenero |
2009-03-08 | Fix insert/queue next, last and replace to update the last insert position too, | Thomas Martitz |
2009-03-08 | Fix playlist "Insert" a bit. | Thomas Martitz |
2009-03-08 | Clean up some #includes | Bertrik Sikken |
2009-01-08 | Commit patch by JdGordon to fix FS#9531 (which applied to all targets) - corr... | Marianne Arnold |
2008-11-01 | Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ... | Frank Gevaerts |
2008-10-12 | Minor clean up, move common define to a header file and use TIME_AFTER macro | Nils Wallménius |
2008-10-08 | Make the array static const char, and use it for direct lookup, saving binsiz... | Jens Arnold |
2008-10-08 | Fix FS#8949 - Alphabetical directory listing reversed after "Error Accessing ... | Nils Wallménius |
2008-10-07 | add HAVE_DISK_STORAGE, and use that instead of HAVE_FLASH_STORAGE when checki... | Frank Gevaerts |
2008-09-24 | Clean up use of snprintf where strncpy if suited, avoid useless copying of co... | Nils Wallménius |
2008-09-21 | more slight playlist resume cleanuping... dont bother saving the playlist fir... | Jonathan Gordon |
2008-09-20 | FS#9408 - dont bother saving the random seed in global status. I'm 99.9% sure... | Jonathan Gordon |
2008-08-15 | FS#9281 Rename of splash functions. | Nils Wallménius |
2008-08-11 | r10544 changed the playlist reloading so you couldnt actually abort the proce... | Jonathan Gordon |
2008-08-09 | Fix problem with utf8 playlists containing a BOM breaking all entries but the... | Dominik Riebeling |
2008-08-02 | Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in se... | Dominik Riebeling |
2008-07-29 | Only voice track insertion splash if voice menus enabled - fix for FS#9223 | Steve Bavin |
2008-07-02 | fix the random folder behaviour by not letting it start folders which dont ha... | Jonathan Gordon |
2008-06-29 | fix FS#9119 (crash if random folder list has no entries) | Jonathan Gordon |
2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
2008-06-24 | When saving a .m3u8 playlist, include a byte order mark (BOM), as some applic... | Magnus Holmgren |
2008-06-23 | FS#9051 - remove LCD margins... use viewports if you need them... | Jonathan Gordon |
2008-05-12 | Const police raid. | Steve Bavin |
2008-04-30 | remove the 2nd last evil use of ata_disk_is_active() in apps/ | Jonathan Gordon |
2008-04-28 | Moved atoi declaration to stdlib.h. Deleted atoi.h | Bertrik Sikken |
2008-04-20 | Renamed remove_all_tracks to playlist_remove_all_tracks to make it consistent... | Bertrik Sikken |
2008-04-07 | Remove unused playlist_checkend(), it really should never be needed. | Steve Bavin |