index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
file.c
Age
Commit message (
Expand
)
Author
2008-01-11
fix compiler warning
Yang Tse
2008-01-11
Daniel Egger made CURLOPT_RANGE work on file:// URLs the very same way it
Daniel Stenberg
2007-12-08
All static functions that were previously name Curl_* something no longer
Daniel Stenberg
2007-11-24
struct HandleData is now called struct SingleRequest, and is only for data that
Daniel Stenberg
2007-11-15
Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() into
Daniel Stenberg
2007-11-07
if () => if()
Daniel Stenberg
2007-10-30
Fixed an OOM problem with file: URLs
Dan Fandrich
2007-10-23
File is not a protocol that can deal with "persistancy"
Yang Tse
2007-10-22
Michal Marek forwarded the bug report
Daniel Stenberg
2007-10-17
We use this ZERO_NULL to avoid picky compiler warnings,
Yang Tse
2007-10-13
Made a few more functions static with the protocol handler table in place.
Dan Fandrich
2007-10-12
Added per-protocol callback static tables, replacing callback ptr storage
Patrick Monnerat
2007-09-27
Enabled a few more gcc warnings with --enable-debug. Renamed a few
Dan Fandrich
2007-08-29
Added lots of consts
Dan Fandrich
2007-08-22
Bug report #1779751 (http://curl.haxx.se/bug/view.cgi?id=1779751) pointed
Daniel Stenberg
2007-07-23
Implemented only the parts of Patrick Monnerat's OS/400 patch that renamed
Dan Fandrich
2007-06-28
Using fdopen() is a more correct way to implement the CURLOPT_NEW_FILE_PREMS
James Housley
2007-06-27
Add two new options for the SFTP/SCP/FILE protocols: CURLOPT_NEW_FILE_PERMS
James Housley
2007-06-07
Fixed a compiler warning on uClibc.
Dan Fandrich
2007-05-31
Feng Tu made (lib)curl support "upload" resuming work for file:// URLs.
Daniel Stenberg
2007-02-26
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
Gisle Vanem
2007-01-16
- Armel Asselin improved libcurl to behave a lot better when an easy handle
Daniel Stenberg
2006-10-18
use the return code from lseek() to detect problems and bail out if so
Daniel Stenberg
2006-10-11
Remove redundant __CYGWIN__ symbol check
Yang Tse
2006-09-07
Major overhaul introducing http pipelining support and shared connection
Daniel Stenberg
2006-09-03
Simplified #ifdef on WIN32; the statement
Gisle Vanem
2006-08-30
Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead.
Gisle Vanem
2006-08-29
Watcom lacks <sys/time.h>.
Gisle Vanem
2006-08-19
Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE
Daniel Stenberg
2006-05-04
Roland Blom filed bug report #1481217
Daniel Stenberg
2006-04-07
First commit of David McCreedy's EBCDIC and TPF changes.
Daniel Stenberg
2005-12-30
fix questionable compare compiler error (unsigned can't be < 0)
Marty Kuhrt
2005-12-30
putting back into dist
Marty Kuhrt
2005-12-01
Jamie Newton pointed out that libcurl's file:// code would close() a zero
Daniel Stenberg
2005-02-11
Removed all uses of strftime() since it uses the localised version of the
Daniel Stenberg
2005-02-09
FTP code turned into state machine. Not completely yet, but a good start.
Daniel Stenberg
2004-12-16
moved the lseek() and stat() magic defines to setup.h and now take advantage
Daniel Stenberg
2004-12-13
Gisle's fix for resuming large file:// files on windows - slightly edited
Daniel Stenberg
2004-12-11
provide an error string when resuming fails - and use the proper error code,
Daniel Stenberg
2004-11-09
Handle drive-letter on MS-DOS.
Gisle Vanem
2004-11-02
Paul Nolan fix to make libcurl build nicely on Windows CE
Daniel Stenberg
2004-10-06
removed tabs and trailing whitespace from source
Daniel Stenberg
2004-08-17
Kjetil Jacobsen reported an open file leak in file:// transfers of empty
Daniel Stenberg
2004-07-06
Andres Garcia pointed out that we searched for a slash badly since it is
Daniel Stenberg
2004-06-24
fix warning
Daniel Stenberg
2004-06-24
Replaced all uses of sprintf() with the safer snprintf(). It is just a
Daniel Stenberg
2004-06-21
The read callback can now return CURL_READFUNC_ABORT to stop a transfer.
Daniel Stenberg
2004-06-10
Steven Bazyl and Seshubabu Pasam pointed out a bug on win32 when freeing the
Daniel Stenberg
2004-05-25
initial support for "uploading" to file:// URLs
Daniel Stenberg
2004-05-13
better bailing out in case of no memory
Daniel Stenberg
[next]