twinaphex
|
360bea85b9
|
(PS3) Silence more warnings
|
2018-04-08 01:09:31 +02:00 |
|
twinaphex
|
cf4ab13281
|
Revert "Silence some Clang static analyzer warnings"
This reverts commit 2c882a01c12cd3104964c70f95b4037fdd6dc4e5.
|
2018-03-30 19:28:37 +02:00 |
|
twinaphex
|
2c882a01c1
|
Silence some Clang static analyzer warnings
|
2018-03-29 14:11:52 +02:00 |
|
twinaphex
|
f597fd7a11
|
Add HAVE_CHEEVOS support for MSVC 2010
|
2018-03-22 20:42:06 +01:00 |
|
twinaphex
|
c318d05803
|
Fix buffer overlap - pointed out by @leo150, thanks
|
2018-03-22 15:22:17 +01:00 |
|
radius
|
c52fdc469f
|
remove task_push_http_transfer_raw, encode before sending data to the task
|
2018-03-16 22:38:21 -05:00 |
|
radius
|
b01e63e2cd
|
make sure to always encode urls, also change the PS3 default urls
|
2018-03-14 23:04:50 -05:00 |
|
aliaspider
|
5549b136c2
|
(msvc) CXX_BUILD + griffin fixes.
|
2018-02-05 00:25:03 +01:00 |
|
aliaspider
|
5db96f35fa
|
(WIN32) various build fixes.
|
2018-01-20 20:05:32 +01:00 |
|
twinaphex
|
61ff51be2f
|
Start using string_is_equal predominantly
|
2018-01-16 22:53:38 +01:00 |
|
gblues
|
6904101c44
|
Clean up trailing whitespace
== DETAILS
Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
|
2017-12-12 00:24:18 -08:00 |
|
Alcaro
|
dc4c2cd6d9
|
Wipe out a buncha warnings and pointless ifdefs (some warnings will remain until #5497 is fixed)
|
2017-10-03 00:26:29 +02:00 |
|
Brad Parker
|
02381aabef
|
add SSL/TLS support
|
2017-07-26 09:18:17 -04:00 |
|
Ken
|
edc64991f3
|
Fall back to IPv4 when IPv6 connections fail
|
2017-07-01 08:21:09 -04:00 |
|
twinaphex
|
126a5bf121
|
Use string_is_equal_fast/string_is_not_equal_fast
|
2017-05-16 04:00:37 +02:00 |
|
twinaphex
|
6ebd4e139e
|
Rewrite more string_is_equal call invocations as memcmp
|
2017-04-22 08:51:16 +02:00 |
|
twinaphex
|
c9c0621076
|
Try to fix some Coverity bugs
|
2017-03-19 02:27:07 +01:00 |
|
Brad Parker
|
1fc7a50f3e
|
fix non-ascii URL encoding
|
2017-03-05 14:19:37 -05:00 |
|
Brad Parker
|
7aca744635
|
URL encode non-ascii characters
|
2017-03-05 14:19:37 -05:00 |
|
Brad Parker
|
79899e6b71
|
silence linux warning
|
2017-03-05 14:19:36 -05:00 |
|
Brad Parker
|
ad6733b519
|
add full urlencoder and encode lobby announcement POST data
|
2017-03-05 14:19:36 -05:00 |
|
Brad Parker
|
fb3393eb3a
|
add user agent to http requests
|
2017-03-05 14:19:35 -05:00 |
|
Brad Parker
|
101475c2f6
|
fix POST handling
|
2017-03-05 14:19:34 -05:00 |
|
Brad Parker
|
c31823aa94
|
add HTTP POST support
|
2017-03-05 14:19:34 -05:00 |
|
Twinaphex
|
b7b3b2cb5f
|
Try to prevent truckload of warnings on iOS
|
2017-02-26 10:33:03 +01:00 |
|
twinaphex
|
64bb848daf
|
Update headers (pt. 2 - libretro-common)
|
2017-01-22 13:58:20 +01:00 |
|
twinaphex
|
481ebced22
|
Prevent implicit memsets
|
2016-10-09 09:56:03 +02:00 |
|
twinaphex
|
f395e851c4
|
Use stdstring.h
|
2016-09-16 17:25:47 +02:00 |
|
twinaphex
|
d5d2f7f8ee
|
Fix resource leaks
|
2016-05-23 22:17:28 +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 |
|
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
|
78bb85e2f3
|
Reuse socket_init for net_http code
|
2016-05-01 22:45:32 +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 |
|
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 |
|
Andre Leiradella
|
b6a3da5a41
|
moved net_http_get to net_http.c; added timeout to cheevos http requests
|
2015-10-19 20:37:54 -02:00 |
|