Age | Commit message (Expand) | Author |
2004-08-17 | added a check for the xlc compiler on AIX, and if that is detect we use | Daniel Stenberg |
2004-08-17 | define _THREAD_SAFE on (recent) AIX systems to build thread-safe code | Daniel Stenberg |
2004-08-17 | recent fixes | Daniel Stenberg |
2004-08-16 | allow a custom "Accept-Encoding:" header override the internally set one | Daniel Stenberg |
2004-08-16 | strip trailing whitespace | Daniel Stenberg |
2004-08-16 | syncronized with libcurl.def. | Gunter Knauf |
2004-08-16 | cosmetic fix. | Gunter Knauf |
2004-08-16 | summary edit: mention that some options take a curl_off_t | Daniel Stenberg |
2004-08-16 | Roland Krikava's cookies over proxy fix. | Daniel Stenberg |
2004-08-14 | fixed linkage dll targets. (submitted by Casey O'Donnell) | Gunter Knauf |
2004-08-13 | added two good ideas | Daniel Stenberg |
2004-08-13 | mention Harshal Pradhan's windows fix | Daniel Stenberg |
2004-08-13 | Harshal Pradhan made minor syntax change to make this build with MSVC 7.1 | Daniel Stenberg |
2004-08-13 | removed the ispell-added local word, compressed the final links into a | Daniel Stenberg |
2004-08-13 | strip trailing whitespace | Daniel Stenberg |
2004-08-13 | spell | Daniel Stenberg |
2004-08-12 | Added "5.9 How does libcurl resolve host names?" since I wrote the text in | Daniel Stenberg |
2004-08-12 | updated with recent changes | Daniel Stenberg |
2004-08-12 | hm | Daniel Stenberg |
2004-08-12 | 3.16 What certificates do I need with I use SSL? | Daniel Stenberg |
2004-08-12 | removed trailing whitespace, indented to curl-style levels | Daniel Stenberg |
2004-08-12 | Removed the _XOPEN_SOURCE defining again since it caused major havoc in IRIX | Daniel Stenberg |
2004-08-11 | --disable-[protocol] doesn't disable tests of the specific protocol | Daniel Stenberg |
2004-08-11 | clarify that CURLE_FTP_USER_PASSWORD_INCORRECT might in fact get returned | Daniel Stenberg |
2004-08-11 | include the server response in the error message when an FTP server gives | Daniel Stenberg |
2004-08-11 | define the _XOPEN_SOURCE define in the config.h file instead, and also added a | Daniel Stenberg |
2004-08-11 | fixed the default result for xopen and mimpure to work better | Daniel Stenberg |
2004-08-11 | experimental code to detect mips-sgi-irix systems that build without gcc | Daniel Stenberg |
2004-08-11 | added several recent bindings | Daniel Stenberg |
2004-08-10 | updated the CURLOPT_POST description after input from Alan Pinstein | Daniel Stenberg |
2004-08-10 | Ok, setting CURLOPT_POST to 0 will now convert the request to a GET (this | Daniel Stenberg |
2004-08-10 | minor reformat to suit the new FAQ parser | Daniel Stenberg |
2004-08-10 | ignore curllib.dsp | Daniel Stenberg |
2004-08-10 | ignore more files | Daniel Stenberg |
2004-08-10 | 7.12.2 work in progress | Daniel Stenberg |
2004-08-10 | and we're back on a clean notes sheet again | Daniel Stenberg |
2004-08-10 | 7.12.1 notes | Daniel Stenberg |
2004-08-10 | added "5.8 libcurl.so.3: open failed: No such file or directory" and made | Daniel Stenberg |
2004-08-10 | In OpenSSL 0.9.7d and earlier, ASN1_STRING_to_UTF8 fails if the input is | Daniel Stenberg |
2004-08-10 | more typecasts to please picky compilers | Daniel Stenberg |
2004-08-09 | version string, krb4 link fix, added number of web mirrors and libcurl bindings | Daniel Stenberg |
2004-08-09 | GSS/Kerberos 5 for ftp | Daniel Stenberg |
2004-08-09 | added info about my current idea about option separation between URLs on | Daniel Stenberg |
2004-08-09 | adding notes for 7.12.2 now, 7.12.1 is removed due to release ANY DAY NOW | Daniel Stenberg |
2004-08-09 | --negotiate does not work without username/password, bug report #1004841 | Daniel Stenberg |
2004-08-09 | the krb4 stuff needs -lcom_err to link now, for some odd reason. This is | Daniel Stenberg |
2004-08-09 | typecast the assigment of an unsigned variable to a signed one to prevent | Daniel Stenberg |
2004-08-09 | ->fread() should get a size_t variable passed in | Daniel Stenberg |
2004-08-09 | made telrcv() take a ssize_t argument instead of int to better match other | Daniel Stenberg |
2004-08-09 | mention the new cool CA extraction way just documented | Daniel Stenberg |