History log of /curl/ (Results 25251 – 25275 of 33767)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
37f07a5420-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 ...

da8c666e20-Feb-2007 Yang Tse

add tutil_tvdiff_secs() for completeness

c11681be19-Feb-2007 Dan Fandrich

Mention curl-config dependencies fix.

78a1e5d119-Feb-2007 Yang Tse

fix typo

116f60e019-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 ...

7725853419-Feb-2007 Gisle Vanem

Added ares_parse_ns_reply.obj etc.

9993e21219-Feb-2007 Gisle Vanem

INADDR_NONE no longer used.

9a70ce4219-Feb-2007 Gisle Vanem

Fixed typo.

7ba53a4f19-Feb-2007 Daniel Stenberg

Vlad Dinulescu added ares_parse_ns_reply()

1297c54b19-Feb-2007 Daniel Stenberg

Ian Turner fixed the libcurl.m4 macro's support for --with-libcurl.
AC_PATH_PROG was not used properly.

1045b8d319-Feb-2007 Daniel Stenberg

- Shmulik Regev found a memory leak in re-used HTTPS connections, at least
when the multi interface was used.

d2bdad5919-Feb-2007 Daniel Stenberg

and fix warnings due to lack of protos

17e8d60c19-Feb-2007 Daniel Stenberg

- Robson Braga Araujo made passive FTP transfers work with SOCKS (both 4 and
5).

ec1b351319-Feb-2007 Daniel Stenberg

fixed code to compile and removed one warning

75fca27f19-Feb-2007 Yang Tse

log a message, stating the need of openssl to run this test

f2cd288219-Feb-2007 Yang Tse

Oops missing var

07d8a14e19-Feb-2007 Yang Tse

compiler warning fix

31e598d219-Feb-2007 Yang Tse

add debug messages for initialization failures

cbf58d8818-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 ...

300cbc2e18-Feb-2007 Yang Tse

Michal Marek comment fix

ec9e399618-Feb-2007 Yang Tse

fix ENAMETOOLONG and ENOTEMPTY may already be defined in errno.h

2691f1ef17-Feb-2007 Dan Fandrich

Use configure's new LIBCURL_LIBS variable

d9bf555717-Feb-2007 Yang Tse

Move portable error number symbolic name definitions to setup_once.h

b54a853117-Feb-2007 Yang Tse

compiler warning fix

789fd0b717-Feb-2007 Yang Tse

Replicate the configure tests that determined that timeval was available.

1...<<1011101210131014101510161017101810191020>>...1351