summaryrefslogtreecommitdiff
path: root/ext/dtls/gstdtlsconnection.c
Commit message (Expand)AuthorAgeFilesLines
* dtls: Add ability to set custom GstFlowReturn on callback errorDoug Nazar2021-05-191-3/+19
* dtls: Avoid bio_buffer assertion on shutdown.Jan Schmidt2020-10-311-3/+4
* dtlsconnection: Ignore OpenSSL system call errorsOlivier Crête2020-10-101-29/+7
* gstdtlsconnection: Propagate errors from key export to the callerSebastian Dröge2020-06-261-10/+28
* dtlsconnection: do not set keys_exported flag if actually not exportedMiguel Paris2020-06-261-2/+7
* dtls/connection: fix EOF handling with openssl 1.1.1eMatthew Waters2020-03-271-1/+1
* dtls: Keep track of the connection state and signal it through all the layersSebastian Dröge2020-01-191-20/+180
* dtls: Handle errors/close_notify at all steps and propagate through the layer...Sebastian Dröge2020-01-191-64/+203
* dtls: Propagate write errors backwards through dtlsenc/dtlsconnectionSebastian Dröge2020-01-191-2/+3
* dtls: Use a plain function pointer instead of a GClosure for the send callbackSebastian Dröge2020-01-191-36/+22
* Don't pass default GLib marshallers for signalsNiels De Graef2019-11-061-8/+5
* dtls: fix dtls connection object leakIlya Smelykh2019-07-251-0/+2
* Run gst-indent through the filesJordan Petridis2018-11-281-7/+7
* dtlsconnection: Print out errno info for syscall errorsJan Alexander Steffens (heftig)2018-11-061-1/+18
* dtls: Properly display all errors/warnings from ERR queueAndreas Frisch2018-11-061-5/+22
* dtlsconnection: Replace if-else chain with switchJan Alexander Steffens (heftig)2018-11-061-14/+15
* dtlsconnection: Clear error queue before SSL_do_handshakeJan Alexander Steffens (heftig)2018-11-061-0/+1
* dtlsconnection: Lower BIO error log level to DEBUGJan Alexander Steffens (heftig)2018-11-061-1/+1
* dtlsconnection: Run gst-indentJan Alexander Steffens (heftig)2018-11-061-7/+7
* dtls: Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller2018-06-241-9/+8
* dtls: don't leak the system clockMatthew Waters2018-02-051-3/+2
* dtls: port to OpenSSL 1.1.0Daiki Ueno2016-10-311-9/+78
* Don't throw compiler warnings with G_DISABLE_ASSERTJan Schmidt2015-09-181-0/+6
* dtlsconnection: Fix memory leak while setting closureJose Antonio Santos Cadenas2015-05-131-0/+4
* dtls: Pass the connection instance as data to the thread poolSebastian Dröge2015-03-191-5/+6
* dtls: Remove unused thread struct fieldSebastian Dröge2015-03-191-7/+0
* dtls: Use a shared thread pool for the timeoutsSebastian Dröge2015-03-191-86/+95
* dtls: Shutdown timeout thread when it's not neededSebastian Dröge2015-03-181-19/+27
* dtls: Fix some search & replace mistakes from renaming the elementsSebastian Dröge2015-03-181-7/+7
* dtls: make sure we actually log into the right debug categoryTim-Philipp Müller2015-03-161-5/+1
* dtls: fix some more compiler warningsTim-Philipp Müller2015-03-161-9/+20
* dtls: Unconditionally use GStreamer debug log systemSebastian Dröge2015-03-161-79/+85
* dtls: Re-namespace from Er to GstSebastian Dröge2015-03-161-86/+86
* dtls: Fix some compiler warningsSebastian Dröge2015-03-161-3/+4
* dtls: Fix indentionSebastian Dröge2015-03-161-577/+625
* dtls: Add new DTLS pluginSebastian Dröge2015-03-161-0/+852