CVS log for emstar/fusd/fusdd/fusdd_socket.c

(logo)

Help

(back) Up to [CENS] / emstar / fusd / fusdd

Request diff between arbitrary revisions / Display revisions graphically / Jump to LXR


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.14 / (as text) / (view) - annotate - [select for diffs] , Tue Jan 18 03:37:29 2005 UTC (4 years, 10 months ago) by girod
Branch: MAIN
CVS Tags: rdd_alpha_version_1, pregeonet, mote, acoustic-05-18-06, PRE_TOSNIC_FIX, PRE_64BIT, MOTENIC_PRE_BUGFIX_20050415, LAURA_CALIBRATION_EXPERIMENTS, HEAD, ESS_RELEASE_3_5, ESS_RELEASE_3_4, ESS_RELEASE_3_3, 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, 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_5, EMSTAR_RELEASE_2_1_BRANCH, EMSTAR_RELEASE_2_1, CYCLOPS_RELEASE_CANDIDATE_2_0, CYCLOPS_PRERELEASE_STABLE, CENTROUTE_EMSTAR_SOCKETS, BG_1_0, BANGLADESH_ARSENIC_1_2, BANGLADESH_ARSENIC_1_1, AMARSS_JR_DEPLOYMENT_6_05_07
Changes since 1.13: +6 -1 lines
Diff to previous 1.13
* fixed a bug in fusdnet client, caused when not in remap mode
* maybe fixed a memory error in fusdnet_server.  could not reproduce
  memory problem after the fix.

Revision 1.13 / (as text) / (view) - annotate - [select for diffs] , Tue Jan 18 02:59:41 2005 UTC (4 years, 10 months ago) by girod
Branch: MAIN
Changes since 1.12: +6 -4 lines
Diff to previous 1.12
* moved fusdnet out of fusdd and into a separate process
* added --enable-remote option into misc_init that waits for fusdnet
* added fusdnet() macro for running fusdnet when desired
* moved logging in fusdd_server over to elog
* fixed bug in link.run

Revision 1.12 / (as text) / (view) - annotate - [select for diffs] , Sat Dec 11 23:08:02 2004 UTC (4 years, 11 months ago) by girod
Branch: MAIN
CVS Tags: PRE_CEILING_FIX
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
a bug in the buf item iterator.  also, new functions for inserting
and removing data from bufs.

Revision 1.11 / (as text) / (view) - annotate - [select for diffs] , Sat May 22 23:32:37 2004 UTC (5 years, 6 months ago) by girod
Branch: MAIN
CVS Tags: scale_radio_channel, nims-lab-Sep07-2004, nims-jr-Sep05-04, lessgps_release, kiss_release, bp_scale_radio_channel, PRE_NOMEGA_MOTENIC, LESSGPS_1_00, KISS_1_0, HOSTMOTE_V_6_EXPERIMENTAL, HOSTMOTE_PROTOCOL_VERSION_7, HOSTMOTE_PROTOCOL_VERSION_6_WITH_HOSTMOAP, HOSTMOTE_PROTOCOL_VERSION_5_WITH_HOSTMOAP, HOSTMOTE_PROTOCOL_VERSION_5, HOSTMOTE_PROTOCOL_VERSION_4, EMSTAR_RELEASE_2_0, EMSTAR_PRE_HTML
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
various uninit vars fixed and changes to BUILD files in prep for shared
library support

Revision 1.10 / (as text) / (view) - annotate - [select for diffs] , Wed Mar 10 03:34:52 2004 UTC (5 years, 8 months ago) by girod
Branch: MAIN
CVS Tags: PRE_MOTENIC_CLEANUP, HOSTMOTE_PROTOCOL_VERSION_3, EMSTAR_RELEASE_2_0_beta1
Changes since 1.9: +4 -4 lines
Diff to previous 1.9
switched from 'log' to 'nlog' to fix problem on some distros

Revision 1.9 / (as text) / (view) - annotate - [select for diffs] , Sun Feb 15 19:27:49 2004 UTC (5 years, 9 months ago) by girod
Branch: MAIN
CVS Tags: EMSTAR_RELEASE_1_3_2
Changes since 1.8: +13 -0 lines
Diff to previous 1.8
* some fixes to the previously-added fusdnet support in libfusd.c
* reorg and first working version of FUSDnet
* FUSDnet is now officially part of the fusdd build

Revision 1.8 / (as text) / (view) - annotate - [select for diffs] , Wed Feb 11 21:29:52 2004 UTC (5 years, 9 months ago) by girod
Branch: MAIN
CVS Tags: EMSTAR_RELEASE_1_3_1, EMSTAR_RELEASE_1_3
Changes since 1.7: +9 -23 lines
Diff to previous 1.7
fixed bugs that caused spinning

Revision 1.7 / (as text) / (view) - annotate - [select for diffs] , Wed Feb 11 09:30:58 2004 UTC (5 years, 9 months ago) by girod
Branch: MAIN
Changes since 1.6: +34 -32 lines
Diff to previous 1.6
fixed an infinite loop, added links to cause connect to complete..

Revision 1.6 / (as text) / (view) - annotate - [select for diffs] , Wed Feb 11 07:46:53 2004 UTC (5 years, 9 months ago) by girod
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
fixed up fusdd_client to be standalone
linked it up to the server...

Revision 1.5 / (as text) / (view) - annotate - [select for diffs] , Tue Feb 10 03:45:29 2004 UTC (5 years, 9 months ago) by girod
Branch: MAIN
Changes since 1.4: +6 -3 lines
Diff to previous 1.4
* major checkin of fusdnet work.

* fusd API changes
  * fusd_context_t instead of g_event_t
  * added option to disable fusdnet functionality
  * propagated changes throughout libdev etc
  * changes to fusd_msg to support new fusdnet message type

* audio server
  * got rid of stupid rflink junk
  * fixed fusd api change

Revision 1.4 / (as text) / (view) - annotate - [select for diffs] , Sat Feb 7 20:39:11 2004 UTC (5 years, 9 months ago) by girod
Branch: MAIN
Changes since 1.3: +16 -13 lines
Diff to previous 1.3
compiles now..

Revision 1.3 / (as text) / (view) - annotate - [select for diffs] , Sat Feb 7 18:46:02 2004 UTC (5 years, 9 months ago) by girod
Branch: MAIN
Changes since 1.2: +24 -17 lines
Diff to previous 1.2
some more additions to proto-fusdnet

Revision 1.2 / (as text) / (view) - annotate - [select for diffs] , Sat Feb 7 05:32:50 2004 UTC (5 years, 9 months ago) by girod
Branch: MAIN
Changes since 1.1: +151 -2 lines
Diff to previous 1.1
*** empty log message ***

Revision 1.1 / (as text) / (view) - annotate - [select for diffs] , Sat Feb 7 03:09:32 2004 UTC (5 years, 9 months ago) by girod
Branch: MAIN
*** empty log message ***

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.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

CENS CVS Mailing List
Powered by
ViewCVS 0.9.2