aboutsummaryrefslogtreecommitdiff
path: root/docs/INTERNALS
AgeCommit message (Collapse)Author
2012-04-13nss: unconditionally require PK11_CreateGenericObject()Kamil Dudka
This bumps the minimal supported version of NSS to 3.12.x.
2012-04-06curl tool: use configuration files from lib directoryYang 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-14cyassl: update to CyaSSL 2.0.x APItoddouska
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-23Require a less ancient version of perlColin 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-17INTERNALS: clean upDaniel Stenberg
Clarified the release procedure
2011-01-27Some minor edits including updates to function namesDan Fandrich
2011-01-21Mention axTLS in some more documentationDan Fandrich
2010-09-21duphandle: 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-29INTERNALS: tftp is decent now, ldap is notDaniel Stenberg
It's not quite fair to list TFTP is a "crappy" member of the libcurl family so I removed its mentioning.
2010-03-22various changes of CVS to gitDaniel Stenberg
2010-02-14removed trailing whitespaceYang Tse
2009-10-21Update memory tracking/debugging referenceYang Tse
2009-07-14renamed 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-30mention that cvs is needed for releasesDaniel Stenberg
2008-06-26let's try to maintain compatibility with NSS 3.11.xDaniel Stenberg
2008-06-12added the versions of a range of build tools that we want to remain to workDaniel Stenberg
2008-06-12My first attempt at documenting what we try to support and make curl run withDaniel Stenberg
in regard to C standard, third party libraries and operating systems etc.
2007-11-26more blurbDaniel Stenberg
2007-11-26slightly less outdatedDaniel Stenberg
2007-09-20the winsock stuff is made by curl_global_initDaniel Stenberg
2002-02-27minor editDaniel Stenberg
2001-11-02more accurateDaniel Stenberg
2001-05-29updated, improved language at a few placesDaniel Stenberg
2001-04-27clarified and updatedDaniel Stenberg
2001-04-23persistent is spelled with an 'e', not an 'a'Daniel Stenberg
2001-03-137.7 beta 2 fixesDaniel Stenberg
2001-03-13a whole new section on persitant connections and how they're treatedDaniel Stenberg
internally
2001-01-26moved the symbols talk to the library part, updated slightly to matchDaniel Stenberg
2001-01-19edited the portable code sectionDaniel Stenberg
2001-01-17brought up-to-date and extendedDaniel Stenberg
2001-01-05Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg
2000-11-29minor things about the test suite addedDaniel Stenberg
2000-10-11updated to better reflect realityDaniel Stenberg
2000-06-14updated to be more valid for version 7 workingsDaniel Stenberg
2000-05-22moved here from the root directoryDaniel Stenberg