summaryrefslogtreecommitdiff
path: root/lib/easy.c
Commit message (Collapse)AuthorAgeFilesLines
* David J Meyer's large file support.Daniel Stenberg2004-01-051-1/+7
|
* Kimmo Kinnunen fixed a crash with duphandle() when CURLDEBUG was setDaniel Stenberg2003-10-141-0/+4
|
* Gisle Vanem's IPv6-on-Windows patch applied!Daniel Stenberg2003-10-141-1/+0
|
* return failure when the host cache creation failsDaniel Stenberg2003-08-141-1/+8
|
* the new cookie functions that require 'data' passed inDaniel Stenberg2003-08-111-1/+2
|
* Dirk Manske's patch that introduces cookie support to the share interface.Daniel Stenberg2003-08-041-9/+15
|
* Removed #include <sys/resource.h>, as pointed out by Henry Bland we don'tDaniel Stenberg2003-07-251-1/+0
| | | | need it.
* Peter Sylvester pointed out that curl_easy_setopt() will always (wrongly)Daniel Stenberg2003-04-221-4/+5
| | | | return CURLE_OK no matter what happens.
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-8/+0
| | | | way for emacs, and vim users should provide a similar non-polluting style
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
|
* fix bug (?) :-)Sterling Hughes2003-01-061-6/+8
| | | | | | previously, if you called curl_easy_perform and then set the global dns cache, the global cache wouldn't be used. I don't see this really happening in practice, but this code allows you to do it.
* fixed Curl_freeaddrinfo() to only free addrinfo, and added Curl_freednsinfo()Daniel Stenberg2002-11-261-1/+1
| | | | for freeing single dns cache entries
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
|
* support for ingoring session cookies addedDaniel Stenberg2002-05-071-1/+2
|
* Now uses Curl_ as prefix for internal global symbols. curl_ should only beDaniel Stenberg2002-04-271-2/+2
| | | | used for "exported" globals.
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
|
* Make cach'ing work with threads now, there are now three cases:Sterling Hughes2002-01-071-4/+14
| | | | | | | - Use a global dns cache (via setting the tentatively named, CURLOPT_DNS_USE_GLOBAL_CACHE option to true) - Use a per-handle dns cache, by default - Use a pooled dns cache when in the "multi" interface
* Sterling Hughes' provided initial DNS cache source code.Daniel Stenberg2002-01-031-1/+6
|
* curl_easy_duphandle() now properly clones the cookie optionDaniel Stenberg2001-10-191-0/+6
| | | | - patch by T. Bharath
* looks nicer and is better compatible with older vim versionsSterling Hughes2001-10-111-2/+2
|
* Linus Nielsen Feltzing's telnet-for-win32 fixesDaniel Stenberg2001-09-171-6/+6
|
* T. Bharath's patch that sets up a few necessary buffers in the duphandle()Daniel Stenberg2001-09-121-7/+39
| | | | function
* Added formatting sections for emacs and vimSterling Hughes2001-09-071-0/+8
|
* first shaky and stumbling attempts at a *_duphandle() functionDaniel Stenberg2001-09-051-0/+27
|
* Major rename and redesign of the internal "backbone" structs. Details willDaniel Stenberg2001-08-301-8/+5
| | | | be posted in a minute to the libcurl list.
* include getinfo.h for Curl_getinfo() protoDaniel Stenberg2001-08-171-0/+1
|
* internal functions should not use 'CURL *' as arguments, I replaced themDaniel Stenberg2001-08-151-4/+10
| | | | with the more appropriate 'struct UrlData *' instead.
* Added an empty win32_cleanup for non-windows systems to prevent compilerDaniel Stenberg2001-08-141-2/+3
| | | | | warnings, changed the Curl_open() call as the second argument was never used anyway
* Add win32 initialization support to curl_global_init() andSterling Hughes2001-07-121-2/+70
| | | | | | | | curl_global_cleanup(). Update corresponding man pages... Improve the logic in curl_global_cleanup() and curl_global_init() so that they are not called twice if the application libraries have been initialized and make sure to reset the init flags in curl_global_cleanup().
* Test and substance patch.Sterling Hughes2001-05-311-2/+13
| | | | | | | This is my first CVS commit :), what it does: - Makes sure that parts of the cURL library don't get initialized twice - Makes sure that we only free what we initialize
* went back to the version where the flags argument to curl_global_init()Daniel Stenberg2001-05-311-1/+1
| | | | | specify exactly what global parts to init. Thanks to Sterling Hughes really for arguing wisely.
* curl_global_init() support for CURL_GLOBAL_NOT_SSLDaniel Stenberg2001-05-301-2/+3
|
* global_init() takes that flag argumentDaniel Stenberg2001-05-291-1/+2
|
* T. Bharath's comments about SSL cleanup incorporated, and the two newDaniel Stenberg2001-05-281-1/+15
| | | | curl_global_* functions
* Modified to use Curl_* functions instead of curl_* onesDaniel Stenberg2001-03-091-12/+7
|
* Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.hDaniel Stenberg2001-01-171-1/+1
| | | | and download.h
* dual-license fixDaniel Stenberg2001-01-031-28/+11
|
* Added curl_easy_getinfo()Daniel Stenberg2000-10-021-0/+10
|
* Stephen Kick's interface fixesDaniel Stenberg2000-09-181-0/+3
|
* #include "setup.h" moved first of all includesDaniel Stenberg2000-08-241-1/+2
|
* haxx.nu => haxx.seDaniel Stenberg2000-06-201-2/+2
|
* Jört Hartroth's updatesDaniel Stenberg2000-05-221-1/+1
|
* files moved to main branch from the newlib branchDaniel Stenberg2000-05-221-0/+160