yellows8
d769879933
Added httpc AddTrustedRootCA.
2016-03-08 18:19:51 -05:00
yellows8
049d2e2373
Finally added code to exit httpc properly via HTTPC_Finalize.
2016-03-08 15:00:57 -05:00
yellows8
e2852d14f1
Merge pull request #267 from Bownairo/master
...
Adds function addPostDataRaw
2016-03-06 15:24:04 -05:00
Eero Kelly
12a5fa297a
Adds function addPostDataRaw
2016-03-06 15:21:01 -05:00
Dave Murphy
2beafaa27f
Merge pull request #266 from ObsidianX/nit-pick-hid-comments
...
Update hid.h comments
2016-03-06 13:13:49 +00:00
yellows8
b0c5a3c87d
Clear the httpc sharedmem before using svcCreateMemoryBlock.
2016-02-29 00:45:42 -05:00
Ryan Loebs
1c55370cee
Update hid.h comments
...
Nit-picky update to accurately describe the `hidKeys*()` functions, and how to extract individual bits from them.
2016-02-24 04:32:57 -08:00
fincs
bb9853798b
Merge pull request #265 from Lectem/patch-1
...
add a note for svcExitThread and the thread API
2016-02-16 19:27:02 +01:00
Lectem
6d5a06227b
add a note for svcExitThread and the thread API
...
Calling svcExitThread will make it so that threadCreate detached parameter won't work.
2016-02-16 13:15:31 -05:00
yellows8
e4e51e758b
Implemented actual httpc sharedmem handling. Implemented httpc AddPostDataAscii.
2016-02-12 18:38:39 -05:00
Dave Murphy
5e84447219
Merge pull request #263 from smealum/libctru-cleanup
...
httpc fixes and extensions
2016-02-12 17:16:50 +00:00
Ken Sanislo
e1a9d2ef9c
httpc fixes and extensions
...
Signed-off-by: Dave Murphy <davem@devkitpro.org>
2016-02-12 16:38:43 +00: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
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
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
Lectem
abbef70e61
fix getaddrinfo
2016-01-17 22:50:40 -05:00
Dave Murphy
28b3775118
Merge pull request #244 from Lectem/more_soc
...
SOC:u added close/shutdown sockets and inet_pton/ntop
2016-01-17 18:36:06 +00:00
Lectem
45ff5c4ee6
added inet_pton and inet_ntop
2016-01-17 12:58:21 -05:00
Lectem
389807c6a3
fix alignment in arpa/inet.h
2016-01-17 12:25:41 -05:00
Lectem
464d6c6363
SOC:u added close/shutdown sockets
2016-01-16 21:14:09 -05:00
Michael Theall
ac7af47956
Merge branch 'master' of github.com:smealum/ctrulib
2016-01-16 16:32:27 -06:00
Michael Theall
3df00537cd
proper EEXIST error for mkdir
2016-01-16 16:32:21 -06:00