Commit Graph

16011 Commits

Author SHA1 Message Date
Twinaphex 6554c082c2 Cleanup unused variable 2015-01-24 07:58:56 +01:00
twinaphex 978248daa9 Put headers outside of extern "C" 2015-01-24 05:18:25 +01:00
twinaphex caa7336911 Split up database code to menu_database.c 2015-01-24 04:55:35 +01:00
twinaphex c89e499c97 (menu_action.c) Indenting style nits 2015-01-24 04:26:08 +01:00
twinaphex 9daf29ac04 Update docs/retroarch.1 2015-01-24 04:09:40 +01:00
twinaphex b5040ef3dc (libretroDB) Style nits 2015-01-24 04:04:56 +01:00
twinaphex 66641d7828 (image_rpng.c) Declare variables at top of function 2015-01-24 03:37:15 +01:00
twinaphex 42f4c05ebd (Android) Rename 'Load Core' to 'Core Selection' 2015-01-24 03:31:07 +01:00
twinaphex 82a80e36a6 Add 'Starting Download/Download Finished' messages 2015-01-24 03:20:54 +01:00
twinaphex a2d56885f8 Cleanups 2015-01-24 03:07:13 +01:00
twinaphex d02b6ddd69 (net_http.c) Move back to strcpy 2015-01-24 02:00:06 +01:00
twinaphex f3044b8748 (net_http.c) Use snprintf and strlcpy 2015-01-24 01:56:55 +01:00
twinaphex 1d4471ee16 Cleanups for parse_url 2015-01-24 01:54:59 +01:00
twinaphex d4bed832cc Cleanup net_http.c 2015-01-24 01:48:55 +01:00
twinaphex 2fa9f29d93 (MSVC) Silence warning in net_http.c 2015-01-24 01:45:20 +01:00
twinaphex fe3615ba22 Fix Android warnings 2015-01-24 01:39:55 +01:00
twinaphex e1395abe69 (net_http.c) Silence warning 2015-01-24 01:32:27 +01:00
twinaphex 07684fff1c (Wii) Build fixes 2015-01-24 01:31:17 +01:00
twinaphex bb2a9870a8 (PS3) Define EWOULDBLOCK as SYS_NET_EWOULDBLOCK 2015-01-24 01:28:51 +01:00
twinaphex f99cb6bb68 (Xbox) Xbox has WSAGetLastError() after all 2015-01-24 01:22:15 +01:00
twinaphex a268feb1b3 Add MENU_FILE_DOWNLOAD_CORE to toggle_action_scroll 2015-01-24 01:17:43 +01:00
twinaphex 71848c69dd Refactor isagain() 2015-01-24 01:10:44 +01:00
twinaphex d18dd94ad3 Refactor netplay_compat.h 2015-01-24 01:06:53 +01:00
twinaphex d427fbbbbd Use static INLINE for isagain 2015-01-24 00:40:34 +01:00
Alcaro 525fc87325 Update netplay_compat.h 2015-01-24 00:35:37 +01:00
twinaphex ce2732fef4 Put rarch_main_command(RARCH_CMD_NETWORK_INIT) earlier so that
WSA has a chance to be intialized before we do the HTTP initialization
2015-01-24 00:17:06 +01:00
twinaphex 19e8c224f0 Add log to show WSA has been initialized 2015-01-24 00:14:28 +01:00
twinaphex 79a4de0677 Change getaddrinfo_rarch call to be the same as the rest 2015-01-24 00:07:39 +01:00
twinaphex 9df772f4f7 Change duration to 1 frame 2015-01-23 23:56:32 +01:00
twinaphex 5e0c3ed403 Log failure 2015-01-23 23:54:18 +01:00
twinaphex 728d1723b4 Remove callback from net_http.c code 2015-01-23 23:28:32 +01:00
twinaphex e0807bc440 Cleanup deferred_push_core_manager_list somewhat 2015-01-23 23:08:50 +01:00
twinaphex 15b4acf989 Get rid of core_manager_list_data nastiness 2015-01-23 23:04:19 +01:00
Alcaro 3805a4045e Fix HTTP under Windows. 2015-01-23 23:02:12 +01:00
twinaphex 1156e9d860 Shorten setting label 2015-01-23 22:54:09 +01:00
twinaphex aeab1a831c (MSVC) Build fixes 2015-01-23 22:48:31 +01:00
twinaphex 1a9f449362 Remove old http code 2015-01-23 22:37:29 +01:00
Alcaro 6bbf4ffdd1 Free unused parts of this buffer. 2015-01-23 22:21:03 +01:00
twinaphex d8cba9c675 Should hopefully fix problems 2015-01-23 22:16:25 +01:00
twinaphex ca67cd7cce Change variable name from w to data 2015-01-23 22:12:55 +01:00
twinaphex 5ff7bd53be Start implementing new http code 2015-01-23 22:00:11 +01:00
twinaphex 025791f95a Add some documentation to http iterate functions 2015-01-23 20:27:41 +01:00
twinaphex 77eb7b262e Start adding HTTP transfer mechanism to runloop 2015-01-23 20:23:12 +01:00
twinaphex 16cd8d1321 (netplay.c) Cleanup poll_input 2015-01-23 20:01:25 +01:00
twinaphex 1827696676 Move send_all and recv_all to netplay_compat.c 2015-01-23 19:43:40 +01:00
twinaphex 2c5959114c Cleanup socket_nonblock for PS3 2015-01-23 19:32:41 +01:00
twinaphex f6d0a80b3d (Netplay) Create wrapper function for select() 2015-01-23 11:44:13 +01:00
twinaphex cec500ece5 Create socket_close in netplay_compat.c 2015-01-23 11:36:45 +01:00
twinaphex 57933ec70e Get rid of CONST_CAST/NONCONST_CAST - just do this by default 2015-01-23 11:30:13 +01:00
twinaphex 4cb34282c5 Move socket_nonblock to netplay_compat.c 2015-01-23 11:11:22 +01:00