aboutsummaryrefslogtreecommitdiff
path: root/src/libui_sdl/Platform.cpp
Commit message (Collapse)AuthorAge
* Merge pull request #230 from dogtopus/pcap-libnames-linuxStapleButter2018-12-15
|\ | | | | Add linux libpcap names to the pcap library list
| * Add linux libpcap names to the pcap library listdogtopus2018-02-22
| |
* | fixor copyright years.StapleButter2018-09-15
|/
* Fix build on linux, enable build directory supportdogtopus2017-12-22
| | | | | | | | | | Specifically: - Include stddef.h for missing ptrdiff_t - Define PCAP_OPENFLAG_PROMISCUOUS if not using WinPcap because it seems to be a WinPcap extension - Make use of CMAKE_CURRENT_{SOURCE,BINARY}_DIR to enable building under a directory other than root of the project
* avoid crashing when receiving a packet that is too largeStapleButter2017-12-19
|
* hook up the LAN (pcap) interfaceStapleButter2017-12-18
|
* start working on melonAP.StapleButter2017-12-18
| | | | it sends beacons!
* wifi: more shitStapleButter2017-12-18
|
* actually init pcap etcStapleButter2017-12-17
|
* start work on libpcap shitStapleButter2017-12-17
|
* Include POSIX headers required for fd_set and INADDR_ANY.Anthony J. Bentley2017-10-09
|
* fix bugs with SPI shutdownStapleButter2017-10-01
|
* reenable wifi socket codeStapleButter2017-09-21
|
* add support for SPI shutdown, btwStapleButter2017-09-21
|
* add Platform thread/semaphore support, using SDLStapleButter2017-09-19
|
* actually take it somewhereStapleButter2017-09-09