platform/upstream/curl.git
2004-07-04 Gunter Knaufremoved now obsolete ifdef. Shouldnt the other ifdefs...
2004-07-04 Gunter Knaufremoved now obsolete ifdef.
2004-07-04 Gunter Knaufremoved abort() - sync'd with getdate.y 1.26
2004-07-04 Daniel Stenberginclude the Makefile.inc file to get all sources and...
2004-07-03 Gunter Knaufminor fix for compiling on Linux.
2004-07-03 Gunter Knaufadded few ifdefs to make it usable for NetWare.
2004-07-03 Gunter Knaufadded NetWare makefile.
2004-07-03 Gunter Knaufreverted, older gcc breaks compilation since it doesnt...
2004-07-03 Gunter Knaufkilled warning with gcc 3.3.1 and later when using...
2004-07-03 Gunter Knaufmodified to use new Makefile.inc to build up object...
2004-07-03 Gunter Knaufmodified to use new Makefile.inc to build up object...
2004-07-03 Gunter Knaufadded Makefile.inc which can be included from other...
2004-07-02 Daniel StenbergI prefer CURLOPT_WRITEDATA before CURLOPT_FILE
2004-07-02 Daniel Stenbergsnprintf instead of sprintf,
2004-07-02 Daniel Stenbergadded typecasts to please compilers
2004-07-02 Daniel Stenbergvariable type cleanup to hush compilers,
2004-07-02 Daniel Stenbergexplicit typecasts to double to prevent warnings about...
2004-07-02 Daniel Stenbergcurl_share_cleanup fix
2004-07-02 Daniel Stenbergmake clean now removes getdate.c
2004-07-02 Daniel Stenbergconfigure --disable-http works these days
2004-07-02 Daniel StenbergAndrés García found out the share cleanup code crashes...
2004-07-01 Daniel Stenbergtypecase the argument to curl_easy_strerror() to a...
2004-07-01 Daniel Stenbergdjgpp fixes by Gisle
2004-07-01 Daniel StenbergGisle's win32-fix. 'errno' is not used for errors when...
2004-07-01 Daniel StenbergGisle added makefile for djgpp builds
2004-07-01 Daniel Stenberg--trace fix
2004-07-01 Daniel Stenbergmake functions use size_t instead of int next major...
2004-07-01 Daniel StenbergVariable type cleanups to please the picky MIPSPro...
2004-07-01 Daniel Stenbergvariable type cleanup to fix picky compiler warnings
2004-07-01 Daniel Stenbergtypecast to prevent picky compiler warning
2004-07-01 Daniel Stenbergtypecast to int when the variable is int!
2004-07-01 Daniel StenbergGisle's djgpp magic
2004-07-01 Daniel StenbergGisle Vanem made this build fine with djgpp and the...
2004-07-01 Daniel Stenbergdon't close the trace stream until _after_ the easy...
2004-07-01 Daniel Stenbergspellfixed comments
2004-06-30 Daniel StenbergAnother Gisle update
2004-06-30 Daniel Stenberg5K array on the stack is a big hefty, it is now allocat...
2004-06-30 Daniel StenbergI think 1024 bytes is enough for even most ipv6 address...
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
next