CVS log for emstar/devel/sympathy_devel/sympathy_analyze.c |
 |
|
Up to [CENS] / emstar / devel / sympathy_devel
Request diff between arbitrary revisions
/ Display revisions graphically
/ Jump to LXR
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.64
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Jul 20 19:30:32 2006 UTC (2 years, 4 months ago) by nithya
Branch:
MAIN
CVS Tags:
pregeonet,
PRE_TOSNIC_FIX,
PRE_64BIT,
HEAD,
CYCLOPS_RELEASE_CANDIDATE_2_0,
CYCLOPS_PRERELEASE_STABLE,
CENTROUTE_EMSTAR_SOCKETS,
AMARSS_JR_DEPLOYMENT_6_05_07
Changes since 1.63: +5 -19 lines
Diff to previous 1.63
Bug fixes
Revision
1.63
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Jul 20 16:02:40 2006 UTC (2 years, 4 months ago) by nithya
Branch:
MAIN
Changes since 1.62: +12 -5 lines
Diff to previous 1.62
Fixed a bug in localization assignment!
Revision
1.62
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Jan 2 02:54:04 2006 UTC (2 years, 10 months ago) by nithya
Branch:
MAIN
CVS Tags:
acoustic-05-18-06,
ESS_CENTROUTE_TESTING,
BG_1_0,
BANGLADESH_ARSENIC_1_2,
BANGLADESH_ARSENIC_1_1
Changes since 1.61: +12 -22 lines
Diff to previous 1.61
Fixed several bugs resulting in flapping between 2 root causes (bad path to sink, and no neighbors). Also fixed duplicate printouts of node rebooting.
Revision
1.61
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Oct 11 01:53:58 2005 UTC (3 years, 1 month ago) by nithya
Branch:
MAIN
CVS Tags:
ESS_RELEASE_3_5,
ESS_RELEASE_3_4,
ESS_CONNECTIVITY
Changes since 1.60: +9 -0 lines
Diff to previous 1.60
*** empty log message ***
Revision
1.60
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Sep 18 18:00:25 2005 UTC (3 years, 2 months ago) by nithya
Branch:
MAIN
CVS Tags:
ESS_RELEASE_3_2,
ESS_RELEASE_3_1,
ESS_RELEASE_3_0,
EMSTAR_RELEASE_2_5
Changes since 1.59: +6 -6 lines
Diff to previous 1.59
Updated implementation in sympathy directory to reflect paper changes, added average-rssi
Revision
1.59
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Sep 17 00:40:59 2005 UTC (3 years, 2 months ago) by nithya
Branch:
MAIN
Changes since 1.58: +17 -13 lines
Diff to previous 1.58
Implementation mtches paper and seems to be working
Revision
1.58
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Sep 3 03:01:03 2005 UTC (3 years, 2 months ago) by nithya
Branch:
MAIN
Changes since 1.57: +3 -0 lines
Diff to previous 1.57
Minor fixes
Revision
1.57
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Sep 3 00:15:56 2005 UTC (3 years, 2 months ago) by nithya
Branch:
MAIN
Changes since 1.56: +314 -274 lines
Diff to previous 1.56
Added Boilerplate
Revision
1.56
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Sep 2 17:42:04 2005 UTC (3 years, 2 months ago) by nithya
Branch:
MAIN
CVS Tags:
LAURA_CALIBRATION_EXPERIMENTS,
ESS_RELEASE_2_0
Changes since 1.55: +96 -96 lines
Diff to previous 1.55
got rid of LEDs
updated sympathy code (including we can now ping nodes).
current RAM is at 3550
multihop:
- took out the old way of determining an "old rounnd", and instead
just use a simple range scheme. If the round number is within
current-round-3, then it is old, otherwise it is new.
the justification is that routing messages do not get flooded,
so a range of 3 should be sufficient to pick out old messages.
- i dropped the threshold for an acceptable path quality from 50 to
20. we found that having the threshold so high prevented nodes
that were farther from the sink (in terms of numbers of hops) from
every joining the network.
- reduced the receive beacon buffer from 2 to 1 - reduced RAM usage
from ~3750 to ~3550
timesynch:
- reduced the frequency of time-synch packets to 1/hour
- added the ability to trigger time-synch packets from the
command line (so even though the frequency is 1/hour, the
sink can still trigger packets when it wants to).
- got rid of dse_start_time file creation. instead we just redefine
an epoch as starting from Jan 1, 2005, and assume all time-stamps
start from then. of course, this will screw up the start-time
for all the existing scripts. but this will hopefully be the last time.
- i moved the sink code over to emstar versus running in EmTos.
It seems like the initial motivation between running the sink
timesync code in EmTos was to share code with the timesync
code on the motes. But ultimately they
did not end up sharing code, so there was no reason to leave it
in emTos.
The initial reason to move it was because I was noticing flaky
behavior, and lew suggested it may be because he didnt necessarily
trust the timers in EmTos.
- changed the code on the mote and the sink to not use the
hardware clock. it was not very precise, and did not scale
deterministically to different speeds (i.e. we wanted to make
the clock 10 ticks/second instead of 100 ticks / second in
order to get rid of dse_start_time).
Revision
1.55
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Aug 31 23:41:48 2005 UTC (3 years, 2 months ago) by nithya
Branch:
MAIN
Changes since 1.54: +189 -159 lines
Diff to previous 1.54
Lots of minor fixes to get ready for deployment
Revision
1.54
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Aug 31 04:18:28 2005 UTC (3 years, 2 months ago) by nithya
Branch:
MAIN
Changes since 1.53: +7 -7 lines
Diff to previous 1.53
Changed struct names
Revision
1.31.4.2
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Aug 30 03:59:18 2005 UTC (3 years, 2 months ago) by nithya
Branch:
ESS2-CMS-V1_4cMergeSympathy_2
Changes since 1.31.4.1: +0 -39 lines
Diff to previous 1.31.4.1
to branch point 1.31
to next main 1.32
Next try to make this work.
Revision
1.31.4.1
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Aug 26 23:32:49 2005 UTC (3 years, 2 months ago) by nithya
Branch:
ESS2-CMS-V1_4cMergeSympathy_2
Changes since 1.31: +524 -539 lines
Diff to previous 1.31
*** empty log message ***
Revision
1.53
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Aug 26 22:31:11 2005 UTC (3 years, 2 months ago) by nithya
Branch:
MAIN
Changes since 1.52: +0 -39 lines
Diff to previous 1.52
Fixes for James Reserve deployment, upgraded Sympathy.
Revision
1.52
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Aug 24 21:14:57 2005 UTC (3 years, 2 months ago) by nithya
Branch:
MAIN
Changes since 1.51: +84 -106 lines
Diff to previous 1.51
Code used for final Sympathy camera ready for Sensys!
Revision
1.51
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Aug 5 23:33:32 2005 UTC (3 years, 3 months ago) by nithya
Branch:
MAIN
CVS Tags:
ESS2-CMS-V1_5_pretest
Changes since 1.50: +47 -36 lines
Diff to previous 1.50
msg
Revision
1.50
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Aug 4 22:54:39 2005 UTC (3 years, 3 months ago) by nithya
Branch:
MAIN
Changes since 1.49: +18 -16 lines
Diff to previous 1.49
Made some bug fixes:
- how sympathy processes dse queries
- memory leak in using misc_parse_init (i never called
misc_parse_cleanup).
- added counting of CRC packets.
Revision
1.49
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Aug 1 05:02:13 2005 UTC (3 years, 3 months ago) by nithya
Branch:
MAIN
Changes since 1.48: +17 -31 lines
Diff to previous 1.48
x
Revision
1.48
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Jul 27 01:37:28 2005 UTC (3 years, 3 months ago) by nithya
Branch:
MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47
Fixed up some printing stuff.
Revision
1.47
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Jul 26 02:47:33 2005 UTC (3 years, 3 months ago) by nithya
Branch:
MAIN
Changes since 1.46: +2 -5 lines
Diff to previous 1.46
Fixed a bug in sympathy - where it wasn't storing correct link
information.
Revision
1.46
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Jul 21 09:05:07 2005 UTC (3 years, 4 months ago) by nithya
Branch:
MAIN
Changes since 1.45: +102 -14 lines
Diff to previous 1.45
Many very key fixes!! now dse instrumentation working properly.
Revision
1.45
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Jul 20 01:59:17 2005 UTC (3 years, 4 months ago) by nithya
Branch:
MAIN
Changes since 1.44: +17 -13 lines
Diff to previous 1.44
Fixed compiler errors (when doing make ARCH=mica2),
and many warnings.
Factored out routing-agnostic code from routing specific code into a library
for sympathy.
Added Surge to our tos-contrib repo as well.
Revision
1.44
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Jul 19 00:41:17 2005 UTC (3 years, 4 months ago) by nithya
Branch:
MAIN
Changes since 1.43: +1 -1 lines
Diff to previous 1.43
Added instrumentation for mintRoute. This involved:
- separating routing-specific code out from sympathy on the sink side
- getting MintRoute to work (and writing wrapper code for it)
- instrumenting MintRoute code on the mote side.
Added sink-side wrapper code for surge.
Changed interface for reporting metrics - now we use a Smetrics_t struct
instead of just randombly packing data into the packet.
Revision
1.43
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Jul 13 18:19:30 2005 UTC (3 years, 4 months ago) by nithya
Branch:
MAIN
Changes since 1.42: +13 -29 lines
Diff to previous 1.42
Rewrote code
separated routing layer specific code out.
Revision
1.42
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Jul 12 06:37:13 2005 UTC (3 years, 4 months ago) by nithya
Branch:
MAIN
Changes since 1.41: +22 -9 lines
Diff to previous 1.41
Fixes to sympathy's root failure diagnosis.
Added wrapper for surge/mintRoute.
Added a change for dse instrumentation.
Revision
1.41
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Jul 6 02:54:07 2005 UTC (3 years, 4 months ago) by nithya
Branch:
MAIN
Changes since 1.40: +209 -320 lines
Diff to previous 1.40
Too many changes to enumerate. Many important bug fixes ins ympathy.
Revision
1.40
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Jun 29 22:44:03 2005 UTC (3 years, 4 months ago) by nithya
Branch:
MAIN
Changes since 1.39: +378 -393 lines
Diff to previous 1.39
Separated the .h file in tos-contrib/sympathy.
Revision
1.39
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Jun 29 17:23:35 2005 UTC (3 years, 4 months ago) by nithya
Branch:
MAIN
Changes since 1.38: +2 -0 lines
Diff to previous 1.38
Major fix for dse instrumentation with sympathy (packed couple
of structs to get byte alignment right!).
Made many minor fixes to sympathy
Changed interface slightly that exposes statistics to remove a
redundant argument (type) that tha user was setting but didn't need
to.
Revision
1.38
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Jun 29 02:11:57 2005 UTC (3 years, 4 months ago) by vagarwal
Branch:
MAIN
Changes since 1.37: +31 -5 lines
Diff to previous 1.37
Small additions for implementing with bayes classification tool (all changes are surrounded by #ifdef USE_BAYES)
Revision
1.37
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Jun 29 01:44:55 2005 UTC (3 years, 4 months ago) by nithya
Branch:
MAIN
Changes since 1.36: +1 -0 lines
Diff to previous 1.36
1) Added a new component to handle mailing updates. This component
exports a status-device: writing: "device=<path-to-device>:email=<email-address>will result in an email to the email-address every time there is an update
to the provided status-device. This does not work yet because we have not
determined which mail program to use (suggestions?)
2) Added couple extra fields to sympathy-statistics so we can trace
flow of traffic through the network, and hopefully determine where packets
are dropped. This involved adding more instrumentation to TreeDispatch.
3) Fixed a bug with incrementing counters (wasn't handling rollovers
correctly)
4) Fixed a compile error in EmLinkServerM.nc, TimeSynchM.nc
5) Fixed a bug in MultihopM.nc - where the packet type was not getting
set correctly for link packets so DSE was not receiving packets.
Revision
1.36
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Jun 21 21:35:02 2005 UTC (3 years, 5 months ago) by nithya
Branch:
MAIN
CVS Tags:
rdd_alpha_version_1
Changes since 1.35: +8 -3 lines
Diff to previous 1.35
Fixes for ping-about, and now no-route-to-sink failure detection is working.
Revision
1.35
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Jun 15 23:59:34 2005 UTC (3 years, 5 months ago) by nithya
Branch:
MAIN
Changes since 1.34: +0 -2 lines
Diff to previous 1.34
Fixed a bug (mess up emview),
and other minor changes...
Revision
1.34
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Jun 14 22:23:15 2005 UTC (3 years, 5 months ago) by nithya
Branch:
MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33
Added flags (commented out) for 900MHz mica2.
Added support for emview in sympathy.
Fixed a couple minor bugs in sympathy.
Revision
1.33
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Jun 10 00:41:22 2005 UTC (3 years, 5 months ago) by nithya
Branch:
MAIN
Changes since 1.32: +3 -1 lines
Diff to previous 1.32
Working with emview now, using the sink as a gateway!
Now the sink creates fake "devices" when it gets metrics from
the nodes and pushes the information to emview. Which
then displays the info!
Revision
1.32
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Jun 9 00:32:34 2005 UTC (3 years, 5 months ago) by nithya
Branch:
MAIN
Changes since 1.31: +16 -2 lines
Diff to previous 1.31
Prints out the number of periods a failure has continued for.
Revision
1.31
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Jun 6 22:01:52 2005 UTC (3 years, 5 months ago) by nithya
Branch:
MAIN
CVS Tags:
ESS_RELEASE_3_3,
ESS2-CMS-V1_4c,
ESS2-CMS-V1_4b,
ESS2-CMS-V1_4a,
ESS2-CMS-V1_3
Branch point for:
ESS2-CMS-V1_4cMergeSympathy_2
Changes since 1.30: +37 -37 lines
Diff to previous 1.30
Added files that should produce generic stats (run/sim files).
Changes to get rid of iter_fai.
Revision
1.30
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Jun 6 20:19:38 2005 UTC (3 years, 5 months ago) by nithya
Branch:
MAIN
Changes since 1.29: +4 -36 lines
Diff to previous 1.29
Took out concept of fail-iteration.
Revision
1.29
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri May 27 17:58:27 2005 UTC (3 years, 5 months ago) by nithya
Branch:
MAIN
Changes since 1.28: +1 -13 lines
Diff to previous 1.28
Fixed it!
Revision
1.28
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri May 27 16:43:04 2005 UTC (3 years, 5 months ago) by nithya
Branch:
MAIN
Changes since 1.27: +17 -10 lines
Diff to previous 1.27
Now have a semi working version of printing out generic stats.
at least one bug to work out...
Revision
1.27
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue May 24 05:29:08 2005 UTC (3 years, 5 months ago) by nithya
Branch:
MAIN
Changes since 1.26: +47 -30 lines
Diff to previous 1.26
Fixed some printing stuff... added another failure.
Revision
1.26
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue May 24 02:20:41 2005 UTC (3 years, 5 months ago) by nithya
Branch:
MAIN
Changes since 1.25: +10 -1 lines
Diff to previous 1.25
*** empty log message ***
Revision
1.25
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed May 11 21:51:04 2005 UTC (3 years, 6 months ago) by nithya
Branch:
MAIN
Changes since 1.24: +3 -7 lines
Diff to previous 1.24
Fixed more bugs (critical functional bugs), and changed usage so that
now sympathy_sink is a macro that takes 2 arguments - in order to specify
the number of failure iterations and epoch length.
Revision
1.24
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon May 9 16:27:58 2005 UTC (3 years, 6 months ago) by nithya
Branch:
MAIN
Changes since 1.23: +109 -140 lines
Diff to previous 1.23
Fixed memory consumption problem - wasnt a memory leak after all.
Revision
1.23
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed May 4 05:14:00 2005 UTC (3 years, 6 months ago) by nithya
Branch:
MAIN
Changes since 1.22: +51 -84 lines
Diff to previous 1.22
Fixed various bugs (memroy leaks, sink can be any id...)
Revision
1.22
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Apr 21 06:14:48 2005 UTC (3 years, 7 months ago) by nithya
Branch:
MAIN
CVS Tags:
ESS2-CMS-V1_2,
ESS2-CMS-V1_1
Changes since 1.21: +4 -2 lines
Diff to previous 1.21
FIxed bug preventing sympathy-sink from aggregating.
Revision
1.21
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Apr 21 00:38:08 2005 UTC (3 years, 7 months ago) by nithya
Branch:
MAIN
Changes since 1.20: +17 -28 lines
Diff to previous 1.20
Should be working with exported interfaces.
Revision
1.20
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Apr 2 18:03:28 2005 UTC (3 years, 7 months ago) by nithya
Branch:
MAIN
CVS Tags:
MOTENIC_PRE_BUGFIX_20050415
Changes since 1.19: +19 -8 lines
Diff to previous 1.19
Fixed a bug!!
Revision
1.19
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Apr 1 02:58:31 2005 UTC (3 years, 7 months ago) by nithya
Branch:
MAIN
Changes since 1.18: +7 -5 lines
Diff to previous 1.18
Fixed congestion issues.
Revision
1.18
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Mar 31 17:27:27 2005 UTC (3 years, 7 months ago) by nithya
Branch:
MAIN
Changes since 1.17: +4 -0 lines
Diff to previous 1.17
running version.
Revision
1.17
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Mar 31 03:17:51 2005 UTC (3 years, 7 months ago) by nithya
Branch:
MAIN
Changes since 1.16: +169 -112 lines
Diff to previous 1.16
Good version!
Revision
1.16
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Mar 30 21:06:18 2005 UTC (3 years, 7 months ago) by nithya
Branch:
MAIN
Changes since 1.15: +7 -1 lines
Diff to previous 1.15
Moved multihop constants from EmStar_Stirngs. Was causing problems
from emstar-code that needed those multihop-constants - because
including EmStar_Strings causes buf*() funcs to be nops.
Revision
1.15
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Mar 29 03:42:00 2005 UTC (3 years, 7 months ago) by nithya
Branch:
MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14
*** empty log message ***
Revision
1.14
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Mar 28 22:31:36 2005 UTC (3 years, 7 months ago) by nithya
Branch:
MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
*** empty log message ***
Revision
1.13
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Mar 27 03:12:33 2005 UTC (3 years, 7 months ago) by nithya
Branch:
MAIN
Changes since 1.12: +15 -8 lines
Diff to previous 1.12
Working well.
Running overnight.
Revision
1.12
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Mar 26 22:42:36 2005 UTC (3 years, 7 months ago) by nithya
Branch:
MAIN
Changes since 1.11: +47 -17 lines
Diff to previous 1.11
Working version - node reboot/congestion detected,
node dieing not because packet-dropping is not working yet.
Revision
1.11
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Mar 26 03:39:55 2005 UTC (3 years, 7 months ago) by nithya
Branch:
MAIN
Changes since 1.10: +19 -38 lines
Diff to previous 1.10
Working code as of tonight.
Revision
1.10
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Mar 25 08:49:40 2005 UTC (3 years, 7 months ago) by nithya
Branch:
MAIN
Changes since 1.9: +199 -56 lines
Diff to previous 1.9
running tests - seems to be ok
Revision
1.9
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Mar 24 23:11:21 2005 UTC (3 years, 7 months ago) by nithya
Branch:
MAIN
Changes since 1.8: +4 -3 lines
Diff to previous 1.8
This is a working version - on the ceiling, with fault injection!
Revision
1.8
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Mar 24 01:15:12 2005 UTC (3 years, 8 months ago) by nithya
Branch:
MAIN
Changes since 1.7: +2 -0 lines
Diff to previous 1.7
*** empty log message ***
Revision
1.7
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Mar 23 23:25:38 2005 UTC (3 years, 8 months ago) by nithya
Branch:
MAIN
Changes since 1.6: +10 -3 lines
Diff to previous 1.6
Working with fault injection
Revision
1.6
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Mar 23 17:04:17 2005 UTC (3 years, 8 months ago) by nithya
Branch:
MAIN
Changes since 1.5: +204 -104 lines
Diff to previous 1.5
Working ok!
Revision
1.5
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Mar 22 07:10:24 2005 UTC (3 years, 8 months ago) by nithya
Branch:
MAIN
Changes since 1.4: +80 -39 lines
Diff to previous 1.4
Kinda working.
Revision
1.4
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Mar 22 02:16:50 2005 UTC (3 years, 8 months ago) by nithya
Branch:
MAIN
Changes since 1.3: +123 -36 lines
Diff to previous 1.3
working mostly
Revision
1.3
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Mar 21 23:01:35 2005 UTC (3 years, 8 months ago) by nithya
Branch:
MAIN
Changes since 1.2: +39 -13 lines
Diff to previous 1.2
*** empty log message ***
Revision
1.2
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Mar 21 06:46:20 2005 UTC (3 years, 8 months ago) by nithya
Branch:
MAIN
Changes since 1.1: +4 -4 lines
Diff to previous 1.1
*** empty log message ***
Revision
1.1
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Mar 18 04:14:29 2005 UTC (3 years, 8 months ago) by nithya
Branch:
MAIN
New / modular sympathy
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.