aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/curl/curl_fetcher.c
Commit message (Collapse)AuthorAgeFilesLines
* Use CURL_TIMEOUT and not CURL_CONNECTTIMEOUT for FETCHER_TIMEOUT in curlMartin Willi2013-02-081-5/+12
| | | | | This allows us to use this timeout beyond DNS resolution. For the initial connect, we use a hardcoded timeout of 10s for now.
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Support FETCH_CALLBACK in curl fetcherMartin Willi2011-04-041-11/+34
|
* Added a new FETCH_CALLBACK option to fetch data without allocationMartin Willi2011-04-041-1/+2
|
* Add missing va_end to va_start in curl_fetcherMartin Willi2011-01-171-6/+10
|
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-181-4/+6
|
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-2/+2
|
* Migrated curl_fetcher to INIT/METHOD macrosMartin Willi2009-12-171-22/+18
|
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-1/+1
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-10/+10
|
* pluto and scepclient use the random plugin from libstrongswanAndreas Steffen2009-04-301-1/+0
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* pluto and scepclient use the curl and ldap fetcher pluginsAndreas Steffen2009-04-291-12/+27
|
* merged multi-auth branch back into trunkMartin Willi2009-04-141-13/+13
|
* fixed compiler warnings issued by:Martin Willi2008-11-111-1/+1
| | | | | | gcc 4.3 curl.h gcc type-checking glibc with enabled FORTIFY_SOURCE checking
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-0/+176