index
:
bluez.git
master
Lennart's Copy of bluez
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hcid
/
dbus-sdp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hcid: removed RFCOMM functions
Claudio Takahasi
2007-10-04
1
-286
/
+2
*
Rename files for adapter interface
Marcel Holtmann
2007-08-15
1
-1
/
+1
*
adapter: added RemoteIdentifiersUpdated signal
Claudio Takahasi
2007-06-19
1
-10
/
+23
*
GetRemoteServiceIdentifiers: Request the DeviceID if it was not returned prev...
Claudio Takahasi
2007-06-18
1
-74
/
+62
*
GetRemoteServiceIdentifiers: Ignore repeated service identifiers
Claudio Takahasi
2007-06-15
1
-12
/
+23
*
GetRemoteServiceIdentifiers: If the reply is empty(for L2CAP) try DeviceID
Claudio Takahasi
2007-06-15
1
-3
/
+3
*
GetRemoteServiceIdentifiers: when the reply is empty(for public browse) try L...
Claudio Takahasi
2007-06-15
1
-19
/
+51
*
GetRemoteServiceIdentifiers: store the received records
Claudio Takahasi
2007-06-15
1
-3
/
+11
*
GetRemoteServiceIdentifiers: retrieve all record attributes instead of the se...
Claudio Takahasi
2007-06-15
1
-34
/
+21
*
Add first version of GetRemoteServiceIdentifiers
Marcel Holtmann
2007-06-15
1
-2
/
+178
*
Check for adapter state in SDP methods
Johan Hedberg
2007-06-07
1
-0
/
+6
*
Add "hfp" to known service identifiers
Johan Hedberg
2007-06-06
1
-0
/
+1
*
Only clean up sdp sessions for the local adapter in question
Johan Hedberg
2007-05-09
1
-6
/
+5
*
Implement Adapter.FinishRemoteServiceTransaction
Johan Hedberg
2007-05-09
1
-10
/
+55
*
Convert to using the generic D-Bus object handling
Johan Hedberg
2007-05-04
1
-1
/
+2
*
Fix append_and_grow_string for memory leaks and potential data corruption if ...
Johan Hedberg
2007-05-03
1
-6
/
+12
*
Add timeout for unused SDP sessions
Johan Hedberg
2007-05-02
1
-14
/
+149
*
Use GLib memory allocation functions
Johan Hedberg
2007-02-26
1
-58
/
+19
*
Cleanup: removed variable declaration with initialization, 80 column and othe...
Claudio Takahasi
2007-01-30
1
-54
/
+46
*
Make it possible to support an embedded GLib
Marcel Holtmann
2007-01-20
1
-0
/
+2
*
Update copyright information
Marcel Holtmann
2007-01-13
1
-1
/
+1
*
Rename struct slist to GSList and slist_* to g_slist_*
Johan Hedberg
2007-01-13
1
-5
/
+4
*
Allow compilation against GLib
Marcel Holtmann
2007-01-12
1
-0
/
+1
*
Use get_record_data_t instead of void pointer to track get remote service rec...
Claudio Takahasi
2006-11-16
1
-28
/
+27
*
Appends a block of fixed-length bytes instead of call multiple times dbus_mes...
Claudio Takahasi
2006-11-14
1
-4
/
+3
*
Update fix for memory leak
Marcel Holtmann
2006-11-14
1
-4
/
+3
*
Fixed memory leak
Claudio Takahasi
2006-11-14
1
-9
/
+11
*
Removed org.bluez.SDP interface
Claudio Takahasi
2006-11-14
1
-855
/
+0
*
Add hsp to friendly service names
Johan Hedberg
2006-11-14
1
-0
/
+1
*
Add support for storing SDP record
Marcel Holtmann
2006-11-13
1
-7
/
+59
*
Replaced string_t by sdp_buf_t
Claudio Takahasi
2006-11-13
1
-29
/
+31
*
Added raw service record to xml conversion functions
Claudio Takahasi
2006-11-10
1
-2
/
+140
*
More cleanup. Move common dbus stuff to common/dbus.c. hcid/dbus.c -> hcid/db...
Johan Hedberg
2006-11-01
1
-0
/
+3
*
Cleanup: split dbus.h into several dbus-*.h files (one for each dbus-*.c file)
Johan Hedberg
2006-10-30
1
-0
/
+3
*
renamed send_reply_and_unref to send_message_and_unref
Claudio Takahasi
2006-10-05
1
-8
/
+8
*
cleanup:renamed hci_dbus_data to adapter
Claudio Takahasi
2006-10-04
1
-21
/
+21
*
cleanup
Claudio Takahasi
2006-10-03
1
-11
/
+2
*
Removed '0x' from search pattern
Claudio Takahasi
2006-09-29
1
-14
/
+5
*
support uuid128 and '0x' for service search match
Claudio Takahasi
2006-09-29
1
-9
/
+16
*
Update friendly service name table
Johan Hedberg
2006-09-29
1
-5
/
+5
*
GetRemoteServiceHandles: request browsing when the match string is empty
Claudio Takahasi
2006-09-29
1
-6
/
+12
*
GetRemoteServiceHandles:added service match
Claudio Takahasi
2006-09-29
1
-2
/
+18
*
Fix the test for an error condition
Ulisses Furquim
2006-09-27
1
-1
/
+1
*
Fix SDP session leak when a page timeout occurrs during RFCOMM.{Bind(),Connec...
Ulisses Furquim
2006-09-22
1
-0
/
+6
*
removed memory leak
Claudio Takahasi
2006-09-21
1
-2
/
+5
*
Fix some problems when doing consecutive SDP searches
Ulisses Furquim
2006-09-21
1
-47
/
+61
*
Move sdp related data allocation from dbus-rfcomm.c to dbus-sdp.c
Johan Hedberg
2006-09-21
1
-15
/
+26
*
Comment out currently unused static functions
Johan Hedberg
2006-09-20
1
-0
/
+2
*
Make RFCOMM.Connect() do an SDP search before connecting
Ulisses Furquim
2006-09-19
1
-74
/
+362
*
error handling for multiple *_async calls
Claudio Takahasi
2006-09-13
1
-14
/
+10
[next]