summaryrefslogtreecommitdiff
path: root/lib/file.c
Commit message (Expand)AuthorAgeFilesLines
* moved the lseek() and stat() magic defines to setup.h and now take advantageDaniel Stenberg2004-12-161-8/+0
* Gisle's fix for resuming large file:// files on windows - slightly editedDaniel Stenberg2004-12-131-1/+7
* provide an error string when resuming fails - and use the proper error code,Daniel Stenberg2004-12-111-4/+4
* Handle drive-letter on MS-DOS.Gisle Vanem2004-11-091-4/+4
* Paul Nolan fix to make libcurl build nicely on Windows CEDaniel Stenberg2004-11-021-3/+4
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-1/+1
* Kjetil Jacobsen reported an open file leak in file:// transfers of emptyDaniel Stenberg2004-08-171-3/+5
* Andres Garcia pointed out that we searched for a slash badly since it isDaniel Stenberg2004-07-061-1/+7
* fix warningDaniel Stenberg2004-06-241-1/+1
* Replaced all uses of sprintf() with the safer snprintf(). It is just aDaniel Stenberg2004-06-241-3/+4
* The read callback can now return CURL_READFUNC_ABORT to stop a transfer.Daniel Stenberg2004-06-211-1/+6
* Steven Bazyl and Seshubabu Pasam pointed out a bug on win32 when freeing theDaniel Stenberg2004-06-101-1/+1
* initial support for "uploading" to file:// URLsDaniel Stenberg2004-05-251-14/+94
* better bailing out in case of no memoryDaniel Stenberg2004-05-131-1/+6
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-3/+1
* added commentsDaniel Stenberg2004-04-261-3/+13
* New authentication code added, particularly noticable when doing POST or PUTDaniel Stenberg2004-04-061-1/+1
* Use more curl_off_t variables when doing the progress meter calculations andDaniel Stenberg2004-03-101-2/+2
* another include to prevent warningsDaniel Stenberg2004-03-051-0/+1
* more fixing to make the progress/getinfo stuff to work properly when doingDaniel Stenberg2004-03-051-1/+6
* include the proper header file tooDaniel Stenberg2004-03-041-0/+1
* fix progress data to be updated properly for file: transfers, as reportedDaniel Stenberg2004-03-041-0/+7
* rename struct FILE to FILEPROTO, to prevent it from causing trouble withDaniel Stenberg2004-03-031-3/+2
* Yet another curl_off_t printf format attempt, we now exclude the %-letter fromDaniel Stenberg2004-03-021-1/+1
* use FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce the complexity ofDaniel Stenberg2004-03-021-1/+1
* Use CURL_FORMAT_OFF_T for printf()inf curl_off_t variables.Daniel Stenberg2004-03-011-1/+1
* the now and start variables were never really usedDaniel Stenberg2004-02-131-4/+0
* I made the same fix here, that Tor already did in the ftp.c code. To makeDaniel Stenberg2004-02-131-2/+3
* Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg2004-01-291-0/+1
* attempt to fix 64bit seeking for Windows, does it work?Daniel Stenberg2004-01-221-1/+4
* use curl_off_t instead of off_t!Daniel Stenberg2004-01-221-2/+2
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* David J Meyer's large file support.Daniel Stenberg2004-01-051-4/+4
* silly me, I was meaning to do this change already as discussed on the libcurlDaniel Stenberg2003-10-301-3/+3
* curl --head now reports info "headers" on file:// URLs as wellDaniel Stenberg2003-10-301-6/+41
* Gisle Vanem's IPv6-on-Windows patch applied!Daniel Stenberg2003-10-141-1/+0
* make sure the string is long enoughDaniel Stenberg2003-08-081-1/+2
* David Byron's fix for file:// URLs with drive letters included.Daniel Stenberg2003-08-081-3/+26
* Removed #include <sys/resource.h>, as pointed out by Henry Bland we don'tDaniel Stenberg2003-07-251-1/+0
* use CURLDEBUG instead of MALLOCDEBUGDaniel Stenberg2003-06-261-1/+1
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-8/+0
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* Dolbneff A.V and Spiridonoff A.V made the file:// code work with resumesDaniel Stenberg2002-09-231-0/+14
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* added disable-[protocol] support, largely provided by Miklos NemethDaniel Stenberg2002-06-111-0/+2
* use double where it is supposed toDaniel Stenberg2002-04-221-2/+2
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* looks nicer and is better compatible with older vim versionsSterling Hughes2001-10-111-2/+2
* Added formatting sections for emacs and vimSterling Hughes2001-09-071-0/+8
* Major rename and redesign of the internal "backbone" structs. Details willDaniel Stenberg2001-08-301-2/+2