37f07a54 | 20-Feb-2007 |
Yang Tse |
Several corrections & changes to what has been stated in revision 1.45 1) The maketgz script does not insert the timestamp in curlver.h, it actually updates it. For CVS versions it is
Several corrections & changes to what has been stated in revision 1.45 1) The maketgz script does not insert the timestamp in curlver.h, it actually updates it. For CVS versions it is the "CVS" string. 2) testcurl.pl will always print the "date" string which represents the moment the test build is run. 3) testcurl.pl may not print the "timestamp" string since the script may end before it is printed out. (i.e. unable to update from CVS) 4) The "timestamp" string printed will be the same as the "date" one unless one of the following conditions is met. *) It is a tarball-based build. Timestamp will be creation time. *) CVS update has been done. Timestamp will be end of CVS update.
show more ...
|
da8c666e | 20-Feb-2007 |
Yang Tse |
add tutil_tvdiff_secs() for completeness |
c11681be | 19-Feb-2007 |
Dan Fandrich |
Mention curl-config dependencies fix. |
78a1e5d1 | 19-Feb-2007 |
Yang Tse |
fix typo |
116f60e0 | 19-Feb-2007 |
Yang Tse |
Show libcurl's timestamp. This timestamp is only available in curlver.h for tarball-based tests and builds, the maketgz script inserts it when the tarball is created. For CVS-based tests and
Show libcurl's timestamp. This timestamp is only available in curlver.h for tarball-based tests and builds, the maketgz script inserts it when the tarball is created. For CVS-based tests and builds the timestamp we show is the current UTC build time as it is the CVS version timestamp. In this way, all builds will have a valid source code timestamp which isn't related to the moment the tests and build is performed, with the exception of CVS-based ones which have the same "date" and "timestamp"
show more ...
|
77258534 | 19-Feb-2007 |
Gisle Vanem |
Added ares_parse_ns_reply.obj etc. |
9993e212 | 19-Feb-2007 |
Gisle Vanem |
INADDR_NONE no longer used. |
9a70ce42 | 19-Feb-2007 |
Gisle Vanem |
Fixed typo. |
7ba53a4f | 19-Feb-2007 |
Daniel Stenberg |
Vlad Dinulescu added ares_parse_ns_reply() |
1297c54b | 19-Feb-2007 |
Daniel Stenberg |
Ian Turner fixed the libcurl.m4 macro's support for --with-libcurl. AC_PATH_PROG was not used properly. |
1045b8d3 | 19-Feb-2007 |
Daniel Stenberg |
- Shmulik Regev found a memory leak in re-used HTTPS connections, at least when the multi interface was used. |
d2bdad59 | 19-Feb-2007 |
Daniel Stenberg |
and fix warnings due to lack of protos |
17e8d60c | 19-Feb-2007 |
Daniel Stenberg |
- Robson Braga Araujo made passive FTP transfers work with SOCKS (both 4 and 5). |
ec1b3513 | 19-Feb-2007 |
Daniel Stenberg |
fixed code to compile and removed one warning |
75fca27f | 19-Feb-2007 |
Yang Tse |
log a message, stating the need of openssl to run this test |
f2cd2882 | 19-Feb-2007 |
Yang Tse |
Oops missing var |
07d8a14e | 19-Feb-2007 |
Yang Tse |
compiler warning fix |
31e598d2 | 19-Feb-2007 |
Yang Tse |
add debug messages for initialization failures |
cbf58d88 | 18-Feb-2007 |
Daniel Stenberg |
- Jeff Pohlmeyer identified two problems: first a rather obscure problem with the multi interface and connection re-use that could make a curl_multi_remove_handle() ruin a pointer in anot
- Jeff Pohlmeyer identified two problems: first a rather obscure problem with the multi interface and connection re-use that could make a curl_multi_remove_handle() ruin a pointer in another handle. The second problem was less of an actual problem but more of minor quirk: the re-using of connections wasn't properly checking if the connection was marked for closure.
show more ...
|
300cbc2e | 18-Feb-2007 |
Yang Tse |
Michal Marek comment fix |
ec9e3996 | 18-Feb-2007 |
Yang Tse |
fix ENAMETOOLONG and ENOTEMPTY may already be defined in errno.h |
2691f1ef | 17-Feb-2007 |
Dan Fandrich |
Use configure's new LIBCURL_LIBS variable |
d9bf5557 | 17-Feb-2007 |
Yang Tse |
Move portable error number symbolic name definitions to setup_once.h |
b54a8531 | 17-Feb-2007 |
Yang Tse |
compiler warning fix |
789fd0b7 | 17-Feb-2007 |
Yang Tse |
Replicate the configure tests that determined that timeval was available. |