PDOS

[uia] / trunk / uia / sst / lib / key.cc  

Log of /trunk/uia/sst/lib/key.cc

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 3672 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 21 14:30:25 2009 UTC (10 months ago) by baford
File length: 28604 byte(s)
Diff to previous 3669
Add LGPL copyright notices, update licensing info/explanation in README

Revision 3669 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 21 14:00:06 2009 UTC (10 months ago) by baford
File length: 27734 byte(s)
Diff to previous 2841
simple hacky implementation of "flow layer" starting to work

Revision 2841 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 24 20:03:15 2007 UTC (2 years, 1 month ago) by baford
File length: 26831 byte(s)
Diff to previous 2486
Re-simplified connectTo() API to take only a single destination hint again;
renamed awkward foundPeerEndpoint() to simpler connectAt().

Revision 2486 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 17 14:55:48 2007 UTC (2 years, 6 months ago) by baford
File length: 26804 byte(s)
Diff to previous 1851
Major overhaul of stream IDs and attachment mechanism,
to correspond with the current version of the SST paper.
got stream detachment and migration working in the process
(streams automatically migate to new channels as necessary,
e.g., when a host's underlying IP address changes).

Revision 1851 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Apr 1 14:11:44 2007 UTC (2 years, 7 months ago) by baford
File length: 23507 byte(s)
Diff to previous 1845
Oops, didn't realize Jacob had already done the reorg -> trunk merge.
Propagated my recent changes (r1842 -> r1850) to the trunk.

Revision 1845 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 30 16:03:49 2007 UTC (2 years, 7 months ago) by jastr
File length: 23342 byte(s)
Diff to previous 1823
big reorg merge:
merge -r 1807:1841 branches/reorg branch->trunk

Revision 1823 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 28 17:46:53 2007 UTC (2 years, 7 months ago) by jastr
Original Path: branches/reorg/sst/lib/key.cc
File length: 23342 byte(s)
Diff to previous 1785
copy sst into branch

Revision 1785 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 15 22:14:53 2007 UTC (2 years, 8 months ago) by baford
Original Path: trunk/sst/lib/key.cc
File length: 23342 byte(s)
Diff to previous 1779
Wrapped everything in a top-level SST namespace for cleanliness.
Also, got rid of the SHA256/384/512 code now that OpenSSL has it.

Revision 1779 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 14 18:05:29 2007 UTC (2 years, 8 months ago) by baford
Original Path: trunk/sst/lib/key.cc
File length: 23320 byte(s)
Diff to previous 1766
Moved SST tree into proper place in SVN repository

Revision 1766 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 25 16:59:42 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/lib/key.cc
File length: 23320 byte(s)
Diff to previous 1754
TCP is almost working; just disconnect isn't yet...

Revision 1754 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 23 05:16:45 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/lib/key.cc
File length: 23323 byte(s)
Diff to previous 1750
Similator seems to be more-or-less working

Revision 1750 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 22 23:23:18 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/lib/key.cc
File length: 23262 byte(s)
Diff to previous 1749
fixed timer bugs; test is starting to work over SST!

Revision 1749 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 22 21:38:36 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/lib/key.cc
File length: 22683 byte(s)
Diff to previous 1747
...

Revision 1747 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 22 20:26:19 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/lib/key.cc
File length: 22660 byte(s)
Diff to previous 1745
not sure why some of my template functions aren't getting instantiated...

Revision 1745 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 22 19:04:45 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/lib/key.cc
File length: 22097 byte(s)
Diff to previous 1744
finished implementing simple checksum security support

Revision 1744 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 22 16:15:02 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/lib/key.cc
File length: 19521 byte(s)
Diff to previous 1737
Got key protocol switched over to new XDR stuff,
checksum negotiation mostly implemented

Revision 1737 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 8 17:31:44 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/lib/key.cc
File length: 16641 byte(s)
Diff to previous 1736
Got static/global data encapsulated into new Host class
so it should now be possible to run multiple SST instances together.

Revision 1736 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 8 11:58:00 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/lib/key.cc
File length: 16611 byte(s)
Diff to previous 1735
Merged hostident stuff from host.* into ident.*;
got rid of env.h

Revision 1735 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 8 11:27:12 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/lib/key.cc
File length: 16608 byte(s)
Diff to previous 1734
Made network sockets layer virtualizable

Revision 1734 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 7 15:26:32 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/lib/key.cc
File length: 16568 byte(s)
Diff to previous 1731
Replaced all direct uses of QTimer with new virtualizable Timer class

Revision 1731 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sat Jan 6 14:57:49 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/lib/key.cc
File length: 16579 byte(s)
Copied SST parts of Netsteria snapshot-061231,
to start working on standalone Qt-SST library and test code

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Maintained by PDOS
ViewVC Help
Powered by ViewVC 1.0.3