Age | Commit message (Collapse) | Author |
|
should be able to compare them to pointers of the same type (and nulls?).
|
|
pointer he's right, the pointer needs to be rebindable, but for a:
const int *p;
p can be changed, but not what p points to. I've added the rest of the
operators in sptr that should accomplish this, and a test that actually tests
the correctness of SPtr used this way against a normal pointer, both tests
check out 100%, hopefully this dosen't break anything, but if it should act like
a pointer, this is how to do it. (I totally forgot that const pointers were
rebindable).
|
|
details, but basically i had to make the members of sptr mutable to get this to work the way it seems it should... maybe i'm missing something...
|
|
|
|
|
|
|
|
|
|
default so no programs need to be changed, it seemed like a good default to
me...
Still needs testing, but it should work just fine, and shouldn't effect any of
our servers.
|
|
branch, but it's so small...I'll just see if bugs arise, and if they do, then
we'll fix 'em.
|
|
it uses it heavily.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
got the more normal getStr and getSize functions.
|
|
now.
|
|
|
|
templates are confusing.
|
|
|
|
the other classes in functionality. It's already rather fast.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
more general, you can now listen to all local addresses (the old way), or
individual addressses.
|
|
for quite a while.
|
|
parser.
|
|
|
|
|
|
use Hash and exceptions.
|
|
|
|
is the one I think should really be used pretty much of the time...
|
|
templatized containers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HttpGet is also much better now, and will timeout if it needs to.
|
|
|
|
|
|
|