platform/upstream/curl.git
2011-09-13 Jeff Pohlmeyerpolarssl: build with PolarSSL-1.0.0
2011-09-13 Daniel StenbergBUGS: spellfixed, slightly reformatted for web looks
2011-09-12 Dan FandrichDocument NTLM winbind options (and caveats)
2011-09-12 Daniel StenbergBUGS: renumbered to look better in the web version
2011-09-12 Daniel StenbergBUGS: revamped bug report documentation
2011-09-12 Yang TseMention that BSD-style lwIP TCP/IP stack support on...
2011-09-12 Yang Tseftp.c: fix socket leak torture tests detected 2011...
2011-09-11 Daniel StenbergTODO: remove 4 entries, add one new
2011-09-11 Daniel Stenbergspell-checked comments
2011-09-11 Daniel StenbergTODO-RELEASE: postpone the remainders
2011-09-11 Guenter KnaufUpdated makefiles to latest libssh2.
2011-09-10 Yang Tseurlglob.c: fix OOM handling
2011-09-10 Yang Tseftp.c: fix ftp active connects which got broken with...
2011-09-09 Yang Tseruntests.pl: replace TAB with spaces
2011-09-09 Yang Tsetest harness: revert needless commit 0a5bbb2ac1
2011-09-09 Yang Tsessh.c: revert needless commit 7b7c45879e
2011-09-09 Daniel StenbergRELEASE-NOTES: synced with 303c90074d4c
2011-09-09 Daniel Stenbergtcpnodelay: rename variable
2011-09-08 Guenter KnaufAvoid ftruncate() static define with MinGW64.
2011-09-08 Yang Tselibssh2: use calloc as alloc function for libssh2 versi...
2011-09-08 Adriano MeirellesCurl_speedcheck: don't mistakenly clear Curl_expire()
2011-09-07 Yang Tselib582.c: fix segfault triggered when torture testing...
2011-09-07 Daniel Stenbergftp_state_use_port: minor code indent fix
2011-09-07 Daniel Stenbergchecksrc: detect "}else" uses as well
2011-09-07 Daniel Stenberggetinmemory.c: use better argument names for write...
2011-09-06 Yang Tsessh.c: fix memory leaks triggered upon OOM or other...
2011-09-06 Yang Tsetest case 583: ensure that test failures don't go unnot...
2011-09-06 Yang Tsetest suite: libtest header inclusion cleanup - follow-up
2011-09-06 Yang Tsetest case 583: ensure that test failures don't go unnoticed
2011-09-06 Yang Tsetest suite: libtest header inclusion cleanup
2011-09-05 Yang Tsefix bool variables checking and assignment
2011-09-05 Yang Tsepingpong.c: avoid a memmove call in function Curl_pp_vsendf
2011-09-05 Yang Tsefix bool variables checking and assignment
2011-09-05 Yang Tsetest suite: use test case specific netrc file names
2011-09-04 Guenter KnaufFixed final message output.
2011-09-04 Daniel StenbergTODO-RELEASE: deleteing five issues due to no response
2011-09-04 Yang Tsesetup_once.h cleanup and sync
2011-09-04 Guenter KnaufFix to skip untrusted certs.
2011-09-04 Guenter KnaufAdded SPNEGO to MinGW makefiles.
2011-09-03 Yang TseNTLM WB: fix file descriptor leak upon OOM condition
2011-09-03 Yang Tserevert changes not intended to be pushed with commit...
2011-09-03 Yang Tsefix a bunch of MSVC compiler warnings
2011-09-03 Guenter KnaufUpdated dependecies versions.
2011-09-03 Guenter KnaufSome MinGW makefile tweaks for MinGW64.
2011-09-03 Guenter KnaufChanged MinGW to use own winidn prototypes.
2011-09-02 Dan FandrichFix NTLM winbind support to pass the torture tests
2011-09-02 Yang TseMemoryTracking: fix logging of free() calls done where...
2011-09-02 Yang Tsetransfer.c: fix parentheses/braces placement for vi...
2011-09-01 Yang Tsetransfer.c: fix loadhostpairs() OOM handling
2011-09-01 Yang Tsetest harness: https, ftps and ssh servers allowed start...
2011-09-01 Yang Tsehostip.c: return immediately from Curl_resolv_timeout...
2011-09-01 Yang Tseftp.c: fix some leaks torture tests detected 2011-08...
2011-08-31 Yang Tsetest harness: fix detection of test harness client...
2011-08-31 Yang Tsetest harness: fix detection of test harness host and...
2011-08-31 Yang Tsessh.c: fix realloc() OOM handling
2011-08-31 Yang Tseftp.c: fix some leaks torture tests detected 2011-08...
2011-08-31 Yang Tsefix some leaks torture tests detected 2011-08-30
2011-08-30 Yang Tsefix some leaks torture tests detected 2011-08-30
2011-08-29 Daniel StenbergRELEASE-NOTES: synced with 3445fa2e3f
2011-08-29 Kamil Dudkatests: break busy loops in tests 502, 555, and 573
2011-08-29 Yang Tsepingpong.c: fix Curl_pp_vsendf() arbitrary restrictions...
2011-08-28 Yang TseNTLM: header inclusion cleanup follow-up
2011-08-28 Yang TseNTLM: header inclusion cleanup
2011-08-28 Yang TseNTLM: END of refactoring/splitting/moving
2011-08-27 Yang TseNTLM: move NTLM core specifics into curl_ntlm_core...
2011-08-27 Yang TseNTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch]
2011-08-27 Yang TseNTLM_WB: final congruency naming adjustments
2011-08-26 Yang TseNTLM single-sign on adjustments (XI)
2011-08-26 Daniel Stenberg--cookie-jar: activates the cookie engine
2011-08-26 Daniel StenbergCurl_read_plain: indent code
2011-08-26 Yang TseNTLM single-sign on adjustments (X)
2011-08-25 Daniel StenbergTODO: progress callback without doubles
2011-08-25 Steve Holmehttp NTLM: refactoring followup
2011-08-24 Kamil Dudkadocs: the next release is going to be 7.22.0
2011-08-24 Yang Tseinclude limits.h for INT_MAX
2011-08-24 Yang Tseadd missing semicolons
2011-08-24 Daniel Stenbergadd missing semicolons
2011-08-24 Daniel Stenbergsafefree use: fix compiler warning
2011-08-24 Steve HolmeSMTP authentication: fix ordering of preferred authenti...
2011-08-24 Yang Tsebase64: fix Curl_base64_encode and Curl_base64_decode...
2011-08-23 Daniel Stenbergresolve.c: new example showing off CURLOPT_RESOLVE
2011-08-23 Daniel Stenbergexternalsocket.c: new example
2011-08-22 Steve Holmehttp NTLM: remaining bits from 0001-Moved-ntlm-[.....
2011-08-21 Yang Tseruntests.pl: option -gw for single test windowed debugg...
2011-08-21 Yang Tsezlib: ensure user provided memory functions are used...
2011-08-21 Daniel Stenbergmain: fix segfault
2011-08-21 Yang TseMemoryTracking: adjust initialization calling - followup
2011-08-20 Yang TseMemoryTracking: adjust initialization calling
2011-08-19 Daniel Stenbergtcpconnect: follow-up commit after b998d95b
2011-08-19 Yang Tsessh.c: add PATH_MAX definition for WIN32
2011-08-18 Daniel Stenbergconnect: set TIMER_CONNECT
2011-08-18 Daniel Stenbergtest573: fix the keywords
2011-08-18 Daniel StenbergFTP: fix proxy connect race condition
2011-08-18 Daniel StenbergCurl_SOCKS4: minor code compression
2011-08-18 Yang Tsezlib: enforce full initialization of our data space...
2011-08-17 Daniel StenbergVC makefiles: fixed variable name mistake
2011-08-17 Yang TseMemoryTracking: adjust curl_domalloc() and curl_dofree...
2011-08-16 Yang TseMemoryTracking: make curl_docalloc() call calloc()...
2011-08-15 Daniel StenbergMSVC makefiles: provide SSH build targets
2011-08-15 Daniel Stenbergtest572: fixed
next