CVS log for emstar/devel/state/libstatedev/libstatedev_types.c |
 |
|
Up to [CENS] / emstar / devel / state / libstatedev
Request diff between arbitrary revisions
/ Display revisions graphically
/ Jump to LXR
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.21
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Apr 20 14:24:39 2006 UTC (3 years, 11 months ago) by girod
Branch:
MAIN
CVS Tags:
pregeonet,
acoustic-05-18-06,
PRE_TOSNIC_FIX,
PRE_64BIT,
HEAD,
CYCLOPS_RELEASE_CANDIDATE_2_0,
CYCLOPS_PRERELEASE_STABLE,
CENTROUTE_EMSTAR_SOCKETS,
BG_1_0,
AMARSS_JR_DEPLOYMENT_6_05_07
Changes since 1.20: +22 -0 lines
Diff to previous 1.20
fixing some more bugs.
* un-did a previous fix that actually was incorrect
* added additional INIT rechecks for cases where there might be mingled
logs
* fixed an error message "SHOULD NOT HAPPEN" that was triggered in a
case that was not really that serious
* properly forget state in the case of a reinit. throws out all info
about types etc. this was previously causing problems with mismatched
type info. also forgets all log info including old ones.
Revision
1.20
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Mar 30 16:23:07 2005 UTC (4 years, 11 months ago) by girod
Branch:
MAIN
CVS Tags:
rdd_alpha_version_1,
MOTENIC_PRE_BUGFIX_20050415,
LAURA_CALIBRATION_EXPERIMENTS,
ESS_RELEASE_3_5,
ESS_RELEASE_3_4,
ESS_RELEASE_3_2,
ESS_RELEASE_3_1,
ESS_RELEASE_3_0,
ESS_RELEASE_2_0,
ESS_CONNECTIVITY,
ESS_CENTROUTE_TESTING,
ESS2-CMS-V1_5_pretest,
EMSTAR_RELEASE_2_5,
BANGLADESH_ARSENIC_1_2,
BANGLADESH_ARSENIC_1_1
Changes since 1.19: +9 -1 lines
Diff to previous 1.19
* added code to prevent duplicate sources from being added.. and big warning msg
* minor changes/bugfix to range_entry type
Revision
1.19
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Jan 1 22:47:24 2005 UTC (5 years, 2 months ago) by girod
Branch:
MAIN
CVS Tags:
PRE_CEILING_FIX,
ESS_RELEASE_3_3,
ESS2-CMS-V1_4cMergeSympathy_2,
ESS2-CMS-V1_4c,
ESS2-CMS-V1_4b,
ESS2-CMS-V1_4a,
ESS2-CMS-V1_3,
ESS2-CMS-V1_2,
ESS2-CMS-V1_1,
ESS2-CMS-V1_0,
EMSTAR_RELEASE_2_1_BRANCH,
EMSTAR_RELEASE_2_1
Changes since 1.18: +0 -15 lines
Diff to previous 1.18
a number of changes and bugfixes
* changed clustering metric to favor creating larger clusters first
* re-instituted that clusters must have at least one member to remain
* added 'dead' bit that is triggered after warnings. when dead,
nodes are ignored until heard from again, and link quality is assumed
to be 0. prevents olf link quality info from screwing things up after
nodes drop out
* fixed refresh generation so that it only records refresh info as
sent if it actually got sent
* implemented randomized cluster indices
* only reset warn counter if coming back from "dead"
* track refreshes on all visible members not just those we are connected
to
* disabled backoff for isolated mode
* changed checkpoint alg to checkpoint whenever more than two packets
would be wasted
* fixed hiding (again) to finally correctly clear caches
and fixed clearing in csync to clear the root cache (which was the
original bug)
Revision
1.18
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Dec 31 17:02:28 2004 UTC (5 years, 2 months ago) by girod
Branch:
MAIN
Changes since 1.17: +4 -3 lines
Diff to previous 1.17
* fixed a bug in log library. hidden was not hiding correctly
* added WARN/REJECT messages, now works when nodes disappear
Revision
1.17
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Dec 24 17:17:06 2004 UTC (5 years, 2 months ago) by girod
Branch:
MAIN
CVS Tags:
CLUSTER_SYNC_4
Changes since 1.16: +7 -2 lines
Diff to previous 1.16
lots of changes to get cluster sync with self clustering working...
tree_cluster and fake_cluster are no longer useful but compile
self-clustering appears to work for 2 nodes, but has a few known problems
Revision
1.16
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Dec 16 18:46:13 2004 UTC (5 years, 3 months ago) by girod
Branch:
MAIN
CVS Tags:
CLUSTER_SYNC_3
Changes since 1.15: +12 -0 lines
Diff to previous 1.15
a bunch of bugfixes and improvements needed for larger multihop tests and
tests with dynamic topologies
* partly fixed dormancy etc in cluster sync but not entirely
* added timer to hiding flows in multihop case to avoid transients
* cleaned up some log messages
* allowed broadcast nacks in the event that no upstream neighbor is known
* fixed a couple bugs
* removed --halt option from workload
Revision
1.15
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Dec 14 20:30:34 2004 UTC (5 years, 3 months ago) by girod
Branch:
MAIN
Changes since 1.14: +6 -0 lines
Diff to previous 1.14
deprecated the retx v1 protocol in favor of v2.
modified link_headers and parsing code
many enhancements to statesync, both 1hop and multihop now use
the same retx protocol
Revision
1.14
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Dec 12 00:58:43 2004 UTC (5 years, 3 months ago) by girod
Branch:
MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13
many changes to statesync.
added new multihop version, various bugfixes as well
Revision
1.13
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Nov 23 05:52:35 2004 UTC (5 years, 3 months ago) by girod
Branch:
MAIN
CVS Tags:
CLUSTER_SYNC_2,
CLUSTER_SYNC_1
Changes since 1.12: +5 -4 lines
Diff to previous 1.12
fixed bug in last set time
Revision
1.12
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Nov 21 22:04:53 2004 UTC (5 years, 3 months ago) by girod
Branch:
MAIN
Changes since 1.11: +0 -1 lines
Diff to previous 1.11
lots more bugfixes to cluster sync
Revision
1.11
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Nov 20 05:59:11 2004 UTC (5 years, 4 months ago) by girod
Branch:
MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10
retx protocol mostly working now
Revision
1.10
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Nov 16 00:47:21 2004 UTC (5 years, 4 months ago) by girod
Branch:
MAIN
Changes since 1.9: +30 -10 lines
Diff to previous 1.9
more upgrades to the log scheme
also a first cut on the cluster sync code
Revision
1.9
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Oct 26 17:46:15 2004 UTC (5 years, 4 months ago) by girod
Branch:
MAIN
Changes since 1.8: +8 -8 lines
Diff to previous 1.8
upgrades to ndisc and state sync code.
added interface field to neighbors struct. .not yet used
Revision
1.8
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Oct 21 09:59:52 2004 UTC (5 years, 5 months ago) by girod
Branch:
MAIN
Changes since 1.7: +12 -3 lines
Diff to previous 1.7
minor fixes
Revision
1.7
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Oct 21 09:40:41 2004 UTC (5 years, 5 months ago) by girod
Branch:
MAIN
Changes since 1.6: +19 -12 lines
Diff to previous 1.6
mods to move to single log per source with 1 byte type encoding
Revision
1.6
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Oct 9 01:31:21 2004 UTC (5 years, 5 months ago) by girod
Branch:
MAIN
CVS Tags:
PRE_ROOT_LOG,
PRE_NOMEGA_MOTENIC,
HOSTMOTE_PROTOCOL_VERSION_7
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
new revision of log support.. much much improved over last version
Revision
1.5
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Oct 5 19:47:25 2004 UTC (5 years, 5 months ago) by girod
Branch:
MAIN
CVS Tags:
STATESYNC_LOG_IMPL_V1
Changes since 1.4: +9 -7 lines
Diff to previous 1.4
first implementation of log-based data formats
however, needs some serious work
Revision
1.4
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Oct 2 22:32:01 2004 UTC (5 years, 5 months ago) by girod
Branch:
MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
ipulled out device stuff into library
Revision
1.3
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Jul 14 23:39:36 2004 UTC (5 years, 8 months ago) by girod
Branch:
MAIN
CVS Tags:
nims-lab-Sep07-2004,
nims-jr-Sep05-04,
HOSTMOTE_V_6_EXPERIMENTAL,
HOSTMOTE_PROTOCOL_VERSION_6_WITH_HOSTMOAP,
HOSTMOTE_PROTOCOL_VERSION_5_WITH_HOSTMOAP,
HOSTMOTE_PROTOCOL_VERSION_5,
EMSTAR_RELEASE_2_0,
EMSTAR_PRE_HTML
Changes since 1.2: +2 -0 lines
Diff to previous 1.2
added new API library code.. workload temporarily broken
added test/example programs
Revision
1.2
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Jul 12 16:05:26 2004 UTC (5 years, 8 months ago) by girod
Branch:
MAIN
Changes since 1.1: +6 -12 lines
Diff to previous 1.1
update to the state sync code and api.
supports binary mode adds, etc.
also added 'workload' which is a test measurement client.
Revision
1.1
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri May 28 15:55:50 2004 UTC (5 years, 9 months ago) by girod
Branch:
MAIN
CVS Tags:
scale_radio_channel,
lessgps_release,
kiss_release,
bp_scale_radio_channel,
LESSGPS_1_00,
KISS_1_0,
HOSTMOTE_PROTOCOL_VERSION_4
first checkin of my state sync code
patches to ndisc_u, got it working i think ;)
This form allows you to request diffs between any two revisions of
a file. You may select a symbolic revision name using the selection
box or you may type in a numeric name using the type-in text box.