
Log of /trunk/uia/netsteria/lib
Directory Listing
Revision
4769 -
Directory Listing
Modified
Thu Sep 24 16:52:01 2009 UTC (2 months ago) by
baford
stragglers from 22-Feb-07
Revision
2609 -
Directory Listing
Modified
Tue Jul 3 11:59:12 2007 UTC (2 years, 4 months ago) by
baford
oops...
Revision
2600 -
Directory Listing
Modified
Wed Jun 20 11:21:49 2007 UTC (2 years, 5 months ago) by
baford
Get VXA compiling again, on Mac OS X this time
Revision
2498 -
Directory Listing
Modified
Tue May 29 19:13:36 2007 UTC (2 years, 5 months ago) by
ctl
Fix API skew from Bryan's latest change.
Revision
1845 -
Directory Listing
Modified
Fri Mar 30 16:03:49 2007 UTC (2 years, 7 months ago) by
jastr
big reorg merge:
merge -r 1807:1841 branches/reorg branch->trunk
Revision
1781 -
Directory Listing
Modified
Wed Mar 14 21:08:45 2007 UTC (2 years, 8 months ago) by
baford
Original Path:
trunk/netsteria/lib
Got Netsteria to build and work at least to some degree
using new split-out SST library.
Revision
1696 -
Directory Listing
Modified
Thu Feb 15 17:28:51 2007 UTC (2 years, 9 months ago) by
baford
Original Path:
trunk/netsteria/lib
Integrated Netsteria tree,
moved its trunk and tags into proper locations.
Revision
1684 -
Directory Listing
Modified
Mon Dec 18 12:58:01 2006 UTC (2 years, 11 months ago) by
baford
Original Path:
netsteria/trunk/netsteria/lib
Since I'm not sure if my "Adler64" is really going to work out,
decided to simplify it further to use simple 32-bit arithmetic,
and rename it to avoid giving the impression that it's
a direct 64-bit extension of Adler-32.
Revision
1683 -
Directory Listing
Modified
Mon Dec 18 11:57:38 2006 UTC (2 years, 11 months ago) by
baford
Original Path:
netsteria/trunk/netsteria/lib
Fixed modularity bug in my Adler64 algorithm,
but the result still doesn't seam ideal:
e.g., a single input value change between 0 and 2^31-1
only yields a difference in the low bits of the output.
Revision
1584 -
Directory Listing
Modified
Tue Jul 4 08:55:37 2006 UTC (3 years, 4 months ago) by
baford
Original Path:
netsteria/trunk/netsteria/lib
Return to using separate default port for regserver,
so I can easily run a netsteria client on the server machine...
Revision
1582 -
Directory Listing
Modified
Mon Jul 3 22:18:13 2006 UTC (3 years, 4 months ago) by
baford
Original Path:
netsteria/trunk/netsteria/lib
Workaround apparent Qt bug that makes UDP sockets effectively "unbound"
after attempting and failing to send an IPv6 packet.
Revision
1545 -
Directory Listing
Modified
Mon Jun 26 10:19:05 2006 UTC (3 years, 5 months ago) by
baford
Original Path:
netsteria/trunk/netsteria/lib
Generalized rolling checksum code and moved it to separate module;
added record support to opaque data coder
Revision
1539 -
Directory Listing
Modified
Fri Jun 16 13:51:24 2006 UTC (3 years, 5 months ago) by
baford
Original Path:
netsteria/trunk/netsteria/lib
Got authentication working again -
turned out one bug was in OpenSSL 0.9.8b's
optimized x86 version of AES_cbc_encrypt()!
Revision
1538 -
Directory Listing
Modified
Thu Jun 15 21:36:57 2006 UTC (3 years, 5 months ago) by
baford
Original Path:
netsteria/trunk/netsteria/lib
Got stuff compiling again (though probably not running yet)
after implementing a simple dedicated registration/rendezvous server
and overhauling the Ident class a bit.
Revision
1534 -
Directory Listing
Modified
Sat May 20 15:08:32 2006 UTC (3 years, 6 months ago) by
baford
Original Path:
netsteria/trunk/netsteria/lib
Further improved my delay-based algorithm - not so noise-sensitive anymore,
and competes better with TCP.
Revision
1511 -
Directory Listing
Modified
Mon May 15 19:44:30 2006 UTC (3 years, 6 months ago) by
baford
Original Path:
netsteria/trunk/netsteria/lib
reorganized all library stuff into one library;
started working on networking and key agreement stuff