index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T17:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
shared
/
Cryptography
/
BigNumber.cpp
Age
Commit message (
Expand
)
Author
2015-08-21
Core/Build: Merge common library and move database out of shared
StormBytePP
2015-03-04
Core/Crypto: Fixed output of BigNumber::AsByteArray when generated array is s...
Shauren
2015-01-01
Update copyright note for 2015
Vincent-Michael
2014-11-06
Core/PacketIO: Added SMSG_REDIRECT_CLIENT/ConnectTo packet structure
Shauren
2014-07-20
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Vincent-Michael
2014-07-20
Core: Fix non pch build (gcc)
Vincent-Michael
2014-07-19
Merge remote-tracking branch 'origin/master' into 4.3.4
Shauren
2014-06-22
Various cleanups and fixes due to feedback
leak
2014-06-21
Replaced ACE_Auto_Array_Ptr
leak
2014-06-01
Core/Authserver: Refactoring - moved GetAddressForClient to Realm structure, ...
Shauren
2014-01-01
Update copyright note for 2014.
Vincent_Michael
2013-08-30
Core/Server: Fix a spammy warning in WorldSession and move code to .cpp
Nay
2013-08-19
Fix build with gcc. Thanks to McBitter for testing.
QAston
2013-08-18
Fix BigNumber::AsByteArray function by returning Auto_Ptr.
QAston
2013-08-18
Core: Fix a bug in BigNumber::SetBinary
QAston
2013-08-18
Core: Fix a bug in BigNumber::SetQword
QAston
2013-03-25
Core/Misc: Minor optimizations (+code changes to reduce differences with 4.3....
Spp
2013-01-01
Update copyright note for 2013.
Vincent_Michael
2012-12-31
Core: Fixed some level 4 warnings (msvc)
Shauren
2012-11-27
Core/Misc: Set mode 0644 for files
Spp
2012-11-09
Core/Build: Enable Clang PCH support and OS X specific features
Spp
2012-09-05
Core/Misc: Fix some warnings and logic mistakes found by static code analysis
kaelima
2012-08-30
Core: Fix many "errors"/warnings and coding style (1)
Nay
2012-03-09
Core. Fix non-PCH build
click
2012-03-06
Core/Shared: Add thread-safe access to BigNumber::AsByteArray()
leak
2012-01-01
Update headers for 2012. HAPPY NEW YEAR!!!
kiper
2011-10-18
Minor changes here and there:
Spp
2011-09-29
Cosmetic: Multiple cosmetic changes
Spp
2011-01-01
Update copyright note for 2011.
Machiavelli
2010-10-07
Remove the accidental additions of CRLF-crap from the header updates
click
2010-10-07
Update copyright headers (following the same standard in all files = good)
click
2010-06-07
* Auth lib builds again.
Brian
2010-06-06
* Restructuring shared.
XTZGZoReX