dtls: fix dtls connection object leak
[platform/upstream/gstreamer.git] / ext / dtls / gstdtlsconnection.c
2019-08-10 Ilya Smelykhdtls: fix dtls connection object leak
2018-11-28 Jordan PetridisRun gst-indent through the files
2018-11-06 Jan Alexander Stef... dtlsconnection: Print out errno info for syscall errors
2018-11-06 Andreas Frischdtls: Properly display all errors/warnings from ERR...
2018-11-06 Jan Alexander Stef... dtlsconnection: Replace if-else chain with switch
2018-11-06 Jan Alexander Stef... dtlsconnection: Clear error queue before SSL_do_handshake
2018-11-06 Jan Alexander Stef... dtlsconnection: Lower BIO error log level to DEBUG
2018-11-06 Jan Alexander Stef... dtlsconnection: Run gst-indent
2018-06-23 Tim-Philipp Müllerdtls: Update for g_type_class_add_private() deprecation...
2018-02-05 Matthew Watersdtls: don't leak the system clock
2016-10-31 Daiki Uenodtls: port to OpenSSL 1.1.0
2015-09-17 Jan SchmidtDon't throw compiler warnings with G_DISABLE_ASSERT
2015-05-13 Jose Antonio Santo... dtlsconnection: Fix memory leak while setting closure
2015-03-19 Sebastian Drögedtls: Pass the connection instance as data to the threa...
2015-03-19 Sebastian Drögedtls: Remove unused thread struct field
2015-03-19 Sebastian Drögedtls: Use a shared thread pool for the timeouts
2015-03-18 Sebastian Drögedtls: Shutdown timeout thread when it's not needed
2015-03-18 Sebastian Drögedtls: Fix some search & replace mistakes from renaming...
2015-03-16 Tim-Philipp Müllerdtls: make sure we actually log into the right debug...
2015-03-16 Tim-Philipp Müllerdtls: fix some more compiler warnings
2015-03-16 Sebastian Drögedtls: Unconditionally use GStreamer debug log system
2015-03-16 Sebastian Drögedtls: Re-namespace from Er to Gst
2015-03-16 Sebastian Drögedtls: Fix some compiler warnings
2015-03-16 Sebastian Drögedtls: Fix indention
2015-03-16 Sebastian Drögedtls: Add new DTLS plugin