|
dba6207856
|
list: added new function list_lookup_index()
|
2018-05-24 09:05:00 +02:00 |
|
|
e32fe06efd
|
list: added new list_index() function
|
2018-03-26 12:52:04 +02:00 |
|
|
e3fc832a0c
|
list: some code style cleanup
|
2018-03-26 12:51:43 +02:00 |
|
|
0017d1bcb1
|
refactor: change include prefix
|
2018-02-04 16:40:52 +01:00 |
|
|
702dc34052
|
c++: add proper casts from void *
|
2017-10-20 11:54:00 +02:00 |
|
|
5917b33314
|
refactor: list_init() should return an integer like all other _init() functions
|
2017-08-28 14:34:47 +02:00 |
|
|
b59a989278
|
cleanup trailing whitespaces
|
2017-07-25 12:07:06 +02:00 |
|
|
1e5c143ff9
|
list: added list_set()
|
2017-05-23 12:12:39 +02:00 |
|
|
49054eef9f
|
cleanup: removed trailing whitespaces in code
|
2017-05-05 19:24:16 +00:00 |
|
|
5be1853649
|
added GPL license to file headers
|
2017-04-27 12:56:43 +02:00 |
|
|
411b9dd326
|
replaced most occurrences of list_foreach with a traditional for loop due to performance reasons
|
2017-03-25 21:23:31 +01:00 |
|
|
cc8984e2d0
|
assert instead of run-time errors
|
2017-03-12 17:04:43 -03:00 |
|
|
3e7c855526
|
updated licence and copyright info in file headers
|
2017-03-03 20:20:13 -04:00 |
|
|
7ec6aee288
|
Merge remote-tracking branch 'rwth/develop' into feature-curlio
|
2017-02-18 11:05:11 -05:00 |
|
|
30e0ecf544
|
refactored dtor_cb_t to return an integer
|
2017-02-18 10:43:01 -05:00 |
|
|
1dba01a8ae
|
Re-license source code to LGPLv2.1 (closes #56)
|
2016-11-22 11:14:25 -05:00 |
|
|
50ce6bad07
|
provide a way to detect a destroyed list
|
2016-10-01 05:58:27 -04:00 |
|
|
ad8ee1c3f7
|
renamed S2SS to VILLASnode
|
2016-06-08 23:31:58 +02:00 |
|
|
5d5b36cd76
|
moved list destructor and added optional free() of list items
|
2016-04-16 19:54:26 +02:00 |
|
|
08181c2f94
|
made list helpers static
|
2016-03-29 08:59:26 +02:00 |
|
|
9b56be2bc6
|
updated copyright year to 2016
|
2016-02-09 05:33:19 +01:00 |
|
|
4a0b502fb2
|
removed nested functions to enable compilation with Clang
|
2016-01-15 00:06:40 +01:00 |
|
|
00b0457102
|
fixed list_count() and list_contains() -- messed return codes..
|
2015-12-11 18:19:17 +01:00 |
|
|
232acba2d3
|
added function to remove elements from list
|
2015-12-09 15:48:39 +01:00 |
|
|
af62bcee16
|
smaller refactoring and fixes
|
2015-12-04 01:54:33 +01:00 |
|
|
f645e498e7
|
restructured repository
|
2015-11-23 17:44:14 +01:00 |
|