Loading CHANGES +3 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,9 @@ Changelog Daniel S (3 April 2007) - Rob Jones fixed better #ifdef'ing for a bunch of #include lines. Daniel S (2 April 2007) - Nick Zitzmann made the CURLOPT_POSTQUOTE option work for SFTP as well. The accepted commands are as follows: Loading RELEASE-NOTES +1 −1 Original line number Diff line number Diff line Loading @@ -72,6 +72,6 @@ advice from friends like these: Michal Marek, Robson Braga Araujo, Ian Turner, Linus Nielsen Feltzing, Ravi Pratap, Adam D. Moss, Jose Kahan, Hang Kin Lau, Justin Fletcher, Robert Iakobashvili, Bryan Henderson, Eygene Ryabinkin, Daniel Johnson, Matt Kraai, Nick Zitzmann Matt Kraai, Nick Zitzmann, Rob Jones Thanks! (and sorry if I forgot to mention someone) lib/easy.c +6 −0 Original line number Diff line number Diff line Loading @@ -40,21 +40,27 @@ #ifdef HAVE_SYS_SOCKET_H #include <sys/socket.h> #endif #ifdef HAVE_NETINET_IN_H #include <netinet/in.h> #endif #ifdef HAVE_SYS_TIME_H #include <sys/time.h> #endif #ifdef HAVE_UNISTD_H #include <unistd.h> #endif #ifdef HAVE_NETDB_H #include <netdb.h> #endif #ifdef HAVE_ARPA_INET_H #include <arpa/inet.h> #endif #ifdef HAVE_NET_IF_H #include <net/if.h> #endif #ifdef HAVE_SYS_IOCTL_H #include <sys/ioctl.h> #endif #include <signal.h> #ifdef HAVE_SYS_PARAM_H Loading lib/http.c +4 −0 Original line number Diff line number Diff line Loading @@ -54,14 +54,18 @@ #ifdef HAVE_UNISTD_H #include <unistd.h> #endif #ifdef HAVE_NETDB_H #include <netdb.h> #endif #ifdef HAVE_ARPA_INET_H #include <arpa/inet.h> #endif #ifdef HAVE_NET_IF_H #include <net/if.h> #endif #ifdef HAVE_SYS_IOCTL_H #include <sys/ioctl.h> #endif #include <signal.h> #ifdef HAVE_SYS_PARAM_H Loading lib/transfer.c +2 −0 Original line number Diff line number Diff line Loading @@ -50,7 +50,9 @@ #ifdef HAVE_UNISTD_H #include <unistd.h> #endif #ifdef HAVE_NETDB_H #include <netdb.h> #endif #ifdef HAVE_ARPA_INET_H #include <arpa/inet.h> #endif Loading Loading
CHANGES +3 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,9 @@ Changelog Daniel S (3 April 2007) - Rob Jones fixed better #ifdef'ing for a bunch of #include lines. Daniel S (2 April 2007) - Nick Zitzmann made the CURLOPT_POSTQUOTE option work for SFTP as well. The accepted commands are as follows: Loading
RELEASE-NOTES +1 −1 Original line number Diff line number Diff line Loading @@ -72,6 +72,6 @@ advice from friends like these: Michal Marek, Robson Braga Araujo, Ian Turner, Linus Nielsen Feltzing, Ravi Pratap, Adam D. Moss, Jose Kahan, Hang Kin Lau, Justin Fletcher, Robert Iakobashvili, Bryan Henderson, Eygene Ryabinkin, Daniel Johnson, Matt Kraai, Nick Zitzmann Matt Kraai, Nick Zitzmann, Rob Jones Thanks! (and sorry if I forgot to mention someone)
lib/easy.c +6 −0 Original line number Diff line number Diff line Loading @@ -40,21 +40,27 @@ #ifdef HAVE_SYS_SOCKET_H #include <sys/socket.h> #endif #ifdef HAVE_NETINET_IN_H #include <netinet/in.h> #endif #ifdef HAVE_SYS_TIME_H #include <sys/time.h> #endif #ifdef HAVE_UNISTD_H #include <unistd.h> #endif #ifdef HAVE_NETDB_H #include <netdb.h> #endif #ifdef HAVE_ARPA_INET_H #include <arpa/inet.h> #endif #ifdef HAVE_NET_IF_H #include <net/if.h> #endif #ifdef HAVE_SYS_IOCTL_H #include <sys/ioctl.h> #endif #include <signal.h> #ifdef HAVE_SYS_PARAM_H Loading
lib/http.c +4 −0 Original line number Diff line number Diff line Loading @@ -54,14 +54,18 @@ #ifdef HAVE_UNISTD_H #include <unistd.h> #endif #ifdef HAVE_NETDB_H #include <netdb.h> #endif #ifdef HAVE_ARPA_INET_H #include <arpa/inet.h> #endif #ifdef HAVE_NET_IF_H #include <net/if.h> #endif #ifdef HAVE_SYS_IOCTL_H #include <sys/ioctl.h> #endif #include <signal.h> #ifdef HAVE_SYS_PARAM_H Loading
lib/transfer.c +2 −0 Original line number Diff line number Diff line Loading @@ -50,7 +50,9 @@ #ifdef HAVE_UNISTD_H #include <unistd.h> #endif #ifdef HAVE_NETDB_H #include <netdb.h> #endif #ifdef HAVE_ARPA_INET_H #include <arpa/inet.h> #endif Loading