Commit graph

1505 commits

Author SHA1 Message Date
RElesgoe
2d7e3ad65a Merge pull request #274 from cen1/libc++bydefault
use libc++ with clang by default
2016-12-27 00:34:20 -08:00
RElesgoe
5d3b663f60 Merge pull request #273 from cen1/extendbuildreadme
build instructions for more operating systems
2016-12-26 15:36:05 -08:00
cen1
34d4e02557 use libc++ with clang by default 2016-12-26 22:31:29 +01:00
cen1
13e7031a70 build instructions for more operating systems 2016-12-26 22:27:42 +01:00
HarpyWar
2f5da2232f Update appveyor.yml 2016-11-24 11:22:09 +03:00
HarpyWar
3d047578ce Update appveyor.yml 2016-11-23 22:49:43 +03:00
HarpyWar
8b8425b177 Update appveyor.yml 2016-11-23 22:48:39 +03:00
HarpyWar
83b996be76 Update appveyor.yml 2016-11-23 22:33:13 +03:00
HarpyWar
1963732161 Update appveyor.yml 2016-11-23 21:17:59 +03:00
HarpyWar
126bfb3aa8 Update appveyor.yml 2016-11-23 19:18:46 +03:00
HarpyWar
a8b7114300 Update appveyor.yml 2016-11-23 18:10:32 +03:00
HarpyWar
37447f04b7 Update appveyor.yml 2016-11-23 16:26:38 +03:00
HarpyWar
cdf08d3185 try appveyour artifacts
https://github.com/pvpgn/pvpgn-server/issues/264
2016-11-23 16:21:22 +03:00
RElesgoe
126d6146c4 Merge pull request #263 from Dramacydal/packet_limit
- move packet limit option to config
2016-11-21 23:39:39 -08:00
Yaki Khadafi
f00959c024 - move packet limit option to config 2016-11-18 20:39:30 +03:00
RElesgoe
178e4d8fc8 Update README.md 2016-10-04 00:08:03 -07:00
RElesgoe
dc3aac1666 Update README.md 2016-10-03 23:48:47 -07:00
RElesgoe
542865a0ab Merge pull request #257 from RElesgoe/master
Change version number from 1.99.7-PRO to 1.99.7.1-PRO
2016-09-10 15:55:35 -07:00
RElesgoe
326a076e48 Change version number from 1.99.7-PRO to 1.99.7.1-PRO 2016-09-10 14:25:33 -07:00
RElesgoe
f89d6937fd Merge pull request #256 from RElesgoe/master
Fix memory leaks and other issues
2016-09-10 14:21:59 -07:00
RElesgoe
b8a59f76d9 Prevent use of uninitialize variable in class AdBannerSelector 2016-09-10 12:03:42 -07:00
RElesgoe
0a5d4d8889 Fix resource leak in guiThread() 2016-09-10 11:58:18 -07:00
RElesgoe
9c043d372d Fix use after free in _handle_finger_command() 2016-09-10 11:55:02 -07:00
RElesgoe
a8b9059c59 Zero initialize variable 'cdkey_info' in client_connect() 2016-09-10 11:46:48 -07:00
RElesgoe
d33dc46cfb Fix memory leak in handle_anongame_join() 2016-09-10 11:44:15 -07:00
RElesgoe
5a72bdc7be Fix memory leak in d2ladder_saveladder() 2016-09-10 11:40:21 -07:00
RElesgoe
c13f76d95a Prevent using ininitialized variable in _client_supr() 2016-09-10 11:36:55 -07:00
RElesgoe
9026bff9bb Fix possible buffer overflow in KickDlgProc() 2016-09-10 11:35:58 -07:00
RElesgoe
f9b6c58709 Fix use after free in _handle_connections_command() 2016-09-10 11:33:19 -07:00
RElesgoe
16f27e75ab Update ports.md 2016-09-07 10:46:08 -07:00
RElesgoe
62566ddec9 Include common/setup_before.h before checking for HAVE_UNAME 2016-09-06 15:02:00 -07:00
RElesgoe
260313ed16 Prevent possible buffer overflows 2016-09-04 22:56:53 -07:00
RElesgoe
eb8a2754f8 Merge pull request #254 from RElesgoe/master
Fix memory leaks and compiler warnings
2016-09-04 22:47:58 -07:00
RElesgoe
e257a781a2 Merge branch 'master' of https://github.com/RElesgoe/pvpgn.git 2016-09-04 21:53:49 -07:00
RElesgoe
4d6dbff78e Fixed various compiler warnings 2016-09-04 21:53:44 -07:00
RElesgoe
0f6a62080a Added UID_FORMATF and GAMEID_FORMATF for compatibility 2016-08-29 01:21:32 -07:00
RElesgoe
511a0cfd5c Converted printf format specifiers for eventlog() calls 2016-08-29 01:00:07 -07:00
RElesgoe
e94d8a94bf Fixed memory leak in _ladder_send() when returning without calling packet_del_ref() on 'p' 2016-08-29 00:42:36 -07:00
RElesgoe
ae8ceede03 Fixed memory leak in _client_loginreq1() when returning without calling packet_del_ref() on 'rpacket' 2016-08-29 00:30:11 -07:00
RElesgoe
5a9ce9cce4 Fixed memory leak in _anongame_search_found() when returning without calling anongameinfo_destroy() on 'info' 2016-08-29 00:25:27 -07:00
RElesgoe
fb29dce9a4 Merge pull request #16 from pvpgn/master
Sync
2016-08-29 00:05:10 -07:00
HarpyWar
a19df85e2c Update appveyor.yml
save pdb files for gui version
2016-08-29 00:18:05 +03:00
HarpyWar
72778c7ece Update appveyor.yml
publish debug builds
2016-08-28 20:03:14 +03:00
RElesgoe
a2b80dc74e Merge pull request #253 from RElesgoe/master
Fix various issues
2016-08-28 03:24:32 -07:00
RElesgoe
6c63a455e7 Zero initialize variable 'rawname' in handle_file_packet() 2016-08-28 02:56:21 -07:00
RElesgoe
e759c4e7a8 Fix memory leak in customicons_stash_get_list() 2016-08-28 02:53:31 -07:00
RElesgoe
bbb2264de5 Fix possible buffer overflow in _news_cb() 2016-08-28 02:48:25 -07:00
RElesgoe
6870226159 Fix memory leak in _handle_topic_command() when returning without calling irc_unget_listelems() on variable 'e' 2016-08-28 02:46:51 -07:00
RElesgoe
71afce3904 Fix out of bounds access in anongame_gameresult_parse() when passing 'hero->level' to bn_int_get() instead of bn_short_get() 2016-08-28 02:44:29 -07:00
RElesgoe
379a8d76b7 Fix memory leak in _handle_verchk_command() when returning without calling xfree() on variable 'filestring' 2016-08-28 02:42:52 -07:00