summaryrefslogtreecommitdiff
path: root/core/obex/receiver.cpp
AgeCommit message (Collapse)AuthorFilesLines
2006-12-03Made OBEX library buildable if bluetooth support is disabled.korovkin1-0/+2
2006-07-06Added OBEX Push functionality for Bluetooth.korovkin1-2/+7
- Added ObexBase - asic class for IR and BT Obex - Added ObexServer - OBEX Push server.
2004-09-12-Kill all owarn statements as they're not needed/useful anymorezecke1-14/+4
-Kill all hardcoding to latin1 and use the system encoding/decoding
2004-07-28use copyfile method that doesnt squish filenames into latin1, so copying ↵llornkcor1-3/+9
files with extended characters doesn't fail after ir receive
2004-04-05convert core/applets/* to Opie debug frameworkmickeyl1-19/+22
2004-03-02run the optimize_connect scriptalwin1-2/+2
the whole cvs is tagged with "before_optimize_connect" if there are problems you can check the diff (but it had compiled and run here)
2004-03-01fix includeschicken1-4/+0
2003-08-09Merge from BRANCH_1_0kergoth1-21/+52
2003-02-16its memcpy(destination, srczecke1-3/+5
and not vice versa....
2003-02-16Fix getting fileszecke1-0/+4
2003-02-16disable snd in IrDaApplet it hangs on my machine..zecke1-0/+166
Remove the hacky OBEX Implementation Add a more cleaned up more appealing (not yet working) version which will even be able to do OBEX over Bluetooth in the future -It handles receive better let's you choose what to do with custom files and created a DocLnk -Send lets you beam to multiple devices this needs the IrDa Applet to be present