aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/fetcher/fetcher_manager.c
Commit message (Collapse)AuthorAgeFilesLines
* fetcher: Add option to retrieve response code from a fetcherTobias Brunner2014-05-191-0/+4
|
* Fixed some typosTobias Brunner2014-02-181-1/+1
|
* curl: add an option to fetch bound to a local source addressMartin Willi2013-06-111-0/+8
|
* fetcher: add missing "continue" when handling FETCH_CALLBACKMartin Willi2013-06-111-1/+1
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
|
* Added a new FETCH_CALLBACK option to fetch data without allocationMartin Willi2011-04-041-6/+12
|
* Migrated fetcher_manager to INIT/METHOD macrosMartin Willi2011-04-041-32/+25
|
* Do not pass an enum type to va_argMartin Willi2011-01-171-2/+2
|
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-1/+1
|
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-231-1/+1
|
* Moved mutex.c to a separate folder in order to cleanly wrap other threading ↵Tobias Brunner2009-12-231-1/+1
| | | | primitives (and utils/mutex.h is now threading.h).
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-10/+10
|
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵Tobias Brunner2009-08-141-1/+1
| | | | enums mutex/condvar/rwlock_type_t.
* 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-0/+4
|
* wrapped all pthread_rwlock_t in profilable rwlock_tMartin Willi2008-11-051-13/+10
|
* got rid of deprecated create_iterator_locked()Martin Willi2008-11-051-0/+1
|
* some C libraries need _GNU_SOURCE for rwlocksMartin Willi2008-03-201-0/+2
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-0/+206