summaryrefslogtreecommitdiff
path: root/obexd/src/obex.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-29obex: get src and dst address and store itGustavo Padovan1-0/+6
2013-05-29obex: add obex_getsockname()Gustavo Padovan1-0/+10
2012-12-07Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg1-0/+4
2012-12-05Reorder btio.h includesLucas De Marchi1-1/+1
2012-12-05Use the entire include path for btio.hLucas De Marchi1-1/+1
2012-12-05Ensure config.h is included by using CPPFLAGSLucas De Marchi1-4/+0
2012-12-04obexd: Fix some common spelling errorsSzymon Janc1-1/+1
2012-12-04obexd: Fix application parameter parsing in obex putDivya Yadav1-0/+1
2012-12-04obexd: Use ENOSYS to indicate not implemented functionLuiz Augusto von Dentz1-10/+10
2012-12-04obexd: Make use of g_obex_errno_to_rsp to translate posix errorsLuiz Augusto von Dentz1-27/+1
2012-12-04obexd: Fix queueing packet containing error while suspendedLuiz Augusto von Dentz1-4/+6
2012-12-04obexd: Add support for L2CAP transportLuiz Augusto von Dentz1-2/+5
2012-12-04obexd: Fix file not getting deleted when a push is abortedJaganath Kanakkassery1-0/+12
2012-12-04obexd: Reset obex session in transfer_complete()Jaganath Kanakkassery1-1/+6
2012-12-04obexd: Fix not responding SUCCESS code to GET in some conditionsLuiz Augusto von Dentz1-54/+17
2012-12-04obexd: Fix not responding when driver_get_headers return 0Luiz Augusto von Dentz1-22/+18
2012-12-04obexd: Port core daemon to gobexLuiz Augusto von Dentz1-837/+558
2012-12-04obexd: Remove obex_get_idLuiz Augusto von Dentz1-17/+0
2012-12-04obexd: Fix calling getpeername directly on manager.cLuiz Augusto von Dentz1-0/+10
2012-12-04obexd: Remove use of obex_object_t from service.hLuiz Augusto von Dentz1-4/+4
2012-12-04obexd: Introduce obex_get_non_header_dataLuiz Augusto von Dentz1-0/+10
2012-12-04obexd: Remove use of obex_object_t on obex.hLuiz Augusto von Dentz1-15/+13
2012-12-04obexd: Remove unused function obex_aparam_writeLuiz Augusto von Dentz1-11/+0
2012-12-04obexd: Remove options per serverLuiz Augusto von Dentz1-25/+0
2012-12-04obexd: Fix OPP not sending TransferCompleted signalSlawomir Bochenski1-2/+2
2012-12-04obexd: Simplify code for calling mime driver flush()Slawomir Bochenski1-18/+10
2012-12-04obexd: Pass through error returned by open in PUTsSlawomir Bochenski1-1/+1
2012-12-04obexd: Utilise os_set_response in check_putSlawomir Bochenski1-10/+1
2012-12-04obexd: Write pending bytes only if mime object is openSlawomir Bochenski1-1/+1
2012-12-04obexd: Reverse order of calls in os_reset_sessionSlawomir Bochenski1-2/+3
2012-12-04obexd: Fix target size in Connect reply WHO headerJohan Hedberg1-1/+1
2012-12-04obexd: Rename dbus.h to manager.gJohan Hedberg1-1/+1
2012-12-04obexd: Clean up header filesJohan Hedberg1-0/+1
2012-12-04obexd: Fix handling asynchronous plugin readsSlawomir Bochenski1-5/+9
2012-12-04obexd: Remove *hi from mime driver read()Slawomir Bochenski1-19/+8
2012-12-04obexd: Add get_next_header() functionSlawomir Bochenski1-4/+56
2012-12-04obexd: Start OpenOBEX stream automaticallySlawomir Bochenski1-9/+15
2012-12-04obexd: Use correct variable for setting responseSlawomir Bochenski1-1/+1
2012-12-04obexd: Add initial support for OBEX Action commandLuiz Augusto von Dentz1-0/+142
2012-12-04obexd: Remove redundant codeSlawomir Bochenski1-17/+3
2012-12-04obexd: Revert API changes to mime driver read functionSlawomir Bochenski1-10/+5
2012-12-04obexd: Add flush callback to mimetype driverLuiz Augusto von Dentz1-2/+24
2012-12-04obexd: Fix not responding to pbap GET when data is already cachedLuiz Augusto von Dentz1-20/+15
2012-12-04obexd: Fix plugin close & disconnect functions call orderSlawomir Bochenski1-2/+2
2012-12-04obexd: New NewMissedCalls added for phonebook_pull.Dmitriy Paliy1-5/+10
2012-12-04obexd: Change obex_service_driver put() signatureSlawomir Bochenski1-1/+1
2012-12-04obexd: Add support for stat files bigger than 2GB on 32-bit systemsLuiz Augusto von Dentz1-3/+4
2012-12-04obexd: Fix not setting proper errors when canceling suspended requestsLuiz Augusto von Dentz1-2/+3
2012-12-04obexd: Type conversion in read and write obex streamsDmitriy Paliy1-4/+4
2012-12-04obexd: Code cleanup: unnecessary operation and typo removedDmitriy Paliy1-2/+1