Age | Commit message (Expand) | Author |
2004-07-05 | be a bit more verbose when things go wrong. | Gunter Knauf |
2004-07-05 | added additional check to avoid calling a non-existant external script. | Gunter Knauf |
2004-07-05 | the simple way was too simple, so added --mktarball option. | Gunter Knauf |
2004-07-05 | minor cosmetic fix. | Gunter Knauf |
2004-07-05 | added simple way to create a tarball just before the build is deleted. | Gunter Knauf |
2004-07-05 | changed to reflect recent NetWare makefile changes; | Gunter Knauf |
2004-07-05 | added MingW32 makefile. | Gunter Knauf |
2004-07-05 | changed to use Makefile.inc; made paths overwritable. | Gunter Knauf |
2004-07-05 | added comment. | Gunter Knauf |
2004-07-05 | Added README.netware to the release archive | Daniel Stenberg |
2004-07-05 | added line where to find compile instructions. | Gunter Knauf |
2004-07-05 | minor NetWare upate. | Gunter Knauf |
2004-07-05 | try to relax linux build host detection. | Gunter Knauf |
2004-07-05 | added a simple README.netware. | Gunter Knauf |
2004-07-05 | added section for compiling NetWare target. | Gunter Knauf |
2004-07-04 | G�nter Knauf made c-ares build and run on Novell Netware. | Daniel Stenberg |
2004-07-04 | explicit typecasts to prevent warnings | Daniel Stenberg |
2004-07-04 | typecast the conversion to uInt when assigning z->avail_in to prevent | Daniel Stenberg |
2004-07-04 | make sure the 3rd argument passed to bind() is a socklen_t | Daniel Stenberg |
2004-07-04 | SSL_get_verify_result() returns a long, so we receive the result in a long | Daniel Stenberg |
2004-07-04 | typecast long => int conversion | Daniel Stenberg |
2004-07-04 | explicit typecasts when converting from long to int to avoid warnings | Daniel Stenberg |
2004-07-04 | added NetWare section for paths. | Gunter Knauf |
2004-07-04 | made 'connectindex' a long variable to prevent compiler warnings when | Daniel Stenberg |
2004-07-04 | update to build both test apps. | Gunter Knauf |
2004-07-04 | typecast the conversion from long to int to prevent picky compiler warnings | Daniel Stenberg |
2004-07-04 | removed now obsolete ifdef. Shouldnt the other ifdefs be inside the else as t... | Gunter Knauf |
2004-07-04 | removed now obsolete ifdef. | Gunter Knauf |
2004-07-04 | removed abort() - sync'd with getdate.y 1.26 | Gunter Knauf |
2004-07-04 | include the Makefile.inc file to get all sources and headers | Daniel Stenberg |
2004-07-03 | minor fix for compiling on Linux. | Gunter Knauf |
2004-07-03 | added few ifdefs to make it usable for NetWare. | Gunter Knauf |
2004-07-03 | added NetWare makefile. | Gunter Knauf |
2004-07-03 | reverted, older gcc breaks compilation since it doesnt know the switch. | Gunter Knauf |
2004-07-03 | killed warning with gcc 3.3.1 and later when using -O2. | Gunter Knauf |
2004-07-03 | modified to use new Makefile.inc to build up object list; | Gunter Knauf |
2004-07-03 | modified to use new Makefile.inc to build up object list; | Gunter Knauf |
2004-07-03 | added Makefile.inc which can be included from other makefiles to reduce maint... | Gunter Knauf |
2004-07-02 | I prefer CURLOPT_WRITEDATA before CURLOPT_FILE | Daniel Stenberg |
2004-07-02 | snprintf instead of sprintf, | Daniel Stenberg |
2004-07-02 | added typecasts to please compilers | Daniel Stenberg |
2004-07-02 | variable type cleanup to hush compilers, | Daniel Stenberg |
2004-07-02 | explicit typecasts to double to prevent warnings about implicit conversions | Daniel Stenberg |
2004-07-02 | curl_share_cleanup fix | Daniel Stenberg |
2004-07-02 | make clean now removes getdate.c | Daniel Stenberg |
2004-07-02 | configure --disable-http works these days | Daniel Stenberg |
2004-07-02 | Andr�s Garc�a found out the share cleanup code crashes when you cleanup | Daniel Stenberg |
2004-07-01 | typecase the argument to curl_easy_strerror() to a CURLcode to please | Daniel Stenberg |
2004-07-01 | djgpp fixes by Gisle | Daniel Stenberg |
2004-07-01 | Gisle's win32-fix. 'errno' is not used for errors when socket() fails on | Daniel Stenberg |