index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
dict.c
Age
Commit message (
Expand
)
Author
2018-09-01
all: s/int/size_t cleanup
Daniel Stenberg
2018-06-11
cppcheck: fix warnings
Marian Klymov
2017-09-11
code style: use spaces around equals signs
Daniel Stenberg
2017-06-30
handler: refactor connection checking
Max Dymond
2017-03-04
fix potential use of uninitialized variables
Andrew Krieger
2016-10-31
strcasecompare: all case insensitive string compares ignore locale now
Daniel Stenberg
2016-10-31
strcasecompare: is the new name for strequal()
Daniel Stenberg
2016-10-31
unescape: avoid integer overflow
Daniel Stenberg
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-03-23
dict: rename byte to avoid compiler shadowed declaration warning
Dan Fandrich
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
2014-02-14
dict: fix memory leak in OOM exit path
Arvid Norberg
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-12-14
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
Yang Tse
2012-11-17
mem-include-scan: verify memory #includes
Daniel Stenberg
2012-01-16
add LF termination to infof() trace string
Yang Tse
2011-11-24
query-part: ignore the URI part for given protocols
Jonas Schnelli
2011-10-21
curl_multi_fdset: correct fdset with FTP PORT use
Daniel Stenberg
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-07-25
WIN32 io.h and fcntl.h inclusion done in setup_once.h
Yang Tse
2011-07-25
time.h and sys/time.h inclusion conditionally done in setup_once.h
Yang Tse
2011-05-05
RTSP: convert protocol-specific checks to generic
Daniel Stenberg
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-03-14
protocols: use CURLPROTO_ internally
Daniel Stenberg
2011-03-14
protocol handler: added flags field
Daniel Stenberg
2010-04-16
Curl_setup_transfer: no longer returns anything
Daniel Stenberg
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2009-10-08
Fix 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 and
Daniel Stenberg
2009-06-04
fix shadowing of a global declaration
Yang Tse
2008-12-19
- Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl
Daniel Stenberg
2008-11-14
Added some #ifdefs around header files and change the EAGAIN test to
Dan Fandrich
2008-10-23
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
Daniel Stenberg
2008-10-23
Created Curl_raw_nequal() which does a C-locale string case comparison.
Dan Fandrich
2008-09-29
Removed unneeded includes of signal.h and setjmp.h
Dan Fandrich
2007-12-08
All static functions that were previously name Curl_* something no longer
Daniel Stenberg
2007-11-24
struct HandleData is now called struct SingleRequest, and is only for data that
Daniel Stenberg
2007-11-07
if () => if()
Daniel Stenberg
2007-10-17
We use this ZERO_NULL to avoid picky compiler warnings,
Yang Tse
2007-10-12
Added per-protocol callback static tables, replacing callback ptr storage
Patrick Monnerat
2007-08-26
Fixed some minor mismatched types found by splint.
Dan Fandrich
2007-03-31
avoid dereferencing a NULL pointer by setting a default word to lookup in case
Daniel Stenberg
2007-02-26
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
Gisle Vanem
2006-10-11
Remove redundant __CYGWIN__ symbol check
Yang Tse
2006-09-07
Major overhaul introducing http pipelining support and shared connection
Daniel Stenberg
2006-09-03
Simplified #ifdef on WIN32; the statement
Gisle Vanem
[next]