Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2005-05-19 | - add linux pcmcia subsystem wrapper: OPcmciaSystem and OPcmciaCard | mickeyl | 2 | -2/+1 |
- move linux-only subsystems in subdirectory linux - minor header cleanups | ||||
2005-05-17 | libopienet API cleanups | mickeyl | 4 | -38/+39 |
2005-05-16 | - add ONetworkInterfaceDriverInfo block extracting info using ethtool ioctls | mickeyl | 4 | -11/+55 |
- adjust example | ||||
2005-05-15 | submit iw_range*2 as argument to SIOCGIWRANGE.length to make it work on ↵ | mickeyl | 1 | -8/+6 |
newer hostap drivers let's see if this breaks it at another end again :/ | ||||
2005-05-06 | - OManufacturerDB: check if there is a QApplication before calling ↵ | mickeyl | 3 | -15/+13 |
Global::statusMessage or qApp->processEvents() - ONetwork: skip hostap control interfaces 'wifi*' - OWirelessNetworkInterface: set \0 in SSID() and nickName() to work around (buggy) drivers not returning a zero-terminated string | ||||
2005-04-20 | Added function to set the associated AP address. Some improvements to ↵ | skyhusker | 3 | -5/+38 |
scanNetwork(): read the signal quality, AP rates and fix channel reading when driver reports values < 1000. | ||||
2005-04-18 | - improve scan function using the wireless extensions. | mickeyl | 5 | -31/+212 |
- fix bug in setSSID(). Major parts of this patch are courtesy Skyhusker - thanks! | ||||
2005-02-07 | change license. | mickeyl | 10 | -20/+20 |
2005-01-09 | CONTROL files : reset version to 'standard' format | wimpie | 1 | -1/+1 |
(partly rolls back my drastic all-applicatoins-same-version change) now format is x.y(.z)$EXTRAVERSION where x.y (and aptionally .z) are x : major version y : minor version z : application patch and extra version is seconds-since-epoch this value can be used to automatically upgrade versions with minor changes (without manual update of the control file) | ||||
2005-01-04 | CONTROL files : changed VERSION string | wimpie | 1 | -2/+2 |
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 1 | -346/+1 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 1 | -1/+346 |
2004-10-16 | Replace QPEApplication::qpeDir() + "/ with | zecke | 1 | -1/+1 |
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter | ||||
2004-08-23 | Do not hardcode /opt/QtPalmtop but use QPEApplication::qpeDir | zecke | 1 | -1/+4 |
2004-08-23 | Fix warnings raised by the compiler | zecke | 2 | -17/+18 |
2004-08-20 | - add libpcap dir to lib- and include directory | ar | 1 | -2/+8 |
2004-08-20 | - add libpcap dependency in comment | ar | 1 | -1/+1 |
2004-08-09 | - adjust headers | mickeyl | 3 | -9/+5 |
- kill a warning | ||||
2004-07-28 | disambiguate | mickeyl | 1 | -1258/+1258 |
2004-06-07 | add dependency to libpcap | mickeyl | 1 | -1/+1 |
keeping those metadata up to date is pretty annoying... oe handles this automatically by looking at what libraries a certain object links against... | ||||
2004-06-01 | - convert to odebug framework | ar | 2 | -8/+11 |
2004-05-07 | If you create an array, delete it as an array | zecke | 1 | -1/+1 |
2004-05-03 | catch up with source changes | mickeyl | 2 | -6/+4 |
2004-05-03 | remove the OPIE_WE_VERSION crap. this was a step into the wrong direction. | mickeyl | 4 | -1468/+10 |
remove the wireless.h user headers also. we are doomed to use the kernel ones until Jean himself provides user headers. As a nice side effect, the automatic WE_VERSION detected has been removed. It was too weak anyway, since e.g. the handhelds.org community updated kernel 2.4.19 to WE V16 about 14 months ago... | ||||
2004-05-02 | dump takes less space now | mickeyl | 1 | -4/+2 |
NOTE: I think dump really doesn't belong here | ||||
2004-05-02 | fix one odebug warning | mickeyl | 1 | -2/+2 |
2004-05-01 | - fix off-by-one bug in OChannelHopper | mickeyl | 3 | -8/+18 |
- fix bug in OPacket which broke everything using it - expose both wireless extension versions (runtime + compile time) through API | ||||
2004-04-23 | disambiguate the API (triggered by gcc 3.4 ;) | mickeyl | 2 | -5/+3 |
2004-04-08 | OPIEDB depends on SQlite | zecke | 1 | -2/+2 |
OPIENET on pcap | ||||
2004-04-07 | copy data handed over by libpcap because libpcap reuses the data area | mickeyl | 1 | -18/+21 |
2004-04-06 | add autodetection for wireless extension version | mickeyl | 1 | -4/+11 |
2004-04-04 | Opie::XYZ::Private -> Opie::XYZ::Internal | zecke | 5 | -6/+6 |
2004-03-28 | remove hardcoded build types "debug" and "release". these are set by the ↵ | mickeyl | 1 | -1/+1 |
build system | ||||
2004-03-28 | add some FIXMEs for later API revisions | mickeyl | 2 | -5/+7 |
2004-03-28 | OPacketCapturer API addition: setAutoDelete() and autoDelete() | mickeyl | 2 | -8/+33 |
2004-03-14 | Change Signature of Signals to obey namespace | zecke | 1 | -1/+1 |
Make example compile | ||||
2004-03-13 | Fix possible divide by null | zecke | 1 | -10/+11 |
Patch for mickeyl... | ||||
2004-03-13 | Move XML class to internal PIM | zecke | 14 | -3/+176 |
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 | ||||
2004-03-12 | API change: OPacket::dumpStructure() now returns a QString and accepts void | mickeyl | 2 | -24/+32 |
API change: add QTextStream& operator<<( QTextStream& s, const OPacket& p ); | ||||
2004-03-01 | fix includes | chicken | 1 | -1/+0 |
2004-02-24 | API extension: ONetwork::isPresent( const char* name ) | mickeyl | 2 | -6/+21 |
2004-02-23 | The Orinoco (and Symbol/Spectrum) driver recently got the monitor mode | mickeyl | 1 | -6/+9 |
patch applied. It uses the WE15 IW_MODE_MONITOR. Fix OOrinocoMonitoringInterface to work with recent Orinoco drivers | ||||
2004-02-23 | The Linux Wireless Extensions V16 introduce some massive changes in the | mickeyl | 5 | -39/+107 |
binary structures. Since we still use V15 on most target platforms I have to introduce two headers. Define OPIE_WE_VERSION to specify which header to include | ||||
2004-02-23 | addition to API: OWirelessNetworkInterface::signalStrength() [wip] | mickeyl | 2 | -7/+21 |
2004-02-16 | More control file clean-up...mostly done, except for task-opie-* | drw | 1 | -1/+0 |
2004-02-14 | Make info in *.control files a little more consistent (mostly modified ↵ | drw | 1 | -1/+1 |
Maintainer, Files and Section fields) | ||||
2004-01-13 | - split odevice into dedicated files and classes, it has getting much too large | mickeyl | 1 | -2/+2 |
- merge odevice into libopie2 - merge oprocctrl and oprocess into libopie2 | ||||
2004-01-08 | add parsing of ProbeRequests | mickeyl | 1 | -2/+6 |
2004-01-07 | add status output | mickeyl | 1 | -3/+12 |
2004-01-07 | OWaveLanManagementSSID::ID() now can decloak SSIDs (caution:API change) | mickeyl | 3 | -4/+13 |