summaryrefslogtreecommitdiff
path: root/libopie2
AgeCommit message (Collapse)AuthorFilesLines
2004-01-13- split odevice into dedicated files and classes, it has getting much too largemickeyl17-4/+5946
- merge odevice into libopie2 - merge oprocctrl and oprocess into libopie2
2004-01-11- rename files ostorage.cpp .h in ostorageinfo.cpp .har2-4/+4
2004-01-10-First follow Qt naming stylezecke2-8/+6
-use const -Fix Doxygen comment. If above a method better skip the @fn -Update backuprestore to use the new names TODO: Alter filename to ostorageinfo
2004-01-10- New class OStorageInfoar3-3/+148
- OStorageInfo implements following functions instead of StorageInfo QString getCfPath(); QString getSdPath(); QString getMmcPath();
2004-01-08add parsing of ProbeRequestsmickeyl1-2/+6
2004-01-07add status outputmickeyl1-3/+12
2004-01-07OWaveLanManagementSSID::ID() now can decloak SSIDs (caution:API change)mickeyl3-4/+13
2004-01-06start parsing 802.11 control framesmickeyl3-1319/+1335
2004-01-03slightly improve the speed reading the manufacturers listmickeyl2-29/+214
2004-01-01bye bye qDebug, hello odebugmickeyl2-20/+14
2003-12-22add a few missing const directives to get it to compile againmickeyl1-4/+4
2003-12-22Fixing stupid bug, found by sourcode review..eilers1-0/+11
2003-12-22Finishing implementation of sql-backend for datebook. But I have toeilers13-69/+333
port the PIM datebook application to use it, before I could debug the whole stuff. Thus, PIM-Database backend is finished, but highly experimental. And some parts are still generic. For instance, the "queryByExample()" methods are not (or not fully) implemented. Todo: custom-entries not stored. The big show stopper: matchRegExp() (needed by OpieSearch) needs regular expression search in the database, which is not supported by sqlite ! Therefore we need either an extended sqlite or a workaround which would be very slow and memory consuming..
2003-12-20- start cleaning up (lot of stuff left)mickeyl7-71/+75
- use odebug classes
2003-12-20link to opiecoremickeyl1-1/+1
2003-12-20use odebug classesmickeyl2-36/+84
2003-12-20libopienet2 now uses the fancy odebug classes, no longer qdebugmickeyl3-2511/+2517
2003-12-09allow processing of events during the loading of the dbmickeyl1-0/+6
2003-12-08use a slightly smaller manufacturerdb format, that saves ~100KB andmickeyl2-22/+30
improves parsing speed. Even better would be .gz compressed QDataStream though...
2003-12-08add makemanufmickeyl3-0/+85
2003-12-08work around sucky gcc2, which doesn't understand when the two argumentsmickeyl1-1/+1
for ? need an implicit type conversion
2003-12-08Committing unfinished sql implementation before merging to libopie2 starts..eilers10-21/+471
2003-12-03remove X11 abstraction classes - they will come back later but usingmickeyl5-184/+0
the same strategy as zecke did when porting Opie to Qt/X11
2003-12-03remove OToolbar - QPEToolBar is deprecated anywaymickeyl3-98/+0
2003-12-03remove X11 stuff for now - will come back latermickeyl4-279/+0
2003-12-02move qt3 only stuff in a dedicated directory and remove from building ↵mickeyl5-27/+23
process for now
2003-12-02warning: file restrucuration on server aheadmickeyl3-8/+8
be sure to do a complete checkout of libopie2 again tomorrow
2003-12-02revert the changes approaching to compile libopie2 under X11mickeyl3-10/+5
it broke signals and slots and has to be done like zecke did it with libqpe
2003-12-01slowly start to refactor & cleanup libopie2 before merging it with libopie1mickeyl36-115/+162
2003-11-17Added #include QDateTime which is needed by this header file itselfeilers1-0/+1
2003-11-17Minor changes..eilers2-1/+2
2003-11-10Platform MacOS-X: Disable backtrce in odebug..eilers5-43/+153
Libopie PIM: Finishing SQL-Backend for Todo. Recurrance events are supported now. What is still missing: Custom entries currently not stored. It isn't easy to implement them with enabled prefetch-cache. LibopieDB2: Adding -lsqlite here instead linking it to libopie
2003-11-08refactor the debug mapper and make it more securemickeyl9-420/+311
2003-10-28- remove deprecated setMonitorMode() API. Use setMode( "monitor" ) now.mickeyl4-55/+107
- monitor mode now tries to use the standard IW_MODE_MONITOR first. If that doesn't work, it falls back to using proprietary iwpriv commands
2003-10-23misc changesmickeyl7-66/+115
2003-10-21- more work on scanningmickeyl4-3/+164
- start OStation class representing a network node
2003-10-21add clear text debug output for ioctlsmickeyl5-9/+470
2003-10-20Pushing todo closer to sql support. Recurrances and custom entries still ↵eilers7-132/+260
missing. But before I add this, I have to do some cleanup..
2003-10-11add scanning skeleton (wip)mickeyl3-23/+131
2003-10-11we now start to maintain our own copy of wireless.h.mickeyl3-18/+708
this has several advantages, one of the major ones is that we no longer have to compile different libopienet2 for different kernel (read wireless extension) versions.
2003-10-10Question: What's wrong in select(1, [], NULL, NULL, {100, 0} = 0 (timeout) ?mickeyl2-2/+2
Answer: It would help to give select the correct filedescriptor... /me hugs strace
2003-10-09- fix monitor mode on orinoco. Although WE > 14 define the standard modemickeyl2-2/+12
"MONITOR", the orinoco monitor patch for 0.13e still does not use that... - add documentation, a warning, and a runtime check for setChannel(0)
2003-10-09- catch up with changed sniffing behaviour in newer wlan-ng *puke* driversmickeyl3-6/+38
- new API: OPacketCapturer::next( int time )
2003-10-07individually package libopie2 parts and make libopie2 a virtual packagemickeyl7-2/+68
2003-10-06add client mac address decoding to DHCPmickeyl2-0/+9
2003-10-05* start with preparations for scanning wired networksmickeyl4-2/+38
* dhcp recognition now works nicely
2003-10-04Although not yet complete, the DHCP decoding is now usablemickeyl2-0/+92
2003-10-03add defines for UDP-based protocolsmickeyl2-10/+112
detect DHCP and link it into the packet chain
2003-10-02prepare dhcp decodingmickeyl4-2/+309
2003-10-02add note to self to look about automatic channel switching with wlan-ng devicesmickeyl1-0/+1