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
|
7130f0c8d8
|
Move zlib_set_stream to file_archive_zlib
|
2016-01-24 21:06:53 +01:00 |
|
twinaphex
|
7d29929819
|
Move file_archive_inflate_init to file_archive_zlib
|
2016-01-24 20:18:52 +01:00 |
|
twinaphex
|
fa00f51e80
|
Move zlib_deflate_data_to_file to file_archive_zlib.c
|
2016-01-24 20:15:17 +01:00 |
|
twinaphex
|
d1ef6f032e
|
Create stream_compress_free and add it to file_archive_zlib
|
2016-01-24 20:12:12 +01:00 |
|
twinaphex
|
f264d3d29b
|
Move zlib_stream_ functions to file_archive_zlib.c
|
2016-01-24 20:08:57 +01:00 |
|
twinaphex
|
064c5ffc3a
|
Move zlib_stream_free to file_archive_zlib.c
|
2016-01-24 20:01:35 +01:00 |
|
twinaphex
|
9a23d95846
|
Add zlib_stream_new to file_archive_zlib.c
|
2016-01-24 19:57:31 +01:00 |
|
twinaphex
|
021d8e6af8
|
Make file_archive_get_default_file_backend public scope
|
2016-01-24 19:48:25 +01:00 |
|
twinaphex
|
cc69cfe6a7
|
Use zlib_transfer_t * instead of void *
|
2016-01-24 18:53:37 +01:00 |
|
twinaphex
|
cf94c0b6c0
|
Move file backend back to file_archive.c
|
2016-01-24 16:18:18 +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
|
5c615f18e1
|
Turn zlib_inflate_init2 into static function
|
2016-01-24 06:52:14 +01:00 |
|
twinaphex
|
280e10195c
|
Remove zlib_crc32_adjust - reuse zlib_crc32_calculate for this
|
2016-01-24 06:50:18 +01:00 |
|
twinaphex
|
c6f7afbd9a
|
Adjust zlib_crc32_calculate
|
2016-01-24 06:47:06 +01:00 |
|
twinaphex
|
78feccd0a3
|
Split up file extract zlib driver code to separate file
|
2016-01-24 06:18:53 +01:00 |
|
twinaphex
|
458e3a0fad
|
Fix zlib_extract_first_content_file - we now pass a
new string to zlib_extract_first_content_file which will
fill in the extracted first file's path, we then add this
to temporary_content string list
|
2016-01-24 05:41:41 +01:00 |
|
Higor Eurípedes
|
a171f3c6d1
|
(task_decompress.c) Add progress report
|
2015-11-30 10:41:35 -03:00 |
|
twinaphex
|
40e8f4eba6
|
Dehardcode C89_BUILD ifdefs
|
2015-11-25 02:10:31 +01:00 |
|
twinaphex
|
5c71cb06d4
|
Remove CONFIG_GET_HEX_BASE macro
|
2015-11-21 18:08:37 +01:00 |
|
twinaphex
|
f91ba67c5b
|
Kill off two configuration macros
|
2015-11-21 18:02:53 +01:00 |
|
twinaphex
|
30272dd413
|
Create 'loading and saving' of configuration settings for video_driver_ctl
|
2015-11-21 09:32:51 +01:00 |
|
twinaphex
|
1e006e3edc
|
Comment out config_get_uint64 when compiling for C89
|
2015-11-19 13:52:40 +01:00 |
|
twinaphex
|
149d892910
|
Cleanup config_file.c
|
2015-11-15 22:28:57 +01:00 |
|
twinaphex
|
348f28b382
|
Cleanups
|
2015-10-11 15:46:55 +02:00 |
|
twinaphex
|
385e030261
|
Move functions around
|
2015-09-22 19:34:16 +02:00 |
|
twinaphex
|
3db688d477
|
Create retro_stat.c/retro_stat.h
|
2015-09-22 01:45:30 +02:00 |
|
twinaphex
|
9d67d48036
|
Create path_is_valid
|
2015-09-21 22:46:27 +02:00 |
|
twinaphex
|
872314f910
|
Use UINT_FAST16_MAX/UINT_LEAST32_MAX
|
2015-09-15 18:59:40 +02:00 |
|
CautiousAlbino
|
173dcd3e4c
|
Retry implementation of include_compressed to dir_list_new.
Problem was that if ext_list wasn't used, an empty list would be
created.
|
2015-08-30 20:19:41 +02:00 |
|
Twinaphex
|
aa382a5c7c
|
Revert "Add include_compressed param to dir_list_new."
|
2015-08-30 18:36:25 +02:00 |
|
CautiousAlbino
|
c4691b2668
|
Add include_compressed param to dir_list_new.
Do not try to load in compressed archives unless we expect them.
Fixes hang in input autodetect where it tried to parse a zip file as an
archive.
|
2015-08-30 16:57:34 +02:00 |
|
Higor Eurípedes
|
3cc6e07174
|
(task_database) Fix leaks when scanning zip files
|
2015-07-05 10:23:21 -03:00 |
|
Alcaro
|
4ca6c2398c
|
More C89 cleanups, part 3
|
2015-06-26 18:35:52 +02:00 |
|
Higor Eurípedes
|
72fa1c9d36
|
(config_file.c) Speed up setting lookup with hashes
|
2015-06-14 12:36:29 -03:00 |
|
Higor Eurípedes
|
70c845a6b2
|
Rewrite file_list_copy()
|
2015-06-13 19:03:41 -03:00 |
|
twinaphex
|
087e1354ec
|
Create file_list_set_userdata/file_list_set_actiondata
|
2015-06-11 23:02:17 +02:00 |
|
Twinaphex
|
c86c40c1cd
|
Create file_list_free_actiondata/file_list_free_userdata
|
2015-06-11 21:03:28 +02:00 |
|
twinaphex
|
5bd138b6ac
|
(file_list) Start adding entry_idx to file_list_* functions
|
2015-06-10 22:43:06 +02:00 |
|
twinaphex
|
d3102e03c8
|
(file_list.c) Get rid of 'alt2'
|
2015-06-07 00:53:00 +02:00 |
|
twinaphex
|
aa56b8e1e3
|
(Task database) Start using zlib_parse_file_iterate in task_database.c
|
2015-05-27 01:36:15 +02:00 |
|
twinaphex
|
3d924a7556
|
Create zlib_parse_file_iterate
|
2015-05-27 01:03:49 +02:00 |
|
twinaphex
|
30aaa265e0
|
Create filt_list_{set/get}_alt2_at_offset
|
2015-05-22 23:57:48 +02:00 |
|
twinaphex
|
4572a1c48d
|
Create zlib_deflate wrapper functions
|
2015-03-29 16:28:06 +02:00 |
|
twinaphex
|
cc2d6ea99d
|
Create more zlib wrapper functions
|
2015-03-29 15:52:17 +02:00 |
|
twinaphex
|
5d776f15b6
|
Create zlib_set_stream
|
2015-03-29 15:35:55 +02:00 |
|
twinaphex
|
758d01b5da
|
Create more wrappers around zlib in file_extract.c
|
2015-03-29 14:35:18 +02:00 |
|
twinaphex
|
32304af540
|
Create zlib_inflate_init
|
2015-03-29 14:30:53 +02:00 |
|
twinaphex
|
835cba4412
|
Create zlib_stream_new/zlib_stream_free
|
2015-03-29 01:57:52 +01:00 |
|