Integration w/ DLP feature from privacy-guard
[platform/upstream/curl.git] / lib / easy.c
2017-10-12 Saulo MoraesIntegration w/ DLP feature from privacy-guard 61/147261/8 accepted/tizen/unified/20171013.192931 submit/tizen/20171012.094201
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
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2014-07-04 Marcel Raadcompiler warnings: potentially uninitialized variables
2014-05-03 Daniel Stenbergeasy_perform: spelling mistake in error message
2014-04-22 Daniel Stenbergcurl_global_init_mem: bump initialized even if already...
2014-02-22 Dan Fandricheasy: Fixed a memory leak on OOM condition
2013-12-20 Daniel Stenbergvtls: renamed sslgen.[ch] to vtls.[ch]
2013-12-20 Daniel Stenbergvtls: created subdir, moved sslgen.[ch] there, updated...
2013-11-27 Jeff Kingsigpipe: factor out sigpipe_reset from easy.c
2013-09-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
2013-09-01 Steve Holmeeasy.c: Fixed compilation warning
2013-08-29 Daniel Stenbergeasy: rename struct monitor to socketmonitor
2013-08-27 Daniel Stenbergmulti_socket: improved 100-continue timeout handling
2013-08-25 Daniel Stenbergeasy: define away easy_events() for non-debug builds
2013-08-20 Daniel Stenbergcurl_easy_perform_ev: debug/test function
2013-08-12 Daniel Stenbergcleanup: removed one function, made one static
2013-08-12 Daniel StenbergSessionHandle: the protocol specific pointer is now...
2013-08-12 Daniel Stenbergurldata: clean up the use of the protocol specific...
2013-08-03 Daniel Stenbergmulti: remove data->state.current_conn struct field
2013-07-29 Daniel Stenbergcurl_easy_pause: on unpause, trigger mulit-socket handling
2013-07-24 Yang Tseeasy.c: curl_easy_getinfo() fix va_start/va_end matching
2013-07-19 Daniel Stenbergcurl_easy_perform: gradually increase the delay time
2013-07-19 Yang TseWIN32 MemoryTracking: require UNICODE for wide strdup...
2013-07-18 Yang TseReinstate "WIN32 MemoryTracking: track wcsdup() _wcsdup...
2013-07-11 Yang Tseeasy.c: fix global declaration shadowing
2013-06-25 Daniel Stenbergformpost: better random boundaries
2013-06-24 Daniel StenbergSIGPIPE: don't use 'data' in sigpipe restore
2013-06-22 Nick ZitzmannMerge branch 'master' of https://github.com/bagder...
2013-06-22 Daniel StenbergSIGPIPE: ignored while inside the library
2013-06-13 Daniel Stenbergcurl_easy_perform: avoid busy-looping
2013-05-12 Daniel StenbergRevert "WIN32 MemoryTracking: track wcsdup() _wcsdup...
2013-04-26 Daniel Stenbergcurl_easy_init: use less mallocs
2013-04-04 Yang Tseeasy.c: fix compiler warning
2013-04-04 Linus Nielsen Feltzingeasy: Fix the broken CURLOPT_MAXCONNECTS option
2013-03-25 Yang TseWIN32 MemoryTracking: track wcsdup() _wcsdup() and...
2013-03-14 Yang Tsecurl_memory.h: introduce CURLX_NO_MEMORY_CALLBACKS...
2013-03-12 Zdenek Pavlascurl_global_init: accept the CURL_GLOBAL_ACK_EINTR...
2013-03-12 Kamil Dudkaeasy: do not ignore poll() failures other than EINTR
2013-02-05 Daniel Stenbergcurl_easy_perform: Value stored to 'mcode' is never...
2013-01-17 Daniel Stenbergalways-multi: always use non-blocking internals
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
2013-01-03 Yang Tsebuild: make use of 93 lib/*.c renamed 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-12-07 Linus Nielsen FeltzingIntroducing a new persistent connection caching system...
2012-10-30 Anas NashifImported Upstream version 7.21.3 upstream/7.21.3
2012-04-06 Yang Tsecurl tool: use configuration files from lib directory
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-10-12 Yang TseOOM handling/cleanup slight adjustments
2011-10-07 Yang Tselibcurl: some OOM handling fixes
2011-08-28 Yang TseNTLM: END of refactoring/splitting/moving
2011-08-07 Yang TseBSD-style lwIP TCP/IP stack support - followup
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-07-24 Yang Tseerrno.h inclusion conditionally done in setup_once.h
2011-05-24 Yang Tsecompiler warning: fix
2011-04-27 Daniel Stenbergwhitespace cleanup: no space first in conditionals
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-04-25 Daniel Stenbergasynch resolvers: cleanup
2011-04-25 Vsevolod Novikovasynch resolvers: unified
2011-04-19 Daniel StenbergCURL_DOES_CONVERSIONS: cleanup
2011-04-04 Daniel Stenbergdisable cookies: remove ifdefs, move code
2010-12-07 Yang Tseeasy: fix compiler warning: end-of-loop code not reached
2010-12-02 Yang Tsefix compiler warning: statement is not reachable
2010-11-08 Yang Tsefix compiler warning
2010-09-21 Daniel Stenbergduphandle: use ares_dup()
2010-09-05 Daniel Stenbergportabilty: use proper variable type to hold sockets
2010-05-07 Howard Chusendrecv: split the I/O handling into private handler
2010-04-25 Daniel StenbergSSH: init and cleanup libssh2 in global_init/cleanup
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-02-04 Yang Tsefix printf-style format strings
2010-01-22 Daniel Stenbergwrap long lines and do some indent policing
2009-11-18 Yang TseMake usage of calloc()'s arguments consistent with...
2009-10-27 Yang TseFix Pelles C Win32 target compilation issues
2009-09-17 Yang TseMoved Curl_rand() and Curl_srand() code from formdata...
2009-06-15 Patrick MonneratReplaced use of standard C library rand()/srand() by...
2009-06-12 Yang Tsefix compiler warning
2009-05-18 Yang TseSimplify c-ares function capability check
2009-05-17 Gunter Knauffixed case.
2009-05-17 Yang TseTake in account c-ares 1.6.1 introduces ares_library_in...
next