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
/
HTTPServer
/
src
/
HttpUser.cpp
Age
Commit message (
Expand
)
Author
2015-08-30
- all wrongly used macroses replaced with correcc ones;
George Hazan
2015-08-30
code cleaning
George Hazan
2015-08-28
mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...
George Hazan
2015-06-19
SIZEOF replaced with more secure analog - _countof
George Hazan
2015-05-23
mir_tstrncpy <> _tcsncpy
George Hazan
2015-05-23
replace strncpy to mir_strncpy
Kirill Volinsky
2015-05-22
replace strcpy to mir_strcpy
Kirill Volinsky
2015-05-22
replace strcmp to mir_strcmp
Kirill Volinsky
2015-05-22
replace strlen to mir_strlen
Kirill Volinsky
2015-03-30
HTTPServer: Minor fixes
Tobias Weimer
2014-12-01
mir_snprintf(..., sizeof() -> SIZEOF(), ...)
Rozhuk Ivan
2014-06-19
revert unicode
Kirill Volinsky
2014-06-15
some unicode fixes
Kirill Volinsky
2014-06-14
plugin unicoded
Kirill Volinsky
2013-07-25
replace sprintf to mir_snprintf (part 6)
Kirill Volinsky
2013-07-23
replace sprintf to mir_snprintf (part 3)
Kirill Volinsky
2013-06-23
various warning fixes
George Hazan
2013-02-27
added version info
Kirill Volinsky
2013-01-20
HTTPServer adopted
Kirill Volinsky