Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-24 | Nikolai Kondrashov for his man page update | Daniel Stenberg | |
2008-05-24 | Nikolai Kondrashov provided a clarification for CURLOPT_HEADERFUNCTION | Daniel Stenberg | |
2008-05-23 | list all local sources the (demo) tools need, add a few missing scripts to | Daniel Stenberg | |
the dist tarball and remove a two duplicate file names from EXTRA_DIST (most of it pointed out by Yang Tse) | |||
2008-05-23 | this is not used (anymore) | Daniel Stenberg | |
2008-05-23 | Added some more to do items and a known bug. | Dan Fandrich | |
2008-05-23 | Dan Fandrich pointed out that this is the way we should increase the number | Daniel Stenberg | |
for 7.18.2 since we have added functions in this release. http://curl.haxx.se/mail/lib-2008-05/0240.html | |||
2008-05-22 | Made sure to pass longs in to curl_easy_setopt where necessary in the | Dan Fandrich | |
libtest code. | |||
2008-05-22 | Fixed a surprising number of example programs that were passing int arguments | Dan Fandrich | |
to curl_easy_setopt instead of long. | |||
2008-05-22 | we bump the SO "revision" for next release due to the new functions added | Daniel Stenberg | |
2008-05-22 | Fixed some include file problems on Windows reported by David Rosenstrauch | Dan Fandrich | |
2008-05-22 | make sure the configure.ac file with the correct version number is shipped | Daniel Stenberg | |
in the tarball | |||
2008-05-22 | MSVC6+ clean-up targets must also remove acountry.exe | Yang Tse | |
2008-05-22 | sync with reality | Yang Tse | |
2008-05-21 | Renamed MSDOS_FILESYSTEM to avoid conflict with MIT GSS | Dan Fandrich | |
2008-05-21 | Removed some duplicated #includes | Dan Fandrich | |
2008-05-21 | fix: [action-if-found] part of AC_CHECK_TYPE macro cannot be quoted when empty | Yang Tse | |
2008-05-21 | fix: remove need and definition of HAVE_SOCKLEN_T symbol | Yang Tse | |
2008-05-21 | fix: socklen_t definition comment | Yang Tse | |
2008-05-20 | When unable to properly detect gethostbyname_r() usage, configure | Yang Tse | |
script will simply issue a warning and gethostbyname() will be used. | |||
2008-05-20 | update several macros using AC_TRY_LINK with AC_LINK_IFELSE | Yang Tse | |
2008-05-20 | Adapting last changes to OS400: | Patrick Monnerat | |
_ Updated packages/OS400/curl.inc.in with new definitions. _ New connect/bind/sendto/recvfrom wrappers to support AF_UNIX sockets. _ Include files line length shortened below 100 chars. _ Const parameter in lib/qssl.[ch]. _ Typos in packages/OS400/initscript.sh. | |||
2008-05-20 | fix underquoting of AC_LANG_PROGRAM arguments | Yang Tse | |
2008-05-20 | if'def out private function ares__tvdiff(), it is not in use yet. | Yang Tse | |
2008-05-20 | update several macros using AC_TRY_LINK with AC_LINK_IFELSE | Yang Tse | |
2008-05-19 | - When trying to repeat a multi interface problem I fell over a few multi | Daniel Stenberg | |
interface problems: o with pipelining disabled, the state should never be set to WAITDO but rather go straight to DO o we had multiple states for which the internal function returned no socket at all to wait for, with the effect that libcurl calls the socket callback (when curl_multi_socket() is used) with REMOVE prematurely (as it would be added again within very shortly) o when in DO and DOING states, the HTTP and HTTPS protocol handler functions didn't return that the socket should be waited for writing, but instead it was treated as if no socket was needing monitoring so again REMOVE was called prematurely. | |||
2008-05-19 | with pipelining disabled, the state should never be set to WAITDO but rather | Daniel Stenberg | |
go straight to DO we had multiple states for which the internal function returned no socket at all to wait for, with the effect that libcurl calls the socket callback (when curl_multi_socket() is used) with REMOVE prematurely (as it would be added again within very shortly) | |||
2008-05-19 | when the multi handle was in DO and DOING states, the HTTP and HTTPS protocol | Daniel Stenberg | |
handler functions didn't return that the socket should be waited for writing, but instead it was treated as if no socket was needing monitoring so REMOVE was called prematurely | |||
2008-05-19 | change the code style to be more curlish, and changed some of the output | Daniel Stenberg | |
to be more descriptive and finally set VERBOSE mode to 1 by default | |||
2008-05-19 | better select() function detection that works | Yang Tse | |
even when cross compiling a Windows target. | |||
2008-05-19 | fix socklen_t equivalent detection when cross compiling Windows target | Yang Tse | |
2008-05-19 | if WINSOCK2 API is used link with 'ws2_32', else | Yang Tse | |
if WINSOCK API is used under WinCE link with 'winsock', else if WINSOCK API is used link with 'wsock32'. | |||
2008-05-18 | on winsock systems linking is done using library 'ws2_32' when | Yang Tse | |
winsock2.h is available, and library 'winsock' is used when only winsock.h is available. | |||
2008-05-17 | minor change for wince-cegcc and wince-mingw32ce support | Yang Tse | |
2008-05-16 | removed lots of warnings | Daniel Stenberg | |
2008-05-15 | millisecond resolution support followup | Yang Tse | |
2008-05-15 | Included stdint.h to get the intptr_t type (needed on OpenBSD at least). | Dan Fandrich | |
2008-05-15 | ten days with no further response or feedback, removing: | Daniel Stenberg | |
136 - adding easy handles when using curl_multi_socket* by Markus Koetter | |||
2008-05-15 | Replaced "-DHAVE_FIONBIO" with "-DHAVE_IOCTLSOCKET". | Gisle Vanem | |
Added "-DHAVE_GETTIMEOFDAY". Trimmed lines. | |||
2008-05-15 | sync with reality | Yang Tse | |
2008-05-15 | remove compilation time generated files | Yang Tse | |
2008-05-15 | use same time source for timeout initialization and processing | Yang Tse | |
2008-05-14 | Reduced the required stack size. | Dan Fandrich | |
2008-05-14 | Move the CURLDEBUG check after setup.h so it can be set there if necessary. | Dan Fandrich | |
2008-05-14 | Improve toolchain detection for WinCE cross compilation: | Yang Tse | |
When cross compiling WinCE with the arm-wince-cegcc-gcc C compiler symbol __CEGCC__ is defined and the unix-like compatibility layer is used. For our purposes this is not a native Windows build. When cross compiling WinCE with the arm-wince-mingw32ce-gcc C compiler symbol __MINGW32CE__ is defined and the unix-like compatibility layer is not used. For our purposes this _is_ a native Windows build. | |||
2008-05-14 | remove duplicate check | Yang Tse | |
2008-05-14 | skip checks for Windows specific header files | Yang Tse | |
when build target is not a native Windows one | |||
2008-05-14 | WinCE cross compilation adjustments: | Yang Tse | |
HAVE_WINSOCK2_H shall not be defined. HAVE_WS2TCPIP_H shall not be defined. | |||
2008-05-13 | wait for all 129 bytes | Daniel Stenberg | |
2008-05-13 | Added test case 556 that uses curl_easy_send() and curl_easy_recv() | Daniel Stenberg | |
2008-05-13 | Three out of the four issues are now extinct. | Daniel Stenberg | |