Age | Commit message (Expand) | Author |
2005-07-26 | Fix compilation when HAVE_LONG_LONG isn't defined. | Geoff Thorpe |
2005-06-23 | Jumbo Makfiles update. | Andy Polyakov |
2005-06-13 | Netware patch submitted by Verdon Walker" <VWalker@novell.com> in PR | Richard Levitte |
2005-06-06 | Allow BIO_s_file to open and sequentially access files larger than 2GB on | Andy Polyakov |
2005-05-18 | Engage Applink in mingw. Note that application-side module is not | Andy Polyakov |
2005-05-17 | Engage Applink for VC builds. | Andy Polyakov |
2005-05-17 | OPENSSL_Applink update. | Andy Polyakov |
2005-05-16 | Further BUILDENV refinement, further fool-proofing of Makefiles and | Andy Polyakov |
2005-05-15 | Fool-proofing Makefiles | Andy Polyakov |
2005-05-05 | fix compiler warning; pow10 is also in math.h | Nils Larsch |
2005-04-27 | Lots of Win32 fixes for DTLS. | Dr. Stephen Henson |
2005-04-27 | add missing parentheses | Nils Larsch |
2005-04-26 | Fix various incorrect error function codes. | Bodo Möller |
2005-04-26 | make update | Bodo Möller |
2005-04-26 | Add DTLS support. | Ben Laurie |
2005-04-20 | Stop bogus shadowing warning. | Dr. Stephen Henson |
2005-04-12 | Rebuild error codes. | Dr. Stephen Henson |
2005-04-11 | Add emacs cache files to .cvsignore. | Richard Levitte |
2005-04-05 | some const fixes and cleanup | Nils Larsch |
2005-03-31 | Give everything prototypes (well, everything that's actually used). | Ben Laurie |
2005-03-30 | Blow away Makefile.ssl. | Ben Laurie |
2004-12-27 | Minor cygwin update. | Andy Polyakov |
2004-11-02 | Don't use $(EXHEADER) directly in for loops, as most shells will break | Richard Levitte |
2004-08-11 | Basically, I wanted to be able to make a dump to a FILE*, and not have | Richard Levitte |
2004-04-19 | make update | Geoff Thorpe |
2004-03-25 | Make prototypes for some callback pointers. | Richard Levitte |
2004-03-25 | Protect against gcc's "warning: cast does not match function type". | Geoff Thorpe |
2004-03-24 | Don't define fd for platforms that do not use it, as some may not declare fil... | Richard Levitte |
2004-03-21 | Remove a warning for conversion double->long. This has impacts on Windows. | Richard Levitte |
2004-03-21 | Make sure fd is defined where it should. | Richard Levitte |
2003-12-27 | Use sh explicitely to run point.sh | Richard Levitte |
2003-12-27 | Use BUF_strlcpy() instead of strcpy(). | Richard Levitte |
2003-12-11 | To figure out if we're going outside the buffer, use the size of the buffer, | Richard Levitte |
2003-11-28 | Netware-specific changes, | Richard Levitte |
2003-11-04 | Avoid some shadowed variable names. | Geoff Thorpe |
2003-10-29 | Remove an unnecessary cast that causes certain compilers (eg. mine) some | Geoff Thorpe |
2003-09-28 | Uhmm, It seem to have forgotten one file when I committed the MSDOS | Richard Levitte |
2003-08-06 | add OpenSSL license | Bodo Möller |
2003-06-11 | Make sure to NUL-terminate the string on end-of-file (and error) | Richard Levitte |
2003-05-21 | Fix sign bugs. | Richard Levitte |
2003-04-03 | Make %p and %# work properly, at least with pointers and floats. | Richard Levitte |
2003-04-03 | Add GCC attributes when compiled with gcc. This helps find out if | Richard Levitte |
2003-03-20 | Make sure we get the definition of OPENSSL_NO_ERR. | Richard Levitte |
2003-03-20 | Make sure we get the definition of OPENSSL_NO_SOCK. | Richard Levitte |
2003-03-20 | Make sure we get the definition of OPENSSL_NO_FP_API. | Richard Levitte |
2003-02-20 | Re enable the read side non blocking test BIO code. | Dr. Stephen Henson |
2003-02-05 | typo in WIN16 section | Bodo Möller |
2003-01-31 | We can't say in advance what the argument to BIO_socket_ioctl() should be, so | Richard Levitte |
2003-01-30 | A few small bugs with BIO popping. | Richard Levitte |
2002-12-29 | OS/2 does binary by default, apparently. | Richard Levitte |