summaryrefslogtreecommitdiff
path: root/docs/INTERNALS
Commit message (Collapse)AuthorAgeFilesLines
* sasl_gssapi: Introduced GSS-API based SASL moduleSteve Holme2014-12-021-3/+3
| | | | | Added the initial version of curl_sasl_gssapi.c and updated the project files in preparation for adding GSS-API based Kerberos V5 support.
* docs: Updated for the SMB protocolBill Nagel2014-11-301-0/+4
| | | | This patch updates the documentation for the SMB/CIFS protocol.
* docs: Use consistent naming for KerberosMichael Osipov2014-11-151-1/+1
|
* vtls: remove QsoSSLPatrick Monnerat2014-10-131-1/+1
|
* INTERNALS: Added email and updated Kerberos detailsSteve Holme2014-09-101-1/+8
|
* INTERNALS: nghttp2 must be 0.6.0 or laterDaniel Stenberg2014-08-261-0/+1
|
* Curl_ossl_init: call OPENSSL_config for initing enginesDaniel Stenberg2014-06-031-1/+1
| | | | | Bug: http://curl.haxx.se/mail/lib-2014-06/0003.html Reported-by: Дмитрий Фалько
* polarssl: now require 1.3.0+Daniel Stenberg2014-03-171-0/+1
| | | | Also fixed a function name change in the version requirement bump
* docs: fixed a bunch of typosDan Fandrich2014-03-141-1/+1
|
* docs/INTERNALS: follow up fix for 11e8066 and 92b9ae5Marc Hoersken2014-01-051-3/+3
|
* nss: use a better API for controlling SSL versionKamil Dudka2013-12-021-1/+1
| | | | This change introduces a dependency on NSS 3.14+.
* LIBCURL-STRUCTS: new documentDaniel Stenberg2013-08-061-72/+41
| | | | | | | | | | | | | This is the first version of this new document, detailing the seven perhaps most important internal structs in libcurl source code: 1.1 SessionHandle 1.2 connectdata 1.3 Curl_multi 1.4 Curl_handler 1.5 conncache 1.6 Curl_share 1.7 CookieInfo
* OS400: synchronize RPG bindingPatrick Monnerat2013-03-121-2/+2
|
* Revert "configure: update req to 2.59"Daniel Stenberg2013-01-081-1/+1
| | | | | | This reverts commit 7a6d8b1b1a8fcc184c36d6b6e741e32250b4bacb. URL: http://curl.haxx.se/mail/lib-2013-01/0103.html
* configure: update req to 2.59Daniel Stenberg2013-01-081-1/+1
| | | | | | | | | | | | | I ran the 2.59 version of autoupdate that updates obsoleted configure.ac constructs to the 2.59 standard. With a little hands-on fiddling I prevented it from ruining the quoting in AS_HELP_STRING() uses. I subsequently also bumped the required autoconf version to 2.59 (released in December 2003) as I don't have an older autoconf version around to test with and I can't be bothered to install one either... Inspired by: Björn Stenberg Related blog post: http://cazfi.livejournal.com/195108.html
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-54/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts renaming and usage of lib/*.h header files done 28-12-2012, reverting 2 commits: f871de0... build: make use of 76 lib/*.h renamed files ffd8e12... build: rename 76 lib/*.h files This also reverts removal of redundant include guard (redundant thanks to changes in above commits) done 2-12-2013, reverting 1 commit: c087374... curl_setup.h: remove redundant include guard This also reverts renaming and usage of lib/*.c source files done 3-12-2013, reverting 3 commits: 13606bb... build: make use of 93 lib/*.c renamed files 5b6e792... build: rename 93 lib/*.c files 7d83dff... build: commit 13606bbfde follow-up 1 Start of related discussion thread: http://curl.haxx.se/mail/lib-2013-01/0012.html Asking for confirmation on pushing this revertion commit: http://curl.haxx.se/mail/lib-2013-01/0048.html Confirmation summary: http://curl.haxx.se/mail/lib-2013-01/0079.html NOTICE: The list of 2 files that have been modified by other intermixed commits, while renamed, and also by at least one of the 6 commits this one reverts follows below. These 2 files will exhibit a hole in history unless git's '--follow' option is used when viewing logs. lib/curl_imap.h lib/curl_smtp.h
* INTERNALS: remove "footnote" never usedDaniel Stenberg2013-01-031-3/+0
|
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-53/+54
| | | | | | 93 *.c source files renamed to use our standard naming scheme. This change affects 77 files in libcurl's source tree.
* curl tool: renaming hugehelp files to tool_hugehelpYang Tse2012-12-261-4/+4
|
* Fixed some typos in documentationDan Fandrich2012-07-201-1/+1
|
* nss: unconditionally require PK11_CreateGenericObject()Kamil Dudka2012-04-131-1/+1
| | | | This bumps the minimal supported version of NSS to 3.12.x.
* curl tool: use configuration files from lib directoryYang Tse2012-04-061-3/+3
| | | | | | | | | | | 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.
* cyassl: update to CyaSSL 2.0.x APItoddouska2012-02-141-1/+1
| | | | | | | | 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
* Require a less ancient version of perlColin Hogben2011-12-231-1/+1
| | | | | | 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.
* INTERNALS: clean upDaniel Stenberg2011-04-171-17/+29
| | | | Clarified the release procedure
* Some minor edits including updates to function namesDan Fandrich2011-01-271-19/+23
|
* Mention axTLS in some more documentationDan Fandrich2011-01-211-0/+1
|
* duphandle: use ares_dup()Daniel Stenberg2010-09-211-1/+1
| | | | | | | | | | 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
* INTERNALS: tftp is decent now, ldap is notDaniel Stenberg2010-04-291-1/+1
| | | | | It's not quite fair to list TFTP is a "crappy" member of the libcurl family so I removed its mentioning.
* various changes of CVS to gitDaniel Stenberg2010-03-221-7/+7
|
* removed trailing whitespaceYang Tse2010-02-141-6/+6
|
* Update memory tracking/debugging referenceYang Tse2009-10-211-3/+14
|
* renamed generated config.h to curl_config.h in order to avoid clashes when ↵Gunter Knauf2009-07-141-3/+3
| | | | libcurl is used with other projects which also have a config.h.
* mention that cvs is needed for releasesDaniel Stenberg2009-04-301-0/+3
|
* let's try to maintain compatibility with NSS 3.11.xDaniel Stenberg2008-06-261-1/+1
|
* added the versions of a range of build tools that we want to remain to workDaniel Stenberg2008-06-121-0/+13
|
* My first attempt at documenting what we try to support and make curl run withDaniel Stenberg2008-06-121-0/+37
| | | | in regard to C standard, third party libraries and operating systems etc.
* more blurbDaniel Stenberg2007-11-261-0/+41
|
* slightly less outdatedDaniel Stenberg2007-11-261-20/+23
|
* the winsock stuff is made by curl_global_initDaniel Stenberg2007-09-201-3/+2
|
* minor editDaniel Stenberg2002-02-271-5/+5
|
* more accurateDaniel Stenberg2001-11-021-14/+21
|
* updated, improved language at a few placesDaniel Stenberg2001-05-291-26/+41
|
* clarified and updatedDaniel Stenberg2001-04-271-36/+73
|
* persistent is spelled with an 'e', not an 'a'Daniel Stenberg2001-04-231-3/+3
|
* 7.7 beta 2 fixescurl-7_7-beta2Daniel Stenberg2001-03-131-19/+37
|
* a whole new section on persitant connections and how they're treatedDaniel Stenberg2001-03-131-8/+38
| | | | internally
* moved the symbols talk to the library part, updated slightly to matchDaniel Stenberg2001-01-261-9/+13
|
* edited the portable code sectionDaniel Stenberg2001-01-191-9/+12
|
* brought up-to-date and extendedDaniel Stenberg2001-01-171-36/+108
|