Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-19 | curl_easy_duphandle() now properly clones the cookie option | Daniel Stenberg | |
- patch by T. Bharath | |||
2001-10-11 | looks nicer and is better compatible with older vim versions | Sterling Hughes | |
2001-09-17 | Linus Nielsen Feltzing's telnet-for-win32 fixes | Daniel Stenberg | |
2001-09-12 | T. Bharath's patch that sets up a few necessary buffers in the duphandle() | Daniel Stenberg | |
function | |||
2001-09-07 | Added formatting sections for emacs and vim | Sterling Hughes | |
2001-09-05 | first shaky and stumbling attempts at a *_duphandle() function | Daniel Stenberg | |
2001-08-30 | Major rename and redesign of the internal "backbone" structs. Details will | Daniel Stenberg | |
be posted in a minute to the libcurl list. | |||
2001-08-17 | include getinfo.h for Curl_getinfo() proto | Daniel Stenberg | |
2001-08-15 | internal functions should not use 'CURL *' as arguments, I replaced them | Daniel Stenberg | |
with the more appropriate 'struct UrlData *' instead. | |||
2001-08-14 | Added an empty win32_cleanup for non-windows systems to prevent compiler | Daniel Stenberg | |
warnings, changed the Curl_open() call as the second argument was never used anyway | |||
2001-07-12 | Add win32 initialization support to curl_global_init() and | Sterling Hughes | |
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(). | |||
2001-05-31 | Test and substance patch. | Sterling Hughes | |
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 | |||
2001-05-31 | went back to the version where the flags argument to curl_global_init() | Daniel Stenberg | |
specify exactly what global parts to init. Thanks to Sterling Hughes really for arguing wisely. | |||
2001-05-30 | curl_global_init() support for CURL_GLOBAL_NOT_SSL | Daniel Stenberg | |
2001-05-29 | global_init() takes that flag argument | Daniel Stenberg | |
2001-05-28 | T. Bharath's comments about SSL cleanup incorporated, and the two new | Daniel Stenberg | |
curl_global_* functions | |||
2001-03-09 | Modified to use Curl_* functions instead of curl_* ones | Daniel Stenberg | |
2001-01-17 | Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.h | Daniel Stenberg | |
and download.h | |||
2001-01-03 | dual-license fix | Daniel Stenberg | |
2000-10-02 | Added curl_easy_getinfo() | Daniel Stenberg | |
2000-09-18 | Stephen Kick's interface fixes | Daniel Stenberg | |
2000-08-24 | #include "setup.h" moved first of all includes | Daniel Stenberg | |
2000-06-20 | haxx.nu => haxx.se | Daniel Stenberg | |
2000-05-22 | Jört Hartroth's updates | Daniel Stenberg | |
2000-05-22 | files moved to main branch from the newlib branch | Daniel Stenberg | |