summaryrefslogtreecommitdiff
path: root/lib/system_override.c
Commit message (Expand)AuthorAgeFilesLines
* gnutls_session_get_data2: fix operation without a timeout callbackNikos Mavrogiannopoulos2019-09-261-9/+7
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* doc: added more information on operation under multiple threadsNikos Mavrogiannopoulos2019-03-021-0/+3
* gnutls_transport_set_pull_timeout_function: doc update [ci skip]Nikos Mavrogiannopoulos2017-04-041-5/+9
* Introduced GNUTLS_INDEFINITE_TIMEOUTNikos Mavrogiannopoulos2015-10-121-1/+3
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-8/+8
* GNUTLS_NONBLOCK can be used for non-DTLS sessions as wellNikos Mavrogiannopoulos2015-04-301-2/+8
* doc updateNikos Mavrogiannopoulos2015-04-291-1/+2
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-6/+6
* exported gnutls_system_recv_timeout()Nikos Mavrogiannopoulos2015-01-251-0/+3
* doc: Added missing reference for EMSGSIZE to inline documentation of gnutls_t...Jaak Ristioja2014-11-031-1/+1
* doc: Fixed typo in inline comment of gnutls_transport_set_errno().Jaak Ristioja2014-11-031-1/+1
* reindented codeNikos Mavrogiannopoulos2013-11-081-21/+20
* doc updateNikos Mavrogiannopoulos2013-04-101-2/+4
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Fix docs for gnutls_transport_set_pull_timeout_functionMartin Storsjo2012-12-181-1/+1
* Since: 3.0.0 -> Since 3.0 to reflect that it might be on a later version than...Nikos Mavrogiannopoulos2012-02-181-1/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+1
* Added documentation on asynchronous operation.Nikos Mavrogiannopoulos2011-09-011-8/+6
* documentation updatesNikos Mavrogiannopoulos2011-08-191-4/+4
* Added session initialization discussionNikos Mavrogiannopoulos2011-08-111-12/+11
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* More GTK-DOC improvements.Simon Josefsson2011-08-031-0/+3
* Add GTK-DOC Since: tags for 3.0.0 additions.Simon Josefsson2011-08-021-0/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* gnutls_transport_set_global_errno() is no more.Nikos Mavrogiannopoulos2011-04-111-46/+0
* Correctly set errno in win32 using gnutls_transport_set_global_errno(). Based...Nikos Mavrogiannopoulos2011-04-071-3/+16
* win32 fixes for set_global_errno(). Suggested by LRN.Nikos Mavrogiannopoulos2011-04-071-0/+7
* quickly discuss callback format.Nikos Mavrogiannopoulos2011-03-181-0/+4
* Renamed gnutls_transport_set_push_function2() to gnutls_transport_set_vec_pus...Nikos Mavrogiannopoulos2011-02-231-2/+2
* Changes to allow DTLS server side to operate. Added a simple UDP server on gn...Nikos Mavrogiannopoulos2011-02-191-0/+202