- Mar 26, 2012
-
-
Steve Holme authored
-
- Mar 25, 2012
-
-
Yang Tse authored
-
Yang Tse authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
Simplified the code to remove the need for a separate "LIST <msg id>" command handler and state machine and instead use the LIST command handler for both operations.
-
- Mar 24, 2012
-
-
Steve Holme authored
Corrected character and line spacing and re-ordered list and retr functions based on the order of their state machines.
-
Steve Holme authored
Moved the server greeting response handling code from the statemach_act functions to separate response functions. This makes the code simpler to follow and provides consistency with the other responses that are handled here.
-
Steve Holme authored
Body data would be forwarded to the client application in both the RETR and LIST commands even if CURLOPT_NOBODY was specified.
-
- Mar 23, 2012
-
-
Rodrigo Silva (MestreLion) authored
Original wording could lead users in thinking it tries to somehow parse the filename for a date expression (like news_2012_03_05.html). It never mentions that it actually reads the mtime of the file in filesystem.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Mar 22, 2012
-
-
Benjamin Johnson authored
This allows building of libcurl on DOS using DJGPP 2.04 and Watt-32 sockets. I know there's already Makefile.djgpp, but I find this more convenient since I'm used to using the ./configure script from other platforms
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Andrei Cipu authored
The commit e650dbde that stripped off [brackets] from ipv6-only host headers for the sake of cookie parsing wrongly incremented the host pointer which would cause a bad free() call later on.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Mar 21, 2012
-
-
Daniel Stenberg authored
The refactoring of HTTP CONNECT handling in commit 41b02378 that made it protocol independent broke it for the multi interface. This fix now introduce a better state handling and moved some logic to the http_proxy.c source file. Reported by: Yang Tse Bug: http://curl.haxx.se/mail/lib-2012-03/0162.html
-
Daniel Stenberg authored
-
Yang Tse authored
Take in account that POSIX standard Issue 7 drops h_errno support. Now, we also consider getaddrinfo() to be thread-safe when (_POSIX_C_SOURCE >= 200809L) or (_XOPEN_SOURCE >= 700) independently of whether h_errno exists or not.
-
- Mar 20, 2012
-
-
Yang Tse authored
-
- Mar 18, 2012
- Mar 17, 2012
-
-
Daniel Stenberg authored
3 more bugs, 1 more contributor
-
Daniel Stenberg authored
-
Yang Tse authored
-
- Mar 16, 2012
-
-
Daniel Stenberg authored
Windows standard libraries are located in C:/Program Files/Microsoft SDKs/[...]. They are already included in the default MSVC LIBPATH. Hence, find_library(WSOCK32_LIBRARY wsock32) and find_library(WS2_32_LIBRARY ws2_32) are not needed. They return the full path to the libraries including spaces. Of course, list_spaces_append_once will mangle the result and the build fails. Bug: http://curl.haxx.se/bug/view.cgi?id=3494968
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Mar 13, 2012
-
-
Maxim Prohorov authored
If the Curl_ipv6works() function says no, there is no reason to try AAAA names even if libcurl was built with IPv6 support enabled. Bug: http://curl.haxx.se/mail/lib-2012-03/0045.html
-
- Mar 10, 2012
-
-
Steve Holme authored
Changed the returned curl error codes for EHLO and HELO responses from CURLE_LOGIN_DENIED to CURLE_REMOTE_ACCESS_DENIED as a negative response from these commands represents no service as opposed to a login error.
-