summaryrefslogtreecommitdiff
path: root/libopie2/opienet/onetutils.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-05-17libopienet API cleanupsmickeyl1-3/+16
2005-02-07change license.mickeyl1-2/+2
2004-08-09- adjust headersmickeyl1-1/+1
- kill a warning
2004-04-04Opie::XYZ::Private -> Opie::XYZ::Internalzecke1-1/+1
2004-03-13Move XML class to internal PIMzecke1-0/+9
Add namespaces!!! Opie::Core and Opie::Core::Private Opie::Net and Opie::Net::Private Opie::Ui and Opie::Ui::Private Opie::MM and Opie::MM::Private Opie::DB and Opie::DB::Private PIM classes are not yet converted because we will do other work on it as well
2003-12-01slowly start to refactor & cleanup libopie2 before merging it with libopie1mickeyl1-1/+1
2003-11-08refactor the debug mapper and make it more securemickeyl1-13/+2
2003-10-23misc changesmickeyl1-1/+29
2003-10-05* start with preparations for scanning wired networksmickeyl1-1/+6
* dhcp recognition now works nicely
2003-05-08- sync manufacturer list with etherealmickeyl1-2/+3
- fix onetworkdemo example - add API for short/extended manufacturer names
2003-04-20- removed those:simon1-12/+0
-#ifdef QT_NO_DEBUG -inline -#endif <some method here not marked inline in the header file> it makes little sense to inline a method in the .cpp file for non-debug builds, apart from that it causes the method not to be emitted for non-debug builds, causing undefined references in apps referencing them
2003-04-07- add OManufacturerDBmickeyl1-6/+15
- API extensions for OMacAddress - add data packet recognition for miniwellenreiter
2003-04-05remove inline directive - causes link errorsmickeyl1-3/+3
2003-04-05- setting the monitor mode on wireless cards via private ioctls is now much ↵mickeyl1-1/+27
more reliable because we detect the appropriate ioctl number at runtime - ONetworkInterface supports now the evil but handy feature to change MAC address on the fly (provided the driver supports this)
2003-04-04low-level network programming is sick. some wlan-drivers don't honor struct ↵mickeyl1-0/+1
sizes and simply write bytes _after_ the struct... this patch makes calling SIOCGIWRANGE more failure-proof.
2003-04-03first part of private IOCTL API for OWirelessNetworkInterface implementedmickeyl1-4/+29
2003-04-03- ONetworkInterfaces are now QObjectsmickeyl1-0/+59
- add support for private IOCTLS - make buildChannelList() more safe in case of faulty drivers
2003-03-28skeleton and the start of libopie2, please read README, ROADMAP and STATUS ↵mickeyl1-0/+101
and comment...