Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-17 | (svn r26651) -Fix: make sure an abs is used that supports int64 when using ↵ | rubidium | |
abs on those variables | |||
2014-04-25 | (svn r26514) -Fix: rewrite link-in-tar handling so it doesn't use strncpy ↵ | rubidium | |
and it doesn't overrun its buffers anymore | |||
2014-04-25 | (svn r26509) -Codechange: replace strdup with stredup (the latter ensures ↵ | rubidium | |
the return is not NULL) | |||
2014-04-25 | (svn r26508) -Codechange: use seprintf instead of a custom vstrcatprintf hybrid | rubidium | |
2014-04-24 | (svn r26499) -Codechange: replace strndup with stredup | rubidium | |
2014-04-24 | (svn r26496) -Fix (r1547): Reading console input on dedicated server relied ↵ | frosch | |
on unspecified behaviour. | |||
2014-04-23 | (svn r26482) -Codechange: add an include that allows us to undefine/redefine ↵ | rubidium | |
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values |