![]()
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Revision: |
simple hacky implementation of "flow layer" starting to work
Incorporated patch from Cyrus Hall for install target and shared libs, slightly modified to preserve POST_TARGETDEPS dependency on libsst.
Beginnings of an SST-based secure remote shell - works, barely, but not really usable yet.
big reorg merge: merge -r 1807:1841 branches/reorg branch->trunk
copy sst into branch
Ephemeral streams now work properly in the cases of: - small datagrams that fit in one packet - datagrams up to 64KB that get sent as substreams. Fragmentation and reassembly of intermediate-size datagrams is not implemented yet, and extremely large datagrams don't work because of outstanding issues in the stream init/attach state machine.
Added AbstractStream base class for internal control objects, in preparation for making datagrams look like "real" ephemeral streams.
Separated Stream class into two classes: one representing the object seen in the "public" API, the other holding the internal state. The internal BaseStream object can now stay around after the client has deleted the public Stream, in order to shut down the stream gracefully in the background.
Start incrementally incorporating sst-reorg branch changes back into mainline
Better organization for OS-specific code
Fixes and minor reorganization for Netsteria integration
Moved SST tree into proper place in SVN repository
Redesigned log format to produce more useful information; got results for total page load delay graph.
figured out how to get qmake to run rpcgen automatically
Coded up flow support for simple 32-bit checksum armor
...
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.
| Maintained by PDOS | ViewVC Help |
| Powered by ViewVC 1.0.3 |