a7488672 | 10-Dec-2004 |
Daniel Stenberg |
configure and curl-config fixes |
c1312cab | 10-Dec-2004 |
Daniel Stenberg |
Added two chapters: Custom Request Elements and Debug. |
8c833d37 | 09-Dec-2004 |
Daniel Stenberg |
ignore the getpart tool |
18f14ae2 | 09-Dec-2004 |
Daniel Stenberg |
close the connection when a bad test number was requested |
98adcdd4 | 09-Dec-2004 |
Daniel Stenberg |
Ton Voon provided a configure fix that should fix the notorious (mostly reported on Solaris) problem where the size_t check fails due to the SSL libs being found in a dir not searched through
Ton Voon provided a configure fix that should fix the notorious (mostly reported on Solaris) problem where the size_t check fails due to the SSL libs being found in a dir not searched through by the run-time linker. patch-tracker entry #1081707.
show more ...
|
a2bd47c5 | 09-Dec-2004 |
Daniel Stenberg |
Bryan Henderson pointed out in bug report #1081788 that the curl-config --vernum output wasn't zero prefixed properly (as claimed in documentation). This is fixed in maketgz now. |
7b3c308e | 08-Dec-2004 |
Daniel Stenberg |
update the version numbers in the libcurl.plist automaticly on release |
1be1d3cf | 08-Dec-2004 |
Daniel Stenberg |
Matt Veenstra updated to 7.12.3. Starting now, we'll update the version number in this file automatically on releases using the maketgz script. |
b970469d | 08-Dec-2004 |
Daniel Stenberg |
Matt Veenstra: - removal of getdate.c - Added hostares.c, hostasyn.c, hostip4.c, hostip6.c, hostsync.c, hostthre.c, inet_ntop.c, nwlib.c, parsedate.c, sterror.c, strtoofft.c
Matt Veenstra: - removal of getdate.c - Added hostares.c, hostasyn.c, hostip4.c, hostip6.c, hostsync.c, hostthre.c, inet_ntop.c, nwlib.c, parsedate.c, sterror.c, strtoofft.c I have tested the build on 10.3, and will build on 10.2.8 in the next days.
show more ...
|
80a32438 | 07-Dec-2004 |
Daniel Stenberg |
Rene Bernhardt found and fixed a buffer overrun in the NTLM code, where libcurl always and unconditionally overwrote a stack-based array with 3 zero bytes. I edited the fix to make it less li
Rene Bernhardt found and fixed a buffer overrun in the NTLM code, where libcurl always and unconditionally overwrote a stack-based array with 3 zero bytes. I edited the fix to make it less likely to occur again (and added a comment explaining the reason to the buffer size).
show more ...
|
16351877 | 07-Dec-2004 |
Daniel Stenberg |
minor updates |
7fd1ce4d | 07-Dec-2004 |
Daniel Stenberg |
NORECURSE clarification, minor formatting update |
c78ee11c | 07-Dec-2004 |
Daniel Stenberg |
CURLFTPSSL_ALL should make sure that the transfer fails if the data connection isn't set to encrypted properly |
4435e3b2 | 06-Dec-2004 |
Daniel Stenberg |
Fixed so that the final error message is sent to the verbose info "stream" even if no errorbuffer is set. |
b96a0dba | 06-Dec-2004 |
Daniel Stenberg |
Gisle Vanem's fix for better info messages when failing to connect using the multi interface |
30dfc00a | 06-Dec-2004 |
Gisle Vanem |
'crypto_engine' not used. |
fe5979cf | 06-Dec-2004 |
Gisle Vanem |
Replace MINGW32 with built-in __MINGW32__. |
a1f7987a | 06-Dec-2004 |
Daniel Stenberg |
HTTP PUT a to a FTP URL with username+password - over HTTP proxy |
ac269a8f | 05-Dec-2004 |
Daniel Stenberg |
Dan Fandrich added the --disable-cookies option to configure to build libcurl without cookie support. This is mainly useful if you want to build a minimalistic libcurl with no cookies support
Dan Fandrich added the --disable-cookies option to configure to build libcurl without cookie support. This is mainly useful if you want to build a minimalistic libcurl with no cookies support at all. Like for embedded systems or similar.
show more ...
|
35944744 | 05-Dec-2004 |
Daniel Stenberg |
Richard Atterer fixed libcurl's way of dealing with the EPSV response. Previously, libcurl would re-resolve the host name with the new port number and attempt to connect to that, while it sho
Richard Atterer fixed libcurl's way of dealing with the EPSV response. Previously, libcurl would re-resolve the host name with the new port number and attempt to connect to that, while it should use the IP from the control channel. This bug made it hard to EPSV from an FTP server with multiple IP addresses!
show more ...
|
4b1c0bd1 | 03-Dec-2004 |
Daniel Stenberg |
CURLOPT_FTPSSLAUTH was added in 7.12.2 |
b7ff86fa | 03-Dec-2004 |
Daniel Stenberg |
credit where credit is due |
2c27e4ee | 03-Dec-2004 |
Daniel Stenberg |
Bug report #1078066: when a chunked transfer was pre-maturely closed exactly at a chunk boundary it was not considered an error and thus went unnoticed. Added test case 207 to verify. |
6ac9e67b | 02-Dec-2004 |
Daniel Stenberg |
made the intended one hour default timeout in the CONNECT loop actually work |
8726a6b6 | 02-Dec-2004 |
Daniel Stenberg |
comment cleanup |