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
/
libstrongswan
/
utils
/
linked_list.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved data structures to new collections subfolder
Tobias Brunner
2012-10-24
1
-319
/
+0
*
Add a linked list constructor taking items from a vararg list
Martin Willi
2012-09-18
1
-2
/
+11
*
Add a linked list constructor initializing from an enumerator
Martin Willi
2012-09-11
1
-0
/
+8
*
Added linked_list_t.has_more which checks if any elements follow an enumerato...
Tobias Brunner
2011-07-06
1
-0
/
+8
*
Make sure the enumerator stops after all items have been enumerated.
Tobias Brunner
2011-07-06
1
-3
/
+4
*
Finally removed deprecated iterator_t.
Tobias Brunner
2011-07-06
1
-14
/
+0
*
Removed unneeded and confusing insert_after method from linked_list_t.
Tobias Brunner
2011-07-06
1
-17
/
+6
*
Added a function to reset the enumerator of a linked list.
Tobias Brunner
2011-07-06
1
-0
/
+7
*
"this" removed from comments.
Tobias Brunner
2011-07-06
1
-3
/
+0
*
Added a replace function to linked_list_t.
Tobias Brunner
2011-07-06
1
-0
/
+10
*
Added an insert_after and insert_before function to linked_list_t.
Tobias Brunner
2011-07-06
1
-1
/
+27
*
Some minor comment fixes.
Tobias Brunner
2010-09-02
1
-14
/
+20
*
remove spaces within tabs (\t( )+\t)
Martin Willi
2009-09-04
1
-2
/
+2
*
removed trailing spaces ([[:space:]]+$)
Martin Willi
2009-09-04
1
-36
/
+36
*
removing svn keyword $Id$ from all files
Tobias Brunner
2009-04-30
1
-2
/
+0
*
merged multi-auth branch back into trunk
Martin Willi
2009-04-14
1
-1
/
+0
*
updated Doxyfile
Martin Willi
2009-03-24
1
-1
/
+1
*
got rid of deprecated create_iterator_locked()
Martin Willi
2008-11-05
1
-16
/
+1
*
merging kernel_pfkey plugin back from kernel-interface branch
Tobias Brunner
2008-10-14
1
-3
/
+7
*
functions invoked on all linked list items now support up to five additional ...
Tobias Brunner
2008-04-18
1
-3
/
+13
*
two small fixes
Tobias Brunner
2008-03-13
1
-1
/
+1
*
merged the modularization branch (credentials) back to trunk
Martin Willi
2008-03-13
1
-119
/
+64
*
find methods for linked lists
Tobias Brunner
2008-02-14
1
-0
/
+57
*
implemented enumerator for linked_list
Martin Willi
2007-10-04
1
-1
/
+16
*
made linked lists invoke() method consistent to clone_*() and destroy_*() met...
Martin Willi
2007-08-09
1
-1
/
+9
*
added two methods to clone linked lists and the contained objects.
Tobias Brunner
2007-07-31
1
-0
/
+19
*
better split up of library files "types.h" & "definitions.h"
Martin Willi
2006-10-31
1
-1
/
+1
*
moved typedefs to beginning of files to solve some include problems
Martin Willi
2006-10-30
1
-4
/
+3
*
linked list cleanups
Martin Willi
2006-10-24
1
-55
/
+90
*
introduced new logging subsystem using bus:
Martin Willi
2006-10-18
1
-21
/
+15
*
updated copyright information
Martin Willi
2006-07-07
1
-1
/
+2
*
(no commit message)
Martin Willi
2006-05-10
1
-0
/
+203