aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-11-07if () => if()Daniel Stenberg
2007-11-07Improved telnet support by drastically reducing the number of writeDan Fandrich
2007-11-06Added prototype for _strtoi64().Gisle Vanem
2007-11-06Constified from arguments.Gisle Vanem
2007-11-05removed space after if and while before the parenthesis for better source codeDaniel Stenberg
2007-11-05Move connection-oriented variables from the SessionHandle struct to theDaniel Stenberg
2007-11-03make sure the code deals with failures on the DO_MORE state properlyDaniel Stenberg
2007-11-02avoid setting up a transfer when the state machine failed previouslyDaniel Stenberg
2007-11-01minor re-indentDaniel Stenberg
2007-10-31Add support for LDAP urls. Allthough the OpenWatcomGisle Vanem
2007-10-31Added optional use of zlib (USE_ZLIB=1).Gisle Vanem
2007-10-30Fixed an OOM problem with file: URLsDan Fandrich
2007-10-29Reverted the const change--what was I thinking?Dan Fandrich
2007-10-29Made some pointers constDan Fandrich
2007-10-29let 7.17.1 be version-info 4:1:0Daniel Stenberg
2007-10-28OpenWatcom cannot use wldap32.lib (wrong calling convention?).Gisle Vanem
2007-10-26Fixed a valgrind uninitialized variable error.Dan Fandrich
2007-10-26typecast to prevent compiler warningYang Tse
2007-10-25Made libcurl built with NSS possible to ignore the peer verification.Daniel Stenberg
2007-10-25prevent compiler warnings about shadowing and one case of unused variableDaniel Stenberg
2007-10-25Don't assume there's a sessionhandle around when a connection is disconnected,Daniel Stenberg
2007-10-25fix the checkDaniel Stenberg
2007-10-25Fixed a TFTP memory leak. Enabled test 2003 to verify this.Daniel Stenberg
2007-10-24Curl_ftp_disconnect() no longer relies on anything in the reqdata struct. ThatDaniel Stenberg
2007-10-24added clarifying commentDaniel Stenberg
2007-10-24Windows build targets have socklen_t definition in ws2tcpip.h but someYang Tse
2007-10-23Bug report #1812190 (http://curl.haxx.se/bug/view.cgi?id=1812190) points outDaniel Stenberg
2007-10-23File is not a protocol that can deal with "persistancy"Yang Tse
2007-10-23Fix compiler warning: subscript has type `char'Yang Tse
2007-10-22Michal Marek forwarded the bug reportDaniel Stenberg
2007-10-22Bug report #1815530 (http://curl.haxx.se/bug/view.cgi?id=1815530) points outDaniel Stenberg
2007-10-20We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse
2007-10-20Fix compiler warning: conversion from "int" to "unsigned short" may lose sign...Yang Tse
2007-10-18Allow CURLOPT_COPYPOSTFIELDS with explicit data size = 0Patrick Monnerat
2007-10-18Avoid a NULL pointer dereference in an OOM condition.Dan Fandrich
2007-10-17Fix overflow detection, take four. Avoiding zero size malloc.Yang Tse
2007-10-17Fix overflow detection, thanks to Patrick Monnerat detecting testYang Tse
2007-10-17We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse
2007-10-17Fix compiler warning: signed and unsigned type in conditional expressionYang Tse
2007-10-17Fix compiler warning: comparison between signed and unsignedYang Tse
2007-10-16ANSI C compliant overflow checkYang Tse
2007-10-16Fixed compiler warning re: unused variable `bigsize'Dan Fandrich
2007-10-15Fix dynamic CURLOPT_POSTFIELDS bug: back to static.Patrick Monnerat
2007-10-15Fix LDAP compile error when LDAP is not available.Dan Fandrich
2007-10-13Made a few more functions static with the protocol handler table in place.Dan Fandrich
2007-10-12another Curl_handler fix, the #ifdefs got a bit mixed up...Daniel Stenberg
2007-10-12Fixed a few compile errors and warnings.Dan Fandrich
2007-10-12Added per-protocol callback static tables, replacing callback ptr storagePatrick Monnerat
2007-10-09lber.h needs to be included since ldap.h might not include itYang Tse
2007-10-09added check for MSVC6 standard PSDK and bail out since insufficient for LDAP ...Gunter Knauf