platform/upstream/curl.git
2004-06-24 Daniel Stenbergreverted bad win32 fix
2004-06-24 Gunter Knauffixed the MSVC build.
2004-06-24 Daniel Stenberglength limit the sscanf() parsing to prevent buffer...
2004-06-24 Daniel Stenbergah, simplified my latest change more
2004-06-24 Daniel Stenbergfix for systems without gethostbyname_r()
2004-06-24 Daniel StenbergReplaced all uses of sprintf() with the safer snprintf...
2004-06-24 Daniel Stenbergmade the Curl_he2ai() take the port number as an int...
2004-06-24 Daniel Stenberguse snprintf() to be on the safe side
2004-06-24 Daniel Stenbergtypecasts to prevent warnings
2004-06-24 Daniel Stenbergonly use sockaddr_in6 on ipv6-enabled hosts
2004-06-24 Daniel Stenbergsocks proxy support even when libcurl is built ipv6...
2004-06-24 Daniel Stenbergtypecast to prevent warning
2004-06-24 Daniel Stenberguse Curl_addrinfo, not 'struct addrinfo'
2004-06-24 Daniel Stenbergfixed problems I missed to fix from my cleanup
2004-06-24 Daniel Stenbergprevent warning
2004-06-24 Daniel StenbergYet another resolve code re-org
2004-06-24 Daniel StenbergSource cleanups. The major one being that we now _alway...
2004-06-23 Daniel Stenbergstatic functions are better not Curl_ prefixed to make...
2004-06-23 Daniel StenbergWhen adding the return -1 to prevent warnings on some...
2004-06-23 Daniel Stenbergprevent a warning
2004-06-22 Gunter Knaufone copy&paste too much, removed the define again.
2004-06-22 Gunter Knaufargh - copy&paste error.
2004-06-22 Gunter Knaufsyncronized with recent getdate.y updates.
2004-06-22 Daniel Stenbergthe hostname variable wasn't assigned and we no longer...
2004-06-22 Daniel Stenbergcookie size
2004-06-22 Daniel Stenbergextended to include a cookie with 4998 bytes of content
2004-06-22 Daniel StenbergDavid Cohen pointed out that RFC2109 says clients shoul...
2004-06-22 Daniel StenbergGünter Knauf fixed getdate.y to remove a few warnings...
2004-06-22 Gunter Knaufadded new --target option for autobuilding other target...
2004-06-22 Gunter Knaufadded 'clean' targets for mingw32 and netware.
2004-06-22 Daniel Stenbergreset CURLOPT_HTTPHEADER with NULL
2004-06-22 Daniel StenbergMoved the "About to connect() to" text to the place...
2004-06-22 Daniel StenbergGisle Vanem improved the certificate wildcard checks
2004-06-22 Daniel StenbergGisle fixed the wildcard checks for certificates.
2004-06-22 Daniel StenbergGunter's fix to avoid the notorious YYSTACK_USE_ALLOCA...
2004-06-22 Daniel Stenbergretry to read the sent request a few times if it doesn...
2004-06-22 Daniel Stenbergpass an int pointer when it expects an int pointer...
2004-06-22 Daniel Stenbergmodified some logging output
2004-06-21 Daniel Stenbergtestcurl.sh is dead, long live tests/testcurl.pl!
2004-06-21 Daniel StenbergThis is the old script for testing curl, now use tests...
2004-06-21 Daniel Stenbergread callback return code and fixed the pycurl url
2004-06-21 Daniel StenbergCURL_READFUNC_ABORT stuff
2004-06-21 Daniel StenbergAdded blurb for the READFUNCTION, including the new...
2004-06-21 Daniel Stenbergadded test case 513
2004-06-21 Daniel StenbergThe read callback can now return CURL_READFUNC_ABORT...
2004-06-21 Daniel Stenbergadded CURL_READFUNC_ABORT
2004-06-21 Daniel Stenbergwhen the client disconnects prematurely, dump the reque...
2004-06-21 Daniel Stenbergrecent events
2004-06-21 Daniel Stenbergtypecasts to prevent compiler warnings
2004-06-21 Daniel Stenbergupdates
2004-06-21 Daniel Stenbergrefer to the new tutorial man page
2004-06-21 Daniel Stenbergremoved libcurl-the-guide from the dist
2004-06-21 Daniel Stenberglibcurl-tutorial.3 is the former libcurl-the-guide...
2004-06-19 Daniel Stenbergtest 177 HTTP POST with --digest that gets a 302 response
2004-06-19 Daniel StenbergWhen doing auth negotiations or authprobing, we only...
2004-06-19 Daniel Stenbergprevent compiler warning
2004-06-18 Daniel Stenbergispell-buffer
2004-06-18 Daniel Stenbergtwo issues to remember to fix before next release
2004-06-18 Daniel StenbergGisle's "SSL patch" from June 16th 2004, modified by...
2004-06-18 Daniel StenbergWith David Byron's test server I could repeat his probl...
2004-06-17 Daniel Stenberglarge file FTP upload bug
2004-06-17 Daniel Stenbergnew daring features, not used by any current test
2004-06-16 Daniel StenbergKeep the upload byte counter in an curl_off_t, not...
2004-06-16 Daniel StenbergAlexander Krasnostavsky fixed a flaw in the 3rd party...
2004-06-15 Daniel Stenbergpost with auth problems fixed
2004-06-15 Daniel Stenbergskip the pid from the logging
2004-06-15 Daniel Stenbergtest 176, use --ntlm and POST when the server doesn...
2004-06-15 Daniel Stenbergadded test case 175, use HTTP POST and DIGEST set but...
2004-06-15 Daniel StenbergFix the auth code to enable us to i.e set DIGEST and...
2004-06-14 Daniel Stenbergwe actually build and run fine with libidn 0.4.1 too...
2004-06-14 Daniel Stenberglots of multi interface description but also some gener...
2004-06-14 Daniel Stenbergprevent compiler warnings on non-win32 platforms
2004-06-14 Daniel Stenbergadded test 174, HTTP POST --anyauth to server without...
2004-06-14 Daniel Stenbergrecent action
2004-06-14 Daniel StenbergAllow formposting of files larger than what fits in...
2004-06-14 Daniel Stenbergrefuse running the torture tests without a debug build
2004-06-13 Daniel Stenbergmoved default: in a switch case to prevent compiler...
2004-06-13 Daniel Stenbergprovide curl_formfree() even when http is disabled...
2004-06-13 Daniel Stenberguse Curl_strcasestr() when checking wildcard cert names
2004-06-13 Daniel Stenbergadded Curl_strcasestr() for case insensitive strstr...
2004-06-11 Gunter Knaufremoved unused include path.
2004-06-11 Gunter Knauffixed xdc generation, added lib target, load curl.nlm...
2004-06-11 Daniel StenbergTim Sneddon made it build fine on VMS again.
2004-06-11 Gunter Knaufsome more makefile changes.
2004-06-11 Gunter Knaufrespect CVS builds in version string.
2004-06-11 Gunter Knaufsome more makefile changes.
2004-06-10 Gunter Knaufcosmetic correction.
2004-06-10 Gunter Knaufconverted to UNIX format.
2004-06-10 Gunter Knaufadded timeval.c to the sources for curlx_ functions.
2004-06-10 Gunter Knaufminor output fix.
2004-06-10 Gunter Knaufups! no copy command defined.
2004-06-10 Gunter Knaufadded generation of missing files.
2004-06-10 Gunter Knaufadded generation of missing files.
2004-06-10 Gunter Knaufmake include path overridable.
2004-06-10 Daniel StenbergGisle Vanem's init patch for Windows
2004-06-10 Daniel Stenbergremoved trailing whitespace
2004-06-10 Daniel StenbergGisle corrected two comments
2004-06-10 Daniel StenbergGisle Vanem's improved verbose output and timeout handl...
2004-06-10 Daniel Stenbergbuild again with disabled http
2004-06-10 Daniel StenbergSteven Bazyl and Seshubabu Pasam pointed out a bug...
next