Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-13 | RELEASE-NOTES: ready for 7.22.0 | Daniel Stenberg | |
2011-09-13 | codestyle: minor whitespace fix | Daniel Stenberg | |
2011-09-13 | polarssl: build with PolarSSL-1.0.0 | Jeff Pohlmeyer | |
With this fix, it should work for PolarSSL-1.0.0 (and SVN-1091 trunk) and retain compatibility with earlier versions. (Tested with 0.14.1) PolarSSL still doesn't play nicely with curl's CA bundle (we discussed this before) but I was at least able to retrieve the https://www.gmail.com/ login page using a modified ca-certificates.crt file with all 3 versions of PolarSSL. | |||
2011-09-13 | BUGS: spellfixed, slightly reformatted for web looks | Daniel Stenberg | |
Reported by: Jeff Pohlmeyer | |||
2011-09-12 | Document NTLM winbind options (and caveats) | Dan Fandrich | |
2011-09-12 | BUGS: renumbered to look better in the web version | Daniel Stenberg | |
2011-09-12 | BUGS: revamped bug report documentation | Daniel Stenberg | |
2011-09-12 | Mention that BSD-style lwIP TCP/IP stack support on Windows is experimental. | Yang Tse | |
2011-09-12 | ftp.c: fix socket leak torture tests detected 2011-08-30 | Yang Tse | |
Also fix inappropriate error handling when sending ftp EPRT or PORT commands. | |||
2011-09-11 | TODO: remove 4 entries, add one new | Daniel Stenberg | |
Zero-copy and "Avoid having to remove/readd handles" are not really features we think are worthwhile to add. Removed. SRP features have been added already, removed. 11.9 IPv6 addresses with globbing added | |||
2011-09-11 | spell-checked comments | Daniel Stenberg | |
2011-09-11 | TODO-RELEASE: postpone the remainders | Daniel Stenberg | |
There's three pending bug fixes but there's no time left so let's try to get them fixed for next release... | |||
2011-09-11 | Updated makefiles to latest libssh2. | Guenter Knauf | |
2011-09-10 | urlglob.c: fix OOM handling | Yang Tse | |
2011-09-10 | ftp.c: fix ftp active connects which got broken with commit fdf157abdf | Yang Tse | |
2011-09-10 | runtests.pl: replace TAB with spaces | Yang Tse | |
2011-09-10 | test harness: revert needless commit 0a5bbb2ac1 | Yang Tse | |
https, ftps and ssh servers allowed start up time back to previous values | |||
2011-09-10 | ssh.c: revert needless commit 7b7c45879e | Yang Tse | |
2011-09-09 | RELEASE-NOTES: synced with 303c90074d4c | Daniel Stenberg | |
Five more bugfixes, one more contributor | |||
2011-09-09 | tcpnodelay: rename variable | Daniel Stenberg | |
Renamed the variable from 'proto' to 'level' simply because it is not protocol you set but level and that is the name of the argument used in man pages and the POSIX documentation of the setsockopt function. | |||
2011-09-08 | Avoid ftruncate() static define with MinGW64. | Guenter Knauf | |
2011-09-08 | libssh2: use calloc as alloc function for libssh2 versions older than 1.3 | Yang Tse | |
This workarounds old libssh2 versions not properly initializing some ssh session variables, which would trigger memory debuggers warnings on memory being used without having been initialized. | |||
2011-09-08 | Curl_speedcheck: don't mistakenly clear Curl_expire() | Adriano Meirelles | |
The current version of speedcheck.c may disable timeout by setting zero to Curl_expire. Which is fine using the curl_multi_perform, because it recheck all timeout internals, but when using custom event poller (like hiperfifo.c) it may keep stalle connection forever. | |||
2011-09-08 | lib582.c: fix segfault triggered when torture testing test case 582 | Yang Tse | |
2011-09-07 | ftp_state_use_port: minor code indent fix | Daniel Stenberg | |
2011-09-07 | checksrc: detect "}else" uses as well | Daniel Stenberg | |
2011-09-07 | getinmemory.c: use better argument names for write callback | Daniel Stenberg | |
2011-09-07 | ssh.c: fix memory leaks triggered upon OOM or other failures | Yang Tse | |
2011-09-06 | test case 583: ensure that test failures don't go unnoticed - follow-up | Yang Tse | |
2011-09-06 | test suite: libtest header inclusion cleanup - follow-up | Yang Tse | |
Adjust tests/libtest/Makefile.inc and remove a couple of unused headers from tests/libtest/lib583.c | |||
2011-09-06 | test case 583: ensure that test failures don't go unnoticed | Yang Tse | |
2011-09-06 | test suite: libtest header inclusion cleanup | Yang Tse | |
Added missing memoryTracking to test cases 560 and 583. If this triggers leak detection on these, it only means that previously it was going unnoticed. | |||
2011-09-06 | fix bool variables checking and assignment | Yang Tse | |
2011-09-05 | pingpong.c: avoid a memmove call in function Curl_pp_vsendf | Yang Tse | |
2011-09-05 | fix bool variables checking and assignment | Yang Tse | |
2011-09-05 | test suite: use test case specific netrc file names | Yang Tse | |
2011-09-04 | Fixed final message output. | Guenter Knauf | |
2011-09-04 | TODO-RELEASE: deleteing five issues due to no response | Daniel Stenberg | |
No feedback and no updates, removing these issues | |||
2011-09-04 | setup_once.h cleanup and sync | Yang Tse | |
2011-09-04 | Fix to skip untrusted certs. | Guenter Knauf | |
2011-09-04 | Added SPNEGO to MinGW makefiles. | Guenter Knauf | |
2011-09-04 | NTLM WB: fix file descriptor leak upon OOM condition | Yang Tse | |
2011-09-03 | revert changes not intended to be pushed with commit 6b75d2c2 | Yang Tse | |
2011-09-03 | fix a bunch of MSVC compiler warnings | Yang Tse | |
2011-09-03 | Updated dependecies versions. | Guenter Knauf | |
2011-09-03 | Some MinGW makefile tweaks for MinGW64. | Guenter Knauf | |
2011-09-03 | Changed MinGW to use own winidn prototypes. | Guenter Knauf | |
2011-09-02 | Fix NTLM winbind support to pass the torture tests | Dan Fandrich | |
Calling sclose() both in the child and the parent fools the socket leak detector into thinking it's been closed twice. Calling close() in the child instead overcomes this problem. It's not as portable as the sclose() macro, but this code is highly POSIX-specific, anyway. | |||
2011-09-02 | MemoryTracking: fix logging of free() calls done where Curl_safefree is called | Yang Tse | |
Just internal stuff... Curl_safefree is now a macro defined in memdebug.h instead of a function prototyped in url.h and implemented in url.c, so inclusion of url.h is no longer required in order to simply use Curl_safefree. Provide definition of macro WHILE_FALSE in setup_once.h in order to allow other macros such as DEBUGF and DEBUGASSERT, and code using it, to compile without 'conditional expression is constant' warnings. The WHILE_FALSE stuff fixes 150+ MSVC compiler warnings. | |||
2011-09-02 | transfer.c: fix parentheses/braces placement for vi/emacs delimiter matching | Yang Tse | |