Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-16 | pkt: Initialize size member properly | Tobias Klauser | 1 | -0/+1 | |
Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | |||||
2015-02-16 | pkt: Implement growing of packet on pkt_put | Tobias Klauser | 2 | -9/+19 | |
Also get rid of the unnecessary head member of struct pkt. For now we only append data at the end of a packet. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | |||||
2015-02-16 | log: Add log_dbg() to facilitate debugging | Tobias Klauser | 2 | -0/+9 | |
Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | |||||
2015-02-16 | all: Remove trailing whitespaces | Tobias Klauser | 3 | -7/+7 | |
Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | |||||
2015-02-06 | pkt: Fix variable typo | Tobias Klauser | 1 | -1/+1 | |
Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | |||||
2015-02-06 | pkt: Fix tail pointer initialization error | Tobias Klauser | 1 | -4/+1 | |
Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | |||||
2015-02-06 | Initial import, still work in progress | Tobias Klauser | 17 | -0/+1514 | |