Age | Commit message (Expand) | Author |
2004-05-13 | better bailing out in case of no memory | Daniel Stenberg |
2004-05-11 | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg |
2004-04-26 | added comments | Daniel Stenberg |
2004-04-06 | New authentication code added, particularly noticable when doing POST or PUT | Daniel Stenberg |
2004-03-10 | Use more curl_off_t variables when doing the progress meter calculations and | Daniel Stenberg |
2004-03-05 | another include to prevent warnings | Daniel Stenberg |
2004-03-05 | more fixing to make the progress/getinfo stuff to work properly when doing | Daniel Stenberg |
2004-03-04 | include the proper header file too | Daniel Stenberg |
2004-03-04 | fix progress data to be updated properly for file: transfers, as reported | Daniel Stenberg |
2004-03-03 | rename struct FILE to FILEPROTO, to prevent it from causing trouble with | Daniel Stenberg |
2004-03-02 | Yet another curl_off_t printf format attempt, we now exclude the %-letter from | Daniel Stenberg |
2004-03-02 | use FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce the complexity of | Daniel Stenberg |
2004-03-01 | Use CURL_FORMAT_OFF_T for printf()inf curl_off_t variables. | Daniel Stenberg |
2004-02-13 | the now and start variables were never really used | Daniel Stenberg |
2004-02-13 | I made the same fix here, that Tor already did in the ftp.c code. To make | Daniel Stenberg |
2004-01-29 | Dan Fandrich's cleanup patch to make pedantic compiler options cause less | Daniel Stenberg |
2004-01-22 | attempt to fix 64bit seeking for Windows, does it work? | Daniel Stenberg |
2004-01-22 | use curl_off_t instead of off_t! | 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-30 | silly me, I was meaning to do this change already as discussed on the libcurl | Daniel Stenberg |
2003-10-30 | curl --head now reports info "headers" on file:// URLs as well | Daniel Stenberg |
2003-10-14 | Gisle Vanem's IPv6-on-Windows patch applied! | Daniel Stenberg |
2003-08-08 | make sure the string is long enough | Daniel Stenberg |
2003-08-08 | David Byron's fix for file:// URLs with drive letters included. | Daniel Stenberg |
2003-07-25 | Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't | Daniel Stenberg |
2003-06-26 | use CURLDEBUG instead of MALLOCDEBUG | 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 |
2002-09-23 | Dolbneff A.V and Spiridonoff A.V made the file:// code work with resumes | Daniel Stenberg |
2002-09-03 | updated source code boilerplate/header | Daniel Stenberg |
2002-06-11 | added disable-[protocol] support, largely provided by Miklos Nemeth | Daniel Stenberg |
2002-04-22 | use double where it is supposed to | Daniel Stenberg |
2002-03-19 | copyright string (year) update | Daniel Stenberg |
2001-10-11 | looks nicer and is better compatible with older vim versions | Sterling Hughes |
2001-09-07 | Added formatting sections for emacs and vim | Sterling Hughes |
2001-08-30 | Major rename and redesign of the internal "backbone" structs. Details will | Daniel Stenberg |
2001-08-14 | size_t => ssize_t, removed the special VMS fix for that purpose | Daniel Stenberg |
2001-08-06 | VMS #ifdefs added. several related to size_t problems that we must address | Daniel Stenberg |
2001-04-18 | Remade resume stuff to keep data in the connectdata struct instead of the | Daniel Stenberg |
2001-03-14 | Jörn fixed it to compile on win32 again | Daniel Stenberg |
2001-03-05 | remade FILE:// support to look more as the other protocols | Daniel Stenberg |
2001-01-05 | Internal symbols that aren't static are now prefixed with 'Curl_' | Daniel Stenberg |
2001-01-03 | dual-license fix | Daniel Stenberg |
2000-11-29 | removed #if 0 section | Daniel Stenberg |
2000-11-27 | Added the memdebug include file | Daniel Stenberg |
2000-11-22 | uses the new client_write() function | Daniel Stenberg |
2000-11-13 | Chris Faherty fixed a free-twice problem | Daniel Stenberg |
2000-08-24 | #include "setup.h" moved first of all includes | Daniel Stenberg |
2000-08-23 | Albert Chin-A-Young's fixes | Daniel Stenberg |