summaryrefslogtreecommitdiff
path: root/ext/dtls/gstdtlsconnection.c
Commit message (Expand)AuthorAgeFilesLines
* 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