platform/upstream/curl.git
2004-06-30 Daniel StenbergPrevent a very long password to buffer overflow the...
2004-06-30 Daniel Stenbergremoved trailing whitespace, free a missing malloc...
2004-06-30 Daniel Stenbergpassing in a very long interface name could make a...
2004-06-30 Daniel Stenbergnot PIN code, pass phrase
2004-06-30 Daniel Stenbergsimplified the check for when to free() the buf data
2004-06-30 Daniel StenbergNOBODY set TRUE after a POST makes a good HEAD now
2004-06-30 Daniel Stenbergwxcurldav
2004-06-30 Daniel Stenbergfixed
2004-06-30 Daniel Stenbergmake the SSL connect use the same default connect timeo...
2004-06-29 Daniel StenbergCurl_addrinfo is another typedef we use frequently
2004-06-29 Daniel StenbergGisle fixed a bad free from the resolve reorg, I change...
2004-06-29 Daniel StenbergGisle's djgpp updates
2004-06-29 Daniel StenbergGisle's update
2004-06-29 Gunter Knauffixed argument parsing; added --setup option.
2004-06-29 Daniel Stenberg'M-x ispell-buffer'
2004-06-29 Daniel Stenbergmulti interface connect fix
2004-06-29 Daniel Stenbergcommented out the check for gethostbyname_r() as we...
2004-06-29 Daniel Stenbergcorrected the Curl_is_connected() proto
2004-06-29 Daniel StenbergFirst attempt at making the multi interface work when...
2004-06-29 Daniel StenbergAdded missing info for the command line tool, as noted...
2004-06-28 Daniel Stenberg--limit-rate problems on Mac OS X was reported by Rob...
2004-06-27 Daniel Stenbergcheck for a fine poll() before it is used to sleep...
2004-06-27 Daniel Stenbergreset CURLOPT_CUSTOMREQUEST with NULL
2004-06-24 Daniel Stenbergsnprintf and version
2004-06-24 Daniel Stenbergoops 5 bytes makes 4 letters plus zero byte
2004-06-24 Daniel Stenbergfix warning
2004-06-24 Daniel Stenbergthe _num_chars() function is not used, removing
2004-06-24 Daniel Stenbergto prevent compier warnings, we only declare len if...
2004-06-24 Daniel StenbergGisle: free used memory better
2004-06-24 Daniel StenbergGisle cleaned up remaining host resolve re-org issues
2004-06-24 Daniel Stenberginclude header for our printfs
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...
next