summaryrefslogtreecommitdiff
path: root/serial
AgeCommit message (Expand)AuthorFilesLines
2010-01-01Update copyright informationMarcel Holtmann7-7/+7
2009-10-02Fix memory leaksSteve Grubb1-0/+2
2009-08-23Switch to a full non-recursive build systemMarcel Holtmann1-19/+0
2009-08-09Make all major plugins builtin to simplify debuggingMarcel Holtmann2-10/+4
2009-07-28Fix serial proxy record info attributesJohan Hedberg1-2/+1
2009-07-28Use 16/32-bit UUID if possible in serial proxy recordsJohan Hedberg1-0/+1
2009-07-27Track sender of CreateProxy.Luiz Augusto von Dentz1-50/+83
2009-07-27Remove the serial storage functionalityForrest Zhao4-262/+7
2009-07-24Fix whitespaceJohan Hedberg1-1/+1
2009-07-24Add support for multiple serial proxies configurationForrest Zhao3-60/+180
2009-06-30Fix whitespace issueJohan Hedberg1-1/+1
2009-06-30Fix open() error checkJohan Hedberg1-1/+1
2009-06-30Use (safer) strncpy instead of strcpyJohan Hedberg1-2/+3
2009-06-30Fix NULL check in find_port() for port->uuidJohan Hedberg1-0/+3
2009-05-27Make serial plugin to use adapter references.Luiz Augusto von Dentz3-34/+42
2009-05-02Fix address variable typeJohan Hedberg1-1/+1
2009-04-30Fix bt_cancel_discovery to not call callback.Luiz Augusto von Dentz1-1/+4
2009-04-24Fix bug on Serial.Connect which cause UUID-128 to be interpreted as channel.Luiz Augusto von Dentz1-5/+10
2009-04-21Using # operator to stringify plugin name.Alok Barsode1-1/+1
2009-04-21Add priority field to plugin descriptor definition and load plugins in priori...Alok Barsode1-1/+2
2009-04-19Fix uninitialized variable compiler warningJohan Hedberg1-1/+3
2009-04-15Add support to channel pattern in Serial interface.Luiz Augusto von Dentz1-8/+48
2009-04-14Make Serial.Disconnect to abort connection attempt.Luiz Augusto von Dentz1-11/+21
2009-04-11Make serial port to not use channels from record storage.Luiz Augusto von Dentz1-14/+80
2009-04-01Make serial proxy to use confirm callback.Luiz Augusto von Dentz1-46/+126
2009-04-01Add support of friendly name UUIDs for SerialProxyManager.Luiz Augusto von Dentz1-21/+22
2009-03-24Convert some not-so-important info logs to debug logsJohan Hedberg2-5/+5
2009-03-23Be sure to remove the name listener in serial_port_freeJohan Hedberg1-0/+6
2009-03-14Adding version check for plugins.Alok Barsode1-1/+1
2009-03-11Use GCC visibility for exporting symbolsMarcel Holtmann1-5/+5
2009-02-25Remove unused functionJohan Hedberg2-34/+0
2009-02-22Fix bt_io_get parameter passingJohan Hedberg1-1/+1
2009-02-19Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz2-3/+3
2009-02-19Make serial plugin to use BtIO API.Luiz Augusto von Dentz2-27/+56
2009-01-29Fix mostly every warning caused by -Wsign-compareMarcel Holtmann2-2/+4
2009-01-01Update copyright informationMarcel Holtmann9-9/+9
2008-12-23Add missing include definitionsMarcel Holtmann2-0/+2
2008-12-22Remove old serial-api.txt documentation fileMarcel Holtmann2-178/+0
2008-12-15Revert previous change to g_timeout_add_secondsJohan Hedberg1-2/+2
2008-12-10Convert two more users to g_timeout_add_seconds()Marcel Holtmann1-2/+3
2008-12-01Disallow Serial.Disconnect from unauthorized senders.Luiz Augusto von Dentz1-1/+6
2008-11-08Store RFCOMM tty fd and close it before releaseJohan Hedberg1-0/+8
2008-11-07Fix driver removal for serial port driver.Luiz Augusto von Dentz3-14/+7
2008-11-07Make serial driver to register RFCOMM UUID.Luiz Augusto von Dentz1-3/+3
2008-11-06Rename bt_string2class to bt_name2class and introduce bt_name2string.Luiz Augusto von Dentz1-13/+1
2008-11-06Use bt_string2class instead of bt_string2uuid to avoid unecessary conversionJohan Hedberg1-1/+6
2008-11-06Add OBEX UUIDs to the serial serviceJohan Hedberg1-1/+4
2008-11-06Fix checks for port->id valueJohan Hedberg1-4/+5
2008-11-06Get rid of the dialup-specific driverJohan Hedberg1-23/+1
2008-11-06Get rid of the name attribute for portsJohan Hedberg3-28/+36