summaryrefslogtreecommitdiff
path: root/lib/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* updated to use the new set of progress-functionsDaniel Stenberg2000-02-141-0/+11
* Initial revisionDaniel Stenberg1999-12-291-0/+175