| Commit message (Expand) | Author | Age | Files | Lines |
* | moved the lseek() and stat() magic defines to setup.h and now take advantage | Daniel Stenberg | 2004-12-16 | 1 | -8/+0 |
* | Gisle's fix for resuming large file:// files on windows - slightly edited | Daniel Stenberg | 2004-12-13 | 1 | -1/+7 |
* | provide an error string when resuming fails - and use the proper error code, | Daniel Stenberg | 2004-12-11 | 1 | -4/+4 |
* | Handle drive-letter on MS-DOS. | Gisle Vanem | 2004-11-09 | 1 | -4/+4 |
* | Paul Nolan fix to make libcurl build nicely on Windows CE | Daniel Stenberg | 2004-11-02 | 1 | -3/+4 |
* | removed tabs and trailing whitespace from source | Daniel Stenberg | 2004-10-06 | 1 | -1/+1 |
* | Kjetil Jacobsen reported an open file leak in file:// transfers of empty | Daniel Stenberg | 2004-08-17 | 1 | -3/+5 |
* | Andres Garcia pointed out that we searched for a slash badly since it is | Daniel Stenberg | 2004-07-06 | 1 | -1/+7 |
* | fix warning | Daniel Stenberg | 2004-06-24 | 1 | -1/+1 |
* | Replaced all uses of sprintf() with the safer snprintf(). It is just a | Daniel Stenberg | 2004-06-24 | 1 | -3/+4 |
* | The read callback can now return CURL_READFUNC_ABORT to stop a transfer. | Daniel Stenberg | 2004-06-21 | 1 | -1/+6 |
* | Steven Bazyl and Seshubabu Pasam pointed out a bug on win32 when freeing the | Daniel Stenberg | 2004-06-10 | 1 | -1/+1 |
* | initial support for "uploading" to file:// URLs | Daniel Stenberg | 2004-05-25 | 1 | -14/+94 |
* | better bailing out in case of no memory | Daniel Stenberg | 2004-05-13 | 1 | -1/+6 |
* | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg | 2004-05-11 | 1 | -3/+1 |
* | added comments | Daniel Stenberg | 2004-04-26 | 1 | -3/+13 |
* | New authentication code added, particularly noticable when doing POST or PUT | Daniel Stenberg | 2004-04-06 | 1 | -1/+1 |
* | Use more curl_off_t variables when doing the progress meter calculations and | Daniel Stenberg | 2004-03-10 | 1 | -2/+2 |
* | another include to prevent warnings | Daniel Stenberg | 2004-03-05 | 1 | -0/+1 |
* | more fixing to make the progress/getinfo stuff to work properly when doing | Daniel Stenberg | 2004-03-05 | 1 | -1/+6 |
* | include the proper header file too | Daniel Stenberg | 2004-03-04 | 1 | -0/+1 |
* | fix progress data to be updated properly for file: transfers, as reported | Daniel Stenberg | 2004-03-04 | 1 | -0/+7 |
* | rename struct FILE to FILEPROTO, to prevent it from causing trouble with | Daniel Stenberg | 2004-03-03 | 1 | -3/+2 |
* | Yet another curl_off_t printf format attempt, we now exclude the %-letter from | Daniel Stenberg | 2004-03-02 | 1 | -1/+1 |
* | use FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce the complexity of | Daniel Stenberg | 2004-03-02 | 1 | -1/+1 |
* | Use CURL_FORMAT_OFF_T for printf()inf curl_off_t variables. | Daniel Stenberg | 2004-03-01 | 1 | -1/+1 |
* | the now and start variables were never really used | Daniel Stenberg | 2004-02-13 | 1 | -4/+0 |
* | I made the same fix here, that Tor already did in the ftp.c code. To make | Daniel Stenberg | 2004-02-13 | 1 | -2/+3 |
* | Dan Fandrich's cleanup patch to make pedantic compiler options cause less | Daniel Stenberg | 2004-01-29 | 1 | -0/+1 |
* | attempt to fix 64bit seeking for Windows, does it work? | Daniel Stenberg | 2004-01-22 | 1 | -1/+4 |
* | use curl_off_t instead of off_t! | Daniel Stenberg | 2004-01-22 | 1 | -2/+2 |
* | updated year in the copyright string | Daniel Stenberg | 2004-01-07 | 1 | -1/+1 |
* | David J Meyer's large file support. | Daniel Stenberg | 2004-01-05 | 1 | -4/+4 |
* | silly me, I was meaning to do this change already as discussed on the libcurl | Daniel Stenberg | 2003-10-30 | 1 | -3/+3 |
* | curl --head now reports info "headers" on file:// URLs as well | Daniel Stenberg | 2003-10-30 | 1 | -6/+41 |
* | Gisle Vanem's IPv6-on-Windows patch applied! | Daniel Stenberg | 2003-10-14 | 1 | -1/+0 |
* | make sure the string is long enough | Daniel Stenberg | 2003-08-08 | 1 | -1/+2 |
* | David Byron's fix for file:// URLs with drive letters included. | Daniel Stenberg | 2003-08-08 | 1 | -3/+26 |
* | Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't | Daniel Stenberg | 2003-07-25 | 1 | -1/+0 |
* | use CURLDEBUG instead of MALLOCDEBUG | Daniel Stenberg | 2003-06-26 | 1 | -1/+1 |
* | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg | 2003-01-29 | 1 | -8/+0 |
* | copyright year update in the source header | Daniel Stenberg | 2003-01-16 | 1 | -1/+1 |
* | Dolbneff A.V and Spiridonoff A.V made the file:// code work with resumes | Daniel Stenberg | 2002-09-23 | 1 | -0/+14 |
* | updated source code boilerplate/header | Daniel Stenberg | 2002-09-03 | 1 | -7/+7 |
* | added disable-[protocol] support, largely provided by Miklos Nemeth | Daniel Stenberg | 2002-06-11 | 1 | -0/+2 |
* | use double where it is supposed to | Daniel Stenberg | 2002-04-22 | 1 | -2/+2 |
* | copyright string (year) update | Daniel Stenberg | 2002-03-19 | 1 | -1/+1 |
* | looks nicer and is better compatible with older vim versions | Sterling Hughes | 2001-10-11 | 1 | -2/+2 |
* | Added formatting sections for emacs and vim | Sterling Hughes | 2001-09-07 | 1 | -0/+8 |
* | Major rename and redesign of the internal "backbone" structs. Details will | Daniel Stenberg | 2001-08-30 | 1 | -2/+2 |