History log of /external/bluetooth/bluez/plugins/pnat.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
43a34941ef98a89ea3d9d99cc522b61fc1e27839 06-Sep-2010 Luiz Augusto von Dentz <luiz.dentz-von@nokia.com> Fix not closing fd when disconnecting on pnat plugin

This cause problems since the number of open file descriptors are
normaly limited causing errors such as:

Can't create RFCOMM TTY: Too many open files in system
/external/bluetooth/bluez/plugins/pnat.c
6c61bb330a7376ca6fe674da026c5de1aab9981a 17-Aug-2010 Johan Hedberg <johan.hedberg@nokia.com> Fix missing cleanup for the phonet-at child process

We can't call g_remove_source for the child watch since then nobody will
call waitpid when the child dies. Instead set client->child_pid to 0
after sending SIGTERM so that the child watch function doesn't try to do
cleanup to processes that were already cleared (e.g. if an old phonet-at
process stays around while a new DUN client gets connected).

The patch is based upon the initial investigation and findings by
Dmitriy Paliy <dmitriy.paliy@nokia.com>.
/external/bluetooth/bluez/plugins/pnat.c
4fc3ab71680089f12e68526d539d2fae0d83e292 16-Aug-2010 Luiz Augusto von Dentz <luiz.dentz-von@nokia.com> Fix not storing tty id on pnatd plugin

The code used to create the port stored the id in a local variable
instead of storing it in the client data which is used to release the
port once disconnected.
/external/bluetooth/bluez/plugins/pnat.c
8e58667ef0a4cda88ac64137728da28d8fdf3f0f 21-May-2010 Gustavo F. Padovan <gustavo@padovan.org> Move debug() to DBG()

Use the new dynamic debug feature
/external/bluetooth/bluez/plugins/pnat.c
e891f7df6225c758da0d95f7554c6cc67f72f31e 21-May-2010 Gustavo F. Padovan <gustavo@padovan.org> Move logging.{c,h} to log.{c,h}

Try to make log stuff more similar to ConnMan and oFono.
/external/bluetooth/bluez/plugins/pnat.c
29598cc39b9cb63d7ed62fb2b7f99c9c42985897 19-May-2010 Johan Hedberg <johan.hedberg@nokia.com> Update phonet-at location to match recent versions
/external/bluetooth/bluez/plugins/pnat.c
903804a0f1d74b324182b33fbc5a4d57da959e83 03-Apr-2010 Johan Hedberg <johan.hedberg@nokia.com> Make use of common fail label in pnat_probe
/external/bluetooth/bluez/plugins/pnat.c
76208a5d2612081517846692bb6b8f99c4059fca 03-Apr-2010 Johan Hedberg <johan.hedberg@nokia.com> Fix GError memory leak
/external/bluetooth/bluez/plugins/pnat.c
0a658cd94564a0ef332031c2a3769814a7f094ca 03-Apr-2010 Johan Hedberg <johan.hedberg@nokia.com> Remove bogus if-check when DUN client disconnects
/external/bluetooth/bluez/plugins/pnat.c
895eea1347243bae4aa65eea8531452fe5dd81ea 01-Apr-2010 Johan Hedberg <johan.hedberg@nokia.com> Add initial phonet integration with the help of pnatd/phonet-at

This patch implements initial phonet support to the pnat bluetoothd
plugin by utilizing the pnatd/phonet-at phonet AT proxy/wrapper tool.
/external/bluetooth/bluez/plugins/pnat.c
1202ec1f3e2e23ed3f343bedbc7ca86377030c2c 26-Jan-2010 Johan Hedberg <johan.hedberg@nokia.com> Add initial skeleton for Phonet AT (DUN) plugin
/external/bluetooth/bluez/plugins/pnat.c