ddnet/src/engine/server
heinrich5991 f8277267a0 Remove mem_alloc and mem_free, use standard C functions instead
Replace `mem_free` by `free`, and `mem_alloc` by `malloc` or `calloc`
(the latter one being used to allocate a zeroed array of elements,
sometimes, this makes a call to `mem_zero` superfluous).

This results in having to remove `mem_stats` which previously recorded
the number of allocations and their size that the Teeworlds code did
directly.

Remove OOM handling in `src/game/client/components/binds.cpp`.

Remove needless copying in the CSV code in
`src/game/client/components/statboard.cpp`.
2018-04-09 11:56:39 +02:00
..
authmanager.cpp Reopen: Add a flag for rcon login via username (#800) 2017-07-24 21:43:55 +02:00
authmanager.h Reopen: Add a flag for rcon login via username (#800) 2017-07-24 21:43:55 +02:00
name_ban.cpp Put name ban stuff into a separate file 2018-03-14 02:35:31 +01:00
name_ban.h Put name ban stuff into a separate file 2018-03-14 02:35:31 +01:00
register.cpp Fix vulnerability, see official teeworlds news 2015-11-02 15:04:59 +01:00
register.h Merge branch 'master' of git://github.com/oy/teeworlds 2011-05-09 18:36:13 +02:00
server.cpp Remove mem_alloc and mem_free, use standard C functions instead 2018-04-09 11:56:39 +02:00
server.h Fix compilation 2018-04-03 10:27:19 +02:00
sql_connector.cpp Merge branch 'master' into sqlmasters 2016-05-03 23:07:24 +02:00
sql_connector.h reset preferred sql-server to the first specified 2016-02-20 15:33:35 +01:00
sql_server.cpp Add GameUuid to teamscore aswell 2018-02-07 16:43:36 +01:00
sql_server.h Fix style in several places 2017-03-22 19:45:14 +01:00
sql_string_helpers.cpp Add time in console 2017-08-04 22:38:22 +02:00
sql_string_helpers.h Fix style in several places 2017-03-22 19:45:14 +01:00