263 Commits

Author SHA1 Message Date
Alcaro
0d4ac12310
Update file_stream.c 2017-12-04 13:34:15 +01:00
Alcaro
df55e6b4d1
actually, let's just completely remove it 2017-12-04 13:30:38 +01:00
Alcaro
89f7afdc8f
silence warning 2017-12-04 13:28:38 +01:00
Alcaro
4e66962ba8
#5664 2017-11-29 21:39:35 +00:00
twinaphex
72fdfb1edd Add HAVE_CONFIG_H to file_stream.c 2017-11-25 06:17:19 +01:00
Brad Parker
94aa2cd08a document setvbuf changes, only call it with bufsize >0 2017-11-17 16:12:36 -05:00
Brad Parker
07f3919811 only call setvbuf right after opening file, and use our own buffer for C89 compliance 2017-11-17 02:28:45 -05:00
twinaphex
0703615bf5 Cleanup 2017-11-08 17:37:16 +01:00
Rob Loach
9f222010de
Fix strdup() call when no path is provided 2017-11-08 11:31:17 -05:00
twinaphex
e5d4e2ac0a Silence a lot of warnings 2017-11-06 19:13:54 +01:00
Brad Parker
2ce53f32ac PSP buildfix 2017-10-30 23:31:51 -04:00
Brad Parker
28ec3ac3b5 temporary fix for startup hang on Windows 2017-10-30 16:48:34 -04:00
Brad Parker
68a8198e4a convert more file IO functions to use filestream, fixes encoding issues on Windows 2017-10-29 12:08:24 -04:00
Brad Parker
89265f5cf2 filestream_seek does not return the position in the file 2017-10-29 12:08:24 -04:00
Brad Parker
0d06a48546 use LEGACY_WIN32 ifdef for filestream also 2017-10-16 00:39:16 +00:00
Brad Parker
bd06668075 win32: forgot to add unicode functions for filestream 2017-10-16 00:30:25 +00:00
Brad Parker
a7c8cc88e5 win32: support local multibyte encoding for file paths 2017-10-14 23:13:24 -04:00
Alcaro
c91c4ff9c0 Nuke some more ifdefs and warnings 2017-10-03 00:35:41 +02:00
Brian Koropoff
96c3d6cc1d Remove debug abort() left in by accident 2017-10-01 13:10:24 -07:00
twinaphex
02cc57e5b3 Cleanup 2017-09-30 07:52:00 +02:00
twinaphex
aab154fadf (chd_stream.c) Cleanups 2017-09-30 01:45:48 +02:00
twinaphex
f5dedd673f (trans_stream_zlib.c) Try to prevent null pointer dereferences 2017-09-30 01:41:09 +02:00
twinaphex
542f87bf55 Prevent leaks 2017-09-29 21:29:34 +02:00
twinaphex
6141761e63 Take out libchdr include from interface_stream.h 2017-09-22 04:47:58 +02:00
twinaphex
46b79ccd78 Compilation fixes - headers need to be moved to separate include dir 2017-09-21 19:34:46 +02:00
Brian Koropoff
7061cb14fb chd_stream: support CHDs from GDI files 2017-09-18 09:03:43 -07:00
Brian Koropoff
5b20c13f92 chd_stream: support PRIMARY special track 2017-09-18 09:00:39 -07:00
twinaphex
21ff58f66e Cleanups 2017-09-18 12:55:11 +02:00
twinaphex
e35eeb8a42 Cleanups 2017-09-17 19:06:58 +02:00
twinaphex
9cfc41d96c Fix warnings 2017-09-17 18:53:58 +02:00
Brian Koropoff
a5dc63b390 common: integrate chd into interface stream 2017-09-17 02:02:04 -07:00
Brian Koropoff
2c7b6a94e4 common: add chd_stream interface 2017-09-17 02:02:04 -07:00
Brad Parker
0a1b3fedc0 VC6 support (targets NT 3.51) 2017-09-06 23:03:02 -04:00
twinaphex
42ac90665e Buildfix 2017-09-06 23:40:38 +02:00
twinaphex
47b4de7bbf Update 2017-09-06 23:17:00 +02:00
twinaphex
e517e9b96a Add file_stream_transforms 2017-07-27 09:09:37 +02:00
twinaphex
46806e7204 Bake out stdin_stream.c 2017-05-30 03:00:11 +02:00
Maxime Gauduin
f3453500d4 Fix compilation with GCC 7.1.0 2017-05-25 13:36:11 +02:00
twinaphex
8c796f694f Windows buildfix 2017-05-21 10:04:02 +02:00
twinaphex
e4055e0d1b Add headers 2017-05-20 19:05:09 +02:00
twinaphex
eec0613c10 Add header include 2017-05-20 16:24:32 +02:00
twinaphex
d339eb327c Don't implement read_stdin for Xbox 2017-05-20 15:09:19 +02:00
twinaphex
e4210f5b00 Can't do this on Xbox 2017-05-20 15:02:34 +02:00
twinaphex
58787e6d89 (libretro-common) Create stdin_stream.c 2017-05-20 14:58:51 +02:00
twinaphex
126a5bf121 Use string_is_equal_fast/string_is_not_equal_fast 2017-05-16 04:00:37 +02:00
twinaphex
779a7676d6 Try to prevent null pointer dereference 2017-05-08 22:53:06 +02:00
Twinaphex
927ed42498 Fix filestream memory leak 2017-04-28 21:27:40 +02:00
twinaphex
edadba1ec7 Silence valgrind memcheck warning 2017-04-23 20:26:31 +02:00
twinaphex
f9bc2d3783 Use memcmp instead of string_is_equal where possible for
better performance
2017-04-21 22:47:15 +02:00
twinaphex
82c62b1693 Use stdstring in more instances 2017-04-21 13:50:24 +02:00