Commit Graph

1109 Commits

Author SHA1 Message Date
Ken Sanislo
d9cc43fe3b Merge branch 'master' of github.com:ksanislo/ctrulib 2016-02-11 14:47:23 -08:00
Javi
72ea349461 Fix nfcInit error 2016-02-11 14:46:52 -08:00
Javi
2cc3b679c2 Fixed prefix and parameters declaration 2016-02-11 14:46:52 -08:00
Javi
2e3d50d3af Add basic NFC service support 2016-02-11 14:46:52 -08:00
Yuri Kunde Schlesner
1a64fc87b3 Fix crash when getting or setting struct params in CAM:U 2016-02-11 14:46:52 -08:00
Ken Sanislo
32abffabb9 httpc fixes and extensions 2016-02-11 14:46:52 -08:00
Ken Sanislo
8226d5c846 Merge branch 'master' of github.com:ksanislo/ctrulib 2016-02-11 14:06:24 -08:00
Javi
850a34ab3e Fix nfcInit error 2016-02-11 14:03:05 -08:00
Javi
4ebf6c3781 Fixed prefix and parameters declaration 2016-02-11 14:03:05 -08:00
Javi
0201c696f9 Add basic NFC service support 2016-02-11 14:03:05 -08:00
Yuri Kunde Schlesner
83dbd0dae9 Fix crash when getting or setting struct params in CAM:U 2016-02-11 14:03:05 -08:00
Ken Sanislo
4ca9a13e02 Merge remote-tracking branch 'upstream/master' 2016-02-07 09:59:44 -08:00
Ken Sanislo
4f1c3e53e2 Clean up 2016-02-04 10:28:40 -08:00
Ken Sanislo
e7a222ee90 new result code, HTTPC_RESULTCODE_NOTFOUND=0xd840a028 2016-02-04 10:15:01 -08:00
fincs
42ce1d8792 Merge pull request #260 from javimadgit/master
Add basic NFC service support
2016-02-04 17:53:31 +01:00
Javi
c3b22e3922 Fix nfcInit error 2016-02-04 17:20:40 +01:00
Javi
14005eee52 Fixed prefix and parameters declaration 2016-02-04 17:18:26 +01:00
Javi
0c11529000 Add basic NFC service support 2016-02-04 12:51:06 +01:00
Ken Sanislo
5aac462be0 pass httpcReceiveData's return back through httpcDownloadData 2016-02-03 18:40:13 -08:00
mtheall
f700005701 Merge pull request #259 from yuriks/patch-1
Fix crash when getting or setting struct params in CAM:U
2016-02-03 02:45:00 -06:00
Yuri Kunde Schlesner
09611e0284 Fix crash when getting or setting struct params in CAM:U 2016-02-03 00:37:13 -08:00
Ken Sanislo
3df558e6ec httpcDownloadData() re-implemented to allow chunked encoding 2016-02-02 21:45:44 -08:00
Ken Sanislo
4c89c10858 httpcOpenContext now takes an HTTPC_RequestMethod parameter 2016-01-30 19:39:43 -08:00
Ken Sanislo
448fb0453e comment the use of the request type 2016-01-30 17:29:25 -08:00
Ken Sanislo
61a18cc5ea Identified meaning of HTTPC_CreateContext's cmdbuf[2] 2016-01-29 14:16:50 -08:00
fincs
8cd37c627c Add ndspChnIsPaused/ndspChnSetPaused (untested) 2016-01-28 23:46:03 +01:00
fincs
27b6134bf2 Adapt AMPXI to use libctru naming conventions for plain service calls. 2016-01-28 23:44:51 +01:00
yellows8
173d258e30 Added ampxiInstallTitlesFinish. 2016-01-26 01:09:21 -05:00
mtheall
c818410973 Merge pull request #256 from Lectem/more_soc
added SOCU_GetNetworkOpt
2016-01-25 19:46:28 -06:00
Lectem
2b9dc3c82a added SOCU_GetNetworkOpt 2016-01-25 01:14:09 -05:00
Dave Murphy
3a3ee64b64 Merge pull request #254 from Rinnegatamante/master
Added some missing news:s funcs and updated header.
2016-01-24 18:05:17 +00:00
Dave Murphy
92700f4f73 Merge pull request #253 from yifanlu/master
Added svc calls for svcCreateCodeSet and svcCreateProcess
2016-01-23 22:42:26 +00:00
Yifan Lu
cd054cbadf Added svc calls for svcCreateCodeSet and svcCreateProcess 2016-01-23 14:32:36 -08:00
Rinnegatamante
62c05ea73b Added some missing news:s funcs and updated header.
Added some missing news:s funcs and updated header.
2016-01-23 12:47:14 +01:00
fincs
b364790a9a Add fallback RomFS path for when argv isn't available (e.g. boot.3dsx) 2016-01-23 00:59:39 +01:00
Michael Theall
818254c55e Add sdmc_getmtime 2016-01-22 16:40:28 -06:00
Michael Theall
07faf3d40c fix spacing 2016-01-21 19:22:43 -06:00
Michael Theall
5af3dd73de Add SOCU_GetIPInfo 2016-01-21 19:21:43 -06:00
Michael Theall
de0a39089c replace 6, 17 with IPPROTO_TCP, IPPROTO_UDP respectively 2016-01-21 17:12:58 -06:00
Dave Murphy
98165a1164 Merge pull request #251 from ss23/250_socket_protocol
Change protocol in socket() to 0 if appropriate - Fix #250
2016-01-21 09:35:46 +00:00
Stephen Shkardoon
248c02cf8e Change protocol in socket() to 0 if appropriate - Fix #250
When the user is specifying TCP or UDP and it is the only option,
change the protocol parameter to 0, which is the only value the
underlying 3DS system will accept as valid. This compatibility layer
ensures that code will work transparently whether on a host system
or the 3DS.
2016-01-20 23:56:48 -05:00
Dave Murphy
b8741b35e8 Merge pull request #247 from Lectem/more_soc
added gethostname
2016-01-21 00:16:26 +00:00
Michael Theall
a7a7231085 Tested all the send/recv flags and the SOL_SOCKET options 2016-01-20 18:10:48 -06:00
Dave Murphy
88c1798c12 Merge pull request #249 from Lectem/patch-2
remove restrict keyword in arpa/inet.h fixes #248
2016-01-20 23:20:48 +00:00
Lectem
097095b557 remove restrict keyword in arpa/inet.h fixes #248
This causes problems for non-c99 and c++ projects.
2016-01-20 16:15:48 -05:00
fincs
70f84f4950 Fix Doxygen oversight 2016-01-19 23:45:31 +01:00
Lectem
6beee4f9fe added gethostname 2016-01-19 14:20:34 -05:00
fincs
8b5e753235 Add shared system font parsing code. 2016-01-19 19:23:58 +01:00
Michael Theall
07f0fe7e65 Fix use of RemoveDevice() 2016-01-18 19:34:12 -06:00
mtheall
722d91b73e Merge pull request #245 from Lectem/more_soc
fix getaddrinfo
2016-01-17 21:53:47 -06:00