Add tizen dlog for debugging
[platform/upstream/glib-networking.git] / tls / gnutls / gtlsconnection-gnutls.c
2019-10-16 Seonah MoonAdd tizen dlog for debugging 53/215753/4 accepted/tizen_5.5_unified accepted/tizen_5.5_unified_mobile_hotfix accepted/tizen_5.5_unified_wearable_hotfix accepted/tizen_6.0_unified_hotfix tizen_5.5 tizen_5.5_mobile_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix tizen_6.0_hotfix accepted/tizen/5.5/unified/20191031.010047 accepted/tizen/5.5/unified/mobile/hotfix/20201027.062120 accepted/tizen/5.5/unified/wearable/hotfix/20201027.103330 accepted/tizen/6.0/unified/20201030.104521 accepted/tizen/6.0/unified/hotfix/20201102.235636 accepted/tizen/unified/20191017.105754 submit/tizen/20191016.084905 submit/tizen_5.5/20191031.000006 submit/tizen_5.5_mobile_hotfix/20201026.185106 submit/tizen_5.5_wearable_hotfix/20201026.184306 submit/tizen_6.0/20201029.205501 submit/tizen_6.0_hotfix/20201102.192901 submit/tizen_6.0_hotfix/20201103.115101 tizen_5.5.m2_release tizen_6.0.m2_release
2019-04-05 Seonah MoonUpgrade to 2.60.1 46/202846/2
2019-04-05 Seonah MoonImported Upstream version 2.60.1 43/202843/1 2.60.1
2017-06-08 Seonah MoonUpdate to 2.50.0 56/132756/3 accepted/tizen/unified/20170705.162739 submit/tizen/20170703.070707 submit/tizen/20170705.021650
2017-06-08 Seonah MoonImported Upstream version 2.50.0 71/132871/1
2017-06-08 Seonah MoonRevert "Imported Upstream version 2.50.0" 70/132870/1
2017-06-07 taesub kimImported Upstream version 2.50.0 47/132747/1 2.50.0
2017-06-07 taesub kimRevert "Imported Upstream version 2.50.0" 46/132746/1
2017-06-07 taesub kimImported Upstream version 2.50.0 62/132662/1
2017-05-17 Seonah Moon[RQ170516-00892] Fixed build warning 40/129540/3 accepted/tizen/unified/20170517.125457 submit/tizen/20170517.032711 tizen_4.0.m1_release
2017-04-03 Seonah MoonAdd new config option for GNUTLS log function 39/122539/2 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/common/20170404.142734 accepted/tizen/ivi/20170404.060819 accepted/tizen/mobile/20170404.060643 accepted/tizen/tv/20170404.060738 accepted/tizen/unified/20170404.060845 accepted/tizen/wearable/20170404.060801 submit/tizen/20170404.011910
2016-06-08 fr.fangResolve security leak 18/73418/2
2016-06-08 Seonah MoonResolve segmentation fault 11/73411/2
2016-05-02 Seonah MoonAccept unordered certificate chains 44/68144/1 accepted/tizen/common/20160504.130834 accepted/tizen/ivi/20160504.115224 accepted/tizen/mobile/20160504.114956 accepted/tizen/tv/20160504.114826 accepted/tizen/wearable/20160504.115119 submit/tizen/20160504.064009
2015-11-17 Seonah MoonBase code merged to SPIN 2.4 79/51879/3 accepted/tizen/mobile/20151117.231936 accepted/tizen/tv/20151117.231957 accepted/tizen/wearable/20151117.232006 submit/tizen/20151117.062858
2013-07-13 Olivier Crêtegnutls: Fix deprecation warnings
2013-06-19 Dan Winshipgnutls: don't crash if G_TLS_GNUTLS_PRIORITY is invalid
2013-04-10 Olivier Crêtegtlsconnection-gnutls: Only finish implicit handshake...
2013-04-10 Dan Winshipgnutls: buffer app data received during a rehandshake...
2013-04-02 Olivier Crêtetlsconnection-gnutls: Create the cancellable pollfd...
2013-03-05 Dan Winshipgnutls: handle another case of connection-closed-during...
2013-02-13 Dan Winshipgnutls: free op_mutex in finalize()
2012-12-09 Dan Winshipgnutls: fix a hang when closing during handshake
2012-12-06 Dan Winshipgnutls: move some code from finish_handshake to handshake
2012-12-05 Dan Winshipgnutls: deal with G_IO_ERROR_BROKEN_PIPE
2012-11-29 Stef Waltergnutls: Don't hang trying to handshake, if early close
2012-11-29 Stef Waltergnutls: Allow closing a connection cleanly if handshake...
2012-11-29 Stef Waltergnutls: Appropriate error when server requires cert...
2012-11-29 Stef Waltergnutls: Fix regression where begin_handshake() is not...
2012-11-29 Stef Waltergnutls: Avoid assertion in finish_handshake()
2012-10-22 Dan WinshipPort to GTask
2012-08-11 Dan Winshipgnutls: fix an uninitialized variable
2012-08-03 Stef Waltergnutls: Fix invalid printf format
2012-08-02 Dan Winshipgnutls: allow overriding the priority string with an...
2012-07-18 Dan Winshipgnutls: handle simultaneous ops, do handshaking in...
2012-07-18 Dan Winshipgnutls: reorganize certificate handling
2012-07-18 Dan Winshipgnutls: preserve handshake errors
2012-07-18 Dan Winshipgnutls: use g_clear_object()
2012-06-14 Dan WinshipRevert "gnutls: Change the GnuTLS priority string from...
2012-06-12 Josh Rickmargnutls: Change the GnuTLS priority string from NORMAL...
2012-05-02 Dan Winshipgnutls: fix GTlsConnectionGnutls:use-system-certdb
2012-04-24 Dan Winshipgnutls: Update for pollable stream additions/improvemen...
2012-01-26 Dan Winshipgnutls: fix an async handshake crash
2011-12-03 Dan Winshipgnutls: add server-side session cache support
2011-12-03 Dan Winshipgnutls: reorganize some code to avoid needing forward...
2011-11-19 Dan Winshipgnutls: make GTlsServerConnection error out if given...
2011-11-04 Stef Waltergnutls: Add gnutls-pkcs11 TLS backend
2011-10-20 Dan Winshipgnutls: set GTlsConnection:peer-certificate* even on...
2011-10-18 Dan Winshipgnutls: Add another G_TLS_ERROR_NOT_TLS case
2011-10-07 Dan WinshipFix up LGPL header comments
2011-09-28 Dan Winshipgnutls: use g_cclosure_marshal_generic, drop gnutls...
2011-09-23 Stef Waltergnutls: Update required version of gnutls to 2.11.0
2011-09-22 Dan Winshipgnutls: fix g_tls_connection_gnutls_close_async to...
2011-09-17 Dan Winshipgnutls: fix a few memory leaks
2011-09-16 Dan Winshipgnutls: fix G_TLS_ERROR_EOF handling with gnutls 3.0
2011-08-25 Dan Winshipgnutls: fix server-side rehandshake request
2011-08-25 Dan Winshipgnutls: handle rehandshake request correctly
2011-08-07 Dan Winshipgnutls: add %COMPAT to the gnutls priority strings
2011-08-07 Dan Winshipgnutls: fix a crash with a NULL GError
2011-08-06 Dan Winshipgnutls: override minimum key length
2011-08-04 Stef Waltergnutls: Implement GTlsDatabase and related objects
2011-04-26 Sjoerd SimonsOnly set GTLS errors when errors have occurred
2011-04-09 Dan Winshipgnutls: rearrange some code to avoid a warning
2011-04-09 Dan Winshipgnutls: fix leaks
2010-12-09 Dan Winshipgnutls: fix up pollable source creation
2010-12-08 Dan Winshipgnutls: fix g_pollable_input_stream_is_readable() imple...
2010-12-08 Dan Winshipgnutls: fix an uninitialized variable
2010-12-07 Dan Winshipgnutls: Fix up GTlsCertificateFlags handling
2010-12-07 Dan Winshipgnutls: add closure-related fields to TLS pollable...
2010-12-07 Dan Winshipgnutls: Update for changes to GTlsConnection:peer-certi...
2010-12-07 Dan Winshipgnutls: fix an uninitialized variable
2010-12-06 Dan Winshipgnutls: update for require-close-notify semantics change
2010-12-06 Dan Winshipgnutls: update for removal of GTlsConnection::need...
2010-12-06 Dan Winshipgnutls: implement GTlsConnection:use-system-certdb
2010-12-06 Dan Winshipgnutls: Update for GTlsCertificate changes, implement...
2010-12-06 Dan Winshipgnutls: finish implementing GTlsRehandshakeMode
2010-12-01 Dan WinshipCompile with gcc warnings by default
2010-11-26 Dan WinshipAdd a GNUTLS-based GTlsBackend