Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avoid the floating point test. | Nikos Mavrogiannopoulos | 2012-04-05 | 1 | -0/+24 |
* | use AF_UNIX for socketpair. | Nikos Mavrogiannopoulos | 2012-04-04 | 6 | -6/+6 |
* | updated | Nikos Mavrogiannopoulos | 2012-04-02 | 1 | -2/+2 |
* | make dist will also make lzip compressed tarballgnutls_3_0_18 | Nikos Mavrogiannopoulos | 2012-04-02 | 1 | -1/+1 |
* | several type changes to please clang | Nikos Mavrogiannopoulos | 2012-04-02 | 21 | -50/+44 |
* | set release date | Nikos Mavrogiannopoulos | 2012-04-02 | 1 | -1/+1 |
* | updated libtasn1 | Nikos Mavrogiannopoulos | 2012-04-01 | 2 | -66/+81 |
* | removed old function. | Nikos Mavrogiannopoulos | 2012-04-01 | 1 | -1/+0 |
* | bumped versions | Nikos Mavrogiannopoulos | 2012-04-01 | 2 | -4/+4 |
* | removed function that didn't exist | Nikos Mavrogiannopoulos | 2012-04-01 | 1 | -6/+0 |
* | initialize value | Nikos Mavrogiannopoulos | 2012-03-31 | 1 | -2/+3 |
* | avoid killing child | Nikos Mavrogiannopoulos | 2012-03-31 | 1 | -1/+0 |
* | avoid closing fd[1] on server. For some reason it makes connection fail. | Nikos Mavrogiannopoulos | 2012-03-31 | 1 | -1/+1 |
* | Add FUNCS to distribution | Nikos Mavrogiannopoulos | 2012-03-31 | 1 | -1/+1 |
* | Make sure that GNUTLS_E_PREMATURE_TERMINATION is returned if there is prematu... | Nikos Mavrogiannopoulos | 2012-03-31 | 7 | -4/+369 |
* | do not build test with timers when posix timers are not present. | Nikos Mavrogiannopoulos | 2012-03-31 | 1 | -0/+11 |
* | corrected types | Nikos Mavrogiannopoulos | 2012-03-24 | 2 | -2/+2 |
* | use correct type in snprintf. | Nikos Mavrogiannopoulos | 2012-03-24 | 1 | -1/+1 |
* | added prototypes for inline functions (some gcc versions couldn't compile wit... | Nikos Mavrogiannopoulos | 2012-03-24 | 1 | -2/+4 |
* | even more cleanups | Nikos Mavrogiannopoulos | 2012-03-24 | 9 | -36/+36 |
* | more cleanups | Nikos Mavrogiannopoulos | 2012-03-24 | 6 | -36/+35 |
* | updated | Nikos Mavrogiannopoulos | 2012-03-24 | 1 | -4/+4 |
* | Fixes for win32 and time. OCSP test now sets a fixed time to avoid expiration... | Nikos Mavrogiannopoulos | 2012-03-24 | 3 | -2/+27 |
* | simplified internal function names. | Nikos Mavrogiannopoulos | 2012-03-24 | 6 | -22/+22 |
* | improvements in long long usage | Nikos Mavrogiannopoulos | 2012-03-22 | 1 | -10/+6 |
* | corrected probing of cryptodev digests. | Nikos Mavrogiannopoulos | 2012-03-22 | 1 | -2/+2 |
* | Do not assume sizeof(unsigned long)==sizeof(void*). | Nikos Mavrogiannopoulos | 2012-03-22 | 3 | -1/+8 |
* | include libintl. Patch by B. Scott Michel | Nikos Mavrogiannopoulos | 2012-03-22 | 1 | -0/+3 |
* | Revert "use header files from gl/ and include gettext.h" | Nikos Mavrogiannopoulos | 2012-03-22 | 2 | -2/+1 |
* | use header files from gl/ and include gettext.h | Nikos Mavrogiannopoulos | 2012-03-22 | 2 | -1/+2 |
* | more warnings to silence. | Nikos Mavrogiannopoulos | 2012-03-22 | 1 | -1/+1 |
* | updated | Nikos Mavrogiannopoulos | 2012-03-22 | 1 | -1/+1 |
* | silence warnings. Patch by B. Scott Michel. | Nikos Mavrogiannopoulos | 2012-03-22 | 1 | -1/+1 |
* | Added doc-skip to skip certain functions from documentation. | Nikos Mavrogiannopoulos | 2012-03-21 | 2 | -3/+4 |
* | remove brackets. | Nikos Mavrogiannopoulos | 2012-03-21 | 1 | -1/+1 |
* | Cleaned up deprecated types and added a deprecation warning on them. | Nikos Mavrogiannopoulos | 2012-03-21 | 1 | -51/+37 |
* | Provide compatibility inline functions for gnutls_session_get_server_random()... | Nikos Mavrogiannopoulos | 2012-03-21 | 1 | -0/+20 |
* | Only call check_phe_partial() if PHE has been detected. | Nikos Mavrogiannopoulos | 2012-03-21 | 2 | -1/+4 |
* | Update bootstrapping instructions. | Simon Josefsson | 2012-03-21 | 1 | -9/+16 |
* | Tell automake about all filenames to fix 'make distcheck'. | Simon Josefsson | 2012-03-21 | 2 | -43/+774 |
* | Clarify bootstrapping. | Simon Josefsson | 2012-03-21 | 1 | -1/+4 |
* | Generated. | Simon Josefsson | 2012-03-21 | 1 | -0/+6 |
* | Build functions/ files (this should be done by listing all files instead). | Simon Josefsson | 2012-03-21 | 1 | -0/+2 |
* | Update gnulib files. | Simon Josefsson | 2012-03-21 | 19 | -374/+3043 |
* | updated openssl code | Nikos Mavrogiannopoulos | 2012-03-19 | 11 | -346/+924 |
* | Remove TLS_RANDOM_SIZE and TLS_MASTER_SIZE compat mappings. | Simon Josefsson | 2012-03-19 | 1 | -4/+0 |
* | Added gnutls_session_get_random() | Nikos Mavrogiannopoulos | 2012-03-19 | 6 | -4/+58 |
* | added missing function | Nikos Mavrogiannopoulos | 2012-03-18 | 2 | -0/+2 |
* | better error message | Nikos Mavrogiannopoulos | 2012-03-18 | 1 | -1/+1 |
* | updated | Nikos Mavrogiannopoulos | 2012-03-18 | 1 | -0/+1 |