68917eb5 | 05-Oct-2005 |
Daniel Stenberg |
added test case 272 for -z download over FTP when the timestamp is identical to the remote one |
3beb2f6b | 05-Oct-2005 |
Daniel Stenberg |
CURL_TIMECOND_IFMODSINCE actually requires that the remote document has been modded since the given time, so we should compare <= and not just <. |
b29017f1 | 04-Oct-2005 |
Daniel Stenberg |
Domenico Andreoli's patch that removes a few 0xa0(!) bytes |
db83a0eb | 04-Oct-2005 |
Daniel Stenberg |
Michael Wallner reported that the date parser had wrong offset stored for the MEST and CEST time zones. |
6d9fddb9 | 04-Oct-2005 |
Daniel Stenberg |
Domenico Andreoli's SEE ALSO patch |
4284190c | 03-Oct-2005 |
Daniel Stenberg |
Ok, based on the online docs for AIX'es getservbyport_r() I adjusted to code to do (what I believe is) "right". See docs on: http://publib.boulder.ibm.com/infocenter/pseries/index.jsp?topic=/
Ok, based on the online docs for AIX'es getservbyport_r() I adjusted to code to do (what I believe is) "right". See docs on: http://publib.boulder.ibm.com/infocenter/pseries/index.jsp?topic=/com.ibm.aix.doc/libs/commtrf2/getservbyport_r.htm
show more ...
|
5e4cbd2d | 03-Oct-2005 |
Daniel Stenberg |
recent action |
06c3bec6 | 02-Oct-2005 |
Gisle Vanem |
Avoid gcc warning "dereferencing type-punned pointer will break strict-aliasing rules". |
e8c3bb45 | 02-Oct-2005 |
Gisle Vanem |
Fix for building with MS Visual-C and single-threaded runtime libs. |
4ec55a96 | 30-Sep-2005 |
Daniel Stenberg |
fixed the proper path to the tftpd server |
b9420864 | 30-Sep-2005 |
Daniel Stenberg |
a new mirror, but we don't increase the amount since one of the former ones are now officially no longer considered a mirror... ;-) |
bf6588b6 | 30-Sep-2005 |
Daniel Stenberg |
Update in the "which license is best" section as it seems Debian people have made up their mind. Spell-checked as well. |
e43217e6 | 29-Sep-2005 |
Daniel Stenberg |
Starting now, the verbose text that goes like "About to connect() to" will now contain the word "proxy" is the hostname is in fact a proxy. This will help users detect situations when they mi
Starting now, the verbose text that goes like "About to connect() to" will now contain the word "proxy" is the hostname is in fact a proxy. This will help users detect situations when they mistakenly use a proxy.
show more ...
|
e19ee2d1 | 27-Sep-2005 |
Daniel Stenberg |
David Yan brought the Content-Range report |
b4c53e2c | 27-Sep-2005 |
Daniel Stenberg |
An anonymous submitter filed bug #1299181 (http://curl.haxx.se/bug/view.cgi?id=1299181) that identified a silly problem with Content-Range: headers with the 'bytes' keyword written in a diffe
An anonymous submitter filed bug #1299181 (http://curl.haxx.se/bug/view.cgi?id=1299181) that identified a silly problem with Content-Range: headers with the 'bytes' keyword written in a different case than all lowercase! It would cause a segfault!
show more ...
|
a2902de6 | 27-Sep-2005 |
Daniel Stenberg |
TJ Saunders of the proftpd project identified and pointed out problems with the modified FTPS negotiation change of August 19 2005. Thus, we revert the change back to pre-7.14.1 status. |
da192f79 | 22-Sep-2005 |
Daniel Stenberg |
clarify what the default read callback does and how it uses the READDATA option |
a2210d23 | 21-Sep-2005 |
Daniel Stenberg |
three debian bug reports addressed |
bd5a6224 | 21-Sep-2005 |
Daniel Stenberg |
stricter type usage for time variables to avoid picky compiler warnings |
b9494cb0 | 21-Sep-2005 |
Daniel Stenberg |
1 - attempted fix of uninitialized variable 2 - indented and edited to fit better within 80 columns 3 - fixed possible buffer overflow in the service name lookup function |
0f73af44 | 21-Sep-2005 |
Daniel Stenberg |
simplified the sin6_scope_id test and removed some left-overs from the previous way of detecting it |
45e26b5c | 21-Sep-2005 |
Daniel Stenberg |
fixed the check for the addrinfo struct |
6af5ea38 | 21-Sep-2005 |
Daniel Stenberg |
clarified ERRORBUFFER - some errors just don't write a string even though they should. And I removed all uses 'Note' (as they are pretty useless) and did some other language and phrasing clea
clarified ERRORBUFFER - some errors just don't write a string even though they should. And I removed all uses 'Note' (as they are pretty useless) and did some other language and phrasing cleanups.
show more ...
|
b6f0aa43 | 21-Sep-2005 |
Daniel Stenberg |
return an error string for the missing URL case |
774dab58 | 21-Sep-2005 |
Daniel Stenberg |
mention what WRITEFUNCTION and WRITEDATA do by default |