platform/upstream/curl.git
2005-03-19 Daniel Stenbergfix compiler warning
2005-03-18 Dan FandrichFixed spelling of --runtestopts
2005-03-18 Dan FandrichNetware builds don't use configure.
2005-03-18 Daniel Stenbergfix by Kyrre Kristiansen
2005-03-18 Daniel Stenbergadjust to use plain 'make' even for cross-compiles...
2005-03-18 Daniel Stenberga Common Lisp binding
2005-03-17 Dan FandrichChange the bogus address used in test237 to be more...
2005-03-17 Dan FandrichUse the proper macro to do uClibc detection.
2005-03-17 Daniel Stenberginclude inet_pton.h
2005-03-17 Daniel Stenbergadded descriptions
2005-03-17 Daniel Stenbergupdate year
2005-03-17 Daniel Stenbergdon't set TEST_F to blank when --runtestopts isn't...
2005-03-17 Daniel Stenbergsupport multiple error codes for a test case since...
2005-03-17 Daniel Stenbergadd 'FTP ASCII transfers' here, since they seem to...
2005-03-17 Daniel Stenbergadd new option
2005-03-17 Daniel Stenbergadd new file
2005-03-17 Daniel Stenbergits a start
2005-03-17 Daniel Stenberguse Curl_inet_pton(), not inet_pton().
2005-03-17 Dan FandrichAdded the --runtestsopts option to testcurl.pl to overr...
2005-03-16 Dan FandrichRemoved references to config-vms.h from the makefiles.
2005-03-16 Dan FandrichRemoved old VMS config files (on behalf of Marty Kuhrt...
2005-03-16 Daniel Stenbergmore
2005-03-16 Daniel Stenbergcheck for the HTTPS server in a manner similar to how...
2005-03-16 Daniel Stenberg- Tru64 and some IRIX boxes seem to not like test 237...
2005-03-16 Dan FandrichFixed some compiler warnings I should have noticed...
2005-03-15 Dan FandrichFixed ftp support with uClibc due to differing inet_nto...
2005-03-15 Daniel Stenbergtest EPSV and PASV response handling when they get...
2005-03-15 Daniel Stenberginitial man page attempt for testcurl.pl
2005-03-15 Daniel Stenbergnew options to testcurl.pl, fixed curl-config and remov...
2005-03-15 Daniel Stenbergadded missing features to curl-config
2005-03-15 Daniel Stenbergnonsense change for(;;) => while(1) just to prevent...
2005-03-15 Daniel Stenbergprevent compiler warning
2005-03-15 Daniel StenbergAdded lots of new command line options, made confsuffix...
2005-03-15 Dan FandrichFinally fixed the LDAP library searching bug on libtool...
2005-03-15 Dan FandrichMake nonexistent host names absolute so tests will...
2005-03-14 Dan FandrichUse the libtool variables better to make LDAP library...
2005-03-14 Daniel Stenberghushing up more warnings
2005-03-14 Daniel Stenbergsilence compiler warnings for mingw win32 builds -...
2005-03-14 Daniel Stenbergshow LDFLAGS too
2005-03-14 Daniel Stenbergif ws2_32 is used, append the lib last in the LIBS...
2005-03-14 Gisle VanemAvoid "unused variable" warnings.
2005-03-14 Daniel Stenbergconfigure --enable-sspi
2005-03-14 Daniel Stenbergsecurity.h is removed
2005-03-14 Daniel Stenbergtwo issues fixed
2005-03-14 Daniel Stenberginclude security.h with lowercase s to work on cross...
2005-03-14 Daniel StenbergRemoved security.h since it shadows an include file...
2005-03-13 Daniel StenbergAdded --enable-sspi that now make libcurl build with...
2005-03-13 Gisle VanemPrevent gcc warning.
2005-03-12 Daniel Stenbergfound a common lisp binding
2005-03-12 Daniel Stenberg--form-string
2005-03-12 Daniel StenbergDavid Houlder added --form-string
2005-03-12 Gisle VanemSwap <security.h> and <sspi.h> (needed for MingW).
2005-03-11 Dan FandrichWork around a bug in libtool ver. 1.5 during LDAP libra...
2005-03-11 Daniel Stenbergadded CURL_VERSION_SSPI
2005-03-11 Daniel Stenbergcurl_version_info() returns the feature bit CURL_VERSIO...
2005-03-11 Daniel Stenbergfixed two leftover from Christopher's patch
2005-03-11 Daniel Stenbergthe ares_parse_aaaa_reply man page
2005-03-11 Daniel StenbergCheck for winsock.h to work with win32. Only include...
2005-03-11 Daniel StenbergReplace AC_TRY_RUN() with AC_EGREP_CPP() when checking...
2005-03-11 Daniel Stenbergoops, once is enough! ;-)
2005-03-11 Daniel StenbergDefine HAVE_AF_INET6_H for Netware too, as Guenter...
2005-03-11 Dan FandrichAdded HAVE_AF_INET6 to Netware's config.h
2005-03-11 Dan FandrichFixed some compiler warnings.
2005-03-11 Dan FandrichAdded HAVE_STRUCT_IN6_ADDR to Netware's config.h
2005-03-11 Dan FandrichFixed LDAP library file name bug (KNOWN_BUGS #1). ...
2005-03-11 Daniel StenbergAdd an alert already here if 'make test' is attempted...
2005-03-11 Daniel Stenbergno more rewriting of the setup file
2005-03-10 Daniel StenbergDominick Meglio added ares_parse_aaaa_reply.c and did...
2005-03-10 Daniel StenbergChristopher R. Palmer made it possible to build libcurl...
2005-03-09 Daniel Stenbergconfigure, socks, debug, getdate
2005-03-09 Daniel StenbergAs reported by 'nodak sodak' we should check for a...
2005-03-09 Dan FandrichStopped linking to the SSL libs if a full installation...
2005-03-09 Daniel Stenbergskip the test of "2094 Nov 6" for now, since the 64bit...
2005-03-08 Daniel Stenbergremove old printf() debug leftover
2005-03-08 Daniel Stenbergmktime() returns a time_t. time_t is often 32 bits...
2005-03-08 Daniel Stenbergdays are english
2005-03-08 Daniel StenbergDominick Meglio reported that using CURLOPT_FILETIME...
2005-03-08 Dan FandrichFixed the --with-zlib configure option so that it alway...
2005-03-07 Dan Fandrichfseek() with SEEK_SET is broken on large file capable...
2005-03-07 Daniel Stenbergtest 236: FTP resume upload but denied access to remote...
2005-03-07 Daniel Stenbergvalgrind.pm fixed
2005-03-06 Daniel Stenbergadded valgrind.pm to the dist
2005-03-05 Dan FandrichBetter cope with a failed or unavailable ftruncate().
2005-03-05 Daniel StenbergSamuel Díaz García's correction
2005-03-04 Daniel StenbergAdded test case 235 that makes a resumed upload of...
2005-03-04 Dan FandrichReduced the length of data read from the random entropy...
2005-03-04 Dan FandrichDon't try to read the whole of the random file because...
2005-03-04 Daniel Stenberg7.13.2-CVS
2005-03-04 Daniel Stenbergstarting over
2005-03-04 Daniel Stenbergstand clear for release time
2005-03-04 Daniel StenbergDave Dribin made it possible to set CURLOPT_COOKIEFILE...
2005-03-04 Daniel Stenbergkilled trailing whitespace
2005-03-04 Daniel Stenbergkilled trailing whitespace
2005-03-04 Daniel StenbergRene Rebe fixed a -# crash when more data than expected...
2005-03-03 Daniel Stenbergnew VB binding
2005-03-03 Daniel StenbergVB binding, updated the .NET info
2005-03-03 Daniel Stenbergmention buffer overflows fixed
2005-03-03 Daniel Stenbergfix the distribution files
2005-02-28 Dan FandrichFix for a base64 decode heap buffer overflow vulnerability.
2005-02-24 Dan FandrichFixed some compiler warnings. Fixed a low incidence...
next