Yang Tse
|
92433e596b
We use this ZERO_NULL to avoid picky compiler warnings,
|
17 years ago |
Dan Fandrich
|
61ffcd7815
Made a few more functions static with the protocol handler table in place.
|
17 years ago |
Patrick Monnerat
|
07b6e7363d
Added per-protocol callback static tables, replacing callback ptr storage
|
17 years ago |
Dan Fandrich
|
16b95fc773
Enabled a few more gcc warnings with --enable-debug. Renamed a few
|
17 years ago |
Dan Fandrich
|
1b66c1da6c
Added lots of consts
|
17 years ago |
Daniel Stenberg
|
91fd2c3bcd
Bug report #1779751 (http://curl.haxx.se/bug/view.cgi?id=1779751) pointed
|
17 years ago |
Dan Fandrich
|
5ecd56d964
Implemented only the parts of Patrick Monnerat's OS/400 patch that renamed
|
17 years ago |
James Housley
|
aed0cc6f2a
Using fdopen() is a more correct way to implement the CURLOPT_NEW_FILE_PREMS
|
17 years ago |
James Housley
|
4cd7f85410
Add two new options for the SFTP/SCP/FILE protocols: CURLOPT_NEW_FILE_PERMS
|
17 years ago |
Dan Fandrich
|
38b490a310
Fixed a compiler warning on uClibc.
|
17 years ago |
Daniel Stenberg
|
713c9f8602
Feng Tu made (lib)curl support "upload" resuming work for file:// URLs.
|
17 years ago |
Gisle Vanem
|
c514a2a89a
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
|
17 years ago |
Daniel Stenberg
|
385e612fa5
- Armel Asselin improved libcurl to behave a lot better when an easy handle
|
18 years ago |
Daniel Stenberg
|
a8996b9e52
use the return code from lseek() to detect problems and bail out if so
|
18 years ago |
Yang Tse
|
e150150d9f
Remove redundant __CYGWIN__ symbol check
|
18 years ago |
Daniel Stenberg
|
b7eeb6e67f
Major overhaul introducing http pipelining support and shared connection
|
18 years ago |
Gisle Vanem
|
4f4277d9c7
Simplified #ifdef on WIN32; the statement
|
18 years ago |
Gisle Vanem
|
c7aae10300
Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead.
|
18 years ago |
Gisle Vanem
|
59cf6fd4f0
Watcom lacks <sys/time.h>.
|
18 years ago |
Daniel Stenberg
|
cfdcae4bc7
Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE
|
18 years ago |
Daniel Stenberg
|
e85e30546c
Roland Blom filed bug report #1481217
|
18 years ago |
Daniel Stenberg
|
5a4b43848a
First commit of David McCreedy's EBCDIC and TPF changes.
|
18 years ago |
Marty Kuhrt
|
cc34342790
fix questionable compare compiler error (unsigned can't be < 0)
|
19 years ago |
Marty Kuhrt
|
b11dec5dd5
putting back into dist
|
19 years ago |
Daniel Stenberg
|
6513303498
Jamie Newton pointed out that libcurl's file:// code would close() a zero
|
19 years ago |
Daniel Stenberg
|
e7cefd684b
Removed all uses of strftime() since it uses the localised version of the
|
20 years ago |
Daniel Stenberg
|
6a2e21ec8c
FTP code turned into state machine. Not completely yet, but a good start.
|
20 years ago |
Daniel Stenberg
|
4f5a6a33b4
moved the lseek() and stat() magic defines to setup.h and now take advantage
|
20 years ago |
Daniel Stenberg
|
344c6a3725
Gisle's fix for resuming large file:// files on windows - slightly edited
|
20 years ago |
Daniel Stenberg
|
1b8ac7c6b5
provide an error string when resuming fails - and use the proper error code,
|
20 years ago |