summaryrefslogtreecommitdiff
path: root/lib/file.c
Commit message (Expand)AuthorAgeFilesLines
* Added lots of constsDan Fandrich2007-08-291-4/+4
* Bug report #1779751 (http://curl.haxx.se/bug/view.cgi?id=1779751) pointedDaniel Stenberg2007-08-221-3/+6
* Implemented only the parts of Patrick Monnerat's OS/400 patch that renamedDan Fandrich2007-07-231-1/+1
* Using fdopen() is a more correct way to implement the CURLOPT_NEW_FILE_PREMSJames Housley2007-06-281-2/+1
* Add two new options for the SFTP/SCP/FILE protocols: CURLOPT_NEW_FILE_PERMSJames Housley2007-06-271-1/+16
* Fixed a compiler warning on uClibc.Dan Fandrich2007-06-071-1/+1
* Feng Tu made (lib)curl support "upload" resuming work for file:// URLs.Daniel Stenberg2007-05-311-2/+35
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-6/+0
* - Armel Asselin improved libcurl to behave a lot better when an easy handleDaniel Stenberg2007-01-161-3/+4
* use the return code from lseek() to detect problems and bail out if soDaniel Stenberg2006-10-181-2/+5
* Remove redundant __CYGWIN__ symbol checkYang Tse2006-10-111-1/+1
* Major overhaul introducing http pipelining support and shared connectionDaniel Stenberg2006-09-071-11/+15
* Simplified #ifdef on WIN32; the statementGisle Vanem2006-09-031-1/+1
* Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead.Gisle Vanem2006-08-301-1/+1
* Watcom lacks <sys/time.h>.Gisle Vanem2006-08-291-0/+2
* Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPEDaniel Stenberg2006-08-191-4/+4
* Roland Blom filed bug report #1481217Daniel Stenberg2006-05-041-2/+0
* First commit of David McCreedy's EBCDIC and TPF changes.Daniel Stenberg2006-04-071-2/+2
* fix questionable compare compiler error (unsigned can't be < 0)Marty Kuhrt2005-12-301-1/+1
* putting back into distMarty Kuhrt2005-12-301-3/+3
* Jamie Newton pointed out that libcurl's file:// code would close() a zeroDaniel Stenberg2005-12-011-1/+1
* Removed all uses of strftime() since it uses the localised version of theDaniel Stenberg2005-02-111-4/+10
* FTP code turned into state machine. Not completely yet, but a good start.Daniel Stenberg2005-02-091-2/+4
* 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