aboutsummaryrefslogtreecommitdiffstats
path: root/src/libfast
Commit message (Expand)AuthorAgeFilesLines
* Using the thread wrapper in charon, libstrongswan and their plugins.Tobias Brunner2009-12-232-25/+30
* Check if libpthread is required or not.Tobias Brunner2009-12-231-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 p...Tobias Brunner2009-12-231-1/+1
* Improved libfast session management, using a hashtableMartin Willi2009-12-082-40/+109
* added lost session cookie bufferMartin Willi2009-09-111-0/+1
* Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macroMartin Willi2009-09-111-3/+1
* double check session id has been initializedMartin Willi2009-09-101-1/+1
* remove obsolete @brief doxygen tagsMartin Willi2009-09-102-2/+2
* Use wrapped mutex_t/condvar_t instead of pthread_mutex/cond_tMartin Willi2009-09-101-10/+16
* libfast uses enumerator instead of deprecated iteratorMartin Willi2009-09-101-12/+12
* remove spaces before tabs at the beginning of lines (^( )+\t)Martin Willi2009-09-041-2/+2
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-043-9/+9
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-049-111/+111
* use time_monotonic() instead of time() for statistics and time difference cal...Martin Willi2009-08-311-3/+3
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-309-18/+0
* updated DoxyfileMartin Willi2009-03-245-5/+5
* passing controller arguments to filter, not controller itselfMartin Willi2008-06-112-26/+36
* replaced freeswan ttodata by own chunk_{to|from}_{hex|base64} functionsMartin Willi2008-04-241-1/+1
* added API for random number generators, served through credential factoryMartin Willi2008-04-151-6/+9
* fixed memory leak in dispatcherMartin Willi2008-03-271-0/+2
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-1310-0/+1637