Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-13 | nss: unconditionally require PK11_CreateGenericObject() | Kamil Dudka | |
This bumps the minimal supported version of NSS to 3.12.x. | |||
2012-04-06 | curl tool: use configuration files from lib directory | Yang Tse | |
Configuration files such as curl_config.h and all config-*.h no longer exist nor are generated/copied into 'src' directory, now these only exist in 'lib' directory from where curl tool sources uses them. Additionally old src/setup.h has been refactored into src/tool_setup.h which now pulls lib/setup.h The possibility of a makefile needing an include path adjustment exists. | |||
2012-02-14 | cyassl: update to CyaSSL 2.0.x API | toddouska | |
Modify configure.ac to test for new CyaSSL Init function and remove default install path to system. Change to CyaSSL OpenSSL header and proper Init in code as well. Note that this no longer detects or works with CyaSSL before v2 | |||
2011-12-23 | Require a less ancient version of perl | Colin Hogben | |
The INTERNALS document suggested that compatibility should be maintained with perl version 4, but this was untrue - scripts such as chksource.pl and runtests.pl use perl5-isms. | |||
2011-04-17 | INTERNALS: clean up | Daniel Stenberg | |
Clarified the release procedure | |||
2011-01-27 | Some minor edits including updates to function names | Dan Fandrich | |
2011-01-21 | Mention axTLS in some more documentation | Dan Fandrich | |
2010-09-21 | duphandle: use ares_dup() | Daniel Stenberg | |
curl_easy_duphandle() was not properly duping the ares channel. The ares_dup() function was introduced in c-ares 1.6.0 so by starting to use this function we also raise the bar and require c-ares >= 1.6.0 (released Dec 9, 2008) for such builds. Reported by: Ning Dong Bug: http://curl.haxx.se/mail/lib-2010-08/0318.html | |||
2010-04-29 | INTERNALS: tftp is decent now, ldap is not | Daniel Stenberg | |
It's not quite fair to list TFTP is a "crappy" member of the libcurl family so I removed its mentioning. | |||
2010-03-22 | various changes of CVS to git | Daniel Stenberg | |
2010-02-14 | removed trailing whitespace | Yang Tse | |
2009-10-21 | Update memory tracking/debugging reference | Yang Tse | |
2009-07-14 | renamed generated config.h to curl_config.h in order to avoid clashes when ↵ | Gunter Knauf | |
libcurl is used with other projects which also have a config.h. | |||
2009-04-30 | mention that cvs is needed for releases | Daniel Stenberg | |
2008-06-26 | let's try to maintain compatibility with NSS 3.11.x | Daniel Stenberg | |
2008-06-12 | added the versions of a range of build tools that we want to remain to work | Daniel Stenberg | |
2008-06-12 | My first attempt at documenting what we try to support and make curl run with | Daniel Stenberg | |
in regard to C standard, third party libraries and operating systems etc. | |||
2007-11-26 | more blurb | Daniel Stenberg | |
2007-11-26 | slightly less outdated | Daniel Stenberg | |
2007-09-20 | the winsock stuff is made by curl_global_init | Daniel Stenberg | |
2002-02-27 | minor edit | Daniel Stenberg | |
2001-11-02 | more accurate | Daniel Stenberg | |
2001-05-29 | updated, improved language at a few places | Daniel Stenberg | |
2001-04-27 | clarified and updated | Daniel Stenberg | |
2001-04-23 | persistent is spelled with an 'e', not an 'a' | Daniel Stenberg | |
2001-03-13 | 7.7 beta 2 fixes | Daniel Stenberg | |
2001-03-13 | a whole new section on persitant connections and how they're treated | Daniel Stenberg | |
internally | |||
2001-01-26 | moved the symbols talk to the library part, updated slightly to match | Daniel Stenberg | |
2001-01-19 | edited the portable code section | Daniel Stenberg | |
2001-01-17 | brought up-to-date and extended | Daniel Stenberg | |
2001-01-05 | Internal symbols that aren't static are now prefixed with 'Curl_' | Daniel Stenberg | |
2000-11-29 | minor things about the test suite added | Daniel Stenberg | |
2000-10-11 | updated to better reflect reality | Daniel Stenberg | |
2000-06-14 | updated to be more valid for version 7 workings | Daniel Stenberg | |
2000-05-22 | moved here from the root directory | Daniel Stenberg | |