Dan Fandrich
|
09777a4fc2
Some trivial changes
|
16 anos atrás |
Daniel Stenberg
|
b620e62f0f
- Dmitry Kurochkin moved several struct fields from the connectdata struct to
|
17 anos atrás |
Yang Tse
|
a042090467
fix compiler warning
|
17 anos atrás |
Daniel Stenberg
|
08adf67969
Daniel Egger made CURLOPT_RANGE work on file:// URLs the very same way it
|
17 anos atrás |
Daniel Stenberg
|
662bee7193
All static functions that were previously name Curl_* something no longer
|
17 anos atrás |
Daniel Stenberg
|
13648f8ccd
struct HandleData is now called struct SingleRequest, and is only for data that
|
17 anos atrás |
Daniel Stenberg
|
50feea3eef
Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() into
|
17 anos atrás |
Daniel Stenberg
|
cbd1a77ec2
if () => if()
|
17 anos atrás |
Dan Fandrich
|
59b05ac383
Fixed an OOM problem with file: URLs
|
17 anos atrás |
Yang Tse
|
b9a305983f
File is not a protocol that can deal with "persistancy"
|
17 anos atrás |
Daniel Stenberg
|
5b358603bd
Michal Marek forwarded the bug report
|
17 anos atrás |
Yang Tse
|
92433e596b
We use this ZERO_NULL to avoid picky compiler warnings,
|
17 anos atrás |
Dan Fandrich
|
61ffcd7815
Made a few more functions static with the protocol handler table in place.
|
17 anos atrás |
Patrick Monnerat
|
07b6e7363d
Added per-protocol callback static tables, replacing callback ptr storage
|
17 anos atrás |
Dan Fandrich
|
16b95fc773
Enabled a few more gcc warnings with --enable-debug. Renamed a few
|
17 anos atrás |
Dan Fandrich
|
1b66c1da6c
Added lots of consts
|
17 anos atrás |
Daniel Stenberg
|
91fd2c3bcd
Bug report #1779751 (http://curl.haxx.se/bug/view.cgi?id=1779751) pointed
|
17 anos atrás |
Dan Fandrich
|
5ecd56d964
Implemented only the parts of Patrick Monnerat's OS/400 patch that renamed
|
17 anos atrás |
James Housley
|
aed0cc6f2a
Using fdopen() is a more correct way to implement the CURLOPT_NEW_FILE_PREMS
|
17 anos atrás |
James Housley
|
4cd7f85410
Add two new options for the SFTP/SCP/FILE protocols: CURLOPT_NEW_FILE_PERMS
|
17 anos atrás |
Dan Fandrich
|
38b490a310
Fixed a compiler warning on uClibc.
|
17 anos atrás |
Daniel Stenberg
|
713c9f8602
Feng Tu made (lib)curl support "upload" resuming work for file:// URLs.
|
17 anos atrás |
Gisle Vanem
|
c514a2a89a
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
|
17 anos atrás |
Daniel Stenberg
|
385e612fa5
- Armel Asselin improved libcurl to behave a lot better when an easy handle
|
18 anos atrás |
Daniel Stenberg
|
a8996b9e52
use the return code from lseek() to detect problems and bail out if so
|
18 anos atrás |
Yang Tse
|
e150150d9f
Remove redundant __CYGWIN__ symbol check
|
18 anos atrás |
Daniel Stenberg
|
b7eeb6e67f
Major overhaul introducing http pipelining support and shared connection
|
18 anos atrás |
Gisle Vanem
|
4f4277d9c7
Simplified #ifdef on WIN32; the statement
|
18 anos atrás |
Gisle Vanem
|
c7aae10300
Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead.
|
18 anos atrás |
Gisle Vanem
|
59cf6fd4f0
Watcom lacks <sys/time.h>.
|
18 anos atrás |