index
:
miranda-ng.git
0_95_10_2
jabber_test
master
xmpp_message_handling_refactoring
miranda-ng main repo mirror (manuall sync only)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
YahooGroups
/
src
/
utils.cpp
Age
Commit message (
Expand
)
Author
2015-05-23
replace strncpy to mir_strncpy
Kirill Volinsky
2015-05-23
replace strcat to mir_strcat
Kirill Volinsky
2015-05-22
replace strcpy to mir_strcpy
Kirill Volinsky
2015-05-22
replace _tcsicmp to mir_tstrcmpi
Kirill Volinsky
2015-05-22
replace strlen to mir_strlen
Kirill Volinsky
2014-12-01
ZeroMemory -> memset, few bugs fised
Rozhuk Ivan
2014-02-12
another bunch of useless conversions died
George Hazan
2014-02-10
HCONTACT is not needed anymore
George Hazan
2014-02-10
more HCONTACT
George Hazan
2014-02-10
- HANDLE hContact => HCONTACT
George Hazan
2013-07-23
replace sprintf to mir_snprintf (part 3)
Kirill Volinsky
2013-06-23
various warning fixes
George Hazan
2013-04-09
- short function names allows to write database loops in one string;
George Hazan
2013-04-09
fixed GetStringFromDatabase function (thanks nglekhoi for debugging)
Tobias Weimer
2013-04-07
end of the old database macroses
George Hazan
2013-04-07
project cleanup
Kirill Volinsky
2013-04-07
- YahooGroups added to MSVC 2010 solutions, added precompiled header, overal ...
Vadim Dashevskiy