Age | Commit message (Expand) | Author |
2006-07-17 | -Use curl_socket_t instead of int. | Yang Tse |
2006-07-17 | "*connected" must be set to FALSE if trynextip() fails. | Yang Tse |
2006-07-17 | Jari Sundell did some excellent research and bug tracking, figured out that | Daniel Stenberg |
2006-07-17 | tests/libtest/lib506.c version 1.11 is now also logging CURLSHOPT_LOCKFUNC, C... | Yang Tse |
2006-07-17 | Return NULL if argument is NULL. | Yang Tse |
2006-07-17 | Fix compiler warning "enumerated type mixed with another type" | Yang Tse |
2006-07-17 | Fix compiler warning "enumerated type mixed with another type" | Yang Tse |
2006-07-17 | Update error buffer size used for SSL_strerror() | Yang Tse |
2006-07-17 | Minor cleanup | Yang Tse |
2006-07-15 | don't use 'new' in the proto | Daniel Stenberg |
2006-07-14 | David McCreedy fixed a flaw where the CRLF counter wasn't properly cleared | Daniel Stenberg |
2006-07-14 | Fix compiler warning | Yang Tse |
2006-07-14 | Change the ai_addrlen type of struct addrinfo from size_t to socklen_t, per R... | Yang Tse |
2006-07-14 | Null terminate string in buffer before feeding it to strtol() | Yang Tse |
2006-07-13 | Oops, missing "u" | Yang Tse |
2006-07-13 | Change to meaningful var names and take care of a compiler warning on IRIX 6.... | Yang Tse |
2006-07-13 | Fix compiler warning. | Yang Tse |
2006-07-12 | Remove unneeded stuff. | Gisle Vanem |
2006-07-12 | Remove var not used. | Yang Tse |
2006-07-12 | Log a message if not all data is sent. | Yang Tse |
2006-07-12 | Fix compiler warning: comparison between signed and unsigned | Yang Tse |
2006-07-12 | Read the return value of the swrite() macro and 'print' a message in case of ... | Yang Tse |
2006-07-12 | Place parenthesis surrounding macro parameters so that the use of sread and s... | Yang Tse |
2006-07-12 | sread now returns ssize_t | Yang Tse |
2006-07-12 | Pay attention when typecasting an operation | Yang Tse |
2006-07-12 | sread now returns ssize_t | Yang Tse |
2006-07-12 | DJGPP/WATT32 does not have functions named recv() send() getnameinfo(). | Yang Tse |
2006-07-12 | Use platform's native types for recv() and send() arguments. | Yang Tse |
2006-07-11 | Enable --enable-hidden-symbols for SunPro C | Dan Fandrich |
2006-07-11 | include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined. | Yang Tse |
2006-07-11 | Define NEED_MALLOC_H if including <stdlib.h> is not enough for proper compila... | Yang Tse |
2006-07-11 | Moved strdup replacement from src/main.c into src/strdup.c so it's available | Dan Fandrich |
2006-07-11 | Added comment and CVS id. | Gisle Vanem |
2006-07-11 | Socket must be set to CURL_SOCKET_BAD after closing it. | Yang Tse |
2006-07-10 | DNS cache must use the multi DNS cache if the easy handle's one is not using ... | Yang Tse |
2006-07-08 | the tool is named curl with lowercase c | Daniel Stenberg |
2006-07-08 | just some more blurb | Daniel Stenberg |
2006-07-08 | Ates Goral pointed out that libcurl's cookie parser did case insensitive | Daniel Stenberg |
2006-07-08 | 7.15.5 is planned for August 2006 | Daniel Stenberg |
2006-07-07 | mention the shared DNS stuff | Daniel Stenberg |
2006-07-07 | Ingmar Runge provided a source snippet that caused a crash. The reason for | Daniel Stenberg |
2006-07-07 | mention the by-default "sharing" | Daniel Stenberg |
2006-07-07 | yassl can be used now | Daniel Stenberg |
2006-07-07 | HTTP Pipelining is for GET and HEAD requests only. | Daniel Stenberg |
2006-07-07 | Fixed building curllib.dsp when running make outside the source tree. | Dan Fandrich |
2006-07-07 | Finally get rid of CURL_CHECK_HEADERS_ONCE since it adds very little value an... | Yang Tse |
2006-07-07 | Substitution of the literal '-' is only done if it's the first or last charac... | Yang Tse |
2006-07-07 | Using backslashes and slashes in the strings of the sed 'y' command shall be ... | Yang Tse |
2006-07-07 | Correct the trace for WinCE. | Gisle Vanem |
2006-07-07 | WinCE uses CreateThread(). Hence error is not in 'errno'. | Gisle Vanem |