- Dec 28, 2012
-
-
Yang Tse authored
76 private header files renamed to use our standard naming scheme. This change affects 322 files in libcurl's source tree.
-
Yang Tse authored
-
Steve Holme authored
Fixed a problem with sending usernames and passwords that contain backslash, quotation mark and space characters.
-
- Dec 27, 2012
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Nick Zitzmann authored
... on Snow Leopard and Lion Snow Leopard introduced the SSLSetSessionOption() function, but it doesn't disable peer verification as expected on Snow Leopard or Lion (it works as expected in Mountain Lion). So we now use sysctl() to detect whether or not the user is using Snow Leopard or Lion, and if that's the case, then we now use the deprecated SSLSetEnableCertVerify() function instead to disable peer verification.
-
- Dec 26, 2012
- Dec 25, 2012
-
-
Daniel Stenberg authored
-
Marc Hoersken authored
-
Marc Hoersken authored
WinSock select() does not support standard file descriptors, it can only check SOCKETs. The following function is an attempt to create a select() function with support for other handles.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Dec 24, 2012
-
-
Daniel Stenberg authored
... and have it take a proper 'struct connectdata *' as first argument
-
Daniel Stenberg authored
... it also clobbered the 'result' return value so that it wouldn't return the error back to the parent function properly, which broke test 809 when run with 'multi-always'.
-
- Dec 23, 2012
-
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
-
- Dec 21, 2012
-
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
When prefixing a path with /~/ it is supposed to be used relative to the user's home directory but it didn't work. Now we cut off the entire three byte sequenct "/~/" which seems to be how OpenSSH does it. Bug: http://curl.haxx.se/bug/view.cgi?id=1173 Reported by: Balaji Parasuram
-
Yang Tse authored
-
- Dec 20, 2012
-
-
Yang Tse authored
-
- Dec 19, 2012
- Dec 18, 2012
-
-
Yang Tse authored
-
- Dec 17, 2012
-
-
Yang Tse authored
-
- Dec 16, 2012
-
-
Yang Tse authored
-
- Dec 15, 2012
-
-
Yang Tse authored
-