Remove g_strdup from proto.h. It isn't defined in misc.c (where its location in the file should indicate) and should be defined in GLib.
0 lines of code changed in 1 file:
Fix potential for socket buffer overflows in non-string inputs.
31 lines of code changed in 2 files:
Fix undefined reference to script_killall in Windows builds.
10 lines of code changed in 3 files:
Fix CMake's use of mdk.pl. r19543 overlooked CMake as a configuration generator.
5 lines of code changed in 2 files:
Converted mdk.sh to perl script for better portability.
35 lines of code changed in 4 files:
Fully fix client hang issue in bug #782. r19541 only fixed it on initial loading.
1 lines of code changed in 1 file:
Prevent client hang resulting from invalid attempt to delete a nonexistent character.
13 lines of code changed in 2 files:
Use GLib to set config and cache directories
This also means that we can remove filespec conversion macros. Users who
wish to keep their configuration files MUST manually move them to the
new location.
86 lines of code changed in 13 files:
Avoid calling timeout functions when not connected
7 lines of code changed in 2 files:
Add extra platform definitions and linking flags
19 lines of code changed in 3 files:
Use GLib memory allocation functions
These functions terminate the program if there are memory allocation
errors, instead of returning a null pointer.
62 lines of code changed in 16 files:
Replace non-standard string functions with GLib
79 lines of code changed in 16 files:
Enable smoothing by default.
4 lines of code changed in 2 files:
Implement client-side 'heartbeat' support.
73 lines of code changed in 5 files:
Clean up old macros.
12 lines of code changed in 1 file:
May 2014 »