332 Commits

Author SHA1 Message Date
twinaphex
fd2096f3dc Cleanups 2016-05-03 04:26:18 +02:00
twinaphex
2eb4571290 Move this code to net_compat.c 2016-05-02 19:44:12 +02:00
twinaphex
dbd56997f4 Changes to getaddrinfo_retro 2016-05-02 19:30:12 +02:00
twinaphex
44cfa6d876 Cleanup 2016-05-02 19:04:03 +02:00
twinaphex
b25b2a0e6c Some code de-duplication 2016-05-02 18:54:55 +02:00
twinaphex
00a49d068e Implement TCP protocol for socket_create 2016-05-02 18:47:34 +02:00
twinaphex
317ecabadf (Retropad) Use socket_create 2016-05-02 18:45:05 +02:00
twinaphex
18f8ded154 Flesh out socket_create some more 2016-05-02 18:42:13 +02:00
twinaphex
62508eca77 Create socket_create 2016-05-02 18:37:08 +02:00
twinaphex
96723f3a57 Cleanup 2016-05-02 02:10:45 +02:00
twinaphex
31f3fc0abb Create socket_receive_all_nonblocking 2016-05-02 02:09:22 +02:00
twinaphex
e29b915536 Cleanups 2016-05-02 00:18:39 +02:00
Alcaro
f11a240190 Clean up the error handlers around here. 2016-05-01 23:50:20 +02:00
twinaphex
2e1fa648b8 Create socket_connect 2016-05-01 23:45:59 +02:00
twinaphex
bd9dd06ddd Get rid of duplicate function net_http_send 2016-05-01 23:17:17 +02:00
twinaphex
004d9a613c Create socket_bind 2016-05-01 22:57:44 +02:00
twinaphex
78bb85e2f3 Reuse socket_init for net_http code 2016-05-01 22:45:32 +02:00
twinaphex
8b9456f419 Add socket_type to socket_init 2016-05-01 22:25:23 +02:00
Twinaphex
d2a80e26db Buildfixes 2016-05-01 21:38:19 +02:00
twinaphex
0268212d40 Move socket code to net_socket.c 2016-05-01 21:36:28 +02:00
twinaphex
a7b856b65f (libretro-common) Create net_socket 2016-05-01 21:18:45 +02:00
twinaphex
5032c677e6 (Net) Only comment out printf 2016-05-01 14:44:12 +02:00
twinaphex
8dd4333e16 (net_http) Comment out debug logging 2016-05-01 14:38:23 +02:00
twinaphex
5d449d5024 (libretro-common) net_http - cleanups 2016-04-28 11:58:44 +02:00
Alcaro
68a17c5401 Fix HTTP protocol violation. 2016-04-27 21:04:16 +02:00
Alcaro
bbb7871028 Why exactly are we iterating over this string one character per frame? 2016-04-23 22:50:46 +02:00
Hans-Kristian Arntzen
72f65396c7 Fix cross-compile build on Linux. 2016-03-29 15:50:12 +02:00
twinaphex
f960e9ad26 Move files 2016-03-21 18:37:19 +01:00
twinaphex
869cb8a1be (net_ifinfo.c) Bugfix 2016-03-03 07:17:17 +01:00
twinaphex
ec0d9f0a70 (net_ifinfo.c) Style nits 2016-03-03 07:16:06 +01:00
twinaphex
97eea9e71f (net_ifinfo/Win32) Adapter name shows up now - IP address doesn't yet 2016-03-03 05:50:45 +01:00
twinaphex
4d630189a2 Start adding Windows implementation for net_ifinfo.c - will
need to link against iphlpapi for mingw
2016-03-03 04:40:25 +01:00
twinaphex
966f267285 (Win32) Start trying to implement Win32 backend for net_ifinfo.c 2016-03-03 04:11:24 +01:00
twinaphex
5b4ba2a449 Add Network Information now 2016-03-03 03:06:54 +01:00
twinaphex
4fce2e74ac (Win32) Buildfix 2016-03-03 02:10:34 +01:00
twinaphex
88b3b9a08d Include boolean.h 2016-03-03 02:09:30 +01:00
twinaphex
c9e6a91137 (Android) Bake in ifaddrs for Android 2016-03-03 02:08:47 +01:00
twinaphex
a3234f3f17 (net_ifinfo.c) ifndef this out for _WIN32 so far 2016-03-03 01:34:45 +01:00
twinaphex
61faa0a04b Bake in net_ifinfo 2016-03-03 00:26:26 +01:00
twinaphex
191b233334 Cleanup net_ifinfo 2016-03-03 00:22:38 +01:00
twinaphex
d805845e29 Add net_ifinfo 2016-03-03 00:17:14 +01:00
twinaphex
414c63b59a (VG) Silence some warnings
(Libretro-common) Add some headers
2016-03-02 23:09:31 +01:00
Higor Eurípedes
f84bea4302 (task_http) Disallow same-file concurrent downloads 2015-11-30 11:37:06 -03:00
twinaphex
f319916e80 C89_BUILD buildfixes 2015-11-25 03:33:54 +01:00
Higor Eurípedes
afce03a20e (task_http) Abort task on error 2015-11-23 22:45:36 -03:00
Higor Eurípedes
935e03fa97 Reimplement http transfers using tasks 2015-11-23 17:42:01 -03:00
Andre Leiradella
0750fe50bb better network initialization in net_http_new_socket 2015-10-29 22:04:48 -02:00
Andre Leiradella
6f137587d1 initialize the network in net_http_new_socket 2015-10-28 21:25:27 -02:00
twinaphex
02a43c6b2a Change 'rarch' to 'retro' namespace in libretro-common 2015-10-26 03:18:13 +01:00
Andre Leiradella
33fc0cc803 moved net_http_get back to cheevos.c 2015-10-19 23:20:10 -02:00