Cameron Kaiser
201637d468
Gopher protocol support (initial release)
2010-08-25 14:19:58 +02:00
Kamil Dudka
a6e088e855
typecheck-gcc: work around gcc upstream bug #32061
...
original bug report at https://bugzilla.redhat.com/617757
2010-08-12 23:56:49 +02:00
Daniel Stenberg
4342a2087a
release cycle loop: start over toward 7.21.2
2010-08-11 23:57:44 +02:00
Daniel Stenberg
000ac0c975
typecheck-gcc: add checks for recently added options
...
I added all OBJECTPOINT curl_easy_setopt() options from 178 to 202. Left
to add: the five FUNCTIONPOINT (callbacks) options added since:
SSH_KEYFUNCTION
INTERLEAVEFUNCTION
CHUNK_BGN_FUNCTION
CHUNK_END_FUNCTION
FNMATCH_FUNCTION
2010-08-02 23:48:21 +02:00
Daniel Stenberg
a09814138a
version: start working on the 7.21.1-dev version
2010-06-16 14:26:43 +02:00
Frank Meier
8098d9417c
getinfo: added *_PRIMARY_PORT, *_LOCAL_IP and *_LOCAL_PORT
2010-06-05 00:31:36 +02:00
Kamil Dudka
2ffe834bff
ftp wildcard: a new option CURLOPT_FNMATCH_DATA
2010-05-16 02:52:33 +02:00
Pavel Raiskup
e4af5d6efc
ftp wildcard: fix int32_t and size/group mixups
2010-05-15 21:58:50 +02:00
Daniel Stenberg
d6706294e0
version: we're now going for 7.21.0
2010-05-14 20:55:54 +02:00
Pavel Raiskup
0825cd80a6
FTP: WILDCARDMATCH/CHUNKING/FNMATCH added
2010-05-12 23:17:51 +02:00
Howard Chu
04cb15ae9d
RTMP: initial support added, powered by librtmp
...
librtmp is found at http://rtmpdump.mplayerhq.hu/
2010-05-12 23:07:20 +02:00
Daniel Stenberg
72411118ec
bumped to start the journey towards 7.20.2
2010-04-14 17:34:26 +02:00
Daniel Stenberg
5a814f6f2c
ignore files generated by 'maketgz'
2010-04-14 17:12:34 +02:00
Daniel Stenberg
05de2cf180
remove all .cvsignore files
2010-03-25 23:22:03 +01:00
Bill Hoffman
5709a0dca2
CMake fixes for Linux.
...
Make sure <sys/socket.h> is included if around when testing/using
socklen_t. Also, disable LDAP if LDAP_H is not found on the system.
2010-03-24 14:07:18 -04:00
Daniel Stenberg
2309b4e330
remove the CVSish $Id$ lines
2010-03-24 11:02:54 +01:00
Daniel Stenberg
123c6d5c82
s/CVS/git
2010-03-24 10:45:47 +01:00
Daniel Stenberg
e1d6034977
remove references to CVS in the code and use DEV instead
2010-03-22 00:26:29 +01:00
Daniel Stenberg
b40acd8009
provide an initial set of .gitignore files
2010-03-20 23:35:45 +01:00
Yang Tse
a07bc79117
removed trailing whitespace
2010-02-14 19:40:18 +00:00
Daniel Stenberg
c703d01a23
- Tom Donovan fixed the CURL_FORMAT_* defines when building with cmake.
2010-02-13 17:51:30 +00:00
Dan Fandrich
99f366adf9
Mention the minimum size of CURL_MAX_WRITE_SIZE
2010-02-10 21:17:53 +00:00
Daniel Stenberg
77066c6e47
start working on 7.20.1
2010-02-09 11:37:10 +00:00
Yang Tse
49ba75af26
- Symbol CURL_FORMAT_OFF_T now obsoleted, will be removed in a future release,
...
symbol will not be available when building with CURL_NO_OLDIES defined. Use
of CURL_FORMAT_CURL_OFF_T is preferred since 7.19.0
2010-02-02 12:58:49 +00:00
Daniel Stenberg
844c19cc5b
s/RTPFUNCTION/INTERLEAVEFUNCTION/
...
s/RTPDATA/INTERLEAVEDATA/
2010-01-22 12:17:03 +00:00
Daniel Stenberg
2f9a17fc44
remove typedef we ended up not using
2010-01-21 14:05:06 +00:00
Daniel Stenberg
bc4582b68a
Chris Conroy brought support for RTSP transfers, and with it comes 8(!) new
...
libcurl options for controlling what to get and how to receive posssibly
interleaved RTP data. Initial commit.
2010-01-21 13:58:30 +00:00
Daniel Stenberg
2c0418f154
Julien Chaffraix removed an old obsolete typedef
2010-01-21 11:48:48 +00:00
Daniel Stenberg
a62f32d3c2
update copyright year since we are in 2010 now
2010-01-01 14:52:50 +00:00
Daniel Stenberg
605bbfc4c0
- Ingmar Runge enhanced libcurl's FTP engine to support the PRET command. This
...
command is a special "hack" used by the drftpd server, but even though it is
a custom extension I've deemed it fine to add to libcurl since this server
seems to survive and people keep using it and want libcurl to support
it. The new libcurl option is named CURLOPT_FTP_USE_PRET, and it is also
usable from the curl tool with --ftp-pret. Using this option on a server
that doesn't support this command will make libcurl fail.
2010-01-01 14:44:44 +00:00
Yang Tse
3184a91ec8
VMS specific preprocessor symbol checking adjustments
2009-12-30 17:59:56 +00:00
Yang Tse
1f7d9f4f7b
Adjust FreeBSD version check to follow FreeBSD Porter's Handbook
...
http://www.freebsd.org/doc/en/books/porters-handbook/porting-versions.html
2009-12-27 02:31:29 +00:00
Daniel Stenberg
b89789d82f
- Renato Botelho and Peter Pentchev brought a patch that makes the libcurl
...
headers work correctly even on FreeBSD systems before v8.
2009-12-25 23:32:01 +00:00
Daniel Stenberg
ec3bb8f727
introducing IMAP, POP3 and SMTP support (still lots of polish left to do)
2009-12-12 21:54:01 +00:00
Daniel Stenberg
448f6684bb
7.20.0 is the planned next version number
2009-11-27 23:53:50 +00:00
Yang Tse
55e68ba333
I removed leading 'curl' path on the 'curlbuild.h' include statement in
...
curl.h, adjusting auto-makefiles include path, to enhance portability to
OS's without an orthogonal directory tree structure such as OS/400.
2009-11-05 15:04:03 +00:00
Daniel Stenberg
99e43046a7
start over towards 7.19.8
2009-11-04 13:11:43 +00:00
Yang Tse
21af9bf1cd
Fix spelling
2009-10-27 16:56:20 +00:00
Yang Tse
5e253785af
Move comment
2009-10-16 13:30:31 +00:00
Daniel Stenberg
8646cecb78
- I introduced a maximum limit for received HTTP headers. It is controlled by
...
the define CURL_MAX_HTTP_HEADER which is even exposed in the public header
file to allow for users to fairly easy rebuild libcurl with a modified
limit. The rationale for a fixed limit is that libcurl is realloc()ing a
buffer to be able to put a full header into it, so that it can call the
header callback with the entire header, but that also risk getting it into
trouble if a server by mistake or willingly sends a header that is more or
less without an end. The limit is set to 100K.
2009-09-27 21:34:13 +00:00
Daniel Stenberg
ea2754e028
clarify: building outside of the source tree is not special for the
...
test script
2009-09-01 07:02:37 +00:00
Patrick Monnerat
f3bd0c3fc3
Added a warning comment about curlbuild.h inclusion leading path.
2009-08-31 15:48:52 +00:00
Gunter Knauf
44e2832b2a
added curl prefix for curlbuild.h back until we find a better solution;
...
it breaks almost all autobuilds.
2009-08-31 13:58:47 +00:00
Gunter Knauf
60c0994677
removed curl prefix for curlbuild.h as Patrick suggested.
2009-08-31 02:05:04 +00:00
Daniel Stenberg
c6712a0c6c
start over fresh again towards 7.19.7
2009-08-12 11:24:52 +00:00
Patrick Monnerat
501f9f8309
Fix definition of CURLOPT_SOCKS5_GSSAPI_SERVICE from LONG to OBJECTPOINT
...
Fix OS400 makefile for tests to use the new Makefile.inc in libtest
Update the OS400 wrappers and RPG binding according to the current CVS source state
2009-08-11 14:07:08 +00:00
Daniel Stenberg
47c392e135
- Added CURLOPT_SSH_KNOWNHOSTS, CURLOPT_SSH_KEYFUNCTION, CURLOPT_SSH_KEYDATA.
...
They introduce known_host support for SSH keys to libcurl. See docs for
details.
2009-07-22 22:49:01 +00:00
Bill Hoffman
fb08218a04
BUG: curl did not build with cmake with VS 2005 for two reasons, ws2tcpip.h requires winsock2.h to be included before it with that compiler, and wldap32 is not available with the default install of the compiler, so disable ldap support if that is not found
2009-07-15 19:25:22 +00:00
Yang Tse
2c16681225
Adjusted to take in account that...
...
With the curl memory tracking feature decoupled from the debug build feature,
CURLDEBUG and DEBUGBUILD preprocessor symbol definitions are used as follows:
CURLDEBUG used for curl debug memory tracking specific code (--enable-curldebug)
DEBUGBUILD used for debug enabled specific code (--enable-debug)
2009-06-10 02:49:42 +00:00
Bill Hoffman
15be673054
ENH: add some cmake docs and fix build with socklen_t
2009-06-06 13:18:01 +00:00