From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../code/nelns/naming_service/naming_service.cpp | 354 +++++++++++++++++++++ 1 file changed, 354 insertions(+) create mode 100644 cvs/cvsweb.cgi/code/nelns/naming_service/naming_service.cpp (limited to 'cvs/cvsweb.cgi/code/nelns/naming_service/naming_service.cpp') diff --git a/cvs/cvsweb.cgi/code/nelns/naming_service/naming_service.cpp b/cvs/cvsweb.cgi/code/nelns/naming_service/naming_service.cpp new file mode 100644 index 00000000..91ec34ce --- /dev/null +++ b/cvs/cvsweb.cgi/code/nelns/naming_service/naming_service.cpp @@ -0,0 +1,354 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / nelns / naming_service / naming_service.cpp
+ + + + + +
naming_service.cpp
+

+

Default branch: MAIN
+


+ Revision 1.23 / (download) - annotate - [select for diffs] +, Thu Jun 13 09:41:32 2002 UTC (11 days, 6 hours ago) by lecroart +
Branch: MAIN + +
CVS Tags: HEAD +
Changes since 1.22: +11 -14 + lines
Diff to previous 1.22 +

+REMOVE: some debug info
+
+

+ Revision 1.22 / (download) - annotate - [select for diffs] +, Mon Jun 10 10:15:20 2002 UTC (2 weeks ago) by lecroart +
Branch: MAIN + +
Changes since 1.21: +204 -182 + lines
Diff to previous 1.21 +

+ADDED: new system for registration/unregistration for layer 5
+
+

+ Revision 1.21 / (download) - annotate - [select for diffs] +, Tue Mar 26 09:45:11 2002 UTC (2 months, 4 weeks ago) by lecroart +
Branch: MAIN + +
Changes since 1.20: +3 -2 + lines
Diff to previous 1.20 +

+CHANGED: unified the command format
+
+

+ Revision 1.20 / (download) - annotate - [select for diffs] +, Mon Mar 25 09:29:29 2002 UTC (3 months ago) by lecroart +
Branch: MAIN + +
Changes since 1.19: +4 -4 + lines
Diff to previous 1.19 +

+CHANGED: use new service functions
+
+

+ Revision 1.19 / (download) - annotate - [select for diffs] +, Tue Mar 19 17:42:49 2002 UTC (3 months ago) by valignat +
Branch: MAIN + +
Changes since 1.18: +13 -2 + lines
Diff to previous 1.18 +

+Applied patches which help to have a clen install on GNU/Linux and to make a Debian package (changes on the management of config and log files, bugfixes, etc ...)
+
+

+ Revision 1.18 / (download) - annotate - [select for diffs] +, Mon Jan 14 17:50:49 2002 UTC (5 months, 1 week ago) by lecroart +
Branch: MAIN + +
Changes since 1.17: +81 -804 + lines
Diff to previous 1.17 +

+ADDED: the naming can shutdown and restart dynamically
+
+

+ Revision 1.17 / (download) - annotate - [select for diffs] +, Tue Nov 27 17:31:28 2001 UTC (6 months, 3 weeks ago) by lecroart +
Branch: MAIN + +
Changes since 1.16: +41 -5 + lines
Diff to previous 1.16 +

+BUGFIX: send twice the same port number
+
+

+ Revision 1.16 / (download) - annotate - [select for diffs] +, Tue Nov 13 12:02:54 2001 UTC (7 months, 1 week ago) by lecroart +
Branch: MAIN + +
Changes since 1.15: +3 -3 + lines
Diff to previous 1.15 +

+CHANGED: the command to display registered services
+
+

+ Revision 1.15 / (download) - annotate - [select for diffs] +, Tue Oct 16 09:26:54 2001 UTC (8 months, 1 week ago) by legros +
Branch: MAIN + +
Changes since 1.14: +3 -1 + lines
Diff to previous 1.14 +

+FIXED: compatability with service_5 layer
+
+

+ Revision 1.14 / (download) - annotate - [select for diffs] +, Thu Sep 20 08:53:48 2001 UTC (9 months ago) by lecroart +
Branch: MAIN + +
Changes since 1.13: +14 -2 + lines
Diff to previous 1.13 +

+ADDED: BasePort in the cfg to allow more than one shard on the same computer
+
+

