index
:
~jprvita/bluez
fixes
master
Bluetooth protocol stack for Linux
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
obexd
/
plugins
/
phonebook-ebook.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-04
obexd: Remove the total silly usage of gchar and replace it with char
Marcel Holtmann
1
-1
/
+1
2012-12-07
Revert "Ensure config.h is included by using CPPFLAGS"
Johan Hedberg
1
-0
/
+4
2012-12-05
Ensure config.h is included by using CPPFLAGS
Lucas De Marchi
1
-4
/
+0
2012-12-04
obexd: phonebook: Replace magic strings for phonebook names and folders
Harald Schmitt
1
-7
/
+7
2012-12-04
obexd: Remove left over glib-helper.h support
Paul Seidler
1
-1
/
+0
2012-12-04
obexd: Remove OpenOBEX includes
Marcel Holtmann
1
-3
/
+0
2012-12-04
obexd: Fix coding style issues in phonebook-ebook.c
Johan Hedberg
1
-56
/
+40
2012-12-04
obexd: Fix callback logic in EDS PBAP
Bartosz Szatkowski
1
-18
/
+38
2012-12-04
obexd: Fix memory issues in EDS PBAP
Bartosz Szatkowski
1
-6
/
+13
2012-12-04
obexd: Make use of g_slist_free_full when elements are dynamically-allocated
Luiz Augusto von Dentz
1
-0
/
+1
2012-12-04
obexd: Fix pulling phonebook size
Bartosz Szatkowski
1
-5
/
+5
2012-12-04
obexd: Fix sent vCard format for eds backend
Bartosz Szatkowski
1
-2
/
+2
2012-12-04
obexd: Fix freeing buffer before transfer is complete
Bartosz Szatkowski
1
-2
/
+8
2012-12-04
obexd: Fix no phone number in vCard listing
Bartosz Szatkowski
1
-1
/
+1
2012-12-04
obexd: Add opening ebooks before each operation
Bartosz Szatkowski
1
-35
/
+31
2012-12-04
obexd: Fix ebook opening error handling
Bartosz Szatkowski
1
-13
/
+8
2012-12-04
obexd: Fix pulling vCard for multiple ebooks
Bartosz Szatkowski
1
-7
/
+8
2012-12-04
obexd: Add proper finishing/canceling requests
Bartosz Szatkowski
1
-0
/
+8
2012-12-04
obexd: Add 0.vcf (me contact) when generating cache
Bartosz Szatkowski
1
-0
/
+40
2012-12-04
obexd: Add checking ebook availability before processing
Bartosz Szatkowski
1
-11
/
+17
2012-12-04
obexd: Add constraint on pulled path
Bartosz Szatkowski
1
-0
/
+7
2012-12-04
obexd: Change EDS backend to support multiple ebooks
Bartosz Szatkowski
1
-97
/
+196
2012-12-04
obexd: Introduction of phonebook_pull_read
Radoslaw Jablonski
1
-7
/
+16
2012-12-04
obexd: Add support for notifying PBAP about more parts from backend
Radoslaw Jablonski
1
-3
/
+4
2012-12-04
obexd: Add handing of backend pending request
Dmitriy Paliy
1
-18
/
+78
2012-12-04
obexd: Unified ebook data structures
Dmitriy Paliy
1
-20
/
+16
2012-12-04
obexd: Fix issues caused by multiple dependencies on phonebook.c
Johan Hedberg
1
-0
/
+4
2012-12-04
obexd: ebook backend: separate concatenated vcards with \r\n.
Marcel Mol
1
-0
/
+3
2012-12-04
obexd: Fix minor comment typos & indents
Marcel Mol
1
-1
/
+1
2012-12-04
obexd: Fix return value checking of e_book_async_get_contacts
Marcel Mol
1
-1
/
+1
2012-12-04
obexd: ebook backend: return all TEL attribs from vCard as strings
Marcel Mol
1
-8
/
+17
2012-12-04
obexd: Fix vcard filter setting
Marcel Mol
1
-1
/
+1
2012-12-04
obexd: Add dynamic debug feature
Luiz Augusto von Dentz
1
-1
/
+1
2012-12-04
obexd: Returns OBEX service unavailable when ebook async get contacts fails
Claudio Takahasi
1
-2
/
+5
2012-12-04
obexd: Add folder name verification for PullvCardListing on ebook backend
Claudio Takahasi
1
-0
/
+3
2012-12-04
obexd: Fix sending the wrong response code
Vinicius Costa Gomes
1
-3
/
+3
2012-12-04
obexd: Coding style fixes
Vinicius Costa Gomes
1
-26
/
+27
2012-12-04
obexd: Fix glib type system initialization
Claudio Takahasi
1
-0
/
+2
2012-12-04
obexd: Fix PhoneBookSize request for PullPhoneBook function
Claudio Takahasi
1
-0
/
+10
2012-12-04
obexd: Add current folder argument for phonebook_get_entry function calls
Claudio Takahasi
1
-1
/
+2
2012-12-04
obexd: Implement contacts cache for dummy back-end
Claudio Takahasi
1
-1
/
+2
2012-12-04
obexd: Change PBAP set folder function
Claudio Takahasi
1
-20
/
+54
2012-12-04
obexd: Remove unused functions and constants
Claudio Takahasi
1
-0
/
+1
2012-12-04
obexd: Changes the interface between the PBAP core and backends
Claudio Takahasi
1
-96
/
+104
2012-12-04
obexd: Coding style fixes
Johan Hedberg
1
-7
/
+10
2012-12-04
obexd: ebook minor coding style fixes
Claudio Takahasi
1
-7
/
+6
2012-12-04
obexd: Initial implementation of PullvCardListing function for E-Book backend
Claudio Takahasi
1
-25
/
+143
2012-12-04
obexd: Add support for PBAP operations to the back-ends
Vinicius Costa Gomes
1
-0
/
+12
2012-12-04
obexd: Add EVCard filter for PullPhoneBook
Claudio Takahasi
1
-3
/
+73
2012-12-04
obexd: Change PullPhoneBook to return the vcards in the requested format
Claudio Takahasi
1
-1
/
+3
[next]