index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libfast
Commit message (
Expand
)
Author
Age
Files
Lines
*
Using the thread wrapper in charon, libstrongswan and their plugins.
Tobias Brunner
2009-12-23
2
-25
/
+30
*
Check if libpthread is required or not.
Tobias Brunner
2009-12-23
1
-1
/
+1
*
Separated the public interfaces of the threading primitives.
Tobias Brunner
2009-12-23
1
-1
/
+1
*
Moved mutex.c to a separate folder in order to cleanly wrap other threading p...
Tobias Brunner
2009-12-23
1
-1
/
+1
*
Improved libfast session management, using a hashtable
Martin Willi
2009-12-08
2
-40
/
+109
*
added lost session cookie buffer
Martin Willi
2009-09-11
1
-0
/
+1
*
Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macro
Martin Willi
2009-09-11
1
-3
/
+1
*
double check session id has been initialized
Martin Willi
2009-09-10
1
-1
/
+1
*
remove obsolete @brief doxygen tags
Martin Willi
2009-09-10
2
-2
/
+2
*
Use wrapped mutex_t/condvar_t instead of pthread_mutex/cond_t
Martin Willi
2009-09-10
1
-10
/
+16
*
libfast uses enumerator instead of deprecated iterator
Martin Willi
2009-09-10
1
-12
/
+12
*
remove spaces before tabs at the beginning of lines (^( )+\t)
Martin Willi
2009-09-04
1
-2
/
+2
*
replaces four spaces by tabs, where appropriate
Martin Willi
2009-09-04
3
-9
/
+9
*
removed trailing spaces ([[:space:]]+$)
Martin Willi
2009-09-04
9
-111
/
+111
*
use time_monotonic() instead of time() for statistics and time difference cal...
Martin Willi
2009-08-31
1
-3
/
+3
*
removing svn keyword $Id$ from all files
Tobias Brunner
2009-04-30
9
-18
/
+0
*
updated Doxyfile
Martin Willi
2009-03-24
5
-5
/
+5
*
passing controller arguments to filter, not controller itself
Martin Willi
2008-06-11
2
-26
/
+36
*
replaced freeswan ttodata by own chunk_{to|from}_{hex|base64} functions
Martin Willi
2008-04-24
1
-1
/
+1
*
added API for random number generators, served through credential factory
Martin Willi
2008-04-15
1
-6
/
+9
*
fixed memory leak in dispatcher
Martin Willi
2008-03-27
1
-0
/
+2
*
merged the modularization branch (credentials) back to trunk
Martin Willi
2008-03-13
10
-0
/
+1637