- Apr 28, 2011
-
-
Daniel Stenberg authored
-
- Apr 27, 2011
-
-
Dan Fandrich authored
Source files given with absolute paths do not have the -D directory specifier prepended.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
The make target checksrc now works in the root makefile and in both the src and lib directories. It is also run automatically on "all" if configure --enable-debug was used.
-
Daniel Stenberg authored
Make everything adhere to the standards upheld by checksrc.pl and now run checksrc from the makefile on debug builds.
-
Daniel Stenberg authored
Useful when a known file just doesn't comply and there's no intention to make it do so.
-
Daniel Stenberg authored
"if(a)" is our style, not "if( a )"
-
Daniel Stenberg authored
Since it now supports multiple files this will be faster and will show problems for more file than one at a time - more convenient.
-
Daniel Stenberg authored
It now scans multiple files and outputs an error+warning count summary at the end in case at least one was detected. -D can be used to specify in which dir the files are located The script now scans for conditions that starts with a space for if/while/for lines.
-
Daniel Stenberg authored
And make the build fail if a warning or error was detected
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
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.
-