summaryrefslogtreecommitdiff
path: root/lib/dict.c
Commit message (Expand)AuthorAgeFilesLines
* urldata: simplify bytecountersDaniel Stenberg2019-03-011-7/+4
* url: use the URL API internally as wellDaniel Stenberg2018-09-221-1/+1
* all: s/int/size_t cleanupDaniel Stenberg2018-09-011-2/+2
* cppcheck: fix warningsMarian Klymov2018-06-111-3/+3
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-7/+7
* handler: refactor connection checkingMax Dymond2017-06-301-0/+1
* fix potential use of uninitialized variablesAndrew Krieger2017-03-041-1/+1
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-7/+7
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-1/+0
* unescape: avoid integer overflowDaniel Stenberg2016-10-311-5/+5
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-2/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* dict: rename byte to avoid compiler shadowed declaration warningDan Fandrich2015-03-231-5/+5
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-5/+1
* dict: fix memory leak in OOM exit pathArvid Norberg2014-02-141-3/+2
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+284
* build: rename 93 lib/*.c filesYang Tse2013-01-031-284/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-9/+9
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-6/+0
* mem-include-scan: verify memory #includesDaniel Stenberg2012-11-171-1/+1
* add LF termination to infof() trace stringYang Tse2012-01-161-3/+3
* query-part: ignore the URI part for given protocolsJonas Schnelli2011-11-241-1/+1
* curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg2011-10-211-0/+1
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-7/+0
* WIN32 io.h and fcntl.h inclusion done in setup_once.hYang Tse2011-07-251-6/+4
* time.h and sys/time.h inclusion conditionally done in setup_once.hYang Tse2011-07-251-4/+0
* RTSP: convert protocol-specific checks to genericDaniel Stenberg2011-05-051-0/+1
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-1/+1
* protocols: use CURLPROTO_ internallyDaniel Stenberg2011-03-141-1/+1
* protocol handler: added flags fieldDaniel Stenberg2011-03-141-2/+3
* Curl_setup_transfer: no longer returns anythingDaniel Stenberg2010-04-161-18/+13
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Fix compiler warning: addition result could be truncated before cast to bigge...Yang Tse2009-10-081-1/+1
* - Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings andDaniel Stenberg2009-06-101-2/+2
* fix shadowing of a global declarationYang Tse2009-06-041-3/+3
* - Using the libssh2 0.19 function libssh2_session_block_directions(), libcurlDaniel Stenberg2008-12-191-0/+1
* Added some #ifdefs around header files and change the EAGAIN test toDan Fandrich2008-11-141-0/+2
* moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg2008-10-231-1/+2
* Created Curl_raw_nequal() which does a C-locale string case comparison.Dan Fandrich2008-10-231-6/+6
* Removed unneeded includes of signal.h and setjmp.hDan Fandrich2008-09-291-1/+0
* All static functions that were previously name Curl_* something no longerDaniel Stenberg2007-12-081-3/+3
* struct HandleData is now called struct SingleRequest, and is only for data thatDaniel Stenberg2007-11-241-2/+2
* if () => if()Daniel Stenberg2007-11-071-17/+17
* We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse2007-10-171-9/+9
* Added per-protocol callback static tables, replacing callback ptr storagePatrick Monnerat2007-10-121-1/+28
* Fixed some minor mismatched types found by splint.Dan Fandrich2007-08-261-3/+3
* avoid dereferencing a NULL pointer by setting a default word to lookup in caseDaniel Stenberg2007-03-311-3/+5
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-6/+0
* Remove redundant __CYGWIN__ symbol checkYang Tse2006-10-111-1/+1