platform/upstream/curl.git
2011-09-20 Guenter KnaufAlso skip certs masked as CKT_NSS_TRUST_UNKNOWN.
2011-09-20 Guenter KnaufAdded _WIN32_WINNT define for IPv6 builds.
2011-09-20 Daniel StenbergCurl_follow: handle redirects to "//hostname/path"
2011-09-19 Yang Tsecurl tool: truly fix compiler warning
2011-09-19 Yang Tsecurl tool: fix compiler warning
2011-09-19 Yang Tsecurl tool: reviewed code moved to tool_*.[ch] files
2011-09-18 Daniel StenbergCURLOPT_URL docs: no need to mention function names
2011-09-18 Steve HolmeCURLOPT_URL: Expanded URL description
2011-09-18 Steve HolmeCurl_gethostname: return un-qualified machine name
2011-09-17 Yang Tsecurl tool: create tool_myfunc.[ch] which later on will...
2011-09-17 Yang Tsecurl tool: reorder free_config_fields() field handling
2011-09-17 Guenter KnaufFixed MinGW WinIDN lib dependency.
2011-09-17 Yang Tsetool_convert.c: fix no newline at end of file
2011-09-16 Yang Tsecurl tool: add new files to Symbian's .mmp project...
2011-09-16 Yang Tsecurl tool: move 'Configurable' and free_config_fields...
2011-09-16 Yang Tsesrc/setup.h: add conditional include of assert.h
2011-09-16 Yang Tsecurl tool: move so called 'multi_files' stuff into...
2011-09-16 Yang Tsecurl tool: move convert_* functions into tool_convert...
2011-09-15 Yang Tsemain.c: convert GetStr() into a macro to ease leak...
2011-09-15 Yang Tsemain.c: de-obfuscate a couple for-loop exit conditions
2011-09-15 Yang Tsecurl tool: fix a bunch of double free's uncovered 2011...
2011-09-15 Yang TseMake Curl_safefree() macro assign NULL to given pointer...
2011-09-15 Yang Tsecurl MSVC project files: adjust resource compiler inclu...
2011-09-14 Yang Tsesrc/Makefile.vc6: adjust resource compiler include...
2011-09-14 Yang Tsecurl tool: re-enable MemoryTracking capability on ...
2011-09-14 Yang Tseftp.c: add a couple of failure messages
2011-09-13 warp kawadaCurl_add_custom_headers: support headers with no data
2011-09-13 Daniel Stenbergprogressfunc: a simple CURLOPT_PROGRESSFUNCTION example
2011-09-13 Daniel Stenberg7.22.1: start working
2011-09-13 Daniel StenbergTHANKS: 16 new contributors from 7.22.0
2011-09-13 Daniel StenbergRELEASE-NOTES: ready for 7.22.0
2011-09-13 Daniel Stenbergcodestyle: minor whitespace fix
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)
next