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
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-12-14
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
Yang Tse
2012-11-13
FILE: Make upload-writes unbuffered by not using FILE streams
Sebastian Rasmussen
2012-07-30
file: use fdopen() for uploaded files if available
Kamil Dudka
2011-11-24
query-part: ignore the URI part for given protocols
Jonas Schnelli
2011-11-03
url.c and file.c: fix OOM triggered segfault
Yang Tse
2011-10-21
curl_multi_fdset: correct fdset with FTP PORT use
Daniel Stenberg
2011-10-21
file.c: OOM handling fix
Yang Tse
2011-10-14
file.c: fix compiler warning
Yang Tse
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-07-25
WIN32 io.h and fcntl.h inclusion done in setup_once.h
Yang Tse
2011-07-25
time.h and sys/time.h inclusion conditionally done in setup_once.h
Yang Tse
2011-05-05
RTSP: convert protocol-specific checks to generic
Daniel Stenberg
2011-05-05
remove FILE protocol-specific checks
Daniel Stenberg
2011-04-27
whitespace cleanup: no space first in conditionals
Daniel Stenberg
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-03-14
protocols: use CURLPROTO_ internally
Daniel Stenberg
2011-03-14
protocol handler: added flags field
Daniel Stenberg
2011-03-04
transfer: avoid insane conversion of time_t
Stefan Krause
2011-02-07
Curl_gmtime: added a portable gmtime
Daniel Stenberg
2011-01-31
file: add support for CURLOPT_TIMECONDITION
Dave Reisner
2010-11-26
s/isspace/ISSPACE
Yang Tse
2010-04-16
file_range: remove unnecessary check for NULL pointer
Daniel Stenberg
2010-04-16
file_range: Value stored to 'totalsize' is never read
Daniel Stenberg
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2009-11-18
Make usage of calloc()'s arguments consistent with rest of code base
Yang Tse
2009-06-04
allow building libcurl for VxWorks
Yang Tse
2009-04-21
libcurl's memory.h renamed to curl_memory.h
Yang Tse
2009-02-03
- Hidemoto Nakada provided a small fix that makes it possible to get the
Daniel Stenberg
2008-12-19
- Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl
Daniel Stenberg
2008-11-14
Added some #ifdefs around header files and change the EAGAIN test to
Dan Fandrich
2008-11-04
CURLINFO_FILETIME now works for file:// transfers as well
Daniel Stenberg
2008-09-29
Removed unneeded includes of signal.h and setjmp.h
Dan Fandrich
2008-09-12
ANSI C compatibility fix
Yang Tse
2008-09-10
Checked in some code improvements and minor fixes that I discovered in the
Dan Fandrich
2008-09-06
remove unnecessary typecasting of calloc()
Yang Tse
2008-08-16
Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TU
Yang Tse
2008-08-15
For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,
Yang Tse
2008-05-21
Renamed MSDOS_FILESYSTEM to avoid conflict with MIT GSS
Dan Fandrich
2008-04-22
Added support for running on Symbian OS.
Dan Fandrich
2008-04-17
Some trivial changes
Dan Fandrich
2008-01-31
- Dmitry Kurochkin moved several struct fields from the connectdata struct to
Daniel Stenberg
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
[next]