platform/upstream/curl.git
2003-11-01 Daniel Stenbergstarting on 7.10.9 in CVS
2003-11-01 Daniel Stenberg7.10.8!
2003-10-31 Daniel Stenbergftp goes UTC
2003-10-31 Daniel Stenberggmtime() really can't even return NULL, can it?
2003-10-31 Daniel Stenbergback to GMT again
2003-10-31 Daniel Stenbergassume that MDTM returns the timestamp as UTC
2003-10-31 Daniel Stenbergmy own system had a bad valgrind, so check that it...
2003-10-31 Daniel StenbergDebian bug report #218046, a minor typo.
2003-10-31 Daniel Stenbergremoved compiler warnings from my latest fix
2003-10-31 Daniel Stenbergnumerical options check
2003-10-31 Daniel StenbergAdded a new parse-numeric-parameters function so that...
2003-10-31 Daniel Stenbergnewer, nicer
2003-10-30 Daniel StenbergSet version string to -CVS. This string is generated...
2003-10-30 Daniel StenbergMake the CVS version clone the libcurl version string...
2003-10-30 Daniel Stenbergignore .dist files here
2003-10-30 Daniel StenbergMade the dist-hook more generic for adding more files...
2003-10-30 Daniel Stenberg--head on file://, some cleanups
2003-10-30 Daniel Stenbergmore help text cleanups
2003-10-30 Daniel Stenbergsilly me, I was meaning to do this change already as...
2003-10-30 Daniel Stenbergcurl --head now reports info "headers" on file:// URLs...
2003-10-30 Daniel Stenbergupdated for the cut off GMT string
2003-10-30 Daniel Stenbergwhen getting headers only, stop pretending the reported...
2003-10-30 Daniel Stenbergonly use siginterrupt() if it really exists on the...
2003-10-30 Daniel StenbergCheck for siginterrupt, used by the test suite web...
2003-10-30 Daniel StenbergOnly compile the ipv6-section for ipv6-enabled libcurls...
2003-10-30 Daniel StenbergAdded proper #ifdef's for the #include files when check...
2003-10-29 Daniel StenbergStop using stunnel.pm, we pass in the path from the...
2003-10-29 Daniel Stenbergcleaned up the --help output. Tried to unify the langua...
2003-10-29 Daniel StenbergDavid Hull made the file: URL parser also accept the...
2003-10-29 Daniel Stenbergstunnel.pm is no more
2003-10-29 Daniel Stenbergstunnel.pm is removed
2003-10-29 Daniel Stenbergnow check for and use valgrind, inserted and modified...
2003-10-29 Daniel Stenbergremoved, functionality added to runtests.pl
2003-10-28 Daniel StenbergAnother glibc resolve name fix
2003-10-28 Daniel Stenbergpossibly uninitialized variable
2003-10-28 Daniel Stenbergoverlapping memory chunks with strcpy(), detected by...
2003-10-27 Daniel Stenbergslightly quieter torture test by default
2003-10-27 Daniel StenbergJames Bursa's fix to prevent failf() to write outside...
2003-10-26 Daniel StenbergJames Bursa found an ERRORBUFFFER overflow
2003-10-26 Daniel Stenbergsnprintf() made a single-byte buffer overflow, as it...
2003-10-25 Daniel Stenbergavoid dependence on the order of the fields in the...
2003-10-24 Daniel Stenbergsupport building ares-enabled too
2003-10-24 Daniel Stenbergtests the new -C - fix
2003-10-24 Daniel StenbergHTTP resume fix
2003-10-24 Daniel StenbergResuming a download of an already downloaded document...
2003-10-24 Daniel Stenbergsolaris build improvement
2003-10-24 Daniel StenbergBased on David Hull's fix in bug report 804599, we...
2003-10-24 Daniel Stenbergdon't select() forever, set a timeout so at least the...
2003-10-24 Daniel Stenbergbetter name, it isn't https
2003-10-24 Daniel Stenbergc-ares is the new name and ares_version() was added
2003-10-24 Daniel StenbergIntroducing ares_version(), so that we can have apps...
2003-10-24 Daniel Stenbergmake it work with Negotiate support enabled too
2003-10-24 Daniel Stenbergruntests -t introduced
2003-10-24 Daniel Stenbergimproved the torture testing
2003-10-24 Daniel Stenbergsupports -l now to display the actual line that was...
2003-10-24 Daniel Stenbergif malloc fails, we must bail out nicely
2003-10-24 Daniel StenbergImproved checks for bad memory situations and proper...
2003-10-24 Daniel Stenbergbetter bailing-out cleanup if a malloc fails in the...
2003-10-24 Daniel Stenbergfree all memory on failure before bailing out, not...
2003-10-24 Daniel Stenbergthe actual release-notes is new too
2003-10-24 Daniel StenbergIntroducing -t to "torture" the memory allocations...
2003-10-24 Daniel Stenbergproduce a single summary of the amount of allocations...
2003-10-24 Daniel Stenbergdisable-eprt, fixed CA cert verfication
2003-10-23 Daniel StenbergGeorg Horn's patch. -k is no longer mutually exclusive...
2003-10-23 Daniel StenbergGeorg Horn's fixes to do different CA cert verification...
2003-10-22 Daniel Stenbergencourage use of -c to store cookies instead of -D
2003-10-22 Daniel Stenbergallow gdb to check the libtest dir for sources too...
2003-10-22 Daniel Stenbergwe continue to improve things
2003-10-22 Daniel Stenbergmake --disable-eprt work, based on Gisle Vanem's patch
2003-10-22 Daniel StenbergDylan Ellicott added the vc-libcurl-ssl-dll target
2003-10-22 Daniel StenbergDylan Ellicott added the release-libcurl-ssl-dll target
2003-10-22 Daniel StenbergDo the auth stuff at the end-of-headers and not at...
2003-10-22 Daniel StenbergModified to be able to repeat Kevin Roth's problem
2003-10-21 Daniel StenbergAndres
2003-10-21 Daniel Stenbergupdated for mingw32
2003-10-21 Daniel Stenbergpre5
2003-10-21 Daniel Stenbergmodified test 91 to look more like Kevin Roth's error...
2003-10-21 Daniel Stenbergtest case 91 added, an attempt to repeat a problem...
2003-10-21 Daniel Stenbergconn->user and conn->passwd will now always be set...
2003-10-21 Daniel Stenbergno colons in user names with USERPWD
2003-10-20 Daniel Stenbergallow no user and password for proxy too, Basic
2003-10-20 Daniel Stenbergallow no user and no passwd when doing basic auth
2003-10-20 Daniel Stenberglock the DNS cache properly before adding an entry...
2003-10-20 Daniel Stenbergrun autoconf in the ares dir as well if the dir is...
2003-10-19 Daniel StenbergGeorg Horn patched Curl_read()
2003-10-19 Daniel Stenbergbetter error output on SSL errors when receiving data...
2003-10-19 Daniel Stenbergfixed the bug my previous change introduced
2003-10-18 Daniel Stenbergminor fix to not shadow a variable
2003-10-18 Daniel Stenbergbuilds warning-free with -Wshadow now
2003-10-18 Daniel Stenbergdon't shadow 'socket'
2003-10-18 Daniel Stenbergfixed gcc -Wshadow warnings
2003-10-18 Daniel Stenbergremoved gcc -Wshadow warning
2003-10-18 Daniel Stenbergmemory leak
2003-10-18 Daniel Stenberggcc -Wshadow complaints fixed
2003-10-18 Daniel Stenbergcompiler warning fix
2003-10-18 Daniel Stenbergprevent compiler warnings with relly picky compiler...
2003-10-18 Daniel StenbergDominick Meglio pointed out these files should be remov...
2003-10-18 Daniel Stenberg7.10.8-pre4
2003-10-18 Daniel Stenberg1. read the version from the command line
2003-10-18 Daniel StenbergAdded a few undocumented errors
next