
Log of /trunk/uia/netsteria
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
4768 -
Directory Listing
Modified
Thu Sep 24 16:51:39 2009 UTC (2 months ago) by
baford
straggler from 1-Feb-06
Revision
4755 -
Directory Listing
Modified
Wed Sep 23 16:59:50 2009 UTC (2 months ago) by
baford
a long-neglected checkin
Revision
4609 -
Directory Listing
Modified
Fri Jun 26 09:23:11 2009 UTC (4 months, 4 weeks ago) by
baford
benchmark some rolling checksum variants
against each other and standard secure hash algorithms
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
2589 -
Directory Listing
Modified
Sat Jun 9 10:09:24 2007 UTC (2 years, 5 months ago) by
baford
Found workaround for g++ 4.1.2 bug - Netsteria now
compiles and runs on Ubuntu Feisty.
Revision
2588 -
Directory Listing
Modified
Sat Jun 9 10:07:56 2007 UTC (2 years, 5 months ago) by
baford
Fix wrong assertion
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
2037 -
Directory Listing
Modified
Mon Apr 23 22:56:05 2007 UTC (2 years, 7 months ago) by
baford
Remember Darwin DVD device names, they're tricky...
Revision
1841 -
Directory Listing
Modified
Thu Mar 29 20:16:26 2007 UTC (2 years, 7 months ago) by
baford
Original Path:
branches/reorg/netsteria
Netsteria configure script now automatically detects
if there's an SST subtree embedded directly in the Netsteria source tree
(as there probably will be in Netsteria release source trees),
and incorporates that subtree into the build automatically
without requiring a --with-sst= option.
Revision
1816 -
Directory Listing
Modified
Wed Mar 28 13:17:39 2007 UTC (2 years, 7 months ago) by
baford
Original Path:
trunk/netsteria
Netsteria updates wrt latest SST API changes
Revision
1790 -
Directory Listing
Modified
Tue Mar 20 18:07:51 2007 UTC (2 years, 8 months ago) by
baford
Original Path:
trunk/netsteria
Got Netsteria updated wrt SST library's new C++ namespace
Revision
1784 -
Directory Listing
Modified
Wed Mar 14 21:41:34 2007 UTC (2 years, 8 months ago) by
baford
Original Path:
trunk/netsteria
Use svn+ssh: method instead of svn: for svn:externals definition,
so that we'll get a writable working copy of SST.
Unfortunately, this is going to bite the first non-PDOS user
who tries to check out a copy of netsteria using the svn: method.
And apparently externals can't use relative pathnames. ARGH!
Does anyone else know of a solution?
Revision
1781 -
Directory Listing
Modified
Wed Mar 14 21:08:45 2007 UTC (2 years, 8 months ago) by
baford
Original Path:
trunk/netsteria
Got Netsteria to build and work at least to some degree
using new split-out SST library.
Revision
1780 -
Directory Listing
Modified
Wed Mar 14 19:32:57 2007 UTC (2 years, 8 months ago) by
baford
Original Path:
trunk/netsteria
Hook SST tree into Netsteria tree as a virtual subdirectory
(although Netsteria still doesn't actually use libsst yet).
Revision
1698 -
Directory Listing
Modified
Fri Feb 16 15:08:49 2007 UTC (2 years, 9 months ago) by
baford
Original Path:
trunk/netsteria
Qt 4.2 now has qHash(QHostAddress) builtin...
Revision
1693 -
Directory Listing
Modified
Fri Dec 29 22:39:03 2006 UTC (2 years, 10 months ago) by
baford
Original Path:
netsteria/trunk/netsteria
Updated Windows build instructions,
got application and system tray icons working under Windows.
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
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
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
1618 -
Directory Listing
Modified
Fri Jul 14 14:30:49 2006 UTC (3 years, 4 months ago) by
baford
Original Path:
netsteria/trunk/netsteria
Keep the scroll view stuck to the bottom of the chat log area
as new chat entries are added
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
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
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
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
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
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
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
reorganized all library stuff into one library;
started working on networking and key agreement stuff
Revision
1468 -
Directory Listing
Modified
Sat Jun 25 12:40:39 2005 UTC (4 years, 5 months ago) by
baford
Original Path:
netsteria/trunk/netsteria
fixed to keep file entry chobs in the same chunk
as the directory chobs containing them.
Revision
1426 -
Directory Listing
Modified
Fri Jan 31 06:11:26 2003 UTC (6 years, 9 months ago) by
baford
Original Path:
netsteria/trunk/netsteria
filled out process loading and chunk management;
almost got the code path to the instruction translator in place...