Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-20 | Added "pointer to void" as another data type to check for the sixth argument of | Yang Tse | |
function recvfrom as a result of the info additionally logged when running on a Solaris system. The compiler error showed that the prototype being used on Solaris was the one declared in line 427 of "/usr/include/sys/socket.h" as: function(int, pointer to void, unsigned int, int, pointer to struct sockaddr, pointer to void) returning int | |||
2008-07-19 | Temporarily show additional info needed to debug configure | Yang Tse | |
failure to properly detect recvfrom arg types on Solaris | |||
2008-07-19 | Adjust DEC/Compaq C compiler settings | Yang Tse | |
2008-07-18 | README.OS400 update for new string options. | Patrick Monnerat | |
2008-07-18 | README.OS400 update for new string options. | Patrick Monnerat | |
2008-07-17 | Fixed the XML syntax of a few test files. | Dan Fandrich | |
2008-07-17 | RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined | Yang Tse | |
to the data type pointed by its respective argument and not the pointer type. | |||
2008-07-16 | fix comment | Yang Tse | |
2008-07-16 | Configure process now checks availability of recvfrom() socket function and | Yang Tse | |
finds out its return type and the types of its arguments. Added definitions for non-configure systems config files, and introduced macro sreadfrom which will be used on udp sockets as a recvfrom() wrapper. | |||
2008-07-16 | Initial DEC/Compaq C compiler detection and flags | Yang Tse | |
2008-07-16 | Improved configure detection of number of arguments for getservbyport_r | Yang Tse | |
2008-07-15 | Allow --enable-largefile and --disable-largefile configurations. | Yang Tse | |
Configure process no longer needs nor checks size of curl_off_t. Library will now be built with _REENTRANT symbol defined. | |||
2008-07-15 | add comment for include paths | Yang Tse | |
2008-07-15 | add comment for include paths | Yang Tse | |
2008-07-15 | Added test1042 and test1043 to test -C - on HTTP. | Dan Fandrich | |
2008-07-15 | Added test1040 and test1041 to test -C - on HTTP. Test 1041 failed so it's | Dan Fandrich | |
added to DISABLED. | |||
2008-07-14 | Move _REENTRANT definition earlier in lib/setup.h | Yang Tse | |
2008-07-14 | Removed inclusion of remaining system header files from configuration files. | Yang Tse | |
These are included from lib/setup.h or specific source code file. | |||
2008-07-14 | Inclusion of <extra/stricmp.h> and <extra/strdup.h> is moved to lib/setup.h | Yang Tse | |
2008-07-14 | Remove duplicate file inclusions. These are already done in lib/setup.h | Yang Tse | |
and lib/setup_once.h | |||
2008-07-14 | Remove duplicate file inclusions. These are already done in lib/setup.h | Yang Tse | |
2008-07-14 | HTTP_ONLY definition check in lib/setup.h is now done once that configuration | Yang Tse | |
file has been included. In this way if symbol is defined in the config file it will no longer be ignored. | |||
2008-07-11 | fix multiple header inclusion prevention definition | Yang Tse | |
2008-07-11 | move multiple header inclusion prevention definition to top of file | Yang Tse | |
2008-07-11 | Added missing multiple header inclusion prevention definition | Yang Tse | |
2008-07-11 | Fixed test 553 to pass the torture test. | Dan Fandrich | |
2008-07-11 | Avoid a potential zombie process when killing an old ftpserver | Dan Fandrich | |
2008-07-11 | document the exit codes 82 and 83 that are new in 7.19.0 | Daniel Stenberg | |
2008-07-11 | indent and comment cleanup (no code change) | Daniel Stenberg | |
2008-07-11 | - Daniel Fandrich found out we didn't pass on the user-agent properly when | Daniel Stenberg | |
doing "proxy-tunnels" with non-HTTP prototols and that was simply because the code assumed the user-agent was only needed for HTTP. | |||
2008-07-11 | Added test cases 1038 and 1039 to test Adrian Kreher's report that ftp | Dan Fandrich | |
uploads with -C - didn't resume properly, but the tests pass. | |||
2008-07-11 | Changed slightly the SFTP quote commands chmod, chown and chgrp to only | Dan Fandrich | |
set the attribute that has changed instead of all possible ones. Hopefully, this will solve the "Permission denied" problem that Nagarajan Sreenivasan reported when setting some modes, but regardless, it saves a protocol round trip in the chmod case. | |||
2008-07-10 | (Added in the section for CURLOPT_DNS_CACHE_TIMEOUT, pointed out on the | Daniel Stenberg | |
curl-library list on July 9th 2008 by Mathew Hounsell) NOTE: the name resolve functions of various libc implementations don't re-read name server information unless explicitly told so (by for example calling Ires_init(3). This may cause libcurl to keep using the older server even if DHCP has updated the server info, and this may look like a DNS cache issue to the casual libcurl-app user. | |||
2008-07-10 | --remote-name-all | Daniel Stenberg | |
2008-07-10 | Fixed another OOM problem, this time with test 64. | Dan Fandrich | |
2008-07-10 | Peter Lamberg filed bug report #2015126: "poll gives WSAEINVAL when POLLPRI | Yang Tse | |
is set in fdset.events" (http://curl.haxx.se/bug/view.cgi?id=2015126) which exactly pinpointed the problem only triggered on Windows Vista, provided reference to docs and also a fix. There is much work behind Peter Lamberg's excellent bug report. Thank You! | |||
2008-07-10 | updated to match current reality | Daniel Stenberg | |
2008-07-10 | fix compiler warning | Yang Tse | |
2008-07-10 | s/muse/must | Daniel Stenberg | |
2008-07-10 | document --remote-name-all | Daniel Stenberg | |
2008-07-10 | fallback to gettimeofday when monotonic clock is unavailable at run-time | Yang Tse | |
2008-07-10 | Added tests 1036 and 1037 to verify resumed ftp downloads with -C - | Dan Fandrich | |
2008-07-09 | - Andreas Schuldei improved Phil Blundell's patch for IPv6 using c-ares, and I | Daniel Stenberg | |
edited it slightly. Now you should be able to use IPv6 addresses fine even with libcurl built to use c-ares. | |||
2008-07-09 | Fixed an OOM handling problem that cause test 11 to fail the torture test. | Dan Fandrich | |
2008-07-09 | since Jun 30 2008 MAXHOSTNAMELEN define is no longer used | Yang Tse | |
2008-07-08 | Fixed test 554 to pass the torture test. | Dan Fandrich | |
2008-07-08 | Added libidn libs as needed. Added compilation of sendrecv.c | Gisle Vanem | |
and cookie_interface.c. | |||
2008-07-07 | Added test cases 1034 & 1035 to test IDN name conversion failures. | Dan Fandrich | |
2008-07-07 | - Scott Barrett provided a test case for a segfault in the FTP code and the | Daniel Stenberg | |
fix for it. It occured when you did a FTP transfer using CURLFTPMETHOD_SINGLECWD and then did another one on the same easy handle but switched to CURLFTPMETHOD_NOCWD. Due to the "dir depth" variable not being cleared properly. Scott's test case is now known as test 539 and it verifies the fix. | |||
2008-07-07 | New options added to OS400 wrapper and ILERPG definitions. | Patrick Monnerat | |
Wrong defines (typos) for QSSL layer fixed. |