index
:
bluez.git
master
Lennart's Copy of bluez
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
input: handling encrypt_link function return value properly
Claudio Takahasi
2007-03-19
1
-2
/
+4
|
*
Moving input functions to the right files
Claudio Takahasi
2007-03-19
9
-974
/
+1029
|
*
Fix build, move errors to error file and add server registration.
Luiz Augusto von Dentz
2007-03-19
6
-14
/
+46
|
*
- Fix standalone init when there is no bluetooth adapter.
Luiz Augusto von Dentz
2007-03-19
4
-6
/
+33
|
*
update the sbc encoder from the working fixed-point code in the sbc project
Brad Midgley
2007-03-17
4
-23
/
+1453
|
|
|
|
|
I also tagged the sbc project with "copied-to-bluez-utils" at the same time. We will do sbc work under bluez and sync it with the old sbc project if necessary.
*
Initial implementation of network server interface.
Luiz Augusto von Dentz
2007-03-16
1
-0
/
+135
|
*
Add minimal support for bridge creation and removal
Marcel Holtmann
2007-03-16
5
-3
/
+125
|
*
Add error specific skeleton files
Marcel Holtmann
2007-03-16
6
-3
/
+104
|
*
Network: Added network connection methods skeleton
Claudio Takahasi
2007-03-15
1
-0
/
+127
|
*
Network: Added ListServers
Claudio Takahasi
2007-03-15
1
-1
/
+24
|
*
Network: Added unknown connection path fallback
Claudio Takahasi
2007-03-13
1
-1
/
+5
|
*
Add skeleton for manager interface
Marcel Holtmann
2007-03-13
4
-1
/
+65
|
*
Network: support for standalone start mode
Claudio Takahasi
2007-03-12
1
-0
/
+3
|
*
Fix segfault when no passkey agents are registered
Johan Hedberg
2007-03-12
1
-9
/
+9
|
*
Network: added server methods skeleton
Claudio Takahasi
2007-03-12
2
-0
/
+208
|
*
Add skeleton for manager interface
Marcel Holtmann
2007-03-09
4
-2
/
+70
|
*
Network: main loop creation
Claudio Takahasi
2007-03-09
1
-0
/
+42
|
*
Don't forget to link against GLib
Marcel Holtmann
2007-03-09
1
-2
/
+2
|
*
Add API document and service description file
Marcel Holtmann
2007-03-09
2
-0
/
+17
|
*
Create init and exit functions
Marcel Holtmann
2007-03-09
3
-0
/
+18
|
*
Add skeleton for network service
Marcel Holtmann
2007-03-09
9
-3
/
+171
|
*
Fix not result checking warning
Marcel Holtmann
2007-03-09
1
-1
/
+2
|
*
Removed dupplicated errno header include
Claudio Takahasi
2007-03-09
1
-1
/
+0
|
*
indicatecall
Brad Midgley
2007-03-08
1
-0
/
+18
|
*
flesh out headset object
Brad Midgley
2007-03-08
1
-0
/
+20
|
*
Input: useless code removed, stored devices are always created when the ↵
Claudio Takahasi
2007-03-06
1
-35
/
+7
|
|
|
|
daemon initializes
*
Fix small typo
Marcel Holtmann
2007-03-06
1
-1
/
+1
|
*
Input: added extra GIOConditon(HUP, ERR and NVAL) for watches
Claudio Takahasi
2007-03-05
1
-1
/
+18
|
*
Add adapter interface based trust related methods
Marcel Holtmann
2007-03-05
1
-1
/
+23
|
*
Input: Use stored device name instead of the service name attribute
Claudio Takahasi
2007-03-01
3
-6
/
+44
|
*
Input: don't store the HID name in the "input" file && removed magic number ↵
Claudio Takahasi
2007-03-01
1
-17
/
+17
|
|
|
|
in the memory alloc
*
Input: renamed input storage file to "input"
Claudio Takahasi
2007-03-01
2
-4
/
+5
|
*
Input: code cleanup
Claudio Takahasi
2007-02-28
1
-9
/
+9
|
*
Input: Using glib memory alloc functions
Claudio Takahasi
2007-02-28
2
-56
/
+36
|
*
Input: added verification for pending connection
Claudio Takahasi
2007-02-27
1
-99
/
+83
|
*
Fake input: changed is_connected function to support fake inputs
Claudio Takahasi
2007-02-27
1
-6
/
+15
|
*
Fake input: fixed build error when glib is disabled
Claudio Takahasi
2007-02-27
1
-11
/
+7
|
*
Fake input: Changed disconnect function to support fake devices
Claudio Takahasi
2007-02-27
1
-1
/
+20
|
*
Fix format string
Johan Hedberg
2007-02-27
1
-1
/
+1
|
*
Require all incoming connections to be secure
Johan Hedberg
2007-02-27
1
-1
/
+8
|
*
Minor cleanup to for-loop
Johan Hedberg
2007-02-26
1
-4
/
+1
|
*
Cleanup service list string creation
Johan Hedberg
2007-02-26
1
-7
/
+2
|
*
Implement the trust methods properly
Johan Hedberg
2007-02-26
5
-28
/
+144
|
*
Add textfile_caseput function
Johan Hedberg
2007-02-26
2
-0
/
+6
|
*
Fake input: added uinput send key/event
Claudio Takahasi
2007-02-26
1
-6
/
+28
|
*
Fake input: fixed get_class
Claudio Takahasi
2007-02-26
1
-3
/
+4
|
*
Fake input: Added function to decode keys
Claudio Takahasi
2007-02-26
1
-1
/
+39
|
*
Fake input: added watch for RFCOMM IO channel
Claudio Takahasi
2007-02-26
1
-2
/
+51
|
*
initialize name request return value struct to 0 before using it (valgrind ↵
Johan Hedberg
2007-02-26
1
-0
/
+1
|
|
|
|
was complaining about it)
*
More changes do use glib memory allocation
Johan Hedberg
2007-02-26
8
-85
/
+47
|
[next]