+ Revision 1.13 / (download) - annotate - [select for diffs] +, Wed Sep 5 17:19:20 2001 UTC (9 months, 2 weeks ago) by lecroart +
Branch: MAIN + +
Changes since 1.12: +2 -2 + lines
Diff to previous 1.12 +

+ADDED: commands for admin
+
+

+ Revision 1.12 / (download) - annotate - [select for diffs] +, Thu Aug 30 17:09:00 2001 UTC (9 months, 3 weeks ago) by lecroart +
Branch: MAIN + +
Changes since 1.11: +36 -2 + lines
Diff to previous 1.11 +

+ADDED: new command
+
+

+ Revision 1.11 / (download) - annotate - [select for diffs] +, Thu Aug 23 15:43:21 2001 UTC (10 months ago) by lecroart +
Branch: MAIN + +
Changes since 1.10: +15 -1 + lines
Diff to previous 1.10 +

+ADDED: DebugFast config
+
+

+ Revision 1.10 / (download) - annotate - [select for diffs] +, Mon Jun 18 09:15:16 2001 UTC (12 months ago) by cado +
Branch: MAIN + +
Changes since 1.9: +3 -3 + lines
Diff to previous 1.9 +

+Added support for message recorder
+
+

+ Revision 1.9 / (download) - annotate - [select for diffs] +, Tue Jun 12 15:44:09 2001 UTC (12 months, 1 week ago) by lecroart +
Branch: MAIN + +
Changes since 1.8: +49 -12 + lines
Diff to previous 1.8 +

+CHANGED: service list is now on all client so there no more request for lookup (did it for multithread purpose)
+
+

+ Revision 1.8 / (download) - annotate - [select for diffs] +, Fri May 18 16:50:40 2001 UTC (13 months ago) by lecroart +
Branch: MAIN + +
Changes since 1.7: +5 -5 + lines
Diff to previous 1.7 +

+MODIFIED: changed header
+
+

+ Revision 1.7 / (download) - annotate - [select for diffs] +, Wed May 16 08:28:53 2001 UTC (13 months, 1 week ago) by lecroart +
Branch: MAIN + +
Changes since 1.6: +8 -2 + lines
Diff to previous 1.6 +

+#BUGFIX: address comparison in doRegister
+
+

+ Revision 1.6 / (download) - annotate - [select for diffs] +, Tue May 15 15:21:44 2001 UTC (13 months, 1 week ago) by cado +
Branch: MAIN + +
Changes since 1.5: +2 -2 + lines
Diff to previous 1.5 +

+Fixed address comparison in doRegister()
+
+

+ Revision 1.5 / (download) - annotate - [select for diffs] +, Wed May 9 17:19:02 2001 UTC (13 months, 2 weeks ago) by berenguier +
Branch: MAIN + +
Changes since 1.4: +2 -2 + lines
Diff to previous 1.4 +

+FIXED: serialMap() -> serialCont()
+
+

+ Revision 1.4 / (download) - annotate - [select for diffs] +, Fri May 4 14:42:56 2001 UTC (13 months, 2 weeks ago) by lecroart +
Branch: MAIN + +
Changes since 1.3: +45 -22 + lines
Diff to previous 1.3 +

+ADD: register with sid
+
+

+ Revision 1.3 / (download) - annotate - [select for diffs] +, Thu May 3 16:30:27 2001 UTC (13 months, 3 weeks ago) by lecroart +
Branch: MAIN + +
Changes since 1.2: +10 -4 + lines
Diff to previous 1.2 +

+ADDED: the lookup() with sid
+
+

+ Revision 1.2 / (download) - annotate - [select for diffs] +, Wed May 2 12:36:39 2001 UTC (13 months, 3 weeks ago) by lecroart +
Branch: MAIN + +
Changes since 1.1: +512 -137 + lines
Diff to previous 1.1 +

+ADD: new version of the network system (in NeL and NeLns)
+
+

+ Revision 1.1 / (download) - annotate - [select for diffs] +, Wed Apr 18 13:54:25 2001 UTC (14 months ago) by valignat +
Branch: MAIN + +
Diff

+RENAMED code/server to code/nelns.
+
+ + + + + +
Request Diffs
+

+

+

+Diffs between + + + and + + +
Type of Diff should be a  +
+ + + + + +
Select branch
+

+

+ +

+View only Branch: + + +
+ +
+Sort log by: + + +
+ + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1