PDOS

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

Log of /trunk/uia/sst/lib/sock.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: 9253 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: 8383 byte(s)
Diff to previous 2598
simple hacky implementation of "flow layer" starting to work

Revision 2598 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 18 18:21:09 2007 UTC (2 years, 5 months ago) by baford
File length: 7311 byte(s)
Diff to previous 2486
Beginnings of an SST-based secure remote shell -
works, barely, but not really usable yet.

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: 7314 byte(s)
Diff to previous 2020
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 2020 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 18 21:41:55 2007 UTC (2 years, 7 months ago) by baford
File length: 7185 byte(s)
Diff to previous 1845
Beginnings of a rewrite of the old UIP routing protocol
under the new SST simulation framework.

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: 7183 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/sock.cc
File length: 7183 byte(s)
Diff to previous 1792
copy sst into branch

Revision 1792 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 20 19:10:43 2007 UTC (2 years, 8 months ago) by baford
Original Path: trunk/sst/lib/sock.cc
File length: 7183 byte(s)
Diff to previous 1785
Better organization for OS-specific code

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/sock.cc
File length: 7184 byte(s)
Diff to previous 1782
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 1782 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 14 21:29:16 2007 UTC (2 years, 8 months ago) by baford
Original Path: trunk/sst/lib/sock.cc
File length: 7162 byte(s)
Diff to previous 1779
Fixes and minor reorganization for Netsteria integration

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/sock.cc
File length: 6965 byte(s)
Diff to previous 1768
Moved SST tree into proper place in SVN repository

Revision 1768 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 25 20:26:10 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/lib/sock.cc
File length: 6965 byte(s)
Diff to previous 1766
TCP congestion control seems to be working better now

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/sock.cc
File length: 6975 byte(s)
Diff to previous 1760
TCP is almost working; just disconnect isn't yet...

Revision 1760 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 24 21:41:41 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/lib/sock.cc
File length: 6501 byte(s)
Diff to previous 1750
TCP work for comparison...

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/sock.cc
File length: 6483 byte(s)
Diff to previous 1746
fixed timer bugs; test is starting to work over SST!

Revision 1746 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 22 20:11:22 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/lib/sock.cc
File length: 6481 byte(s)
Diff to previous 1737
finished coding new stuff, almost compiling...

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/sock.cc
File length: 6459 byte(s)
Diff to previous 1735
Got static/global data encapsulated into new Host class
so it should now be possible to run multiple SST instances together.

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/sock.cc
File length: 6344 byte(s)
Diff to previous 1731
Made network sockets layer virtualizable

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/sock.cc
File length: 5867 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