Comment 6 for bug 337443

Revision history for this message
Baptiste Mille-Mathias (bmillemathias) wrote :

zcat bluez_4.30-4.32.debdiff.gz | diffstat
 AUTHORS | 2
 ChangeLog | 16
 audio/a2dp.c | 38 -
 audio/avdtp.c | 562 ++++++++++----------
 audio/control.c | 261 ++++-----
 audio/gstavdtpsink.c | 3
 audio/headset.c | 177 +++---
 audio/headset.h | 5
 audio/ipc.h | 3
 audio/main.c | 31 -
 audio/manager.c | 114 ++--
 audio/pcm_bluetooth.c | 23
 audio/telephony-dummy.c | 6
 audio/telephony-maemo.c | 29 +
 audio/telephony.h | 2
 audio/unix.c | 27
 common/Makefile.am | 2
 common/Makefile.in | 6
 common/btio.c | 1251 ++++++++++++++++++++++++++++++++++++++++++++++
 common/btio.h | 94 +++
 common/glib-helper.c | 872 --------------------------------
 common/glib-helper.h | 57 --
 compat/fakehid.c | 2
 compat/sdp.c | 4
 configure | 2
 configure.ac | 2
 debian/changelog | 24
 gdbus/object.c | 4
 input/device.c | 337 +++++++-----
 input/device.h | 5
 input/fakehid.c | 6
 input/fakehid.h | 4
 input/server.c | 91 ++-
 lib/Makefile.am | 2
 lib/Makefile.in | 2
 lib/sdp.c | 2
 network/bridge.c | 2
 network/common.c | 4
 network/common.h | 1
 network/connection.c | 73 +-
 network/server.c | 307 ++++-------
 sbc/sbc.c | 18
 sbc/sbc.h | 1
 sbc/sbc_primitives.c | 1
 sbc/sbc_primitives.h | 1
 sbc/sbc_primitives_mmx.c | 1
 sbc/sbc_primitives_neon.c | 1
 serial/port.c | 48 +
 serial/proxy.c | 37 -
 serial/storage.c | 33 -
 serial/storage.h | 1
 src/adapter.c | 54 +
 src/adapter.h | 1
 src/dbus-hci.c | 31 -
 src/device.c | 263 ++++-----
 src/device.h | 1
 src/main.c | 8
 src/plugin.c | 5
 src/sdpd-request.c | 150 ++++-
 src/sdpd-server.c | 3
 src/sdpd-service.c | 5
 test/Makefile.am | 7
 test/Makefile.in | 31 -
 test/avtest.c | 31 +
 test/btiotest.c | 551 ++++++++++++++++++++
 test/hciemu.c | 3
 test/rctest.c | 70 ++
 67 files changed, 3616 insertions(+), 2195 deletions(-)