summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ftp: remove unnecessary openobex includesLuiz Augusto von Dentz2011-11-161-3/+1
* ftp: remove duplicated includesLuiz Augusto von Dentz2011-11-161-2/+0
* Remove use of obex_object_t from service.hLuiz Augusto von Dentz2011-11-1610-49/+34
* Introduce obex_get_non_header_dataLuiz Augusto von Dentz2011-11-166-6/+20
* Remove use of obex_object_t on obex.hLuiz Augusto von Dentz2011-11-164-18/+17
* Remove unused function obex_aparam_writeLuiz Augusto von Dentz2011-11-162-13/+0
* phonebook-tracker: Seek for contact name deeperSlawomir Bochenski2011-11-141-10/+81
* Fix dbus memory leakSyam Sidhardhan2011-11-141-0/+2
* Fix empty parameter list in function declarationSyam Sidhardhan2011-11-144-4/+4
* gobex: make connection id check less strictLuiz Augusto von Dentz2011-11-121-1/+1
* gobex: fix sending Connection ID header in all requestsLuiz Augusto von Dentz2011-11-121-0/+3
* gobex: fix not tracking received responsesLuiz Augusto von Dentz2011-11-121-2/+3
* gobex: fix checking connection id for ABORTLuiz Augusto von Dentz2011-11-121-2/+9
* gobex: add unit test for CONNECT followed by PUT request with random dataLuiz Augusto von Dentz2011-11-122-1/+64
* gobex: add unit test for CONNECT followed by GET wrong responseLuiz Augusto von Dentz2011-11-121-0/+52
* gobex: add unit test for CONNECT followed by PUT responseLuiz Augusto von Dentz2011-11-121-0/+61
* gobex: add unit test for CONNECT followed by PUT requestLuiz Augusto von Dentz2011-11-121-1/+75
* gobex: add unit test for CONNECT followed by GET responseLuiz Augusto von Dentz2011-11-121-0/+59
* gobex: add unit test for CONNECT followed by GET requestLuiz Augusto von Dentz2011-11-121-0/+67
* gobex: add unit test for CONNECT responseLuiz Augusto von Dentz2011-11-122-0/+63
* gobex: add unit test for CONNECT requestLuiz Augusto von Dentz2011-11-121-0/+57
* Fix missing URL vCard's field with OTHER subtypeRafal Michalski2011-11-101-6/+4
* gobex: add check for connection idLuiz Augusto von Dentz2011-11-071-3/+26
* gobex: remove extra define of G_OBEX_RSP_SUCCESSLuiz Augusto von Dentz2011-11-071-1/+0
* ftp: fix coding styleLuiz Augusto von Dentz2011-11-031-15/+15
* ftp: remove pcsuite codeLuiz Augusto von Dentz2011-11-031-55/+0
* filesystem: remove unnecessary includesLuiz Augusto von Dentz2011-11-031-6/+6
* 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-0311-20/+25
* Remove options per serverLuiz Augusto von Dentz2011-11-039-76/+35
* 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 crash on error in agent_request_replySlawomir Bochenski2011-10-281-1/+2
* Code clean-up: Remove unnecessary code line breakingRafal Michalski2011-10-251-2/+1
* gobex: dump data when G_OBEX_DEBUG_DATA is setLuiz Augusto von Dentz2011-10-221-3/+12
* gobex: log packets using G_OBEX_DEBUG_PACKETLuiz Augusto von Dentz2011-10-221-0/+38
* gobex: log headers using G_OBEX_DEBUG_HEADERLuiz Augusto von Dentz2011-10-221-0/+49
* gobex: log transfers using G_OBEX_DEBUG_TRANSFERLuiz Augusto von Dentz2011-10-221-0/+50
* gobex: log commands using G_OBEX_DEBUG_COMMANDLuiz Augusto von Dentz2011-10-221-0/+26
* gobex: log errors using G_OBEX_DEBUG_ERRORLuiz Augusto von Dentz2011-10-224-7/+37
* gobex: add initial support for debugLuiz Augusto von Dentz2011-10-223-1/+97
* Fix pulling single vCard for parameters header missingRafal Michalski2011-10-201-2/+6
* gobex: fix includes of config.hLuiz Augusto von Dentz2011-10-204-3/+7
* gobex: add missing checks for config.hLuiz Augusto von Dentz2011-10-183-0/+12
* Fix breaking long lines in vCard's fieldsRafal Michalski2011-10-141-2/+7
* Support for encoding UTF-8 characters in vCard's fieldsRafal Michalski2011-10-131-2/+46
* Add NULL-field checking in vcard_printf_addressRadoslaw Jablonski2011-10-111-2/+5
* Add check for empty string in vcard_printf_fullnameRadoslaw Jablonski2011-10-111-0/+5
* Fix OPP not sending TransferCompleted signalSlawomir Bochenski2011-10-111-2/+2
* gobex: Fix decoding byte array headers with too small lengthJohan Hedberg2011-10-062-0/+15