mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-01-22 09:40:35 -05:00
fixes: - traverse_dir was called recursively using two MAX_PATH local buffers => possible stack overflow - The import function inserted additional, incorrect, entries when the whole line buffer was filled - "Dirs not found" message overlapped number of folders when generating folder list - Final number of scanned folders wasn't displayed - Wouldn't stop inserting when maximum number of files in playlist was already reached - Prevent buffer overflow when importing - Don't write to fd after opening failed - Use whole buffer with read_line, instead of subtracting 1. Remove hard coded sizes - CRs don't need to be removed in import function (already handled by read_line) features: - Use insert context for *much* faster insertion of large # of folders, and nicer progress display - Use UI viewport - Add progress indicator when saving or loading - Display number of folders in edit list title - Go back to plugin's main menu from edit list - Only ask to save changes if list is dirty - Warn before erasing modified playlist - Flag successfully created playlist as modified - Make folder scan wait for dircache - Shorten menu item names - Put "Play Shuffled" menu item first - Remember selection when returning from submenus - Go to WPS after ACTION_TREE_WPS - Exit menu when pressing Back - Perform an initial scan, if no data file exists yet, when "Play Shuffled" or "Edit" is selected Change-Id: I7df76f8fb8387888ce491d8b74b01b481e9997d3 |
||
|---|---|---|
| .. | ||
| include_lua | ||
| lua_tests | ||
| action_helper.pl | ||
| button_helper.pl | ||
| lapi.c | ||
| lapi.h | ||
| lauxlib.c | ||
| lauxlib.h | ||
| lbaselib.c | ||
| lbitlib.c | ||
| lcode.c | ||
| lcode.h | ||
| ldebug.c | ||
| ldebug.h | ||
| ldo.c | ||
| ldo.h | ||
| ldump.c | ||
| lfunc.c | ||
| lfunc.h | ||
| lgc.c | ||
| lgc.h | ||
| liolib.c | ||
| llex.c | ||
| llex.h | ||
| llimits.h | ||
| lmathlib.c | ||
| lmem.c | ||
| lmem.h | ||
| loadlib.c | ||
| lobject.c | ||
| lobject.h | ||
| lopcodes.c | ||
| lopcodes.h | ||
| loslib.c | ||
| lparser.c | ||
| lparser.h | ||
| lstate.c | ||
| lstate.h | ||
| lstring.c | ||
| lstring.h | ||
| lstrlib.c | ||
| ltable.c | ||
| ltable.h | ||
| ltablib.c | ||
| ltm.c | ||
| ltm.h | ||
| lua.h | ||
| lua.make | ||
| lua_user.c | ||
| lua_user.h | ||
| luaconf.h | ||
| luadir.c | ||
| luadir.h | ||
| lualib.h | ||
| lundump.c | ||
| lundump.h | ||
| lvm.c | ||
| lvm.h | ||
| lzio.c | ||
| lzio.h | ||
| Makefile | ||
| rbdefines_helper.pl | ||
| README | ||
| rockaux.c | ||
| rockconf.h | ||
| rocklib.c | ||
| rocklib.h | ||
| rocklib_aux.pl | ||
| rocklib_events.c | ||
| rocklib_events.h | ||
| rocklib_img.c | ||
| rocklib_img.h | ||
| rocklibc.h | ||
| rocklua.c | ||
| settings_helper.pl | ||
| SOURCES | ||
| strftime.c | ||
| strpbrk.c | ||
| tlsf_helper.c | ||
The following files are (with slight modifications for Rockbox) from dietlibc
version 0.31 which is licensed under the GPL version 2:
gmtime.c
strftime.c