check for either iconv or libiconv.
[gnutls:gnutls.git] / lib / system.c
2012-11-20 Nikos Mavrogiannop... check for either iconv or libiconv.
2012-11-19 Nikos Mavrogiannop... corrected win32 UCS2 conversion.
2012-11-19 Nikos Mavrogiannop... simplified naming
2012-11-19 Nikos Mavrogiannop... Added _gnutls_ucs2_to_utf8() for windows (untested)
2012-11-18 Nikos Mavrogiannop... map the whole ascii set
2012-11-18 Nikos Mavrogiannop... Added functions to parse the certificate policies exten...
2012-10-09 Nikos Mavrogiannop... define Loaded_CertEnumCRLsInStore to CertEnumCRLsInStor...
2012-09-15 Nikos Mavrogiannop... mingw32 support. Based on patch by LRN.
2012-09-02 Nikos Mavrogiannop... The default system_recv_timeout() doesn't include a...
2012-08-16 Mark Brandfix case of include file
2012-08-16 Nikos Mavrogiannop... Avoid stray return when compiling without trousers.
2012-06-28 Nikos Mavrogiannop... Return GNUTLS_E_LARGE_PACKET when errno is EMSGSIZE
2012-05-26 Nikos Mavrogiannop... Added support for windows trusted certificate store
2012-02-25 Nikos Mavrogiannop... make sure that the microseconds field does not overflow
2012-02-21 Nikos Mavrogiannop... updated documentation
2012-02-10 Nikos Mavrogiannop... corrected typo
2012-02-09 Nikos Mavrogiannop... removed unneeded function.
2012-01-28 Nikos Mavrogiannop... Added gnutls_verify_stored_pubkey() and gnutls_store_pu...
2012-01-25 Simon JosefssonCleanup copyright headers.
2012-01-16 Simon JosefssonRun 'make update-copyright'.
2011-12-28 Nikos Mavrogiannop... gnutls_atfork was no longer in use.
2011-10-04 Nikos Mavrogiannop... fixes in headers. Suggested by Bjorn Christensen.
2011-08-22 Nikos Mavrogiannop... AIX check moved to system.c.
2011-08-03 Simon JosefssonClarify license and copyright.
2011-06-22 Nikos Mavrogiannop... Upgraded to LGPLv3.
2011-05-26 Nikos Mavrogiannop... Added gnutls_global_set_time_function() to allow overriding
2011-04-07 Nikos Mavrogiannop... removed unneeded variable.
2011-04-07 Nikos Mavrogiannop... Correctly set errno in win32 using gnutls_transport_set...
2011-03-26 Nikos Mavrogiannop... Corrected windows system_errno() function. Reported...
2011-03-20 Nikos Mavrogiannop... Avoided waiting for peer's retransmission to ensure...
2011-03-18 Nikos Mavrogiannop... Check for rejected connections in system_recv_timeout().
2011-03-12 Nikos Mavrogiannop... Corrected types.
2011-02-19 Nikos Mavrogiannop... Changes to allow DTLS server side to operate. Added...
2011-02-18 Nikos Mavrogiannop... Several updates for DTLS (client side only) to work.
2010-12-16 Nikos Mavrogiannop... Indented code. Use same indentation but with -nut to...
2010-10-14 Simon JosefssonIndent (using GNU indent 2.2.11).
2010-10-01 Simon JosefssonFix some syntax-check errors.
2010-07-11 Nikos Mavrogiannop... Corrected the lowat behavior. Documented that it will...
2010-07-10 Nikos Mavrogiannop... system specific functions were moved to system.c