summaryrefslogtreecommitdiff
path: root/lib/dict.c
Commit message (Expand)AuthorAgeFilesLines
* dict: URL decode the entire path alwaysDaniel Stenberg2023-01-291-44/+42
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* style: use space after comment start and before comment endDaniel Stenberg2022-10-301-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* urldata: remove conn->bits.user_passwdDaniel Stenberg2022-02-161-4/+0
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-5/+5
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-2/+2
* conn: add 'attach' to protocol handler, make libssh2 use itDaniel Stenberg2021-05-171-0/+1
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-5/+5
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-10/+9
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* sendf: move the verbose-check into Curl_debugDaniel Stenberg2020-11-021-2/+1
* sendf: move Curl_sendf to dict.c and make it staticDaniel Stenberg2020-09-281-24/+69
* Curl_handler: add 'family' to each protocolDaniel Stenberg2020-09-211-1/+2
* escape: make the URL decode able to reject only %00 bytesDaniel Stenberg2020-06-251-1/+2
* misc: copyright year updatesDaniel Stenberg2020-03-311-1/+1
* build: fixed build for systems with select() in unistd.hHarry Sintonen2020-03-311-0/+2
* 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