| Commit message (Expand) | Author | Age | Files | Lines |
* | - Sandor Feldi reported bug #1942022 | Daniel Stenberg | 2008-04-14 | 1 | -1/+1 |
* | fixed commented define for SSPI. | Gunter Knauf | 2008-02-28 | 1 | -1/+1 |
* | update openssl version | Yang Tse | 2008-01-23 | 1 | -1/+1 |
* | fixed VC6 makefiles for new ldap linkage. | Gunter Knauf | 2007-09-15 | 1 | -2/+2 |
* | make users use the latest OpenSSL and Zlib libraries; | Gunter Knauf | 2007-07-15 | 1 | -4/+7 |
* | - Robert A. Monat improved the maketgz and VC6/8 generating to set the correct | Daniel Stenberg | 2007-03-09 | 1 | -1/+5 |
* | Fix misplaced runtime library specification for 'release-dll' target | Yang Tse | 2006-10-21 | 1 | -2/+2 |
* | Dmitriy Sergeyev provided a patch that made the SOCKS[45] code work better as | Daniel Stenberg | 2006-09-23 | 1 | -0/+1 |
* | added splay | Daniel Stenberg | 2006-04-12 | 1 | -0/+1 |
* | Kirill Vasiliev fixed the 'release-ssl-dll' target to properly build a | Daniel Stenberg | 2005-12-23 | 1 | -2/+2 |
* | Dmitry Bartsevich discovered some issues in compatibilty of SSPI-enabled | Daniel Stenberg | 2005-11-08 | 1 | -1/+0 |
* | Temprimus improved the MSVC makefile so that the static debug SSL libs are | Daniel Stenberg | 2005-10-21 | 1 | -25/+13 |
* | Temprimus improved the MSVC makefile: "makes a build option available so if | Daniel Stenberg | 2005-10-20 | 1 | -25/+48 |
* | Reported by 'TemPRImus' in bug 1326665: use the "Multi-Threaded" options even | Daniel Stenberg | 2005-10-14 | 1 | -2/+2 |
* | added tftp.c | Daniel Stenberg | 2005-09-07 | 1 | -0/+1 |
* | Dave Dribin: set CURL_STATICLIB when it builds static library variants. | Daniel Stenberg | 2005-04-22 | 1 | -13/+14 |
* | fixed to build after the GnuTLS fixes | Daniel Stenberg | 2005-04-07 | 1 | -0/+2 |
* | Marcelo Juchem's improvements | Daniel Stenberg | 2005-04-04 | 1 | -5/+5 |
* | fixed bad comment, pointed out by Marcelo Juchem | Daniel Stenberg | 2005-03-31 | 1 | -1/+1 |
* | fix by Kyrre Kristiansen | Daniel Stenberg | 2005-03-18 | 1 | -2/+2 |
* | Christopher R. Palmer made it possible to build libcurl with the | Daniel Stenberg | 2005-03-10 | 1 | -1/+24 |
* | Cody Jones' enhanced version of Samuel D�az Garc�a's MSVC makefile patch. | Daniel Stenberg | 2005-01-18 | 1 | -69/+229 |
* | reverted the bad naming of the implib names | Daniel Stenberg | 2005-01-02 | 1 | -2/+2 |
* | Alex Neblett's minor update | Daniel Stenberg | 2005-01-02 | 1 | -3/+3 |
* | add select.obj | Daniel Stenberg | 2004-11-19 | 1 | -0/+1 |
* | Renamed import lib to "libcurl_imp.lib". | Gisle Vanem | 2004-11-13 | 1 | -27/+38 |
* | Changes for removing libcurl.def file on Win32. | Gisle Vanem | 2004-11-09 | 1 | -10/+11 |
* | fixed to use the new file. Can we make this use Makefile.inc somehow? | Daniel Stenberg | 2004-09-15 | 1 | -1/+1 |
* | fixed linkage dll targets. (submitted by Casey O'Donnell) | Gunter Knauf | 2004-08-14 | 1 | -4/+4 |
* | changed paths to external libs to recent versions. | Gunter Knauf | 2004-07-11 | 1 | -14/+14 |
* | David Byron made this use the mm lib by default, as was previously done. This | Daniel Stenberg | 2004-06-01 | 1 | -0/+4 |
* | Mohun Biswas added release-zlib and debug-zlib targets. | Daniel Stenberg | 2004-05-26 | 1 | -0/+25 |
* | Massimiliano Ziccardi's updates for the VC6 makefiles | Daniel Stenberg | 2004-05-25 | 1 | -5/+9 |
* | cut out the changelog, it is far from accurate anyway | Daniel Stenberg | 2004-05-11 | 1 | -10/+0 |
* | oops, .obj not .c! | Daniel Stenberg | 2004-04-26 | 1 | -1/+1 |
* | added the new files to the build | Daniel Stenberg | 2004-04-26 | 1 | -0/+7 |
* | David Byron's patch for MSVC builds with zlib | Daniel Stenberg | 2004-04-11 | 1 | -0/+21 |
* | strerror without prefix | Daniel Stenberg | 2004-03-25 | 1 | -1/+1 |
* | added curl_strerror to the build | Daniel Stenberg | 2004-03-25 | 1 | -0/+1 |
* | David Byron's work on making libcurl only require winsock 1.1 on Windows | Daniel Stenberg | 2004-03-03 | 1 | -7/+1 |
* | David Byron's fixes to make the latest curl build fine under MSVC 6. | Daniel Stenberg | 2004-02-26 | 1 | -3/+3 |
* | David J Meyer's large file support. | Daniel Stenberg | 2004-01-05 | 1 | -0/+1 |
* | removed the resource lines I shouldn't have added in the firt place | Daniel Stenberg | 2003-11-07 | 1 | -4/+0 |
* | CURLDEBUG, no underscore | Daniel Stenberg | 2003-11-06 | 1 | -2/+2 |
* | Gisle Vanem's libcurl.dll version info patch applied | Daniel Stenberg | 2003-11-06 | 1 | -2/+23 |
* | Troels Walsted Hansen fixed the MSVC makefiles to build fine on Windows. | Daniel Stenberg | 2003-11-04 | 1 | -1/+1 |
* | Dylan Ellicott added the release-libcurl-ssl-dll target | Daniel Stenberg | 2003-10-22 | 1 | -2/+17 |
* | J�rg M�ller-Tolk updated this to build fine with 7.10.6 | Daniel Stenberg | 2003-07-30 | 1 | -3/+2 |
* | Juan F. Codagnone's fixes to build properly on Windows again | Daniel Stenberg | 2003-07-23 | 1 | -1/+6 |
* | RSAglue.lib is no longer needed with recent OpenSSL versions | Daniel Stenberg | 2003-04-25 | 1 | -2/+3 |