Age | Commit message (Expand) | Author |
2004-07-01 | spellfixed comments | Daniel Stenberg |
2004-06-30 | Another Gisle update | Daniel Stenberg |
2004-06-30 | 5K array on the stack is a big hefty, it is now allocated with malloc | Daniel Stenberg |
2004-06-30 | I think 1024 bytes is enough for even most ipv6 addresses :-) | Daniel Stenberg |
2004-06-30 | Prevent a very long password to buffer overflow the global variable we | Daniel Stenberg |
2004-06-30 | removed trailing whitespace, free a missing malloc when returning error | Daniel Stenberg |
2004-06-30 | passing in a very long interface name could make a buffer overflow | Daniel Stenberg |
2004-06-30 | not PIN code, pass phrase | Daniel Stenberg |
2004-06-30 | simplified the check for when to free() the buf data | Daniel Stenberg |
2004-06-30 | NOBODY set TRUE after a POST makes a good HEAD now | Daniel Stenberg |
2004-06-30 | wxcurldav | Daniel Stenberg |
2004-06-30 | fixed | Daniel Stenberg |
2004-06-30 | make the SSL connect use the same default connect timeout define as the | Daniel Stenberg |
2004-06-29 | Curl_addrinfo is another typedef we use frequently | Daniel Stenberg |
2004-06-29 | Gisle fixed a bad free from the resolve reorg, I changed type of the buf | Daniel Stenberg |
2004-06-29 | Gisle's djgpp updates | Daniel Stenberg |
2004-06-29 | Gisle's update | Daniel Stenberg |
2004-06-29 | fixed argument parsing; added --setup option. | Gunter Knauf |
2004-06-29 | 'M-x ispell-buffer' | Daniel Stenberg |
2004-06-29 | multi interface connect fix | Daniel Stenberg |
2004-06-29 | commented out the check for gethostbyname_r() as we no longer use it | Daniel Stenberg |
2004-06-29 | corrected the Curl_is_connected() proto | Daniel Stenberg |
2004-06-29 | First attempt at making the multi interface work when connecting to a host | Daniel Stenberg |
2004-06-29 | Added missing info for the command line tool, as noted by Mike Kienenberger | Daniel Stenberg |
2004-06-28 | --limit-rate problems on Mac OS X was reported by Rob Stanzel | Daniel Stenberg |
2004-06-27 | check for a fine poll() before it is used to sleep subsecond | Daniel Stenberg |
2004-06-27 | reset CURLOPT_CUSTOMREQUEST with NULL | Daniel Stenberg |
2004-06-24 | snprintf and version | Daniel Stenberg |
2004-06-24 | oops 5 bytes makes 4 letters plus zero byte | Daniel Stenberg |
2004-06-24 | fix warning | Daniel Stenberg |
2004-06-24 | the _num_chars() function is not used, removing | Daniel Stenberg |
2004-06-24 | to prevent compier warnings, we only declare len if we have code | Daniel Stenberg |
2004-06-24 | Gisle: free used memory better | Daniel Stenberg |
2004-06-24 | Gisle cleaned up remaining host resolve re-org issues | Daniel Stenberg |
2004-06-24 | include header for our printfs | Daniel Stenberg |
2004-06-24 | reverted bad win32 fix | Daniel Stenberg |
2004-06-24 | fixed the MSVC build. | Gunter Knauf |
2004-06-24 | length limit the sscanf() parsing to prevent buffer overflow | Daniel Stenberg |
2004-06-24 | ah, simplified my latest change more | Daniel Stenberg |
2004-06-24 | fix for systems without gethostbyname_r() | Daniel Stenberg |
2004-06-24 | Replaced all uses of sprintf() with the safer snprintf(). It is just a | Daniel Stenberg |
2004-06-24 | made the Curl_he2ai() take the port number as an int intead, to avoid lots | Daniel Stenberg |
2004-06-24 | use snprintf() to be on the safe side | Daniel Stenberg |
2004-06-24 | typecasts to prevent warnings | Daniel Stenberg |
2004-06-24 | only use sockaddr_in6 on ipv6-enabled hosts | Daniel Stenberg |
2004-06-24 | socks proxy support even when libcurl is built ipv6-enabled | Daniel Stenberg |
2004-06-24 | typecast to prevent warning | Daniel Stenberg |
2004-06-24 | use Curl_addrinfo, not 'struct addrinfo' | Daniel Stenberg |
2004-06-24 | fixed problems I missed to fix from my cleanup | Daniel Stenberg |
2004-06-24 | prevent warning | Daniel Stenberg |