aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-01-16fixes Marcus broughtDaniel Stenberg
2003-01-16Allow CURLINFO_PRIVATE to be NULL, patch by Markus OberhumerDaniel Stenberg
2003-01-16Markus Oberhumer fixed the -cflags optionDaniel Stenberg
2003-01-15no TABs in source codeDaniel Stenberg
2003-01-15removed a TABDaniel Stenberg
2003-01-15Kevin fixed the bad list addressDaniel Stenberg
2003-01-14previous legal file, no longer accurate nor usedDaniel Stenberg
2003-01-14COPYING is the name of the fileDaniel Stenberg
2003-01-147.10.3 commitDaniel Stenberg
2003-01-13moreDaniel Stenberg
2003-01-13there is SOCKS support these daysDaniel Stenberg
2003-01-10Steve Oliphant pointed out that test case 105 did not work anymore and thisDaniel Stenberg
was due to a missing fix for the password prompting
2003-01-09added test 136Daniel Stenberg
2003-01-09verify -u username: with ftp to use a blank passwordDaniel Stenberg
2003-01-09if userpwd is "username:", this now implies a blank password while onlyDaniel Stenberg
"username" will cause libcurl to prompt for password. Bryan Kemp noticed. test case 136 is added for this
2003-01-09Wai (Simon) Liu provided the HTTP200ALIASES paragraph.Daniel Stenberg
2003-01-09Philippe Raoult's added note for HTTPHEADERDaniel Stenberg
2003-01-09This fixed yet another connect problem with the multi interface and ipv4Daniel Stenberg
stack. Kjetil Jacobsen reported and verified the fix.
2003-01-09removedDaniel Stenberg
2003-01-09removed unused codeDaniel Stenberg
2003-01-09fixDaniel Stenberg
2003-01-09call curl_multi_perform() correctlyDaniel Stenberg
2003-01-09proper indentDaniel Stenberg
2003-01-09pass a file name to memanalyze to read from instead of using stdinDaniel Stenberg
2003-01-09share.h is now a used header fileDaniel Stenberg
2003-01-09fixed to deal with file names that contain colons, as in WindowsDaniel Stenberg
2003-01-097.10.3-pre4Daniel Stenberg
2003-01-09rename the curl share error enum prefixDaniel Stenberg
2003-01-09Updated more and now looks and and the API possibly works almost like theDaniel Stenberg
design document specifies. There is still no code inside that uses this.
2003-01-097+8 jan 2003Daniel Stenberg
2003-01-08updated to use the modified share-typesDaniel Stenberg
2003-01-08cleaned up the share data types and prototypes to be more in line whatDaniel Stenberg
the design draft mentioned and what I think is fit
2003-01-08mkdir() fix for win32Daniel Stenberg
2003-01-08nah, include test.h insteadDaniel Stenberg
2003-01-08include curl.h without directoryDaniel Stenberg
2003-01-08fixed a very, very rare and very, very little memory leakJean-Philippe Barette-LaPierre
2003-01-07Philippe Raoult's fix to handle wildcard certificate name checksDaniel Stenberg
2003-01-07Simon Liu's HTTP200ALIASES-patch!Daniel Stenberg
2003-01-07stuffDaniel Stenberg
2003-01-07clarified error code 19Daniel Stenberg
2003-01-07Only output valid filetime.Daniel Stenberg
Return file-error if 550 is returned when trying MDTM
2003-01-07when sending an error message to the debugfunction, we append a newline soDaniel Stenberg
that the output looks better
2003-01-07fixed the create_dir_hierarchy() to not use uninited memory, as noticed byDaniel Stenberg
Matthew Blain.
2003-01-07Matthew Blain's improvements for debug buildsDaniel Stenberg
2003-01-07better ignoreDaniel Stenberg
2003-01-07ignore lib504 tooDaniel Stenberg
2003-01-07updatedDaniel Stenberg
2003-01-06indent fixDaniel Stenberg
2003-01-06fix bug (?) :-)Sterling Hughes
previously, if you called curl_easy_perform and then set the global dns cache, the global cache wouldn't be used. I don't see this really happening in practice, but this code allows you to do it.
2002-12-29return -1 even if SSL_pending() doesn't return non-zero, as we don't reallyDaniel Stenberg
care how many bytes that is readable NOW. Philippe Raoult reported the bug in 7.10.3-pre3.