45 Commits

Author SHA1 Message Date
Brad Parker
7c29fd6c33 create 7z archive backend, enables scanning of 7z content 2016-09-18 10:31:21 -04:00
twinaphex
51b0e61712 Cleanups 2016-09-11 16:24:02 +02:00
twinaphex
a585017208 Rename MENU_FILE_ to FILE_TYPE_ 2016-06-20 15:50:37 +02:00
twinaphex
450e1f4746 Rename menu_hash_to_file_type 2016-06-20 15:33:22 +02:00
twinaphex
e59fb6c0d9 Bugfix 2016-06-20 15:22:31 +02:00
twinaphex
7d3780e09f Refactor some code in task_push_decompress 2016-06-20 15:21:42 +02:00
twinaphex
34ad3bd103 Cleanups 2016-06-03 05:24:21 +02:00
twinaphex
7d26034ebe Rename rarch_task_* to task_* 2016-05-27 18:14:47 +02:00
twinaphex
974d3245d2 Fix logically dead code warnings 2016-05-23 22:04:00 +02:00
twinaphex
0a3224180b (Coverity) Fix uninitialized variables; fix some resource leaks 2016-05-23 21:19:28 +02:00
twinaphex
7c1938b674 Rename task functions 2016-05-13 10:19:53 +02:00
Sebastien Ronsse
b100846ad5 task decompress: Refactor decompress checking code 2016-05-05 10:18:29 +10:00
Sebastien Ronsse
b8849a574c task decompress: Add helper decompress check method 2016-05-05 10:18:29 +10:00
twinaphex
c7e13e2bcd (libretro-common) Rename file_archive to archive_file 2016-03-20 16:14:40 +01:00
twinaphex
93b7dc1bdd (libretro-common) move 'lists' files to lists/ 2016-03-20 14:53:54 +01:00
twinaphex
5b6d310abd Rename enums 2016-02-09 18:26:27 +01:00
twinaphex
4210ee197b Rename tasks.c to task_queue.c 2016-02-09 17:55:15 +01:00
twinaphex
6e9bc55dd6 Rename task_ctl to task_queue_ctl 2016-02-09 17:51:51 +01:00
twinaphex
08eb091610 Rename rarch_ to retro_ 2016-02-09 17:47:04 +01:00
twinaphex
ce2869b4d8 Create tasks_internal and split up RA-specific task code to outside 2016-02-09 17:12:39 +01:00
twinaphex
c57995b3eb Style nits/cleanups 2016-02-03 17:41:04 +01:00
twinaphex
d61eb7a8db Add TASK_CTL_FIND 2016-01-28 09:57:55 +01:00
twinaphex
b807b89837 Add TASK_CTL_PUSH 2016-01-28 09:42:55 +01:00
twinaphex
425406537c Fix Android crash 2016-01-26 04:29:19 +01:00
twinaphex
9459cf6445 Rename zlib_ to file_archive_ 2016-01-24 22:17:11 +01:00
twinaphex
3c2a45d923 Rename file_extract functions 2016-01-24 07:42:46 +01:00
twinaphex
552e78c9bc Rename file_extract to file_archive 2016-01-24 07:29:11 +01:00
twinaphex
9256cd2fbc Start adding ways to extract only one file from a ZIP 2016-01-24 00:12:05 +01:00
twinaphex
a3ae0e9a90 Cleanup 2016-01-24 00:06:50 +01:00
twinaphex
076e55a945 Fix extraction of ZIP files 2016-01-21 21:33:52 +01:00
twinaphex
e8d86ef013 Cleanups/indents 2016-01-21 03:16:48 +01:00
twinaphex
c9fc8cd7d3 rarch_task_push_decompress - deal with possible memory leaks 2016-01-21 03:14:22 +01:00
twinaphex
9095399aa8 (task_decompress.c) Use path_is_directory 2016-01-21 02:36:58 +01:00
twinaphex
454abdee48 stdstring - create string_is_equal 2016-01-20 04:07:24 +01:00
twinaphex
adf9fcec7b Add log 2016-01-10 13:16:55 +01:00
twinaphex
7a55ae3765 Start updating headers for 2016 2016-01-10 04:06:50 +01:00
twinaphex
1439a36174 (tasks) Start using string_is_empty 2015-12-26 07:23:13 +01:00
twinaphex
6062467d1b task_decompress.c - add code for handling subdir extraction from
zip archive - needed for APK extraction
2015-12-02 06:06:15 +01:00
twinaphex
a7e72772e7 Start making tasks_decompress.c suitable for extracting APKs too 2015-12-02 05:27:47 +01:00
Higor Eurípedes
1948e6c1dd (task_decompress) Disallow same-file concurrent decompression 2015-11-30 11:43:05 -03:00
Higor Eurípedes
a171f3c6d1 (task_decompress.c) Add progress report 2015-11-30 10:41:35 -03:00
Higor Eurípedes
cf0a493605 Add some task-related localized strings 2015-11-30 10:02:36 -03:00
Higor Eurípedes
3bad31e513 (tasks_decompress) Attempt to fix some Android issues 2015-11-28 17:14:07 -03:00
Higor Eurípedes
aad63e776b Log some warnings in the decompression code 2015-11-28 16:08:55 -03:00
Higor Eurípedes
d28965b9f4 Implement zip decompression task 2015-11-27 19:48:09 -03:00