index
:
~jprvita/bluez
fixes
master
Bluetooth protocol stack for Linux
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
serial
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-19
Fix use of deprecated glib on serial plugin
Luiz Augusto von Dentz
1
-20
/
+20
2010-12-22
Add a way to store the remote device type
Vinicius Costa Gomes
1
-0
/
+2
2010-12-16
Convert more D-Bus errors to btd_error_*
Gustavo F. Padovan
2
-17
/
+3
2010-12-14
Fix signess of err variable passed to strerror
Johan Hedberg
1
-1
/
+1
2010-12-14
Use correct signess for err variable
Johan Hedberg
1
-6
/
+6
2010-12-14
serial: use btd_error_failed()
Gustavo F. Padovan
2
-17
/
+11
2010-12-08
convert error to btd_error_not_connected()
Gustavo F. Padovan
1
-1
/
+1
2010-12-08
convert errors to btd_error_not_authorized()
Gustavo F. Padovan
2
-3
/
+3
2010-12-07
Add btd_error_does_not_exist()
Gustavo F. Padovan
2
-18
/
+3
2010-12-07
Add btd_error_already_exists()
Gustavo F. Padovan
1
-2
/
+1
2010-12-07
Create btd_error_invalid_args()
Gustavo F. Padovan
2
-21
/
+6
2010-11-28
Remove unused includes
Johan Hedberg
2
-4
/
+0
2010-08-19
Fix format string warnings for g_dbus_create_error
Johan Hedberg
2
-6
/
+6
2010-05-21
Move debug() to DBG()
Gustavo F. Padovan
2
-12
/
+12
2010-05-21
Remove old defines from serial code
Gustavo F. Padovan
2
-10
/
+0
2010-05-21
Move logging.{c,h} to log.{c,h}
Gustavo F. Padovan
3
-3
/
+3
2010-01-01
Update copyright information
Marcel Holtmann
7
-7
/
+7
2009-10-02
Fix memory leaks
Steve Grubb
1
-0
/
+2
2009-08-23
Switch to a full non-recursive build system
Marcel Holtmann
1
-19
/
+0
2009-08-09
Make all major plugins builtin to simplify debugging
Marcel Holtmann
2
-10
/
+4
2009-07-28
Fix serial proxy record info attributes
Johan Hedberg
1
-2
/
+1
2009-07-28
Use 16/32-bit UUID if possible in serial proxy records
Johan Hedberg
1
-0
/
+1
2009-07-27
Track sender of CreateProxy.
Luiz Augusto von Dentz
1
-50
/
+83
2009-07-27
Remove the serial storage functionality
Forrest Zhao
4
-262
/
+7
2009-07-24
Fix whitespace
Johan Hedberg
1
-1
/
+1
2009-07-24
Add support for multiple serial proxies configuration
Forrest Zhao
3
-60
/
+180
2009-06-30
Fix whitespace issue
Johan Hedberg
1
-1
/
+1
2009-06-30
Fix open() error check
Johan Hedberg
1
-1
/
+1
2009-06-30
Use (safer) strncpy instead of strcpy
Johan Hedberg
1
-2
/
+3
2009-06-30
Fix NULL check in find_port() for port->uuid
Johan Hedberg
1
-0
/
+3
2009-05-27
Make serial plugin to use adapter references.
Luiz Augusto von Dentz
3
-34
/
+42
2009-05-02
Fix address variable type
Johan Hedberg
1
-1
/
+1
2009-04-30
Fix bt_cancel_discovery to not call callback.
Luiz Augusto von Dentz
1
-1
/
+4
2009-04-24
Fix bug on Serial.Connect which cause UUID-128 to be interpreted as channel.
Luiz Augusto von Dentz
1
-5
/
+10
2009-04-21
Using # operator to stringify plugin name.
Alok Barsode
1
-1
/
+1
2009-04-21
Add priority field to plugin descriptor definition and load plugins in priori...
Alok Barsode
1
-1
/
+2
2009-04-19
Fix uninitialized variable compiler warning
Johan Hedberg
1
-1
/
+3
2009-04-15
Add support to channel pattern in Serial interface.
Luiz Augusto von Dentz
1
-8
/
+48
2009-04-14
Make Serial.Disconnect to abort connection attempt.
Luiz Augusto von Dentz
1
-11
/
+21
2009-04-11
Make serial port to not use channels from record storage.
Luiz Augusto von Dentz
1
-14
/
+80
2009-04-01
Make serial proxy to use confirm callback.
Luiz Augusto von Dentz
1
-46
/
+126
2009-04-01
Add support of friendly name UUIDs for SerialProxyManager.
Luiz Augusto von Dentz
1
-21
/
+22
2009-03-24
Convert some not-so-important info logs to debug logs
Johan Hedberg
2
-5
/
+5
2009-03-23
Be sure to remove the name listener in serial_port_free
Johan Hedberg
1
-0
/
+6
2009-03-14
Adding version check for plugins.
Alok Barsode
1
-1
/
+1
2009-03-11
Use GCC visibility for exporting symbols
Marcel Holtmann
1
-5
/
+5
2009-02-25
Remove unused function
Johan Hedberg
2
-34
/
+0
2009-02-22
Fix bt_io_get parameter passing
Johan Hedberg
1
-1
/
+1
2009-02-19
Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.
Luiz Augusto von Dentz
2
-3
/
+3
2009-02-19
Make serial plugin to use BtIO API.
Luiz Augusto von Dentz
2
-27
/
+56
[next]