summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* core: Use signalfd to handle unix signalsLuiz Augusto von Dentz2012-05-071-14/+78
* build: Remove glib-helper.h supportMarcel Holtmann2012-04-161-30/+0
* src: Remove headers declared but not definedSyam Sidhardhan2012-04-131-4/+0
* src: Use goto for avoiding code duplicationSyam Sidhardhan2012-04-131-2/+2
* MAP: Add implementation of map_ap_encode()Slawomir Bochenski2012-03-281-2/+89
* map_ap: Fix whitespace errorsJohan Hedberg2012-03-271-4/+0
* map_ap.c: Add implementation for map_ap_get_*Slawomir Bochenski2012-03-271-4/+54
* core: Fix application parameter parsing in obex putDivya Yadav2012-02-291-0/+1
* core: Use ENOSYS to indicate not implemented functionLuiz Augusto von Dentz2012-02-201-10/+10
* core: Make use of g_obex_errno_to_rsp to translate posix errorsLuiz Augusto von Dentz2012-02-201-27/+1
* core: Fix queueing packet containing error while suspendedLuiz Augusto von Dentz2012-02-202-4/+7
* bluetooth: Add support for L2CAP transportLuiz Augusto von Dentz2012-02-144-6/+11
* core: Add port to service driverLuiz Augusto von Dentz2012-02-141-0/+3
* obex: Fix file not getting deleted when a push is abortedJaganath Kanakkassery2012-02-021-0/+12
* map_ap.c: Add dumping of map_ap_t after decodingSlawomir Bochenski2012-01-201-0/+25
* map_ap.c: Add implementation for map_ap_decode()Slawomir Bochenski2012-01-201-1/+97
* map_ap.c: Add implementation for map_ap_set_*Slawomir Bochenski2012-01-201-4/+52
* map_ap.h: Remove MAP_AP_INVALIDSlawomir Bochenski2012-01-201-1/+0
* MAP: Implementation of MAP AP core functionsSlawomir Bochenski2012-01-201-1/+76
* obex: Reset obex session in transfer_complete()Jaganath Kanakkassery2012-01-111-1/+6
* Fix incorrect transfer path id during request authorizationJaganath Kanakkassery2012-01-111-1/+1
* Fix not responding SUCCESS code to GET in some conditionsLuiz Augusto von Dentz2012-01-111-54/+17
* Fix not responding when driver_get_headers return 0Luiz Augusto von Dentz2012-01-111-22/+18
* Fix compilation issues with standard includesMarcel Holtmann2011-12-223-0/+3
* MAP: Skeleton of application parameters supportSlawomir Bochenski2011-12-082-0/+204
* transport: Remove OpenOBEX include and fix standard includesMarcel Holtmann2011-12-051-3/+4
* service: Remove OpenOBEX include and fix standard includesMarcel Holtmann2011-12-051-3/+4
* mimetype: Remove OpenOBEX include and fix standard includesMarcel Holtmann2011-12-051-4/+5
* log: Remove OpenOBEX includeMarcel Holtmann2011-12-051-2/+0
* Port core daemon to gobexLuiz Augusto von Dentz2011-11-294-860/+577
* Remove obex_get_idLuiz Augusto von Dentz2011-11-292-18/+0
* Fix calling getpeername directly on manager.cLuiz Augusto von Dentz2011-11-293-23/+22
* bluetooth: add .getpeername supportLuiz Augusto von Dentz2011-11-291-0/+1
* Remove use of obex_object_t from service.hLuiz Augusto von Dentz2011-11-162-12/+8
* Introduce obex_get_non_header_dataLuiz Augusto von Dentz2011-11-163-0/+14
* Remove use of obex_object_t on obex.hLuiz Augusto von Dentz2011-11-163-17/+16
* Remove unused function obex_aparam_writeLuiz Augusto von Dentz2011-11-162-13/+0
* Fix empty parameter list in function declarationSyam Sidhardhan2011-11-143-3/+3
* Make obex_server_init to initialized all services registeredLuiz Augusto von Dentz2011-11-034-30/+35
* Move secure flag to service driverLuiz Augusto von Dentz2011-11-034-11/+10
* Remove options per serverLuiz Augusto von Dentz2011-11-037-67/+26
* Removed unused fields of obex_serverLuiz Augusto von Dentz2011-11-031-2/+0
* Remove config.h from src/obex.hLuiz Augusto von Dentz2011-11-031-4/+0
* Fix OPP not sending TransferCompleted signalSlawomir Bochenski2011-10-111-2/+2
* Simplify code for calling mime driver flush()Slawomir Bochenski2011-10-061-18/+10
* Pass through error returned by open in PUTsSlawomir Bochenski2011-10-051-1/+1
* Utilise os_set_response in check_putSlawomir Bochenski2011-10-051-10/+1
* Write pending bytes only if mime object is openSlawomir Bochenski2011-10-051-1/+1
* Reverse order of calls in os_reset_sessionSlawomir Bochenski2011-10-051-2/+3
* Fix target size in Connect reply WHO headerJohan Hedberg2011-09-211-1/+1