summaryrefslogtreecommitdiffstats
path: root/python.d/python_modules/bases/FrameworkServices/SocketService.py
AgeCommit message (Expand)Author
2018-10-15modularized all source code (#4391)Costa Tsaousis
2018-09-30fix spdx (#4327)Paweł Krupa
2018-09-26give credit where credit is due (#4291)Paweł Krupa
2018-06-16add custom request feature to SocketService._get_raw_data()lgz
2018-05-31Add SPDX-License-Identifier headers to most files.Austin S. Hemmelgarn
2018-05-10Fixed incorrect logging method in SocketService.Austin S. Hemmelgarn
2018-05-03Fix overzealous conversion of 'SSL" to 'TLS' in previous commit.Austin S. Hemmelgarn
2018-05-03Update SocketService TLS config to be consistent with UrlService.Austin S. Hemmelgarn
2018-05-02Remove string conversion from ssl option fetching.Austin S. Hemmelgarn
2018-05-02Further fix SSL configuration for SocketServiceAustin S. Hemmelgarn
2018-05-02Redo SSL configuration for SocketService.Austin S. Hemmelgarn
2018-05-01Fix issues pointed out by CodacyAustin S. Hemmelgarn
2018-05-01Add basic SSL support to SocketService framework.Austin S. Hemmelgarn
2018-02-20Modify according PR comments from l2isbadSven Mäder
2018-02-20Add possibility for UDP socketSven Mäder
2017-10-20move SocketService to a separate filelgz