Loading docs/examples/curlgtk.c +5 −2 Original line number Original line Diff line number Diff line Loading @@ -5,9 +5,12 @@ * | (__| |_| | _ <| |___ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * \___|\___/|_| \_\_____| * * * Copyright (c) 2000 David Odin (aka DindinX) for MandrakeSoft */ /* <DESC> * use the libcurl in a gtk-threaded application * </DESC> */ */ /* Copyright (c) 2000 David Odin (aka DindinX) for MandrakeSoft */ /* an attempt to use the curl library in concert with a gtk-threaded application */ #include <stdio.h> #include <stdio.h> #include <gtk/gtk.h> #include <gtk/gtk.h> Loading docs/examples/curlx.c +4 −1 Original line number Original line Diff line number Diff line Loading @@ -9,7 +9,10 @@ certificate presented during ssl session establishment. certificate presented during ssl session establishment. */ */ /* <DESC> * demonstrates use of SSL context callback, requires OpenSSL * </DESC> */ /* /* * Copyright (c) 2003 The OpenEvidence Project. All rights reserved. * Copyright (c) 2003 The OpenEvidence Project. All rights reserved. Loading docs/examples/evhiperfifo.c +5 −1 Original line number Original line Diff line number Diff line Loading @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * \___|\___/|_| \_\_____| * * * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. * * * This software is licensed as described in the file COPYING, which * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * you should have received as part of this distribution. The terms Loading @@ -19,6 +19,10 @@ * KIND, either express or implied. * KIND, either express or implied. * * ***************************************************************************/ ***************************************************************************/ /* <DESC> * multi socket interface together with libev * </DESC> */ /* Example application source code using the multi socket interface to /* Example application source code using the multi socket interface to * download many files at once. * download many files at once. * * Loading docs/examples/externalsocket.c +4 −3 Original line number Original line Diff line number Diff line Loading @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * \___|\___/|_| \_\_____| * * * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. * * * This software is licensed as described in the file COPYING, which * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * you should have received as part of this distribution. The terms Loading @@ -19,9 +19,10 @@ * KIND, either express or implied. * KIND, either express or implied. * * ***************************************************************************/ ***************************************************************************/ /* /* <DESC> * This is an example demonstrating how an application can pass in a custom * An example demonstrating how an application can pass in a custom * socket to libcurl to use. This example also handles the connect itself. * socket to libcurl to use. This example also handles the connect itself. * </DESC> */ */ #include <stdio.h> #include <stdio.h> #include <string.h> #include <string.h> Loading docs/examples/fileupload.c +5 −1 Original line number Original line Diff line number Diff line Loading @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * \___|\___/|_| \_\_____| * * * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al. * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. * * * This software is licensed as described in the file COPYING, which * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * you should have received as part of this distribution. The terms Loading @@ -19,6 +19,10 @@ * KIND, either express or implied. * KIND, either express or implied. * * ***************************************************************************/ ***************************************************************************/ /* <DESC> * Upload to a file:// URL * </DESC> */ #include <stdio.h> #include <stdio.h> #include <curl/curl.h> #include <curl/curl.h> #include <sys/stat.h> #include <sys/stat.h> Loading Loading
docs/examples/curlgtk.c +5 −2 Original line number Original line Diff line number Diff line Loading @@ -5,9 +5,12 @@ * | (__| |_| | _ <| |___ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * \___|\___/|_| \_\_____| * * * Copyright (c) 2000 David Odin (aka DindinX) for MandrakeSoft */ /* <DESC> * use the libcurl in a gtk-threaded application * </DESC> */ */ /* Copyright (c) 2000 David Odin (aka DindinX) for MandrakeSoft */ /* an attempt to use the curl library in concert with a gtk-threaded application */ #include <stdio.h> #include <stdio.h> #include <gtk/gtk.h> #include <gtk/gtk.h> Loading
docs/examples/curlx.c +4 −1 Original line number Original line Diff line number Diff line Loading @@ -9,7 +9,10 @@ certificate presented during ssl session establishment. certificate presented during ssl session establishment. */ */ /* <DESC> * demonstrates use of SSL context callback, requires OpenSSL * </DESC> */ /* /* * Copyright (c) 2003 The OpenEvidence Project. All rights reserved. * Copyright (c) 2003 The OpenEvidence Project. All rights reserved. Loading
docs/examples/evhiperfifo.c +5 −1 Original line number Original line Diff line number Diff line Loading @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * \___|\___/|_| \_\_____| * * * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. * * * This software is licensed as described in the file COPYING, which * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * you should have received as part of this distribution. The terms Loading @@ -19,6 +19,10 @@ * KIND, either express or implied. * KIND, either express or implied. * * ***************************************************************************/ ***************************************************************************/ /* <DESC> * multi socket interface together with libev * </DESC> */ /* Example application source code using the multi socket interface to /* Example application source code using the multi socket interface to * download many files at once. * download many files at once. * * Loading
docs/examples/externalsocket.c +4 −3 Original line number Original line Diff line number Diff line Loading @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * \___|\___/|_| \_\_____| * * * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. * * * This software is licensed as described in the file COPYING, which * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * you should have received as part of this distribution. The terms Loading @@ -19,9 +19,10 @@ * KIND, either express or implied. * KIND, either express or implied. * * ***************************************************************************/ ***************************************************************************/ /* /* <DESC> * This is an example demonstrating how an application can pass in a custom * An example demonstrating how an application can pass in a custom * socket to libcurl to use. This example also handles the connect itself. * socket to libcurl to use. This example also handles the connect itself. * </DESC> */ */ #include <stdio.h> #include <stdio.h> #include <string.h> #include <string.h> Loading
docs/examples/fileupload.c +5 −1 Original line number Original line Diff line number Diff line Loading @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * \___|\___/|_| \_\_____| * * * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al. * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. * * * This software is licensed as described in the file COPYING, which * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * you should have received as part of this distribution. The terms Loading @@ -19,6 +19,10 @@ * KIND, either express or implied. * KIND, either express or implied. * * ***************************************************************************/ ***************************************************************************/ /* <DESC> * Upload to a file:// URL * </DESC> */ #include <stdio.h> #include <stdio.h> #include <curl/curl.h> #include <curl/curl.h> #include <sys/stat.h> #include <sys/stat.h> Loading