index
:
miranda-ng.git
0_95_10_2
jabber_test
master
miranda-ng main repo mirror (manuall sync only)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
ClientChangeNotify
/
src
/
CommonLibs
Age
Commit message (
Expand
)
Author
2015-07-24
clientchangenotify: common project
Kirill Volinsky
2015-06-16
unified zlib project also moved to libs\
George Hazan
2015-05-23
mir_tstrncpy <> _tcsncpy
George Hazan
2015-05-23
replace strncpy to mir_strncpy
Kirill Volinsky
2014-12-14
SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)
Rozhuk Ivan
2014-12-13
memmove -> memcpy in some cases, review req
Rozhuk Ivan
2014-11-30
new sorting functions applied
George Hazan
2014-11-30
lstr* replacements
George Hazan
2014-08-02
use pcre16
Kirill Volinsky
2014-03-12
Some fixes for x64: SetWindowLong -> SetWindowLongPtr, GetWindowLong -> GetWi...
Rozhuk Ivan
2014-02-10
HCONTACT is not needed anymore
George Hazan
2014-02-10
- HANDLE hContact => HCONTACT
George Hazan
2013-08-10
- unused services MS_FP_SAMECLIENTS & MS_FP_GETCLIENTICON removed;
George Hazan
2013-08-10
fix for ClientChangeNotify:
George Hazan
2013-07-22
replace sprintf to mir_snprintf (part 2)
Kirill Volinsky
2013-06-30
- db_set_blob used everywhere for writing blobs
George Hazan
2013-06-29
rest of unused databases services removed
George Hazan
2013-06-27
CommonLibs moved to ClientChangeNotify folder
Kirill Volinsky