summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* core: Remove redundant include errno.hSyam Sidhardhan2012-08-231-1/+0
* core: Remove map_ap.cLuiz Augusto von Dentz2012-08-162-529/+0
* Fix some common spelling errorsSzymon Janc2012-06-142-3/+3
* core: Change agent interface to org.bluez.obex.AgentLuiz Augusto von Dentz2012-06-051-2/+3
* core: Change D-Bus service file to use org.bluez.obexLuiz Augusto von Dentz2012-06-051-1/+1
* core: Change D-Bus namespace to org.bluez.obexLuiz Augusto von Dentz2012-06-052-20/+19
* Do not set signature and reply in GDBus tablesLucas De Marchi2012-05-181-14/+11
* Convert GDBus methods to use macro helpersLucas De Marchi2012-05-181-9/+18
* Constify GDBus signal tablesMarcel Holtmann2012-05-171-2/+2
* Constify GDBus method tablesMarcel Holtmann2012-05-171-3/+3
* 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