Commit Graph

4291 Commits (0f2fa7883cf75bec70d3ade0ec8d3e00b8151a7c)

Author SHA1 Message Date
smlng 1be74bc7a5 gnrc, tcp: set param THREAD_CREATE_STACKTEST for mem stats in ps 6 years ago
Kaspar Schleiser 3d48eee095 cleanup: apply remove_atoi_casts.cocci (coccinelle) 6 years ago
Kaspar Schleiser f5a4124866 Merge pull request #6976 from miri64/conn/cleanup/rm
net: remove conn API
6 years ago
smlng cc24aab5a5 gnrc, tcp: fix assert 6 years ago
Alexandre Abadie d347ec04f5 Merge pull request #7005 from OTAkeys/pr/fix_shell_no_echo
sys/shell: fix build when SHELL_NO_ECHO is defined
6 years ago
Peter Kietzmann 6d85c8230b Merge pull request #7022 from cgundogan/pr/ccnl_buf_ptr_off_by_one
ccn-lite: shell: do not count white space after single word
6 years ago
Peter Kietzmann ba39f3b620 Merge pull request #7023 from cgundogan/pr/ccnl_remove_leaks
ccn-lite: shell: remove leaks
6 years ago
Hauke Petersen 3511deb4d5 saul/gpio: differentiate SENSE_BTN and ACT_SWITCH 6 years ago
Cenk Gündoğan 3db032d41e ccn-lite: shell: free all memory, not just prefix struct 6 years ago
Cenk Gündoğan 4dd8bd13d2 ccn-lite: shell: free prefix after preparing the content 6 years ago
Cenk Gündoğan bbf8de0dbd ccn-lite: shell: do not count white space after single word
If a single word is added to the content cache via `ccnl_cont /TEST
hello`, then the resulting wireshark dump of a successful `ccnl_int
/TEST` will contain a TLV of len(hello) plus 1 (whit space). By
incrementing `buf_ptr` only for loop iterations `> 2` fixes this. As a
bonus, I removed the superfluous `memset` to white space, as the buffer
is correctly terminated with a '\0' character.
6 years ago
Martine Lenders 81ab0fdc1f Merge pull request #7018 from haukepetersen/fix_saul_doc
sys/saul_reg: fixed return val doc for write func
6 years ago
Hauke Petersen dc4aa9768a sys/saul_reg: fixed return val doc for write func 6 years ago
José Alamos 5dc146269d sys/hashes: add AES-CMAC implementation 6 years ago
Vincent Dupont 669a6922f3 sys/shell: fix build when SHELL_NO_ECHO is defined
When SHELL_NO_ECHO was defined and not SHELL_NO_PROMPT build was broken
because _putchar was not defined.
This define _putchar when one of SHELL_NO_PROMPT or SHELL_NO_ECHO is not
defined.
6 years ago
Martine Lenders 13770361bb
net: remove conn API
conn was deprecated in 38217347. 3 Releases later and now that no module
is using it RIOT-internally anymore, I think it is time to say goodbye.
6 years ago
Martine Lenders 3897b75096 Merge pull request #6974 from miri64/nhdp/cleanup/port-to-sock
nhdp: port to sock
6 years ago
Martine Lenders ddda31c509 Merge pull request #6972 from brummer-simon/gnrc_tcp-cleanup-gnrc_tcp_tcb_init
gnrc_tcp: cleanup: shortend gnrc_tcp_tcb_init()
6 years ago
Martine Lenders 53a9dc36ed
nhdp: port to sock 6 years ago
Sebastian Meiling c08cf4a596 Merge pull request #6968 from smlng/net/gnrc_tcp/cleanup
gnrc_tcp: optimize and cleanup operations on TCB list
6 years ago
Simon Brummer 2f0a17b80f gnrc_tcp: cleanup: shortend gnrc_tcp_tcb_init() 6 years ago
smlng ba09fad7ed gnrc_tcp: optimize and cleanup operations on TCB list 6 years ago
Martine Lenders 006b12e4b3 Merge pull request #6960 from emmanuelsearch/delete-3des
sys: crypto: Remove 3DES crypto
6 years ago
Martine Lenders 92fe842149 Merge pull request #6961 from miri64/ipv6_addr/fix/off-by-one
ipv6_addr: provide fix for off-by-x error
6 years ago
Sebastian Meiling 9480488e92 Merge pull request #6742 from brummer-simon/gnrc_tcp-cleanup-minor_changes
gnrc_tcp: cleanup: minor changes
6 years ago
smlng 41c43fd837 rpl: make parent lifetime consistent with other timers 6 years ago
Simon Brummer a9da0dc4f2 gnrc_tcp: cleanup: various minor changes 6 years ago
Martine Lenders eef90c06fb ipv6_addr: provide fix for off-by-x error 6 years ago
Emmanuel Baccelli 6589c01aa0 sys/crypto: remove 3DES 6 years ago
Ken Bannister 7c19ad65e2 gcoap: Fix compilation error when client token length macro set to 0. 6 years ago
Sebastian Meiling 5ee49c3bbc Merge pull request #6938 from smlng/net/gnrc/pkt_opt
gnrc: cleanup of gnrc_pkt and enhance unittest
6 years ago
smlng 6d4095132c sys: shell: gnrc_6ctx: further fix gnrc_6ctx_add error handling 6 years ago
smlng d11754031a gnrc: cleanup and corrections in gnrc_pkt 6 years ago
Kaspar Schleiser 993ed203b5 Merge pull request #6947 from kaspar030/fix_NULL_zero_checks
some (ptr == 0) -> (ptr == NULL) fixes (found by coccinelle)
6 years ago
Kaspar Schleiser 7c20266a22 sys: shell: gnrc_6ctx: fix gnrc_6ctx_add error handling 6 years ago
Kaspar Schleiser 185c7ac11b some (ptr == 0) -> (ptr == NULL) fixes (found by coccinelle) 6 years ago
smlng 3a6cb0dc71 sys, posix: fix cppcheck warnings and errors in posix_socket 6 years ago
Martine Lenders 38f383c68d Merge pull request #6703 from OlegHahm/cppcheck_fixes
dist: enable cppcheck warnings for all files
6 years ago
smlng 25e62a7087 net, icmpv6: correct debug output 6 years ago
Oleg Hahm fae24057df conn: udp: eliminate redundant assignment 6 years ago
Joseph Noir 93770edce4 cpp11-compat: address cppcheck warnings 6 years ago
Oleg Hahm a9cc8babba gnrc: ndp: suppress wrong cppcheck warnings 6 years ago
Oleg Hahm 45cd9ad5c4 gnrc: 6lowpan-nd: suppress wrong cppcheck warnings 6 years ago
Oleg Hahm 191797bc6b gnrc: 6lowpan-nd: removed superfluous check 6 years ago
Oleg Hahm ec36be1d42 universal_address: fix cppcheck warning 6 years ago
Oleg Hahm ffe2f68a66 shell: rpl: fix cppcheck warning 6 years ago
Oleg Hahm c2dfd8439c quad_math: fix or suppress cppcheck warnings 6 years ago
Martine Lenders 32c60cd0aa universal_address: fix cppcheck warnings 6 years ago
Martine Lenders c2c2516a53 gnrc: fix cppcheck warnings 6 years ago
Martine Lenders b2bc244ce9 xtimer: fix cppcheck warnings 6 years ago