Age | Commit message (Expand) | Author |
2004-05-27 | fixed curl_easy_duphandle() to properly clean up all memory if any memory | Daniel Stenberg |
2004-05-13 | deal with input arguments as NULL | Daniel Stenberg |
2004-05-11 | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg |
2004-04-29 | curl_easy_duphandle() works again with ares enabled | Daniel Stenberg |
2004-04-27 | IDN: Gisle Vanem made the win32 version handle a missing CHARSET environment | Daniel Stenberg |
2004-04-26 | added function headers and comments | Daniel Stenberg |
2004-03-30 | adjusted to the new dns cache function to hide more hostip internals | Daniel Stenberg |
2004-03-15 | if the global_init() is called from within curl_easy_init() and returns | Daniel Stenberg |
2004-03-03 | David Byron's work on making libcurl only require winsock 1.1 on Windows | Daniel Stenberg |
2004-01-22 | use curl_off_t instead of off_t! | Daniel Stenberg |
2004-01-13 | Diego Casorran's fixes to allow native AmigaOS builds | Daniel Stenberg |
2004-01-07 | updated year in the copyright string | Daniel Stenberg |
2004-01-05 | David J Meyer's large file support. | Daniel Stenberg |
2003-10-14 | Kimmo Kinnunen fixed a crash with duphandle() when CURLDEBUG was set | Daniel Stenberg |
2003-10-14 | Gisle Vanem's IPv6-on-Windows patch applied! | Daniel Stenberg |
2003-08-14 | return failure when the host cache creation fails | Daniel Stenberg |
2003-08-11 | the new cookie functions that require 'data' passed in | Daniel Stenberg |
2003-08-04 | Dirk Manske's patch that introduces cookie support to the share interface. | Daniel Stenberg |
2003-07-25 | Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't | Daniel Stenberg |
2003-04-22 | Peter Sylvester pointed out that curl_easy_setopt() will always (wrongly) | Daniel Stenberg |
2003-01-29 | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg |
2003-01-16 | copyright year update in the source header | Daniel Stenberg |
2003-01-06 | fix bug (?) :-) | Sterling Hughes |
2002-11-26 | fixed Curl_freeaddrinfo() to only free addrinfo, and added Curl_freednsinfo() | Daniel Stenberg |
2002-09-03 | updated source code boilerplate/header | Daniel Stenberg |
2002-05-07 | support for ingoring session cookies added | Daniel Stenberg |
2002-04-27 | Now uses Curl_ as prefix for internal global symbols. curl_ should only be | Daniel Stenberg |
2002-03-19 | copyright string (year) update | Daniel Stenberg |
2002-01-07 | Make cach'ing work with threads now, there are now three cases: | Sterling Hughes |
2002-01-03 | Sterling Hughes' provided initial DNS cache source code. | Daniel Stenberg |
2001-10-19 | curl_easy_duphandle() now properly clones the cookie option | Daniel Stenberg |
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 |
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 |
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 |
2001-08-14 | Added an empty win32_cleanup for non-windows systems to prevent compiler | Daniel Stenberg |
2001-07-12 | Add win32 initialization support to curl_global_init() and | Sterling Hughes |
2001-05-31 | Test and substance patch. | Sterling Hughes |
2001-05-31 | went back to the version where the flags argument to curl_global_init() | Daniel Stenberg |
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 |
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 |
2001-01-03 | dual-license fix | Daniel Stenberg |
2000-10-02 | Added curl_easy_getinfo() | Daniel Stenberg |