summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/netdev
Commit message (Collapse)AuthorAgeFilesLines
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-281-1/+0
|
* Small cleanup (nw) Miodrag Milanovic2016-11-111-1/+4
|
* simplified memory allocation for osd_module (nw) Miodrag Milanovic2016-11-111-0/+1
|
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-222-12/+12
| | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+1
|
* Change two dynamic bind messages to verbose. Brad Hughes2016-06-171-1/+1
|
* Introduce dynamic_module Giuseppe Gorgoglione2016-06-111-109/+72
| | | | | This is a central cross-platform facility to dynamically bind functions from shared libraries. Updated all OSD modules to use it.
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-18/+18
|
* pcap: fix error and crash (nw) cracyc2016-02-241-2/+2
|
* fixing some more override (nw) Miodrag Milanovic2015-12-062-7/+8
|
* more cleanups and fix (nw) Miodrag Milanovic2015-11-111-2/+2
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-083-0/+0
|
* making logerror part of machine and device classes [Miodrag Milanovic] Miodrag Milanovic2015-11-011-6/+6
| | | | display tag of device that logged message
* netdev: fix pcap crashes on OS X [Rob Braun] arbee2015-09-101-1/+8
|
* did license settings for OG and Andrew, cleared up OSD part for licenses (nw) Miodrag Milanovic2015-05-094-8/+8
|
* Added license headers to the rest of files (nw) Miodrag Milanovic2015-05-074-0/+8
|
* Make OSD options an init parameter for modules Vas Crabb2015-04-073-4/+5
|
* Fixed non-unicode builds (nw) Miodrag Milanovic2015-04-061-4/+9
|
* netdev: fix race condition/crash when using the OSD to choose pcap devices. ↵ arbee2015-04-011-2/+14
| | | | [Rob Braun]
* Link osdnet into a library reflecting its location, define USE_NETWORK ↵ Vas Crabb2015-04-012-2/+2
| | | | properly, don't use SDL in non-SDL-specific macros
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-251-7/+6
|
* Add a netdev provider "none" as a fallback doing nothing. couriersud2015-02-021-0/+18
|
* Missed one file. (nw) couriersud2015-01-301-0/+26
|
* Converted pcap and taptun network code into modules. (nw) couriersud2015-01-302-0/+444