History log of /curl/lib/dict.c (Results 76 – 100 of 123)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_17_0-preldapfix, curl-7_16_4, curl-7_16_3, curl-7_16_2
# 7ea90c46 31-Mar-2007 Daniel Stenberg

avoid dereferencing a NULL pointer by setting a default word to lookup in case
it is missing
CID 5 in the coverity.com scan


# c514a2a8 26-Feb-2007 Gisle Vanem

Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
since they're already included through "setup.h".


Revision tags: curl-7_16_1, curl-7_16_0
# e150150d 11-Oct-2006 Yang Tse

Remove redundant __CYGWIN__ symbol check


# b7eeb6e6 07-Sep-2006 Daniel Stenberg

Major overhaul introducing http pipelining support and shared connection
cache within the multi handle.


Revision tags: curl-7_15_6-prepipeline
# 4f4277d9 03-Sep-2006 Gisle Vanem

Simplified #ifdef on WIN32; the statement
" !defined(__GNUC__) || defined(__MINGW32__)" implies
CygWin.


# c7aae103 30-Aug-2006 Gisle Vanem

Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead.


# 4031eb1d 29-Aug-2006 Gisle Vanem

Avoid Metaware's High-C warning "'=' encountered where '==' may have been intended."


# 59cf6fd4 29-Aug-2006 Gisle Vanem

Watcom lacks <sys/time.h>.


Revision tags: curl-7_15_5, curl-7_15_4
# 3c6d3b69 10-May-2006 Daniel Stenberg

1 - allow DICT with properly URL-escaped words, like using %20 for spaces
2 - properly escape certain letters within a DICT word to comply to the RFC2229


# e85e3054 04-May-2006 Daniel Stenberg

Roland Blom filed bug report #1481217
(http://curl.haxx.se/bug/view.cgi?id=1481217), with follow-ups by Michele Bini
and David Byron. libcurl previously wrongly used GetLastError() on windows

Roland Blom filed bug report #1481217
(http://curl.haxx.se/bug/view.cgi?id=1481217), with follow-ups by Michele Bini
and David Byron. libcurl previously wrongly used GetLastError() on windows to
get error details after socket-related function calls, when it really should
use WSAGetLastError() instead.

When changing to this, the former function Curl_ourerrno() is now instead
called Curl_sockerrno() as it is necessary to only use it to get errno from
socket-related functions as otherwise it won't work as intended on Windows.

show more ...


Revision tags: curl-7_15_3, curl-7_15_2, curl-7_15_1, curl-7_15_0, curl-7_14_1, c-ares-1_3_0, curl-7_14_0, curl-7_13_2, curl-7_13_1
# 6a2e21ec 09-Feb-2005 Daniel Stenberg

FTP code turned into state machine. Not completely yet, but a good start.
The tag 'before_ftp_statemachine' was set just before this commit in case
of future need.


Revision tags: before_ftp_statemachine
# 120f17ce 09-Feb-2005 Gisle Vanem

Replace LF with CRLF. Ref RFC-2229, sec 2.3:
"Each command line must be terminated by a CRLF".


Revision tags: curl-7_13_0, curl-7_12_3
# 8e2f57c8 11-Nov-2004 Daniel Stenberg

Dan Fandrich: make --disable-dict actually disable dict


# 24d47a6e 02-Nov-2004 Daniel Stenberg

Paul Nolan fix to make libcurl build nicely on Windows CE


Revision tags: curl-7_12_2
# 39af394a 06-Oct-2004 Daniel Stenberg

removed tabs and trailing whitespace from source


Revision tags: curl-7_12_1, pre-aifix, curl-7_12_0, curl-7_11_2, c-ares-1_2_0, curl-7_11_1
# ce5805a9 09-Mar-2004 Daniel Stenberg

Use curl_socket_t instead of int for holding sockets. The typedefs and
defines are in setup.h.


# ad1a7020 12-Feb-2004 Daniel Stenberg

removed the nth variable, it was only set and never used anyway


# 4d17d687 29-Jan-2004 Daniel Stenberg

Dan Fandrich's cleanup patch to make pedantic compiler options cause less
warnings. Minor edits by me.


# b791e158 22-Jan-2004 Daniel Stenberg

use curl_off_t instead of off_t!


Revision tags: curl-7_11_0
# 053f6c85 07-Jan-2004 Daniel Stenberg

updated year in the copyright string


# b60e0fa9 05-Jan-2004 Daniel Stenberg

David J Meyer's large file support.


# 8f0abd31 10-Dec-2003 Daniel Stenberg

Use Curl_transfer() properly. Fixes the bug Gisle Vanem found!


# 1e98727c 24-Nov-2003 Daniel Stenberg

FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe it


Revision tags: curl-7_10_8
# 749f5387 14-Oct-2003 Daniel Stenberg

Gisle Vanem's IPv6-on-Windows patch applied!


Revision tags: curl-7_10_7, curl-7_10_6
# f0278ca1 25-Jul-2003 Daniel Stenberg

Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't
need it.


12345