Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-30 | Renamed several libcurl error codes and options to make them more general | Dan Fandrich | |
and allow reuse by multiple protocols. Several unused error codes were removed. In all cases, macros were added to preserve source (and binary) compatibility with the old names. These macros are subject to removal at a future date, but probably not before 2009. An application can be tested to see if it is using any obsolete code by compiling it with the CURL_NO_OLDIES macro defined. Documented some newer error codes in libcurl-error(3) | |||
2007-08-17 | ignore all the binaries and the .deps and .libs | Daniel Stenberg | |
2007-08-11 | Patrick Monnerat modified the LDAP code and approach in curl. Starting now, | Daniel Stenberg | |
the configure script checks for openldap and friends and we link with those libs just like we link all other third party libraries, and we no longer dlopen() those libraries. Our private header file lib/ldap.h was renamed to lib/curl_ldap.h due to this. I set a tag in CVS (curl-7_17_0-preldapfix) just before this commit, just in case. | |||
2007-07-16 | Fixed some more simple compile warnings in the examples. | Dan Fandrich | |
2007-07-13 | The examples don't need access to curl internal source files. | Dan Fandrich | |
2007-07-12 | Fixed some compile warnings and errors and improved portability in the | Dan Fandrich | |
examples. Removed ftp3rdparty.c since libcurl doesn't support 3rd party FTP transfers any longer. | |||
2007-07-12 | make it compile fine | Daniel Stenberg | |
2007-07-12 | fix include path | Daniel Stenberg | |
2007-07-12 | Compile most of the example apps in docs/examples when doing a 'make check'. | Dan Fandrich | |
2007-07-06 | add note about windows and dlls with CURLOPT_WRITEDATA | Daniel Stenberg | |
2007-06-27 | James Bursa's improvement | Daniel Stenberg | |
2007-06-27 | fix little flaw that could make the transfer loop end prematurely | Daniel Stenberg | |
2007-05-02 | - Jeff Pohlmeyer improved the hiperfifo.c example to use the | Daniel Stenberg | |
CURLMOPT_TIMERFUNCTION callback option. | |||
2007-03-17 | Added cvs id. Use TOPDIR variable. Updated CSOURCES. | Gisle Vanem | |
Dependencies are now put in external file depend.dj. | |||
2006-11-19 | Frank Teo provided an updated, mostly docs changed | Daniel Stenberg | |
2006-11-08 | ok stop using old and deprecated options | Daniel Stenberg | |
2006-10-29 | Compiler warning fix | Yang Tse | |
2006-10-20 | made the arrow for 'Send SSL data' point in the right direction! | Daniel Stenberg | |
2006-10-13 | Added comments about checking return code and the maxfd counter | Daniel Stenberg | |
2006-10-12 | ghiper now uses the timer callback in the multi interface | Daniel Stenberg | |
2006-10-10 | repair id string | Daniel Stenberg | |
2006-10-10 | Added ghiper.c, Jeff Pohlmeyer's example code using the curl_multi_socket() | Daniel Stenberg | |
API with glib2 | |||
2006-10-08 | slightly improved | Daniel Stenberg | |
2006-09-13 | Use CSOURCES as other makefiles. Add line for dependency generation. | Gisle Vanem | |
2006-09-12 | hiperfifo.c by Jeff Pohlmeyer | Daniel Stenberg | |
2006-09-12 | example code by Michael Wallner | Daniel Stenberg | |
2006-07-05 | Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows ↵ | Yang Tse | |
headers when compiled with Cygwin in POSIX emulation mode. | |||
2006-06-30 | typecast the number passed to CURLOPT_INFILESIZE_LARGE as a curl_off_t | Daniel Stenberg | |
2006-05-11 | The new ftpuploadresume.c example by Philip Bock | Daniel Stenberg | |
2006-05-02 | Make this code use the proper pointers | Daniel Stenberg | |
2006-04-09 | new little example using the new conversion callbacks added in 7.15.4 | Daniel Stenberg | |
2006-02-04 | Frank's synctime.c example and an updated list in README | Daniel Stenberg | |
2005-12-14 | Rene Bernhardt's corrections | Daniel Stenberg | |
2005-10-10 | make it compile warning-free and free() the memory before exit | Daniel Stenberg | |
2005-08-24 | Theo Borm's example, as was posted here: | Daniel Stenberg | |
http://curl.haxx.se/mail/lib-2005-08/0163.html | |||
2005-07-28 | fixed example since this is how the interface works now | Daniel Stenberg | |
2005-07-27 | Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is a | Daniel Stenberg | |
simple interface to extracting and setting cookies in libcurl's internal "cookie jar". See the new cookie_interface.c example code. | |||
2005-05-09 | Jeremy Brown's OpenSSL thread-locking example | Daniel Stenberg | |
2005-02-09 | Some functions are static here, but extern in libxml's | Gisle Vanem | |
SAX.h. gcc doesn't like that. Rename. | |||
2005-02-04 | fix type | Daniel Stenberg | |
2005-02-02 | another example | Daniel Stenberg | |
2005-02-02 | HTML parsing example with libtidy, by Jeff Pohlmeyer | Daniel Stenberg | |
2005-01-31 | somewhat nicer libcurl usage | Daniel Stenberg | |
2005-01-31 | htmltitle | Daniel Stenberg | |
2005-01-31 | HTML <head> parsing (with libxml) example code by Lars Nilsson. | Daniel Stenberg | |
2005-01-21 | FTP third transfer support overhaul. See CHANGES for details. | Daniel Stenberg | |
2005-01-20 | If you give a *_LARGE option you MUST make sure that the type of the passed-in | Daniel Stenberg | |
argument is a curl_off_t. If you use CURLOPT_INFILESIZE (without _LARGE) you must make sure that to pass in a type 'long' argument. */ | |||
2005-01-19 | add a URL to an article about making Apache support PUT | Daniel Stenberg | |
2004-11-26 | Added anyauthput.exe. | Gisle Vanem | |
2004-11-24 | HTTP "auth done right". See lib/README.httpauth | Daniel Stenberg | |