summaryrefslogtreecommitdiff
path: root/lib/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* size_t => ssize_t, removed the special VMS fix for that purposeDaniel Stenberg2001-08-141-10/+3
* VMS #ifdefs added. several related to size_t problems that we must addressDaniel Stenberg2001-08-061-1/+10
* Remade resume stuff to keep data in the connectdata struct instead of theDaniel Stenberg2001-04-181-2/+2
* Jörn fixed it to compile on win32 againDaniel Stenberg2001-03-141-2/+3
* remade FILE:// support to look more as the other protocolsDaniel Stenberg2001-03-051-18/+40
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-7/+7
* dual-license fixDaniel Stenberg2001-01-031-28/+11
* removed #if 0 sectionDaniel Stenberg2000-11-291-3/+0
* Added the memdebug include fileDaniel Stenberg2000-11-271-0/+4
* uses the new client_write() functionDaniel Stenberg2000-11-221-4/+5
* Chris Faherty fixed a free-twice problemDaniel Stenberg2000-11-131-2/+0
* #include "setup.h" moved first of all includesDaniel Stenberg2000-08-241-2/+2
* Albert Chin-A-Young's fixesDaniel Stenberg2000-08-231-0/+4
* haxx.nu => haxx.seDaniel Stenberg2000-06-201-2/+2
* moved here from the newlib branchDaniel Stenberg2000-05-221-15/+15
* Marco G. Salvagno's OS/2 fixesDaniel Stenberg2000-03-191-2/+2