index
:
blastem.git
gdb
libretro
vdp-hacking
Oxore's fork of "blastem" emulator for ROM hacking (C)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
megawifi.c
Age
Commit message (
Expand
)
Author
2021-03-12
Fix building on OSX
Jean-André Santoni
2020-10-16
Fix build breakage on OS X
Michael Pavone
2020-05-08
megawifi: implement CMD_DATETIME
doragasu
2020-05-08
megawifi: implement UDP sockets
doragasu
2020-05-08
megawifi: use util module socket functions for WIN32 compatibility
doragasu
2020-05-04
Skip setting AI_NUMERICSERV in megawifi code on Windows for now so min SDK ve...
Michael Pavone
2020-05-03
Implement CMD_HRNG_GET, CMD_GAMERTAG_GET and CMD_LOG.
doragasu
2020-05-03
Implement CMD_TCP_CON command
doragasu
2020-05-03
megawifi: stub common commands to get config.
doragasu
2020-05-03
megawifi: refactor and update commands
doragasu
2018-03-26
Get Windows build working again. MegaWiFi code probably needs more work befor...
Michael Pavone
2018-03-25
MSG_NOSIGNAL doesn't exist on all platforms
Michael Pavone
2018-01-31
Limit received LSD packets to 1440 bytes to match expectations of wflash code...
Michael Pavone
2018-01-22
Get enough of MegaWifi implemented so that basic commands from wflash CLI com...
Michael Pavone
2018-01-16
Cleanup MegaWiFi command implementation
Michael Pavone
2018-01-16
Added support for MegaWiFi command IP_CURRENT
Michael Pavone
2018-01-15
Initial work on MegaWiFi support
Michael Pavone