summaryrefslogtreecommitdiff
path: root/lib/dict.c
AgeCommit message (Expand)Author
2019-04-12Merge tag 'curl-7_64_1' of https://github.com/curl/curlng0
2019-03-01urldata: simplify bytecountersDaniel Stenberg
2018-11-10Merge tag 'curl-7_62_0'Nils Gillmann
2018-09-22url: use the URL API internally as wellDaniel Stenberg
2018-09-11Merge tag 'curl-7_61_1'Nils Gillmann
2018-09-01all: s/int/size_t cleanupDaniel Stenberg
2018-08-05Merge tag 'curl-7_61_0'Nils Gillmann
2018-06-11cppcheck: fix warningsMarian Klymov
2017-10-06Merge tag 'curl-7_56_0'ng0
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-08-22Patchset for gnURL microfork:gnurl-7_55_1-1Christian Grothoff
2017-08-22handler: refactor connection checkingMax Dymond
2017-08-22fix potential use of uninitialized variablesAndrew Krieger
2017-08-22strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2017-08-22strcasecompare: is the new name for strequal()Daniel Stenberg
2017-08-22unescape: avoid integer overflowDaniel Stenberg
2017-06-30handler: refactor connection checkingMax Dymond
2017-03-04fix potential use of uninitialized variablesAndrew Krieger
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-10-31strcasecompare: is the new name for strequal()Daniel Stenberg
2016-10-31unescape: avoid integer overflowDaniel Stenberg
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-03-23dict: rename byte to avoid compiler shadowed declaration warningDan Fandrich
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2014-02-14dict: fix memory leak in OOM exit pathArvid Norberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2012-11-17mem-include-scan: verify memory #includesDaniel Stenberg
2012-01-16add LF termination to infof() trace stringYang Tse
2011-11-24query-part: ignore the URI part for given protocolsJonas Schnelli
2011-10-21curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-07-25WIN32 io.h and fcntl.h inclusion done in setup_once.hYang Tse
2011-07-25time.h and sys/time.h inclusion conditionally done in setup_once.hYang Tse
2011-05-05RTSP: convert protocol-specific checks to genericDaniel Stenberg
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-03-14protocols: use CURLPROTO_ internallyDaniel Stenberg
2011-03-14protocol handler: added flags fieldDaniel Stenberg
2010-04-16Curl_setup_transfer: no longer returns anythingDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2009-10-08Fix compiler warning: addition result could be truncated before cast to bigge...Yang Tse
2009-06-10- Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings andDaniel Stenberg
2009-06-04fix shadowing of a global declarationYang Tse
2008-12-19- Using the libssh2 0.19 function libssh2_session_block_directions(), libcurlDaniel Stenberg
2008-11-14Added some #ifdefs around header files and change the EAGAIN test toDan Fandrich
2008-10-23moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg