aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
AgeCommit message (Expand)Author
2001-11-12made CURLOPT_HTTPPROXYTUNNEL work for plain HTTP as wellDaniel Stenberg
2001-11-07we use signal() to ignore signals only as long as we have to, and we nowDaniel Stenberg
2001-11-07get the previous struct keep_sigactDaniel Stenberg
2001-11-06myalarm() is history, we now use HAVE_ALARM and we now do our very best toDaniel Stenberg
2001-11-01ConnectionExists() now returns FALSE immediately if it finds a connectionDaniel Stenberg
2001-10-31Removed the SocketIsDead() stuff for SSL again as it doesn't work. We mustDaniel Stenberg
2001-10-31nonblock => Curl_nonblock, remade the check for a live SSL connection (again)Daniel Stenberg
2001-10-30Added an additional SSL check for a dead socket before we re-use an SSLDaniel Stenberg
2001-10-29fixed conn->name error on connection re-use and enlarged the 'gname' arrayDaniel Stenberg
2001-10-19now counts header size return from server and if nothing is returned from aDaniel Stenberg
2001-10-12Curl_tvdiff() now returns a millisecond diff, no double like beforeDaniel Stenberg
2001-10-11looks nicer and is better compatible with older vim versionsSterling Hughes
2001-10-10cookiejar now enables the cookie engineDaniel Stenberg
2001-10-09added the option CURLOPT_HTTP_VERSION that can specify which HTTP versionDaniel Stenberg
2001-10-09ignore SIGPIPE, as that can be actually get sent when we write to a socketDaniel Stenberg
2001-10-04getaddrinfo() cleanupsDaniel Stenberg
2001-10-02added port number in informational connect messageDaniel Stenberg
2001-10-02IPv6 adjustments, connect()ing to bad ports still don't work properly forDaniel Stenberg
2001-10-02major connecting updatesDaniel Stenberg
2001-10-01pick the correct timeout before the connecthost callDaniel Stenberg
2001-10-01conn->hp is now conn->hostaddrDaniel Stenberg
2001-10-01moved the myalarm() usage, and now makes sure to switch it off after theDaniel Stenberg
2001-10-01introduced non-blocking connectsDaniel Stenberg
2001-09-28more transparant support for IPv6 name resolvingDaniel Stenberg
2001-09-18fixed bug report #462600, following a Location: when the initial URL didn'tDaniel Stenberg
2001-09-18the stuff formerly done in Curl_http_close is now done in Curl_closeDaniel Stenberg
2001-09-12ConnectionKillOne() _can_ return -1 as an indication of errorDaniel Stenberg
2001-09-11CURLOPT_SSL_CIPHER_LIST supportDaniel Stenberg
2001-09-07Added formatting sections for emacs and vimSterling Hughes
2001-09-03use the LIBCURL_NAME instead of the "hardcoded" stringDaniel Stenberg
2001-08-30Major rename and redesign of the internal "backbone" structs. Details willDaniel Stenberg
2001-08-29cookie jar adjustmentsDaniel Stenberg
2001-08-28Added SSL session ID caching, moved some SSL code from url.c to ssluse.cDaniel Stenberg
2001-08-23When setting *_URL or *_PROXY in *_setopt(), it is important that we checkDaniel Stenberg
2001-08-22CURLOPT_FTPASCII is the old name, CURLOPT_TRANSFERTEXT is the newDaniel Stenberg
2001-08-15IPv6-addresses can have dots too!Daniel Stenberg
2001-08-15extract IPv6-style specified IP-addresses properlyDaniel Stenberg
2001-08-15non-public functions should not use CURL * as arguments, so I changed themDaniel Stenberg
2001-08-14Curl_open() only take one argument now,Daniel Stenberg
2001-08-08Patrick Bihan-Faou introduced CURLOPT_SSL_VERIFYHOST and code to deal withDaniel Stenberg
2001-08-06VMS #include fixes,Daniel Stenberg
2001-08-06corrected the comment for CURLOPT_WRITEHEADER in setopt(), and made itDaniel Stenberg
2001-08-03httpreq cleanup fixDaniel Stenberg
2001-06-12Salvador Dávila's ftp range download fixDaniel Stenberg
2001-06-07SDavila posted a fix that sets conn->bits.use_range properly when doingDaniel Stenberg
2001-05-31CURLOPT_MUTE and data->bits.mute are history, removed, gone!Daniel Stenberg
2001-05-30libcurl now has MUTE and NOPROGRESS set by defaultDaniel Stenberg
2001-05-30include strtok.h to get the prototypeDaniel Stenberg
2001-05-29strtok() replaced with strtok_r()Daniel Stenberg
2001-05-28T. Bharath's comments about SSL cleanup incorporated, and the two newDaniel Stenberg