Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
- handles the EINPROGRESS for UDP connects
- uses closesocket instead of close on some paths that were noticed
|
|
|
|
|
|
|
|
|
|
dereferenced here, if the app passes in a funny combo. Detected by coverity.com
|
|
|
|
since these are extremely useful when compiler rejects a set of options.
|
|
|
|
|
|
|
|
that before dumpeasycode() is called. Found by coverity.com
|
|
|
|
|
|
by coverity.com
|
|
|
|
|
|
|
|
|
|
|
|
GTLS.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RPG binding.
|
|
|
|
|
|
-s option as well.
|
|
done!
|
|
decided it was a good idea to properly document my thoughts in a comment near
the code that was identified as a possible flaw. A false positive as far as I
can see.
|
|
|
|
|
|
--disable-proxy mode.
Removed some unnecessary prototypes.
|
|
|
|
|
|
CURLOPT_PROXYUSERPWD
|
|
make CURLOPT_PROXYUSERPWD sort of deprecated. The primary motive for adding
these new options is that they have no problems with the colon separator
that the CURLOPT_PROXYUSERPWD option does.
|
|
that's not exported by the lib
|
|
|
|
|
|
|
|
|
|
used in strequal.c so now all test cases run fine for me again.
|
|
that a-z
are consecutive and with a 0x20 "distance" to the uppercase letter), since we do
support EBCDIC as well. Thus I replaced the macro with a (larger) switch case.
I better change the function name...
|