platform/upstream/curl.git
2004-08-16 Daniel Stenbergstrip trailing whitespace
2004-08-16 Gunter Knaufsyncronized with libcurl.def.
2004-08-16 Gunter Knaufcosmetic fix.
2004-08-16 Daniel Stenbergsummary edit: mention that some options take a curl_off_t
2004-08-16 Daniel StenbergRoland Krikava's cookies over proxy fix.
2004-08-14 Gunter Knauffixed linkage dll targets. (submitted by Casey O'Donnell)
2004-08-13 Daniel Stenbergadded two good ideas
2004-08-13 Daniel Stenbergmention Harshal Pradhan's windows fix
2004-08-13 Daniel StenbergHarshal Pradhan made minor syntax change to make this...
2004-08-13 Daniel Stenbergremoved the ispell-added local word, compressed the...
2004-08-13 Daniel Stenbergstrip trailing whitespace
2004-08-13 Daniel Stenbergspell
2004-08-12 Daniel StenbergAdded "5.9 How does libcurl resolve host names?" since...
2004-08-12 Daniel Stenbergupdated with recent changes
2004-08-12 Daniel Stenberghm
2004-08-12 Daniel Stenberg3.16 What certificates do I need with I use SSL?
2004-08-12 Daniel Stenbergremoved trailing whitespace, indented to curl-style...
2004-08-12 Daniel StenbergRemoved the _XOPEN_SOURCE defining again since it cause...
2004-08-11 Daniel Stenberg--disable-[protocol] doesn't disable tests of the speci...
2004-08-11 Daniel Stenbergclarify that CURLE_FTP_USER_PASSWORD_INCORRECT might...
2004-08-11 Daniel Stenberginclude the server response in the error message when...
2004-08-11 Daniel Stenbergdefine the _XOPEN_SOURCE define in the config.h file...
2004-08-11 Daniel Stenbergfixed the default result for xopen and mimpure to work...
2004-08-11 Daniel Stenbergexperimental code to detect mips-sgi-irix systems that...
2004-08-11 Daniel Stenbergadded several recent bindings
2004-08-10 Daniel Stenbergupdated the CURLOPT_POST description after input from...
2004-08-10 Daniel StenbergOk, setting CURLOPT_POST to 0 will now convert the...
2004-08-10 Daniel Stenbergminor reformat to suit the new FAQ parser
2004-08-10 Daniel Stenbergignore curllib.dsp
2004-08-10 Daniel Stenbergignore more files
2004-08-10 Daniel Stenberg7.12.2 work in progress
2004-08-10 Daniel Stenbergand we're back on a clean notes sheet again
2004-08-10 Daniel Stenberg7.12.1 notes
2004-08-10 Daniel Stenbergadded "5.8 libcurl.so.3: open failed: No such file...
2004-08-10 Daniel StenbergIn OpenSSL 0.9.7d and earlier, ASN1_STRING_to_UTF8...
2004-08-10 Daniel Stenbergmore typecasts to please picky compilers
2004-08-09 Daniel Stenbergversion string, krb4 link fix, added number of web...
2004-08-09 Daniel StenbergGSS/Kerberos 5 for ftp
2004-08-09 Daniel Stenbergadded info about my current idea about option separatio...
2004-08-09 Daniel Stenbergadding notes for 7.12.2 now, 7.12.1 is removed due...
2004-08-09 Daniel Stenberg--negotiate does not work without username/password...
2004-08-09 Daniel Stenbergthe krb4 stuff needs -lcom_err to link now, for some...
2004-08-09 Daniel Stenbergtypecast the assigment of an unsigned variable to a...
2004-08-09 Daniel Stenberg->fread() should get a size_t variable passed in
2004-08-09 Daniel Stenbergmade telrcv() take a ssize_t argument instead of int...
2004-08-09 Daniel Stenbergmention the new cool CA extraction way just documented
2004-08-06 Daniel Stenbergnew web mirror
2004-08-05 Daniel Stenbergnegotiate fix and new glib/GTK+ binding
2004-08-05 Daniel StenbergEnrico Scholz fixed the service name to be uppercase...
2004-08-04 Daniel Stenbergmulti-connect fix and cookie domain fix
2004-08-04 Daniel StenbergFixed multiple IP connects with the multi interface...
2004-08-04 Daniel StenbergDylan Salisbury's fix to prevent us from accepting...
2004-07-31 Daniel Stenbergborland is already mentioned
2004-07-31 Daniel Stenbergmention this is new
2004-07-31 Daniel Stenberglink to reset as well
2004-07-31 Daniel Stenbergcurl_easy_reset() documented
2004-07-31 Daniel Stenbergdigest fix
2004-07-31 Daniel StenbergJoel Chen reported that we assumed content within quote...
2004-07-29 Daniel Stenbergprevent all the sig and alarm stuff when using ares
2004-07-29 Daniel Stenbergfix a mingw32 build warning
2004-07-29 Daniel Stenbergmingw32 builds make .a libs
2004-07-29 Daniel Stenbergadded typecast in an attempt to fix a mingw32 warning
2004-07-29 Daniel Stenbergadditional typecasts to please MIPSPro on 64bit IRIX
2004-07-29 Daniel Stenbergoops, curl_easy_reset is a void
2004-07-29 Daniel Stenbergvariable type fix
2004-07-29 Daniel Stenbergprovide a curl_easy_reset() proto
2004-07-29 Daniel Stenbergremoved C++ comment to please picky source checkers
2004-07-28 Daniel Stenbergfixes!
2004-07-28 Daniel Stenbergcurl_easy_reset was added
2004-07-28 Daniel StenbergBertrand Demiddelaer fixed the host name to get setup...
2004-07-28 Daniel StenbergFixes Brian Akins' reported problems with duplicate...
2004-07-28 Daniel Stenberguse Makefile.inc and make it get included in dist archives
2004-07-28 Daniel Stenbergrenamed CURL_HEADERS, since it is a magic automake...
2004-07-26 Daniel StenbergBertrand Demiddelaer made the testing work with valgrin...
2004-07-26 Daniel StenbergBertrand Demiddelaer fixed two missing newlines
2004-07-26 Daniel Stenberg-o #[num] fix
2004-07-26 Daniel Stenbergusing #[num] with -o now make it literally used if...
2004-07-26 Daniel Stenbergremoved trailing whitespace
2004-07-25 Daniel Stenberglibs built with libtool are named .la in the build dir
2004-07-24 Daniel Stenberg--enable-debug builds static only, Gisle fixed a memory...
2004-07-24 Daniel StenbergGisle Vanem:
2004-07-24 Daniel Stenbergautobuilds with ares and curl_easy_reset()
2004-07-24 Daniel Stenbergcurl_easy_reset() added. Need testing and docs. I also...
2004-07-24 Daniel StenbergAM_PROG_LIBTOOL is deprecated and AC_PROG_LIBTOOL shoul...
2004-07-24 Daniel Stenbergif --enable-ares is used, we must run 'buildconf' in...
2004-07-24 Daniel Stenberg--enable-debug now makes the lib built static only...
2004-07-24 Daniel Stenberggenerate the new configure better
2004-07-23 Daniel Stenbergnow generated by automake
2004-07-22 Daniel Stenbergbuildconf and memanalyze are parts of the plain release
2004-07-22 Daniel StenbergAdded buildconf buildconf.bat to the dist
2004-07-22 Daniel Stenbergrefer bug reports to the mailing lists, not the old...
2004-07-22 Daniel Stenbergrecent activities
2004-07-22 Daniel Stenberg- Fixed a few variable return types for some system...
2004-07-17 Daniel Stenbergthe multi interface is not so new anymore!
2004-07-17 Daniel Stenbergminor format fix
2004-07-16 Daniel Stenbergdeal with negative Content-Length: headers by ignoring...
2004-07-16 Daniel Stenbergtest downloading from a server claiming negative conten...
2004-07-16 Gunter Knaufremoved Makefile.b32.resp from repository.
2004-07-16 Gunter Knaufremoved Makefile.b32.resp from the list.
2004-07-16 Gunter Knaufchanged to use a temporary response file with tlib...
next