- Apr 27, 2011
-
-
Daniel Stenberg authored
By the use of a the new lib/checksrc.pl script that checks that our basic source style rules are followed.
-
Guenter Knauf authored
For now provide prototypes instead of including the non-standard normalisation.h which is only available in the "Internationalized Domain Names Mitigation APIs" download.
-
- Apr 26, 2011
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Apr 25, 2011
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
asyn-ares.c and asyn-thread.c are two separate backends that implement the same (internal) async resolver API for libcurl to use. Backend is specified at build time. The internal resolver API is defined in asyn.h for asynch resolvers.
-
Daniel Stenberg authored
Fixed indents, coding conventions and white space edits. Modified the c-ares completion callback function to again NOT read the conn data when the ares handle is being taken down as then it may have been freed already.
-
Vsevolod Novikov authored
Introducing an internal API for handling of different async resolver backends.
-
- Apr 24, 2011
-
-
Guenter Knauf authored
For now we directly import the Idn* symbols with the linker; an upcoming release of OWC will have these added to the import lib normaliz.lib, and prototypes are added to winnnls.h.
-
- Apr 22, 2011
-
-
Daniel Stenberg authored
Rewritten code from a patch brought by Matteo Rocco.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 21, 2011
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Fabian Keil authored
Found with codespell.
-
Fabian Keil authored
Found with codespell.
-
Fabian Keil authored
Found with codespell.
-
Fabian Keil authored
-
Fabian Keil authored
Found with codespell.
-
Julien Chaffraix authored
-
- Apr 20, 2011
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Make sure that files are closed before the post quote commands run as if they operate on the just transferred file they could otherwise easily fail. Patch by: Rajesh Naganathan (edited)
-
Dan Fandrich authored
-
Daniel Stenberg authored
libcurl failed to check the correct struct for HTTPS after CONNECT was issued to the proxy, so it didn't do the TLS handshake and subsequently failed the connection. A regression released in 7.21.5 (introduced around commit 8831000b). Bug: http://curl.haxx.se/mail/lib-2011-04/0134.html Reported by: Josue Andrade Gomes
-
Daniel Stenberg authored
When set to a HTTP 1.0 proxy, that only affects the CONNECT request and not the regular HTTP request.
-
Gisle Vanem authored
Made it compile and work again after the code move.
-
- Apr 19, 2011
-
-
Daniel Stenberg authored
Massively reduce #ifdefs all over (23 #ifdef lines less so far) Moved conversion-specific code to non-ascii.c
-
Guenter Knauf authored
It is now possible to use any combination of features without having to 1st add makefile targets to the main makefile. The main makefile now passes the 'mingw32-feat1-feat2' as var CFG, and the ./[lib|src]/Makefile.m32 parses the CFG var to determine the features to be enabled.
-
Guenter Knauf authored
-
Guenter Knauf authored
changed windows.h include to system header; changed obsolete 2nd check for str_w to str_utf8 in order to catch malloc() failure and avoid a free(NULL); changed calls to GetLastError() to void to kill unsused var compiler warnings; moved one call to GetLastError() into else case so that its only called when WideCharToMultiByte() really fails.
-
Guenter Knauf authored
Provide prototype for curl_win32_idn_to_ascii(); remove wrong 3rd parameter from curl_win32_idn_to_ascii() call.
-
Daniel Stenberg authored
do the s/VERSION/CURLVERSION replacement for the human redable output for --checkfor Reported by: Ryan Schmidt
-
Daniel Stenberg authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Apr 18, 2011
-
-
Daniel Stenberg authored
The new libcurl and command line options are now described.
-
Daniel Stenberg authored
Added CURLOPT_TRANSFER_ENCODING as the option to set to request Transfer Encoding in HTTP requests (if built zlib enabled). I also renamed CURLOPT_ENCODING to CURLOPT_ACCEPT_ENCODING (while keeping the old name around) to reduce the confusion when we have to encoding options for HTTP. --tr-encoding is now the new command line option for curl to request this, and thus I updated the test cases accordingly.
-