summaryrefslogtreecommitdiff
path: root/core/obex/obexserver.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-07-16Commit "thanks-pfalcon-this-one-is-better.patch" as attached to bug #1854. ↵upstreampaule1-15/+21
This fixes libopieobex previously being built without being linked to libopenobex, as well as some other issues that prevented IR recieve from working. Original patch by Marek Vasut <marek.vasut@gmail.com>; improved with input from pfalcon & polyonymous.
2007-01-24OBEX push server has a more common description.korovkin1-1/+1
2006-10-24IR OBEX is handled by OPIE OBEX functions, not by external utility.korovkin1-10/+14
2006-07-06Added OBEX Push functionality for Bluetooth.korovkin1-0/+514
- Added ObexBase - asic class for IR and BT Obex - Added ObexServer - OBEX Push server.