93 Commits

Author SHA1 Message Date
twinaphex
9459cf6445 Rename zlib_ to file_archive_ 2016-01-24 22:17:11 +01:00
twinaphex
aae1faf76f Move crc32_calculate to file_archive_zlib.c 2016-01-24 21:50:28 +01:00
twinaphex
1a04bb4532 Add stream_decompress_data_to_file_init and stream-decompress_data_to_file_iterate to
file_archive_zlib.c
2016-01-24 21:23:33 +01:00
twinaphex
fe1cbe6a5a (file_ops.c) Create stream_backend variable 2016-01-24 21:15:22 +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
c6f7afbd9a Adjust zlib_crc32_calculate 2016-01-24 06:47:06 +01:00
twinaphex
a0e9a4c68e Cleanups 2016-01-24 06:42:57 +01:00
twinaphex
8a254d0480 (Android) Fix build 2016-01-24 06:28:27 +01:00
twinaphex
20cf52a316 read_comprssed_file - cleanups 2016-01-24 04:27:20 +01:00
twinaphex
7d7c29f0f8 Reimplement read_zip_file - no longer depend on unzip.h 2016-01-24 04:18:47 +01:00
twinaphex
6da1be9bc9 (file_ops) Rename archive_path to path 2016-01-24 03:11:14 +01:00
twinaphex
a6b616e6d1 (file_ops.c) rename relative_path to needle 2016-01-24 03:07:49 +01:00
twinaphex
08f6c9c367 Cleanup compressed_file_list_new 2016-01-24 00:13:58 +01:00
twinaphex
e86f77692d read_compressed_file - cleanup 2016-01-23 22:35:13 +01:00
twinaphex
0b74956abe read_compressed_file - use string_list 2016-01-23 22:33:09 +01:00
twinaphex
126a492fd5 read_zip_file - cleanups 2016-01-21 04:05:35 +01:00
twinaphex
63e2d13b8f Create string_is_equal_noncase - try not to use strcasecmp so much 2016-01-20 17:34:19 +01:00
twinaphex
454abdee48 stdstring - create string_is_equal 2016-01-20 04:07:24 +01:00
twinaphex
7a55ae3765 Start updating headers for 2016 2016-01-10 04:06:50 +01:00
twinaphex
504455ea48 Cleanups 2015-12-26 11:14:51 +01:00
Twinaphex
c2e0e8d9fb (menu_entries.c) Less pointer grabbing 2015-12-07 07:13:18 +01:00
twinaphex
a106d7143b Simplify 7z code 2015-12-02 02:42:06 +01:00
twinaphex
adffda5cfe (7z) Simplify code 2015-12-02 02:40:06 +01:00
twinaphex
0b77ba05b0 (file_ops.c) Cleanup 2015-12-02 01:54:40 +01:00
twinaphex
9e78e106be Remove unneeded 7z header include 2015-12-02 01:49:33 +01:00
twinaphex
42e54ea10a file_ops.c - cleanups 2015-12-02 01:46:07 +01:00
twinaphex
b46b880c32 Remove unused variables 2015-12-02 01:42:13 +01:00
twinaphex
a6028daea3 compressed_7zip_file_list_new - fix potential memleak 2015-12-02 01:40:39 +01:00
twinaphex
7aab9baaa8 (file_ops.c) 7zip UTF16 buffer allocation cleanups 2015-12-02 01:35:01 +01:00
twinaphex
846e009037 Nit 2015-12-02 01:26:29 +01:00
twinaphex
1f78455274 Remove call to Buf_Init 2015-12-02 01:16:08 +01:00
twinaphex
47b934b563 (file_ops.c) g_Alloc can go 2015-12-02 01:13:39 +01:00
twinaphex
265b297698 Don't use Buf_Free and Buf_Create anymore 2015-12-02 01:12:44 +01:00
twinaphex
e078e1d379 read_7zip_file - cleanups 2015-12-01 19:54:26 +01:00
twinaphex
e48146f547 compressed_7zip_file_list_new - cleanups 2015-12-01 19:46:34 +01:00
twinaphex
0b1f5df456 Update encoding_utf 2015-12-01 19:24:51 +01:00
twinaphex
263b2de885 (file_ops) 7z cleanups 2015-12-01 19:14:59 +01:00
twinaphex
cb0c8497c9 Reintroduce old 7z UTF conversion code 2015-12-01 18:59:35 +01:00
twinaphex
074f14b132 Add verbosity.c/verbosity.h 2015-11-23 12:03:38 +01:00
twinaphex
6f50187b56 Create utf16_conv_utf8 - recycled code - should probably be
cleaned up
2015-11-16 07:55:09 +01:00
twinaphex
02a43c6b2a Change 'rarch' to 'retro' namespace in libretro-common 2015-10-26 03:18:13 +01:00
twinaphex
87d44af218 Static code analysis cleanups 2015-09-29 18:08:33 +02:00
twinaphex
02a5d738fe Static code analysis cleanups 2015-09-28 23:00:22 +02:00
twinaphex
0cc56e2a1a More static code analysis nits 2015-09-28 18:44:28 +02:00
twinaphex
ff779eabd4 (file_ops.c) Cleanups 2015-09-19 12:48:53 +02:00
twinaphex
f4504e2e74 (file_ops) Use retro_write_file - other cleanups 2015-09-19 12:46:31 +02:00
twinaphex
32ddeb3f96 Rename retro_fmemcpy_alloc to retro_read_file 2015-09-19 00:36:27 +02:00
twinaphex
3564532564 Create retro_write_file 2015-09-19 00:34:24 +02:00
twinaphex
a6e0b2f22d (retro_file) Create retro_fmemcpy_alloc 2015-09-19 00:19:51 +02:00