Age | Commit message (Expand) | Author |
2011-09-25 | allow write callbacks to indicate OOM to libcurl | Yang Tse |
2011-09-25 | curl_multi_fdset: avoid FD_SET out of bounds | Daniel Stenberg |
2011-09-25 | NetWare makefile tweaks to select different builds. | Guenter Knauf |
2011-09-24 | http header: allow Content-Length to be replaced | Daniel Stenberg |
2011-09-22 | Curl_pgrsStartNow: keep HEADERS_OUT set | Daniel Stenberg |
2011-09-22 | Added NetWare examples makefile. | Guenter Knauf |
2011-09-22 | NTLM_WB: fix disabling of NTLM_WB when NTLM is disabled | Yang Tse |
2011-09-21 | smtp: without a MAIL_FROM, send blank MAIL FROM | Gisle Vanem |
2011-09-21 | lib/http: add missing whitespace in verbose output | Dave Reisner |
2011-09-21 | Changed suffix rules to pattern rules. | Guenter Knauf |
2011-09-21 | Added dependency so that curlbuild.h is created. | Guenter Knauf |
2011-09-21 | Some more MinGW build tweaks. | Guenter Knauf |
2011-09-20 | A bunch of MinGW build tweaks. | Guenter Knauf |
2011-09-20 | Changed Windows 64bit OS define to x86_64. | Guenter Knauf |
2011-09-20 | Also skip certs masked as CKT_NSS_TRUST_UNKNOWN. | Guenter Knauf |
2011-09-20 | Added _WIN32_WINNT define for IPv6 builds. | Guenter Knauf |
2011-09-20 | Curl_follow: handle redirects to "//hostname/path" | Daniel Stenberg |
2011-09-18 | Curl_gethostname: return un-qualified machine name | Steve Holme |
2011-09-15 | Make Curl_safefree() macro assign NULL to given pointer when free'd | Yang Tse |
2011-09-14 | ftp.c: add a couple of failure messages | Yang Tse |
2011-09-13 | Curl_add_custom_headers: support headers with no data | warp kawada |
2011-09-13 | codestyle: minor whitespace fix | Daniel Stenberg |
2011-09-13 | polarssl: build with PolarSSL-1.0.0 | Jeff Pohlmeyer |
2011-09-12 | ftp.c: fix socket leak torture tests detected 2011-08-30 | Yang Tse |
2011-09-11 | spell-checked comments | Daniel Stenberg |
2011-09-11 | Updated makefiles to latest libssh2. | Guenter Knauf |
2011-09-10 | ftp.c: fix ftp active connects which got broken with commit fdf157abdf | Yang Tse |
2011-09-10 | ssh.c: revert needless commit 7b7c45879e | Yang Tse |
2011-09-09 | tcpnodelay: rename variable | Daniel Stenberg |
2011-09-08 | libssh2: use calloc as alloc function for libssh2 versions older than 1.3 | Yang Tse |
2011-09-08 | Curl_speedcheck: don't mistakenly clear Curl_expire() | Adriano Meirelles |
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 | ssh.c: fix memory leaks triggered upon OOM or other failures | 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-04 | Fixed final message output. | Guenter Knauf |
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 |
2011-09-02 | MemoryTracking: fix logging of free() calls done where Curl_safefree is called | Yang Tse |
2011-09-02 | transfer.c: fix parentheses/braces placement for vi/emacs delimiter matching | Yang Tse |
2011-09-02 | transfer.c: fix loadhostpairs() OOM handling | Yang Tse |