Ludwig Ortmann
|
cf637942cc
|
*: add missing blank lines
Some functions had no blank lines to separate them from their
neighborhood.
|
2015-03-21 16:34:59 +01:00 |
|
Hinnerk van Bruinehsen
|
aca4724447
|
lint: fix warnings of possible nullPointer dereferences
|
2014-10-31 01:24:30 +01:00 |
|
René Kijewski
|
0cc699c0ce
|
lint: reduce scope
Fix some lint warnings of kind
```
style (variableScope): The scope of the variable '…' can be reduced
```
|
2014-09-12 11:50:12 +02:00 |
|
Oleg Hahm
|
19377261ac
|
ccnl: disable debug and fix warnings
|
2014-08-22 02:12:48 +02:00 |
|
Christian Mehlis
|
54bf710c69
|
ccnl: fix function name
|
2014-07-18 20:50:37 +02:00 |
|
Christian Mehlis
|
0aad35f33c
|
ccnl: normalize time before using it
|
2014-07-18 20:47:26 +02:00 |
|
Christian Mehlis
|
206e6688a7
|
ccnl: find bogus looping content
|
2014-04-19 21:09:12 +02:00 |
|
Christian Mehlis
|
65bd8f03c1
|
ccnl: remove useless compare
This compare is useless for CCN lite in RIOT, because
a face has always an interface with index >= 0
|
2014-04-14 00:08:44 +02:00 |
|
Christian Mehlis
|
987f2576e0
|
ccnl: LRU is the replacement strategy, rename variable to express this
|
2014-04-11 11:53:03 +02:00 |
|
Martin Lenders
|
4119e15e6b
|
Fix possible null pointer dereference
|
2014-02-20 02:29:33 +01:00 |
|
Christian Mehlis
|
a21c8d41e1
|
ccnl: fix 'no break' warning in switch
|
2014-02-19 23:23:54 +01:00 |
|
Christian Mehlis
|
9fa0844f3f
|
added nonce timeout
|
2014-02-19 23:23:53 +01:00 |
|
Christian Mehlis
|
6578669e46
|
Merge pull request #718 from Kijewski/issue-693
"Exterminate `} else {`"
|
2014-02-18 12:42:54 +01:00 |
|
Christian Mehlis
|
980bd2e7a4
|
ccnl: fix memory leak on CS error
|
2014-02-18 12:17:53 +01:00 |
|
René Kijewski
|
2349d0806e
|
"Exterminate } else { "
|
2014-02-16 23:29:47 +01:00 |
|
Christian Mehlis
|
fcabb3be2a
|
ccnl: fix two typos
|
2014-02-16 23:12:51 +01:00 |
|
Christian Mehlis
|
38529e3296
|
replace all endless for loops by while
|
2014-02-14 17:47:33 +01:00 |
|
Christian Mehlis
|
b157304481
|
ccnl: added 'content is dup' debug message
|
2014-01-11 18:28:32 +01:00 |
|
Christian Mehlis
|
84258fa112
|
implement NACK for local requesters
|
2013-12-18 19:33:33 +01:00 |
|
Christian Mehlis
|
72eec00f62
|
timeout interest
|
2013-12-18 19:33:33 +01:00 |
|
Christian Mehlis
|
51daa16018
|
get rid of not working defines
|
2013-12-18 19:33:33 +01:00 |
|
Christian Mehlis
|
ff9f557e21
|
clean up ccnl_get_face_or_create
|
2013-12-18 19:33:33 +01:00 |
|
Christian Mehlis
|
0a803a97dd
|
implement packet statistics
|
2013-12-18 19:33:33 +01:00 |
|
Christian Mehlis
|
dc727b43a7
|
make interest retransmit timeout configurable
|
2013-12-18 19:33:33 +01:00 |
|
Christian Mehlis
|
79c79870e6
|
implement hwtimer based timeout
|
2013-12-18 19:33:33 +01:00 |
|
Christian Mehlis
|
2f7fd0b35c
|
convert all time related datastructure to struct timeval
|
2013-12-18 19:33:33 +01:00 |
|
Christian Mehlis
|
af8e36b3e0
|
implement dynamic forward entries
|
2013-12-18 19:33:33 +01:00 |
|
Christian Mehlis
|
b74ee26941
|
fix: remove oldest dynamic entry in content store
|
2013-11-29 21:47:09 +01:00 |
|
Christian Mehlis
|
8ae7750263
|
import ccn lite
|
2013-11-07 00:37:38 +01:00 |
|