owlps/owlps-positioning
Matteo Cypriani 4720399513 [lib] mac_bytes_to_string(): do not malloc anymore
owl_mac_bytes_to_string() now uses a static buffer, so the caller do not
need to free the returned buffer manually. Because of this static
buffer, it is not thread-safe anymore, therefore we introduce
owl_mac_bytes_to_string_r() that is a thread-safe version.
2011-03-25 11:48:25 +01:00
..
cfg [Positioning] Clean config files 2011-03-16 14:36:24 +01:00
csv [Positioning] Doxygen comments + fixes 2011-03-16 14:36:10 +01:00
log Migration vers le nouveau nom OWLPS 2011-03-16 13:52:45 +01:00
src [lib] mac_bytes_to_string(): do not malloc anymore 2011-03-25 11:48:25 +01:00
tests [Positioning] Warn about the non-maintained tests 2011-03-18 15:24:37 +01:00
.gitignore [Positioning] Add TestUtil, utilitary test class 2011-03-16 14:36:19 +01:00
Doxyfile [Positioning] Correct some Doxygen comments 2011-03-16 14:36:24 +01:00
Makefile [Positioning] Add InputUDPSocket 2011-03-25 11:48:25 +01:00
TODO [Positioning] Warn about the non-maintained tests 2011-03-18 15:24:37 +01:00