2005-03-17 |
Daniel Stenberg | added descriptions |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Daniel Stenberg | update year |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Daniel Stenberg | don't set TEST_F to blank when --runtestopts isn't... |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Daniel Stenberg | support multiple error codes for a test case since... |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Daniel Stenberg | add 'FTP ASCII transfers' here, since they seem to... |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Daniel Stenberg | add new option |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Daniel Stenberg | add new file |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Daniel Stenberg | its a start |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Daniel Stenberg | use Curl_inet_pton(), not inet_pton(). |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Dan Fandrich | Added the --runtestsopts option to testcurl.pl to overr... |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Dan Fandrich | Removed references to config-vms.h from the makefiles. |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Dan Fandrich | Removed old VMS config files (on behalf of Marty Kuhrt... |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Daniel Stenberg | more |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Daniel Stenberg | check for the HTTPS server in a manner similar to how... |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Daniel Stenberg | - Tru64 and some IRIX boxes seem to not like test 237... |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Dan Fandrich | Fixed some compiler warnings I should have noticed... |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Dan Fandrich | Fixed ftp support with uClibc due to differing inet_nto... |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Daniel Stenberg | test EPSV and PASV response handling when they get... |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Daniel Stenberg | initial man page attempt for testcurl.pl |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Daniel Stenberg | new options to testcurl.pl, fixed curl-config and remov... |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Daniel Stenberg | added missing features to curl-config |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Daniel Stenberg | nonsense change for(;;) => while(1) just to prevent... |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Daniel Stenberg | prevent compiler warning |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Daniel Stenberg | Added lots of new command line options, made confsuffix... |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Dan Fandrich | Finally fixed the LDAP library searching bug on libtool... |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Dan Fandrich | Make nonexistent host names absolute so tests will... |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Dan Fandrich | Use the libtool variables better to make LDAP library... |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Daniel Stenberg | hushing up more warnings |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Daniel Stenberg | silence compiler warnings for mingw win32 builds -... |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Daniel Stenberg | show LDFLAGS too |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Daniel Stenberg | if ws2_32 is used, append the lib last in the LIBS... |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Gisle Vanem | Avoid "unused variable" warnings. |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Daniel Stenberg | configure --enable-sspi |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Daniel Stenberg | security.h is removed |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Daniel Stenberg | two issues fixed |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Daniel Stenberg | include security.h with lowercase s to work on cross... |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Daniel Stenberg | Removed security.h since it shadows an include file... |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Daniel Stenberg | Added --enable-sspi that now make libcurl build with... |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Gisle Vanem | Prevent gcc warning. |
commit | commitdiff | tree | snapshot |
2005-03-12 |
Daniel Stenberg | found a common lisp binding |
commit | commitdiff | tree | snapshot |
2005-03-12 |
Daniel Stenberg | --form-string |
commit | commitdiff | tree | snapshot |
2005-03-12 |
Daniel Stenberg | David Houlder added --form-string |
commit | commitdiff | tree | snapshot |
2005-03-12 |
Gisle Vanem | Swap <security.h> and <sspi.h> (needed for MingW). |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Dan Fandrich | Work around a bug in libtool ver. 1.5 during LDAP libra... |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Daniel Stenberg | added CURL_VERSION_SSPI |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Daniel Stenberg | curl_version_info() returns the feature bit CURL_VERSIO... |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Daniel Stenberg | fixed two leftover from Christopher's patch |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Daniel Stenberg | the ares_parse_aaaa_reply man page |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Daniel Stenberg | Check for winsock.h to work with win32. Only include... |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Daniel Stenberg | Replace AC_TRY_RUN() with AC_EGREP_CPP() when checking... |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Daniel Stenberg | oops, once is enough! ;-) |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Daniel Stenberg | Define HAVE_AF_INET6_H for Netware too, as Guenter... |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Dan Fandrich | Added HAVE_AF_INET6 to Netware's config.h |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Dan Fandrich | Fixed some compiler warnings. |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Dan Fandrich | Added HAVE_STRUCT_IN6_ADDR to Netware's config.h |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Dan Fandrich | Fixed LDAP library file name bug (KNOWN_BUGS #1). ... |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Daniel Stenberg | Add an alert already here if 'make test' is attempted... |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Daniel Stenberg | no more rewriting of the setup file |
commit | commitdiff | tree | snapshot |
2005-03-10 |
Daniel Stenberg | Dominick Meglio added ares_parse_aaaa_reply.c and did... |
commit | commitdiff | tree | snapshot |
2005-03-10 |
Daniel Stenberg | Christopher R. Palmer made it possible to build libcurl... |
commit | commitdiff | tree | snapshot |
2005-03-09 |
Daniel Stenberg | configure, socks, debug, getdate |
commit | commitdiff | tree | snapshot |
2005-03-09 |
Daniel Stenberg | As reported by 'nodak sodak' we should check for a... |
commit | commitdiff | tree | snapshot |
2005-03-09 |
Dan Fandrich | Stopped linking to the SSL libs if a full installation... |
commit | commitdiff | tree | snapshot |
2005-03-09 |
Daniel Stenberg | skip the test of "2094 Nov 6" for now, since the 64bit... |
commit | commitdiff | tree | snapshot |
2005-03-08 |
Daniel Stenberg | remove old printf() debug leftover |
commit | commitdiff | tree | snapshot |
2005-03-08 |
Daniel Stenberg | mktime() returns a time_t. time_t is often 32 bits... |
commit | commitdiff | tree | snapshot |
2005-03-08 |
Daniel Stenberg | days are english |
commit | commitdiff | tree | snapshot |
2005-03-08 |
Daniel Stenberg | Dominick Meglio reported that using CURLOPT_FILETIME... |
commit | commitdiff | tree | snapshot |
2005-03-08 |
Dan Fandrich | Fixed the --with-zlib configure option so that it alway... |
commit | commitdiff | tree | snapshot |
2005-03-07 |
Dan Fandrich | fseek() with SEEK_SET is broken on large file capable... |
commit | commitdiff | tree | snapshot |
2005-03-07 |
Daniel Stenberg | test 236: FTP resume upload but denied access to remote... |
commit | commitdiff | tree | snapshot |
2005-03-07 |
Daniel Stenberg | valgrind.pm fixed |
commit | commitdiff | tree | snapshot |
2005-03-06 |
Daniel Stenberg | added valgrind.pm to the dist |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Dan Fandrich | Better cope with a failed or unavailable ftruncate(). |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Daniel Stenberg | Samuel Díaz García's correction |
commit | commitdiff | tree | snapshot |
2005-03-04 |
Daniel Stenberg | Added test case 235 that makes a resumed upload of... |
commit | commitdiff | tree | snapshot |
2005-03-04 |
Dan Fandrich | Reduced the length of data read from the random entropy... |
commit | commitdiff | tree | snapshot |
2005-03-04 |
Dan Fandrich | Don't try to read the whole of the random file because... |
commit | commitdiff | tree | snapshot |
2005-03-04 |
Daniel Stenberg | 7.13.2-CVS |
commit | commitdiff | tree | snapshot |
2005-03-04 |
Daniel Stenberg | starting over |
commit | commitdiff | tree | snapshot |
2005-03-04 |
Daniel Stenberg | stand clear for release time curl-7_13_1 |
commit | commitdiff | tree | snapshot |
2005-03-04 |
Daniel Stenberg | Dave Dribin made it possible to set CURLOPT_COOKIEFILE... |
commit | commitdiff | tree | snapshot |
2005-03-04 |
Daniel Stenberg | killed trailing whitespace |
commit | commitdiff | tree | snapshot |
2005-03-04 |
Daniel Stenberg | killed trailing whitespace |
commit | commitdiff | tree | snapshot |
2005-03-04 |
Daniel Stenberg | Rene Rebe fixed a -# crash when more data than expected... |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Daniel Stenberg | new VB binding |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Daniel Stenberg | VB binding, updated the .NET info |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Daniel Stenberg | mention buffer overflows fixed |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Daniel Stenberg | fix the distribution files |
commit | commitdiff | tree | snapshot |
2005-02-28 |
Dan Fandrich | Fix for a base64 decode heap buffer overflow vulnerability. |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Dan Fandrich | Fixed some compiler warnings. Fixed a low incidence... |
commit | commitdiff | tree | snapshot |
2005-02-22 |
Daniel Stenberg | Updated as suggested by Samuel Díaz García |
commit | commitdiff | tree | snapshot |
2005-02-22 |
Daniel Stenberg | krb4 fixed |
commit | commitdiff | tree | snapshot |
2005-02-22 |
Daniel Stenberg | Curl_base64_decode() now returns an allocated buffer |
commit | commitdiff | tree | snapshot |
2005-02-22 |
Daniel Stenberg | Thanks for the notification iDEFENCE. We are the "initi... |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Daniel Stenberg | added test case 234 which is like 233 but uses --locati... |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Daniel Stenberg | Ralph Mitchell reported a flaw when you used a proxy... |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Daniel Stenberg | socket leak, mingw build |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Daniel Stenberg | Based on Mike Dobbs' report, BUILDING_LIBCURL is now... |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Daniel Stenberg | close the socket properly when returning error due... |
commit | commitdiff | tree | snapshot |
next |