- Mar 30, 2012
-
-
- Mar 29, 2012
-
-
- Mar 28, 2012
-
-
Steve Holme authored
-
Yang Tse authored
Take in account that h_errno might be a modifiable lvalue not defined as a C preprocessor macro
-
- Mar 27, 2012
-
-
Steve Holme authored
-
Olaf Flebbe authored
curl segfault in debug callback triggered with CURLINFO_HEADER_OUT and size 0 bug: http://curl.haxx.se/bug/view.cgi?id=3511794
-
- Mar 26, 2012
-
-
Yang Tse authored
-
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
-