index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hashcomp.cpp
Age
Commit message (
Expand
)
Author
2006-07-16
const the std::string reference in tokenstream's constructor
om
2006-07-16
Improved this a lot
brain
2006-07-16
This should be faster, we read it like a stream now with GetToken until GetTo...
brain
2006-07-16
irc::tokenstream is a token parser which using std::string and std::vector bu...
brain
2006-07-15
Removed GCC2 checks as we havent supported gcc2 for years
brain
2006-04-06
Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...
w00t
2006-03-21
Tidyup: (unsigned) cast to more explicit (unsigned char)
brain
2006-03-09
Changed to unsigned char to get rid of warnings
brain
2006-03-09
lowertab -> lowermap
brain
2006-03-09
Improved strhashcomp with no allocations
brain
2006-02-19
AIEEE fucking overloaded operators
brain
2006-02-19
More tweaks
brain
2006-02-19
Tweaks
brain
2006-02-19
Added + and == operators between std::string and irc::string.
brain
2006-02-03
Add operators >> and << for irc::string and i/ostreams. m_cban utilises this
om
2006-02-03
Improved inaddr_hashcomp
brain
2006-01-15
Updated copyrights in headers etc using perl inplace edit
brain
2005-05-30
Started on -Wall - safe compile
brain
2005-05-29
Fixed lengths
brain
2005-05-28
Fixed fd_Setsize in cygwin
brain
2005-05-15
Changed to use __single_client_alloc, faster on most systems in a single thread
brain
2005-05-15
Updated to keep lowermap const within hashcomp.cpp
brain
2005-05-15
Updated strhashcomp to use irc::string internally rather than a combination o...
brain
2005-05-15
Moved StrHashComp and InAddr_HashComp into the irc:: namespace
brain
2005-05-15
Added irc::string
brain
2005-05-15
Added comments to hashcomp.cpp
brain
2005-05-15
GCC 3.4/4.0 fixes
brain
2005-05-15
sorted hashcomp etc
brain
2005-05-15
Making sure this is compatible with GCC3.4/4.x
brain
2005-05-15
(Untested) added hashcomp.cpp, seperates out the stl hash_map stuff
brain
[prev]