History log of /btstack/platform/daemon/src/socket_connection.c (Results 1 – 25 of 29)
Revision Date Author Comments
# 2fca4dad 02-Nov-2021 Milanka Ringwald <[email protected]>

license: update text


# e501bae0 11-May-2019 Matthias Ringwald <[email protected]>

Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)


# 8c5fe294 20-Nov-2018 Matthias Ringwald <[email protected]>

scoket_server: initialize connection_t struct before using it


# 62609879 25-Oct-2018 Matthias Ringwald <[email protected]>

daemon: avoid compile warning


# 15c7f428 15-Aug-2018 Matthias Ringwald <[email protected]>

daemon: reduce log output


# 0d54ffa1 15-Aug-2018 Matthias Ringwald <[email protected]>

daemon/socket_connection: fix send packet for win32


# ec7a14ef 15-Aug-2018 Matthias Ringwald <[email protected]>

daemon: fix memory leak in socket_connection


# ddca189c 15-Aug-2018 Matthias Ringwald <[email protected]>

daemon: implement win32 version of socket_connection


# 33845bfe 14-Aug-2018 Matthias Ringwald <[email protected]>

daemon/socket_connection: only define S_IRWXG and S_IRWXO on demand


# 3a6c8b01 14-Aug-2018 Matthias Ringwald <[email protected]>

daemon/socket_connection: guard unix socket code by HAVE_UNIX_SOCKETS


# 398a95ec 05-Jul-2018 Matthias Ringwald <[email protected]>

run_loop: avoid anonymous union


# 19830e3f 15-Jun-2017 Matthias Ringwald <[email protected]>

daemon: fix warnings


# ab2c6ae4 24-Mar-2017 Matthias Ringwald <[email protected]>

tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__


# 9490bce5 29-Mar-2016 Matthias Ringwald <[email protected]>

fix compile


# e32b1c03 29-Mar-2016 Matthias Ringwald <[email protected]>

drop HAVE_SO_NOSIGPIPE


# af0d0df5 27-Mar-2016 Matthias Ringwald <[email protected]>

replace malloc+memset by calloc


# a32d71b6 27-Mar-2016 Matthias Ringwald <[email protected]>

replace malloc+memset by calloc


# 24ced5a6 24-Mar-2016 Matthias Ringwald <[email protected]>

runloop: enable callback for all data sources


# 896424b7 24-Mar-2016 Matthias Ringwald <[email protected]>

runloop: add data source callback type to ds handler


# 7cd5ef95 24-Mar-2016 Matthias Ringwald <[email protected]>

runloop: pass callback type to data source process functions


# c4ae7169 24-Mar-2016 Matthias Ringwald <[email protected]>

runloop: replace struct btstack_data_source with btstack_data_source_t


# 3a5c43ee 24-Mar-2016 Matthias Ringwald <[email protected]>

runloop: set data source fd by new setter


# 835c1671 24-Mar-2016 Matthias Ringwald <[email protected]>

runloop: set ds->process via setter


# 2531c97e 19-Feb-2016 Matthias Ringwald <[email protected]>

daemon: move examples from example/daemon to platform/daemon/example. fix mtk compile


# 204f664b 20-Jan-2016 Matthias Ringwald <[email protected]>

platform/daemon: drop src folder


12