smtp: use the upload buffer size for scratch buffer malloc
[platform/upstream/curl.git] / lib / dict.c
2018-04-12 Seonah MoonUpdate version to 7.59.0 81/175781/1
2018-04-12 Seonah MoonImported Upstream version 7.59.0 63/175763/1 upstream/7.59.0
2017-03-23 Seonah MoonUpdate version to 7.53.1 83/120583/1 accepted/tizen/common/20170323.154553 accepted/tizen/ivi/20170324.023348 accepted/tizen/mobile/20170324.023258 accepted/tizen/tv/20170324.023313 accepted/tizen/unified/20170324.023404 accepted/tizen/wearable/20170324.023330 submit/tizen/20170323.081345 submit/tizen/20170323.081420
2017-03-23 taesub kimImported Upstream version 7.53.1 59/120559/1 upstream/7.53.1
2017-03-23 taesub kimRevert "Imported Upstream version 7.53.1" 51/120551/1
2017-03-22 taesub kimImported Upstream version 7.53.1 94/120194/1
2016-09-23 Seonah MoonUpdate to 7.50.2 00/89300/3 accepted/tizen/common/20160928.164154 accepted/tizen/ivi/20160929.081233 accepted/tizen/mobile/20160929.081128 accepted/tizen/tv/20160929.081209 accepted/tizen/wearable/20160929.081050 submit/tizen/20160928.053415
2016-09-23 Seonah MoonImported Upstream version 7.50.2 93/89293/1 upstream/7.50.2
2016-04-26 Seonah MoonMerge branch 'upstream' into tizen 63/67263/3 accepted/tizen/common/20160427.144109 accepted/tizen/ivi/20160428.002447 accepted/tizen/mobile/20160428.004551 accepted/tizen/tv/20160428.002324 accepted/tizen/wearable/20160428.002544 submit/tizen/20160427.070140
2016-04-25 taesubkimImported Upstream version 7.48.0 46/67046/1 upstream/7.48.0
2016-04-11 seonah moonRevert "Imported Upstream version 7.44.0" 73/65573/1
2016-04-07 seonah moonRevert "Update to 7.44.0" 72/65072/1
2016-04-07 Seonah MoonUpdate to 7.44.0 38/65038/2 submit/tizen/20160407.062150
2016-04-07 Seonah MoonImported Upstream version 7.44.0 35/65035/1
2016-04-07 seonah moonRevert "Imported Upstream version 7.44.0" 20/65020/1
2016-04-07 Seonah MoonImported Upstream version 7.44.0 13/65013/1
2015-11-16 taesub.kimImported Upstream version 7.40.0 07/51807/1
2014-02-14 Arvid Norbergdict: fix memory leak in OOM exit path
2013-09-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
2012-11-17 Daniel Stenbergmem-include-scan: verify memory #includes
2012-10-30 Anas NashifImported Upstream version 7.21.3 upstream/7.21.3
2012-01-16 Yang Tseadd LF termination to infof() trace string
2011-11-24 Jonas Schnelliquery-part: ignore the URI part for given protocols
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-10-21 Daniel Stenbergcurl_multi_fdset: correct fdset with FTP PORT use
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-07-25 Yang TseWIN32 io.h and fcntl.h inclusion done in setup_once.h
2011-07-25 Yang Tsetime.h and sys/time.h inclusion conditionally done...
2011-05-05 Daniel StenbergRTSP: convert protocol-specific checks to generic
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-03-14 Daniel Stenbergprotocols: use CURLPROTO_ internally
2011-03-14 Daniel Stenbergprotocol handler: added flags field
2010-04-19 monneratMerge branch 'master' of github.com:bagder/curl
2010-04-16 Daniel StenbergCurl_setup_transfer: no longer returns anything
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2009-10-08 Yang TseFix compiler warning: addition result could be truncate...
2009-06-10 Daniel Stenberg- Fabian Keil ran clang on the (lib)curl code, found...
2009-06-04 Yang Tsefix shadowing of a global declaration
2008-12-19 Daniel Stenberg- Using the libssh2 0.19 function libssh2_session_block...
2008-11-14 Dan FandrichAdded some #ifdefs around header files and change the...
2008-10-23 Daniel Stenbergmoved the Curl_raw_ functions into the new lib/rawstr...
2008-10-23 Dan FandrichCreated Curl_raw_nequal() which does a C-locale string...
2008-09-29 Dan FandrichRemoved unneeded includes of signal.h and setjmp.h
2007-12-08 Daniel StenbergAll static functions that were previously name Curl_...
2007-11-24 Daniel Stenbergstruct HandleData is now called struct SingleRequest...
2007-11-07 Daniel Stenbergif () => if()
2007-10-17 Yang TseWe use this ZERO_NULL to avoid picky compiler warnings,
2007-10-12 Patrick MonneratAdded per-protocol callback static tables, replacing...
2007-08-26 Dan FandrichFixed some minor mismatched types found by splint.
2007-03-31 Daniel Stenbergavoid dereferencing a NULL pointer by setting a default...
2007-02-26 Gisle VanemRemoved inclusion of <sys/types.h> and <sys/stat.h...
2006-10-11 Yang TseRemove redundant __CYGWIN__ symbol check
2006-09-07 Daniel StenbergMajor overhaul introducing http pipelining support...
2006-09-03 Gisle VanemSimplified #ifdef on WIN32; the statement
2006-08-30 Gisle VanemRemoved "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME...
2006-08-29 Gisle VanemAvoid Metaware's High-C warning "'=' encountered where...
2006-08-29 Gisle VanemWatcom lacks <sys/time.h>.
2006-05-10 Daniel Stenberg1 - allow DICT with properly URL-escaped words, like...
2006-05-04 Daniel StenbergRoland Blom filed bug report #1481217
2005-02-09 Daniel StenbergFTP code turned into state machine. Not completely...
2005-02-09 Gisle VanemReplace LF with CRLF. Ref RFC-2229, sec 2.3:
2004-11-11 Daniel StenbergDan Fandrich: make --disable-dict actually disable...
2004-11-02 Daniel StenbergPaul Nolan fix to make libcurl build nicely on Windows CE
2004-10-06 Daniel Stenbergremoved tabs and trailing whitespace from source
2004-03-09 Daniel StenbergUse curl_socket_t instead of int for holding sockets...
2004-02-12 Daniel Stenbergremoved the nth variable, it was only set and never...
2004-01-29 Daniel StenbergDan Fandrich's cleanup patch to make pedantic compiler...
2004-01-22 Daniel Stenberguse curl_off_t instead of off_t!
2004-01-07 Daniel Stenbergupdated year in the copyright string
2004-01-05 Daniel StenbergDavid J Meyer's large file support.
2003-12-10 Daniel StenbergUse Curl_transfer() properly. Fixes the bug Gisle Vanem...
2003-11-24 Daniel StenbergFTPS support added as RFC2228 and the murray-ftp-auth...
2003-10-14 Daniel StenbergGisle Vanem's IPv6-on-Windows patch applied!
2003-07-25 Daniel StenbergRemoved #include <sys/resource.h>, as pointed out by...
2003-01-29 Daniel Stenbergremoved the local variables for emacs and vim, use...
2003-01-16 Daniel Stenbergcopyright year update in the source header
2002-09-03 Daniel Stenbergupdated source code boilerplate/header
2002-03-19 Daniel Stenbergcopyright string (year) update
2001-12-11 Daniel Stenbergfailf() calls should not have newlines in the message...
2001-10-31 Daniel Stenbergcheck return code when issuing the request
2001-10-11 Sterling Hugheslooks nicer and is better compatible with older vim...
2001-09-07 Sterling HughesAdded formatting sections for emacs and vim
2001-08-30 Daniel StenbergMajor rename and redesign of the internal "backbone...
2001-08-14 Daniel Stenbergremoved the *done() function as it served no purpose...
2001-03-14 Daniel StenbergEdin Kadribaic's bug report #408488 forced a rearrange...
2001-02-20 Daniel Stenbergmultiple connection support initial commit
2001-01-25 Daniel Stenbergreplaced sendf() calls with Curl_sendf()
2001-01-17 Daniel StenbergTransfer is now Curl_Tranfer() and transfer.h is used...
2001-01-05 Daniel StenbergInternal symbols that aren't static are now prefixed...
2001-01-03 Daniel Stenbergdual-license fix
2000-11-20 Daniel Stenbergremoved URL size restrictions
2000-08-24 Daniel Stenberg#include "setup.h" moved first of all includes
2000-06-20 Daniel Stenberghaxx.nu => haxx.se
2000-05-22 Daniel Stenbergmoved here from the newlib branch
2000-02-14 Daniel Stenbergupdated to use the new set of progress-functions
next