From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- cvs/cvsweb.cgi/code/server/?hideattic=0/index.html | 161 +++++++++ .../code/server/?sortby=author/index.html | 110 ++++++ .../?sortby=date&only_with_tag=MAIN/index.html | 118 +++++++ cvs/cvsweb.cgi/code/server/?sortby=date/index.html | 110 ++++++ .../?sortby=log&only_with_tag=MAIN/index.html | 118 +++++++ cvs/cvsweb.cgi/code/server/?sortby=log/index.html | 110 ++++++ .../?sortby=rev&only_with_tag=MAIN/index.html | 118 +++++++ cvs/cvsweb.cgi/code/server/?sortby=rev/index.html | 110 ++++++ .../code/server/Attic/?sortby=log/index.html | 129 +++++++ .../code/server/Attic/?sortby=rev/index.html | 129 +++++++ .../server/Attic/AUTHORS?hideattic=0/index.html | 158 +++++++++ .../x-cvsweb-markup&hideattic=0/index.html | 155 +++++++++ .../server/Attic/CHANGES?hideattic=0/index.html | 145 ++++++++ .../x-cvsweb-markup&hideattic=0/index.html | 142 ++++++++ cvs/cvsweb.cgi/code/server/Attic/HOWTO/index.html | 162 +++++++++ .../code/server/Attic/HOWTO?hideattic=0/index.html | 165 +++++++++ .../code/server/Attic/INSTALL/index.html | 169 ++++++++++ .../server/Attic/INSTALL?hideattic=0/index.html | 172 ++++++++++ .../x-cvsweb-markup&hideattic=0/index.html | 178 ++++++++++ cvs/cvsweb.cgi/code/server/Attic/NEWS/index.html | 142 ++++++++ cvs/cvsweb.cgi/code/server/Attic/THANKS/index.html | 142 ++++++++ .../server/Attic/THANKS?hideattic=0/index.html | 145 ++++++++ .../code/server/Attic/bootstrap/index.html | 148 ++++++++ .../server/Attic/bootstrap?hideattic=0/index.html | 151 +++++++++ cvs/cvsweb.cgi/code/server/Attic/configure.in | 239 +++++++++++++ .../x-cvsweb-markup&hideattic=0/index.html | 239 +++++++++++++ cvs/cvsweb.cgi/code/server/Attic/dummy/index.html | 142 ++++++++ cvs/cvsweb.cgi/code/server/Attic/index.html | 128 +++++++ cvs/cvsweb.cgi/code/server/Attic/services.dsw | 208 ++++++++++++ .../code/server/Attic/services.dsw?hideattic=0 | 211 ++++++++++++ cvs/cvsweb.cgi/code/server/INSTALL/index.html | 145 ++++++++ cvs/cvsweb.cgi/code/server/Makefile.am | 155 +++++++++ .../admin_executor_service/?sortby=log/index.html | 78 +++++ .../code/server/admin_executor_service/index.html | 78 +++++ .../server/agent_service/?hideattic=0/index.html | 168 +++++++++ .../server/agent_service/?sortby=log/index.html | 90 +++++ .../code/server/agent_service/index.html | 90 +++++ cvs/cvsweb.cgi/code/server/configure.in | 155 +++++++++ .../code/server/doc/?hideattic=0/index.html | 97 ++++++ cvs/cvsweb.cgi/code/server/doc/index.html | 78 +++++ cvs/cvsweb.cgi/code/server/index.html | 110 ++++++ .../server/log_service/?hideattic=0/index.html | 101 ++++++ .../code/server/log_service/?sortby=log/index.html | 78 +++++ cvs/cvsweb.cgi/code/server/log_service/index.html | 78 +++++ .../server/login_service/?sortby=log/index.html | 78 +++++ .../code/server/login_service/index.html | 78 +++++ .../server/moves_service/?hideattic=0/index.html | 97 ++++++ .../server/moves_service/?sortby=log/index.html | 78 +++++ .../code/server/moves_service/index.html | 78 +++++ .../code/server/moves_service/moves_service.cpp | 375 +++++++++++++++++++++ .../code/server/moves_service/moves_service.dsp | 135 ++++++++ .../code/server/moves_service/moves_service.h | 145 ++++++++ .../server/naming_service/?hideattic=0/index.html | 101 ++++++ .../server/naming_service/?sortby=log/index.html | 78 +++++ .../code/server/naming_service/index.html | 78 +++++ cvs/cvsweb.cgi/code/server/services.dsw | 175 ++++++++++ .../server/time_service/?hideattic=0/index.html | 97 ++++++ .../code/server/time_service/Makefile.am | 135 ++++++++ cvs/cvsweb.cgi/code/server/time_service/index.html | 78 +++++ .../code/server/time_service/time_service.cpp | 215 ++++++++++++ .../code/server/time_service/time_service.dsp | 155 +++++++++ 61 files changed, 8231 insertions(+) create mode 100644 cvs/cvsweb.cgi/code/server/?hideattic=0/index.html create mode 100644 cvs/cvsweb.cgi/code/server/?sortby=author/index.html create mode 100644 cvs/cvsweb.cgi/code/server/?sortby=date&only_with_tag=MAIN/index.html create mode 100644 cvs/cvsweb.cgi/code/server/?sortby=date/index.html create mode 100644 cvs/cvsweb.cgi/code/server/?sortby=log&only_with_tag=MAIN/index.html create mode 100644 cvs/cvsweb.cgi/code/server/?sortby=log/index.html create mode 100644 cvs/cvsweb.cgi/code/server/?sortby=rev&only_with_tag=MAIN/index.html create mode 100644 cvs/cvsweb.cgi/code/server/?sortby=rev/index.html create mode 100644 cvs/cvsweb.cgi/code/server/Attic/?sortby=log/index.html create mode 100644 cvs/cvsweb.cgi/code/server/Attic/?sortby=rev/index.html create mode 100644 cvs/cvsweb.cgi/code/server/Attic/AUTHORS?hideattic=0/index.html create mode 100644 cvs/cvsweb.cgi/code/server/Attic/AUTHORS?rev=1.3&content-type=text/x-cvsweb-markup&hideattic=0/index.html create mode 100644 cvs/cvsweb.cgi/code/server/Attic/CHANGES?hideattic=0/index.html create mode 100644 cvs/cvsweb.cgi/code/server/Attic/CHANGES?rev=1.2&content-type=text/x-cvsweb-markup&hideattic=0/index.html create mode 100644 cvs/cvsweb.cgi/code/server/Attic/HOWTO/index.html create mode 100644 cvs/cvsweb.cgi/code/server/Attic/HOWTO?hideattic=0/index.html create mode 100644 cvs/cvsweb.cgi/code/server/Attic/INSTALL/index.html create mode 100644 cvs/cvsweb.cgi/code/server/Attic/INSTALL?hideattic=0/index.html create mode 100644 cvs/cvsweb.cgi/code/server/Attic/Makefile.am?rev=1.5&content-type=text/x-cvsweb-markup&hideattic=0/index.html create mode 100644 cvs/cvsweb.cgi/code/server/Attic/NEWS/index.html create mode 100644 cvs/cvsweb.cgi/code/server/Attic/THANKS/index.html create mode 100644 cvs/cvsweb.cgi/code/server/Attic/THANKS?hideattic=0/index.html create mode 100644 cvs/cvsweb.cgi/code/server/Attic/bootstrap/index.html create mode 100644 cvs/cvsweb.cgi/code/server/Attic/bootstrap?hideattic=0/index.html create mode 100644 cvs/cvsweb.cgi/code/server/Attic/configure.in create mode 100644 cvs/cvsweb.cgi/code/server/Attic/configure.in?rev=1.11&content-type=text/x-cvsweb-markup&hideattic=0/index.html create mode 100644 cvs/cvsweb.cgi/code/server/Attic/dummy/index.html create mode 100644 cvs/cvsweb.cgi/code/server/Attic/index.html create mode 100644 cvs/cvsweb.cgi/code/server/Attic/services.dsw create mode 100644 cvs/cvsweb.cgi/code/server/Attic/services.dsw?hideattic=0 create mode 100644 cvs/cvsweb.cgi/code/server/INSTALL/index.html create mode 100644 cvs/cvsweb.cgi/code/server/Makefile.am create mode 100644 cvs/cvsweb.cgi/code/server/admin_executor_service/?sortby=log/index.html create mode 100644 cvs/cvsweb.cgi/code/server/admin_executor_service/index.html create mode 100644 cvs/cvsweb.cgi/code/server/agent_service/?hideattic=0/index.html create mode 100644 cvs/cvsweb.cgi/code/server/agent_service/?sortby=log/index.html create mode 100644 cvs/cvsweb.cgi/code/server/agent_service/index.html create mode 100644 cvs/cvsweb.cgi/code/server/configure.in create mode 100644 cvs/cvsweb.cgi/code/server/doc/?hideattic=0/index.html create mode 100644 cvs/cvsweb.cgi/code/server/doc/index.html create mode 100644 cvs/cvsweb.cgi/code/server/index.html create mode 100644 cvs/cvsweb.cgi/code/server/log_service/?hideattic=0/index.html create mode 100644 cvs/cvsweb.cgi/code/server/log_service/?sortby=log/index.html create mode 100644 cvs/cvsweb.cgi/code/server/log_service/index.html create mode 100644 cvs/cvsweb.cgi/code/server/login_service/?sortby=log/index.html create mode 100644 cvs/cvsweb.cgi/code/server/login_service/index.html create mode 100644 cvs/cvsweb.cgi/code/server/moves_service/?hideattic=0/index.html create mode 100644 cvs/cvsweb.cgi/code/server/moves_service/?sortby=log/index.html create mode 100644 cvs/cvsweb.cgi/code/server/moves_service/index.html create mode 100644 cvs/cvsweb.cgi/code/server/moves_service/moves_service.cpp create mode 100644 cvs/cvsweb.cgi/code/server/moves_service/moves_service.dsp create mode 100644 cvs/cvsweb.cgi/code/server/moves_service/moves_service.h create mode 100644 cvs/cvsweb.cgi/code/server/naming_service/?hideattic=0/index.html create mode 100644 cvs/cvsweb.cgi/code/server/naming_service/?sortby=log/index.html create mode 100644 cvs/cvsweb.cgi/code/server/naming_service/index.html create mode 100644 cvs/cvsweb.cgi/code/server/services.dsw create mode 100644 cvs/cvsweb.cgi/code/server/time_service/?hideattic=0/index.html create mode 100644 cvs/cvsweb.cgi/code/server/time_service/Makefile.am create mode 100644 cvs/cvsweb.cgi/code/server/time_service/index.html create mode 100644 cvs/cvsweb.cgi/code/server/time_service/time_service.cpp create mode 100644 cvs/cvsweb.cgi/code/server/time_service/time_service.dsp (limited to 'cvs/cvsweb.cgi/code/server') diff --git a/cvs/cvsweb.cgi/code/server/?hideattic=0/index.html b/cvs/cvsweb.cgi/code/server/?hideattic=0/index.html new file mode 100644 index 00000000..dc9a2b0b --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/?hideattic=0/index.html @@ -0,0 +1,161 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FileRev.AgeAuthorLast log entry
[BACK] + Previous Directory +    
[DIR] + admin_executor_service/ +    
[DIR] + agent_service/ +    
[DIR] + doc/ +    
[DIR] + log_service/ +    
[DIR] + login_service/ +    
[DIR] + moves_service/ +    
[DIR] + naming_service/ +    
[DIR] + time_service/ +    
[TXT] + AUTHORS + (in the Attic) [Hide] 1.3  10 months valignat  RENAMED code/server to code/nelns. +
[TXT] + CHANGES + (in the Attic) [Hide] 1.2  12 months lecroart  no message +
[TXT] + HOWTO + (in the Attic) [Hide] 1.4  10 months valignat  RENAMED code/server to code/nelns. +
[TXT] + INSTALL + (in the Attic) [Hide] 1.4  10 months valignat  RENAMED code/server to code/nelns. +
[TXT] + Makefile.am + (in the Attic) [Hide] 1.5  10 months valignat  RENAMED code/server to code/nelns. +
[TXT] + NEWS + (in the Attic) [Hide] 1.2  10 months valignat  RENAMED code/server to code/nelns. +
[TXT] + THANKS + (in the Attic) [Hide] 1.2  10 months valignat  RENAMED code/server to code/nelns. +
[TXT] + bootstrap + (in the Attic) [Hide] 1.2  10 months valignat  RENAMED code/server to code/nelns. +
[TXT] + configure.in + (in the Attic) [Hide] 1.11  10 months valignat  RENAMED code/server to code/nelns. +
[TXT] + dummy + (in the Attic) [Hide] 1.2  15 months lecroart  no message +
[TXT] + services.dsw + (in the Attic) [Hide] 1.8  10 months valignat  RENAMED code/server to code/nelns. +

+ +Show only files with tag: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/?sortby=author/index.html b/cvs/cvsweb.cgi/code/server/?sortby=author/index.html new file mode 100644 index 00000000..ec4e93fe --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/?sortby=author/index.html @@ -0,0 +1,110 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server
+ + + + + + + + + + + + + + + + + + + + + + +
File
[BACK] + Previous Directory +
[DIR] + Attic/[Don't hide]
[DIR] + admin_executor_service/ +
[DIR] + agent_service/ +
[DIR] + doc/ +
[DIR] + log_service/ +
[DIR] + login_service/ +
[DIR] + moves_service/ +
[DIR] + naming_service/ +
[DIR] + time_service/ +
+ +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/?sortby=date&only_with_tag=MAIN/index.html b/cvs/cvsweb.cgi/code/server/?sortby=date&only_with_tag=MAIN/index.html new file mode 100644 index 00000000..51201564 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/?sortby=date&only_with_tag=MAIN/index.html @@ -0,0 +1,118 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server
+

Current tag: MAIN + + + + + + + + + + + + + + + + + + + + + + +
File
[BACK] + Previous Directory +
[DIR] + Attic/[Don't hide]
[DIR] + admin_executor_service/ +
[DIR] + agent_service/ +
[DIR] + doc/ +
[DIR] + log_service/ +
[DIR] + login_service/ +
[DIR] + moves_service/ +
[DIR] + naming_service/ +
[DIR] + time_service/ +


+ +Show only files with tag: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/?sortby=date/index.html b/cvs/cvsweb.cgi/code/server/?sortby=date/index.html new file mode 100644 index 00000000..80ea1dec --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/?sortby=date/index.html @@ -0,0 +1,110 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server
+ + + + + + + + + + + + + + + + + + + + + + +
File
[BACK] + Previous Directory +
[DIR] + Attic/[Don't hide]
[DIR] + admin_executor_service/ +
[DIR] + agent_service/ +
[DIR] + doc/ +
[DIR] + log_service/ +
[DIR] + login_service/ +
[DIR] + moves_service/ +
[DIR] + naming_service/ +
[DIR] + time_service/ +
+ +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/?sortby=log&only_with_tag=MAIN/index.html b/cvs/cvsweb.cgi/code/server/?sortby=log&only_with_tag=MAIN/index.html new file mode 100644 index 00000000..24135cf1 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/?sortby=log&only_with_tag=MAIN/index.html @@ -0,0 +1,118 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server
+

Current tag: MAIN + + + + + + + + + + + + + + + + + + + + + + +
File
[BACK] + Previous Directory +
[DIR] + Attic/[Don't hide]
[DIR] + admin_executor_service/ +
[DIR] + agent_service/ +
[DIR] + doc/ +
[DIR] + log_service/ +
[DIR] + login_service/ +
[DIR] + moves_service/ +
[DIR] + naming_service/ +
[DIR] + time_service/ +


+ +Show only files with tag: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/?sortby=log/index.html b/cvs/cvsweb.cgi/code/server/?sortby=log/index.html new file mode 100644 index 00000000..d36844aa --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/?sortby=log/index.html @@ -0,0 +1,110 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server
+ + + + + + + + + + + + + + + + + + + + + + +
File
[BACK] + Previous Directory +
[DIR] + Attic/[Don't hide]
[DIR] + admin_executor_service/ +
[DIR] + agent_service/ +
[DIR] + doc/ +
[DIR] + log_service/ +
[DIR] + login_service/ +
[DIR] + moves_service/ +
[DIR] + naming_service/ +
[DIR] + time_service/ +
+ +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/?sortby=rev&only_with_tag=MAIN/index.html b/cvs/cvsweb.cgi/code/server/?sortby=rev&only_with_tag=MAIN/index.html new file mode 100644 index 00000000..9d539227 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/?sortby=rev&only_with_tag=MAIN/index.html @@ -0,0 +1,118 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server
+

Current tag: MAIN + + + + + + + + + + + + + + + + + + + + + + +
File
[BACK] + Previous Directory +
[DIR] + Attic/[Don't hide]
[DIR] + admin_executor_service/ +
[DIR] + agent_service/ +
[DIR] + doc/ +
[DIR] + log_service/ +
[DIR] + login_service/ +
[DIR] + moves_service/ +
[DIR] + naming_service/ +
[DIR] + time_service/ +


+ +Show only files with tag: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/?sortby=rev/index.html b/cvs/cvsweb.cgi/code/server/?sortby=rev/index.html new file mode 100644 index 00000000..0010ffb1 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/?sortby=rev/index.html @@ -0,0 +1,110 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server
+ + + + + + + + + + + + + + + + + + + + + + +
File
[BACK] + Previous Directory +
[DIR] + Attic/[Don't hide]
[DIR] + admin_executor_service/ +
[DIR] + agent_service/ +
[DIR] + doc/ +
[DIR] + log_service/ +
[DIR] + login_service/ +
[DIR] + moves_service/ +
[DIR] + naming_service/ +
[DIR] + time_service/ +
+ +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/Attic/?sortby=log/index.html b/cvs/cvsweb.cgi/code/server/Attic/?sortby=log/index.html new file mode 100644 index 00000000..c17e08fa --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/Attic/?sortby=log/index.html @@ -0,0 +1,129 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server / Attic
+ + + + + + + + + + + + + + + +
FileRev.AgeAuthorLast log entry
[BACK] + Previous Directory +    
[TXT] + AUTHORS + 1.3  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + HOWTO + 1.4  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + INSTALL + 1.4  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + Makefile.am + 1.5  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + NEWS + 1.2  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + THANKS + 1.2  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + bootstrap + 1.2  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + configure.in + 1.11  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + services.dsw + 1.8  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + CHANGES + 1.2  5 months lecroart  no message +
[TXT] + dummy + 1.2  8 months lecroart  no message +

+ +Show only files with tag: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/Attic/?sortby=rev/index.html b/cvs/cvsweb.cgi/code/server/Attic/?sortby=rev/index.html new file mode 100644 index 00000000..059b0810 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/Attic/?sortby=rev/index.html @@ -0,0 +1,129 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server / Attic
+ + + + + + + + + + + + + + + +
FileRev.AgeAuthorLast log entry
[BACK] + Previous Directory +    
[TXT] + configure.in + 1.11  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + services.dsw + 1.8  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + Makefile.am + 1.5  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + HOWTO + 1.4  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + INSTALL + 1.4  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + AUTHORS + 1.3  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + CHANGES + 1.2  5 months lecroart  no message +
[TXT] + NEWS + 1.2  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + THANKS + 1.2  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + bootstrap + 1.2  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + dummy + 1.2  8 months lecroart  no message +

+ +Show only files with tag: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/Attic/AUTHORS?hideattic=0/index.html b/cvs/cvsweb.cgi/code/server/Attic/AUTHORS?hideattic=0/index.html new file mode 100644 index 00000000..4fe6458c --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/Attic/AUTHORS?hideattic=0/index.html @@ -0,0 +1,158 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / server / AUTHORS
+ + + + + +
AUTHORS
+

+

Default branch: MAIN
+


Revision 1.3, Wed Apr 18 13:54:24 2001 UTC (3 months, 1 week ago) by valignat +
Branch: MAIN + +
CVS Tags: HEAD +
Changes since 1.2: +0 -0 + lines
FILE REMOVED +

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

+ Revision 1.2 / (download) - annotate - [select for diffs] +, Thu Jan 25 13:31:46 2001 UTC (6 months ago) by valignat +
Branch: MAIN + +
CVS Tags: proto_0_2 +
Changes since 1.1: +4 -3 + lines
Diff to previous 1.1 +

+Add Daniel Miller the the Nevrax team list.
+
+

+ Revision 1.1 / (download) - annotate - [select for diffs] +, Wed Jan 24 16:33:14 2001 UTC (6 months ago) by valignat +
Branch: MAIN + +
Diff

+Initial revision.
+
+ + + + + +
Request Diffs
+

+

+

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

+

+ +

+ +View only Branch: + + +
+ +
+ +Sort log by: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/Attic/AUTHORS?rev=1.3&content-type=text/x-cvsweb-markup&hideattic=0/index.html b/cvs/cvsweb.cgi/code/server/Attic/AUTHORS?rev=1.3&content-type=text/x-cvsweb-markup&hideattic=0/index.html new file mode 100644 index 00000000..a6da2886 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/Attic/AUTHORS?rev=1.3&content-type=text/x-cvsweb-markup&hideattic=0/index.html @@ -0,0 +1,155 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / server / AUTHORS
+ + + + + +
AUTHORS
+

+

Default branch: MAIN
+


Revision 1.3, Wed Apr 18 13:54:24 2001 UTC (3 months, 1 week ago) by valignat +
Branch: MAIN + +
CVS Tags: HEAD +
Changes since 1.2: +0 -0 + lines
FILE REMOVED +

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

+ Revision 1.2 / (download) - annotate - [select for diffs] +, Thu Jan 25 13:31:46 2001 UTC (6 months ago) by valignat +
Branch: MAIN + +
CVS Tags: proto_0_2 +
Changes since 1.1: +4 -3 + lines
Diff to previous 1.1 +

+Add Daniel Miller the the Nevrax team list.
+
+

+ Revision 1.1 / (download) - annotate - [select for diffs] +, Wed Jan 24 16:33:14 2001 UTC (6 months ago) by valignat +
Branch: MAIN + +
Diff

+Initial revision.
+
+ + + + + +
Request Diffs
+

+

+

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

+

+ +

+View only Branch: + + +
+ +
+Sort log by: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/Attic/CHANGES?hideattic=0/index.html b/cvs/cvsweb.cgi/code/server/Attic/CHANGES?hideattic=0/index.html new file mode 100644 index 00000000..e246ec39 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/Attic/CHANGES?hideattic=0/index.html @@ -0,0 +1,145 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / server / CHANGES
+ + + + + +
CHANGES
+

+

Default branch: MAIN
+


Revision 1.2, Wed Feb 14 13:31:34 2001 UTC (5 months, 2 weeks ago) by lecroart +
Branch: MAIN + +
CVS Tags: HEAD +
Changes since 1.1: +0 -0 + lines
FILE REMOVED +

+no message
+
+

+ Revision 1.1 / (download) - annotate - [select for diffs] +, Thu Feb 8 10:06:08 2001 UTC (5 months, 2 weeks ago) by lecroart +
Branch: MAIN + +
Diff

+changes
+
+ + + + + +
Request Diffs
+

+

+

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

+

+ +

+ +View only Branch: + + +
+ +
+ +Sort log by: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/Attic/CHANGES?rev=1.2&content-type=text/x-cvsweb-markup&hideattic=0/index.html b/cvs/cvsweb.cgi/code/server/Attic/CHANGES?rev=1.2&content-type=text/x-cvsweb-markup&hideattic=0/index.html new file mode 100644 index 00000000..a1d2f01f --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/Attic/CHANGES?rev=1.2&content-type=text/x-cvsweb-markup&hideattic=0/index.html @@ -0,0 +1,142 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / server / CHANGES
+ + + + + +
CHANGES
+

+

Default branch: MAIN
+


Revision 1.2, Wed Feb 14 13:31:34 2001 UTC (5 months, 2 weeks ago) by lecroart +
Branch: MAIN + +
CVS Tags: HEAD +
Changes since 1.1: +0 -0 + lines
FILE REMOVED +

+no message
+
+

+ Revision 1.1 / (download) - annotate - [select for diffs] +, Thu Feb 8 10:06:08 2001 UTC (5 months, 2 weeks ago) by lecroart +
Branch: MAIN + +
Diff

+changes
+
+ + + + + +
Request Diffs
+

+

+

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

+

+ +

+View only Branch: + + +
+ +
+Sort log by: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/Attic/HOWTO/index.html b/cvs/cvsweb.cgi/code/server/Attic/HOWTO/index.html new file mode 100644 index 00000000..f61fff3a --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/Attic/HOWTO/index.html @@ -0,0 +1,162 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / server / HOWTO
+ + + + + +
HOWTO
+

+

Default branch: MAIN
+


Revision 1.4, Wed Apr 18 13:54:24 2001 UTC (3 months, 1 week ago) by valignat +
Branch: MAIN + +
CVS Tags: HEAD +
Changes since 1.3: +1 -1 + lines
FILE REMOVED +

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

+ Revision 1.3 / (download) - annotate - [select for diffs] +, Thu Feb 8 14:12:42 2001 UTC (5 months, 2 weeks ago) by lecroart +
Branch: MAIN + +
Changes since 1.2: +6 -2 + lines
Diff to previous 1.2 +

+no message
+
+

+ Revision 1.2 / (download) - annotate - [select for diffs] +, Thu Feb 8 10:33:40 2001 UTC (5 months, 2 weeks ago) by cado +
Branch: MAIN + +
Changes since 1.1: +3 -3 + lines
Diff to previous 1.1 +

+sync with doxygen doc
+
+

+ Revision 1.1 / (download) - annotate - [select for diffs] +, Thu Feb 8 10:30:32 2001 UTC (5 months, 2 weeks ago) by cado +
Branch: MAIN + +
Diff

+initial
+
+ + + + + +
Request Diffs
+

+

+

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

+

+ +

+View only Branch: + + +
+ +
+Sort log by: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/Attic/HOWTO?hideattic=0/index.html b/cvs/cvsweb.cgi/code/server/Attic/HOWTO?hideattic=0/index.html new file mode 100644 index 00000000..d6dcb2b4 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/Attic/HOWTO?hideattic=0/index.html @@ -0,0 +1,165 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / server / HOWTO
+ + + + + +
HOWTO
+

+

Default branch: MAIN
+


Revision 1.4, Wed Apr 18 13:54:24 2001 UTC (3 months, 1 week ago) by valignat +
Branch: MAIN + +
CVS Tags: HEAD +
Changes since 1.3: +1 -1 + lines
FILE REMOVED +

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

+ Revision 1.3 / (download) - annotate - [select for diffs] +, Thu Feb 8 14:12:42 2001 UTC (5 months, 2 weeks ago) by lecroart +
Branch: MAIN + +
Changes since 1.2: +6 -2 + lines
Diff to previous 1.2 +

+no message
+
+

+ Revision 1.2 / (download) - annotate - [select for diffs] +, Thu Feb 8 10:33:40 2001 UTC (5 months, 2 weeks ago) by cado +
Branch: MAIN + +
Changes since 1.1: +3 -3 + lines
Diff to previous 1.1 +

+sync with doxygen doc
+
+

+ Revision 1.1 / (download) - annotate - [select for diffs] +, Thu Feb 8 10:30:32 2001 UTC (5 months, 2 weeks ago) by cado +
Branch: MAIN + +
Diff

+initial
+
+ + + + + +
Request Diffs
+

+

+

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

+

+ +

+ +View only Branch: + + +
+ +
+ +Sort log by: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/Attic/INSTALL/index.html b/cvs/cvsweb.cgi/code/server/Attic/INSTALL/index.html new file mode 100644 index 00000000..3f2971d7 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/Attic/INSTALL/index.html @@ -0,0 +1,169 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / server / INSTALL
+ + + + + +
INSTALL
+

+

Default branch: MAIN
+


Revision 1.4, Wed Apr 18 13:54:24 2001 UTC (3 months, 1 week ago) by valignat +
Branch: MAIN + +
CVS Tags: HEAD +
Changes since 1.3: +0 -0 + lines
FILE REMOVED +

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

+ Revision 1.3 / (download) - annotate - [select for diffs] +, Tue Apr 10 13:44:50 2001 UTC (3 months, 2 weeks ago) by loic_at_senga.org +
Branch: MAIN + +
Changes since 1.2: +0 -3 + lines
Diff to previous 1.2 +

+ADDED configure(s) arguments --with-debug and --without-debug to change
+gcc arguments (-g -O -O3 etc ...).
+
+

+ Revision 1.2 / (download) - annotate - [select for diffs] +, Tue Jan 23 16:12:22 2001 UTC (6 months ago) by valignat +
Branch: MAIN + +
CVS Tags: proto_0_2 +
Changes since 1.1: +1 -0 + lines
Diff to previous 1.1 +

+Add NeL to the dependence list.
+
+

+ Revision 1.1 / (download) - annotate - [select for diffs] +, Mon Dec 4 14:48:52 2000 UTC (7 months, 3 weeks ago) by valignat +
Branch: MAIN + +
CVS Tags: proto_0_1 +
Diff

+Initial version.
+
+ + + + + +
Request Diffs
+

+

+

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

+

+ +

+View only Branch: + + +
+ +
+Sort log by: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/Attic/INSTALL?hideattic=0/index.html b/cvs/cvsweb.cgi/code/server/Attic/INSTALL?hideattic=0/index.html new file mode 100644 index 00000000..ff4f27aa --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/Attic/INSTALL?hideattic=0/index.html @@ -0,0 +1,172 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / server / INSTALL
+ + + + + +
INSTALL
+

+

Default branch: MAIN
+


Revision 1.4, Wed Apr 18 13:54:24 2001 UTC (3 months, 1 week ago) by valignat +
Branch: MAIN + +
CVS Tags: HEAD +
Changes since 1.3: +0 -0 + lines
FILE REMOVED +

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

+ Revision 1.3 / (download) - annotate - [select for diffs] +, Tue Apr 10 13:44:50 2001 UTC (3 months, 2 weeks ago) by loic_at_senga.org +
Branch: MAIN + +
Changes since 1.2: +0 -3 + lines
Diff to previous 1.2 +

+ADDED configure(s) arguments --with-debug and --without-debug to change
+gcc arguments (-g -O -O3 etc ...).
+
+

+ Revision 1.2 / (download) - annotate - [select for diffs] +, Tue Jan 23 16:12:22 2001 UTC (6 months ago) by valignat +
Branch: MAIN + +
CVS Tags: proto_0_2 +
Changes since 1.1: +1 -0 + lines
Diff to previous 1.1 +

+Add NeL to the dependence list.
+
+

+ Revision 1.1 / (download) - annotate - [select for diffs] +, Mon Dec 4 14:48:52 2000 UTC (7 months, 3 weeks ago) by valignat +
Branch: MAIN + +
CVS Tags: proto_0_1 +
Diff

+Initial version.
+
+ + + + + +
Request Diffs
+

+

+

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

+

+ +

+ +View only Branch: + + +
+ +
+ +Sort log by: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/Attic/Makefile.am?rev=1.5&content-type=text/x-cvsweb-markup&hideattic=0/index.html b/cvs/cvsweb.cgi/code/server/Attic/Makefile.am?rev=1.5&content-type=text/x-cvsweb-markup&hideattic=0/index.html new file mode 100644 index 00000000..8cbb6875 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/Attic/Makefile.am?rev=1.5&content-type=text/x-cvsweb-markup&hideattic=0/index.html @@ -0,0 +1,178 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / server / Makefile.am
+ + + + + +
Makefile.am
+

+

Default branch: MAIN
+


Revision 1.5, Wed Apr 18 13:54:24 2001 UTC (3 months, 1 week ago) by valignat +
Branch: MAIN + +
CVS Tags: HEAD +
Changes since 1.4: +1 -1 + lines
FILE REMOVED +

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

+ Revision 1.4 / (download) - annotate - [select for diffs] +, Wed Feb 14 09:43:38 2001 UTC (5 months, 2 weeks ago) by valignat +
Branch: MAIN + +
Changes since 1.3: +2 -1 + lines
Diff to previous 1.3 +

+Add the Agent service to the configuration / compilation process.
+
+

+ Revision 1.3 / (download) - annotate - [select for diffs] +, Wed Jan 3 10:20:09 2001 UTC (6 months, 3 weeks ago) by valignat +
Branch: MAIN + +
CVS Tags: proto_0_2, +proto_0_1 +
Changes since 1.2: +2 -1 + lines
Diff to previous 1.2 +

+Add the move service to the automake/autoconf system.
+
+

+ Revision 1.2 / (download) - annotate - [select for diffs] +, Fri Dec 15 15:42:31 2000 UTC (7 months, 2 weeks ago) by valignat +
Branch: MAIN + +
Changes since 1.1: +3 -2 + lines
Diff to previous 1.1 +

+Add Admin Executor Service to the configure/make system.
+
+

+ Revision 1.1 / (download) - annotate - [select for diffs] +, Fri Dec 1 11:03:10 2000 UTC (7 months, 4 weeks ago) by valignat +
Branch: MAIN + +
Diff

+Initial version.
+
+ + + + + +
Request Diffs
+

+

+

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

+

+ +

+View only Branch: + + +
+ +
+Sort log by: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/Attic/NEWS/index.html b/cvs/cvsweb.cgi/code/server/Attic/NEWS/index.html new file mode 100644 index 00000000..4fedc673 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/Attic/NEWS/index.html @@ -0,0 +1,142 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / server / NEWS
+ + + + + +
NEWS
+

+

Default branch: MAIN
+


Revision 1.2, Wed Apr 18 13:54:24 2001 UTC (3 months, 1 week ago) by valignat +
Branch: MAIN + +
CVS Tags: HEAD +
Changes since 1.1: +0 -0 + lines
FILE REMOVED +

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

+ Revision 1.1 / (download) - annotate - [select for diffs] +, Tue Apr 17 11:42:03 2001 UTC (3 months, 1 week ago) by valignat +
Branch: MAIN + +
Diff

+ADDED server's NEWS and THANKS files.
+
+ + + + + +
Request Diffs
+

+

+

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

+

+ +

+View only Branch: + + +
+ +
+Sort log by: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/Attic/THANKS/index.html b/cvs/cvsweb.cgi/code/server/Attic/THANKS/index.html new file mode 100644 index 00000000..615371c9 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/Attic/THANKS/index.html @@ -0,0 +1,142 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / server / THANKS
+ + + + + +
THANKS
+

+

Default branch: MAIN
+


Revision 1.2, Wed Apr 18 13:54:24 2001 UTC (3 months, 1 week ago) by valignat +
Branch: MAIN + +
CVS Tags: HEAD +
Changes since 1.1: +0 -0 + lines
FILE REMOVED +

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

+ Revision 1.1 / (download) - annotate - [select for diffs] +, Tue Apr 17 11:42:03 2001 UTC (3 months, 1 week ago) by valignat +
Branch: MAIN + +
Diff

+ADDED server's NEWS and THANKS files.
+
+ + + + + +
Request Diffs
+

+

+

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

+

+ +

+View only Branch: + + +
+ +
+Sort log by: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/Attic/THANKS?hideattic=0/index.html b/cvs/cvsweb.cgi/code/server/Attic/THANKS?hideattic=0/index.html new file mode 100644 index 00000000..0debde4a --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/Attic/THANKS?hideattic=0/index.html @@ -0,0 +1,145 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / server / THANKS
+ + + + + +
THANKS
+

+

Default branch: MAIN
+


Revision 1.2, Wed Apr 18 13:54:24 2001 UTC (3 months, 1 week ago) by valignat +
Branch: MAIN + +
CVS Tags: HEAD +
Changes since 1.1: +0 -0 + lines
FILE REMOVED +

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

+ Revision 1.1 / (download) - annotate - [select for diffs] +, Tue Apr 17 11:42:03 2001 UTC (3 months, 1 week ago) by valignat +
Branch: MAIN + +
Diff

+ADDED server's NEWS and THANKS files.
+
+ + + + + +
Request Diffs
+

+

+

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

+

+ +

+ +View only Branch: + + +
+ +
+ +Sort log by: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/Attic/bootstrap/index.html b/cvs/cvsweb.cgi/code/server/Attic/bootstrap/index.html new file mode 100644 index 00000000..b01e6b83 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/Attic/bootstrap/index.html @@ -0,0 +1,148 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / server / bootstrap
+ + + + + +
bootstrap
+

+

Default branch: MAIN
+


Revision 1.2, Wed Apr 18 13:54:24 2001 UTC (3 months, 1 week ago) by valignat +
Branch: MAIN + +
CVS Tags: HEAD +
Changes since 1.1: +0 -0 + lines
FILE REMOVED +

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

+ Revision 1.1 / (download) - annotate - [select for diffs] +, Fri Dec 1 11:04:33 2000 UTC (7 months, 4 weeks ago) by valignat +
Branch: MAIN + +
CVS Tags: proto_0_2, +proto_0_1 +
Diff

+Initial version.
+
+ + + + + +
Request Diffs
+

+

+

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

+

+ +

+View only Branch: + + +
+ +
+Sort log by: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/Attic/bootstrap?hideattic=0/index.html b/cvs/cvsweb.cgi/code/server/Attic/bootstrap?hideattic=0/index.html new file mode 100644 index 00000000..30cd1e72 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/Attic/bootstrap?hideattic=0/index.html @@ -0,0 +1,151 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / server / bootstrap
+ + + + + +
bootstrap
+

+

Default branch: MAIN
+


Revision 1.2, Wed Apr 18 13:54:24 2001 UTC (3 months, 1 week ago) by valignat +
Branch: MAIN + +
CVS Tags: HEAD +
Changes since 1.1: +0 -0 + lines
FILE REMOVED +

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

+ Revision 1.1 / (download) - annotate - [select for diffs] +, Fri Dec 1 11:04:33 2000 UTC (7 months, 4 weeks ago) by valignat +
Branch: MAIN + +
CVS Tags: proto_0_2, +proto_0_1 +
Diff

+Initial version.
+
+ + + + + +
Request Diffs
+

+

+

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

+

+ +

+ +View only Branch: + + +
+ +
+ +Sort log by: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/Attic/configure.in b/cvs/cvsweb.cgi/code/server/Attic/configure.in new file mode 100644 index 00000000..b8d83e87 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/Attic/configure.in @@ -0,0 +1,239 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / server / configure.in
+ + + + + +
configure.in
+

+

Default branch: MAIN
+


Revision 1.11, Wed Apr 18 13:54:24 2001 UTC (3 months, 1 week ago) by valignat +
Branch: MAIN + +
CVS Tags: HEAD +
Changes since 1.10: +1 -1 + lines
FILE REMOVED +

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

+ Revision 1.10 / (download) - annotate - [select for diffs] +, Tue Apr 10 14:22:58 2001 UTC (3 months, 2 weeks ago) by loic_at_senga.org +
Branch: MAIN + +
Changes since 1.9: +13 -12 + lines
Diff to previous 1.9 +

+# REMOVED double quote characters in the macros string.
+
+

+ Revision 1.9 / (download) - annotate - [select for diffs] +, Tue Apr 10 13:44:50 2001 UTC (3 months, 2 weeks ago) by loic_at_senga.org +
Branch: MAIN + +
Changes since 1.8: +57 -1 + lines
Diff to previous 1.8 +

+ADDED configure(s) arguments --with-debug and --without-debug to change
+gcc arguments (-g -O -O3 etc ...).
+
+

+ Revision 1.8 / (download) - annotate - [select for diffs] +, Mon Mar 26 09:43:50 2001 UTC (4 months ago) by valignat +
Branch: MAIN + +
Changes since 1.7: +5 -1 + lines
Diff to previous 1.7 +

+ADDED agent service sudirectories "creature" and "plugin".
+
+

+ Revision 1.7 / (download) - annotate - [select for diffs] +, Thu Mar 15 19:35:47 2001 UTC (4 months, 2 weeks ago) by valignat +
Branch: MAIN + +
Changes since 1.6: +67 -1 + lines
Diff to previous 1.6 +

+ADDED Python detection and setup to the compilation system.
+
+

+ Revision 1.6 / (download) - annotate - [select for diffs] +, Thu Mar 15 10:00:14 2001 UTC (4 months, 2 weeks ago) by valignat +
Branch: MAIN + +
Changes since 1.5: +7 -1 + lines
Diff to previous 1.5 +

+ADDED the _REENTRANT define to CXXFLAGS for a correct use of the Threads.
+
+

+ Revision 1.5 / (download) - annotate - [select for diffs] +, Wed Feb 14 09:43:38 2001 UTC (5 months, 2 weeks ago) by valignat +
Branch: MAIN + +
Changes since 1.4: +2 -1 + lines
Diff to previous 1.4 +

+Add the Agent service to the configuration / compilation process.
+
+

+ Revision 1.4 / (download) - annotate - [select for diffs] +, Tue Feb 6 14:13:52 2001 UTC (5 months, 3 weeks ago) by lecroart +
Branch: MAIN + +
CVS Tags: proto_0_2 +
Changes since 1.3: +2 -2 + lines
Diff to previous 1.3 +

+no message
+
+

+ Revision 1.3 / (download) - annotate - [select for diffs] +, Wed Jan 3 10:20:09 2001 UTC (6 months, 3 weeks ago) by valignat +
Branch: MAIN + +
CVS Tags: proto_0_1 +
Changes since 1.2: +2 -1 + lines
Diff to previous 1.2 +

+Add the move service to the automake/autoconf system.
+
+

+ Revision 1.2 / (download) - annotate - [select for diffs] +, Fri Dec 15 15:42:31 2000 UTC (7 months, 2 weeks ago) by valignat +
Branch: MAIN + +
Changes since 1.1: +2 -1 + lines
Diff to previous 1.1 +

+Add Admin Executor Service to the configure/make system.
+
+

+ Revision 1.1 / (download) - annotate - [select for diffs] +, Fri Dec 1 11:03:10 2000 UTC (7 months, 4 weeks ago) by valignat +
Branch: MAIN + +
Diff

+Initial version.
+
+ + + + + +
Request Diffs
+

+

+

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

+

+ +

+View only Branch: + + +
+ +
+Sort log by: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/Attic/configure.in?rev=1.11&content-type=text/x-cvsweb-markup&hideattic=0/index.html b/cvs/cvsweb.cgi/code/server/Attic/configure.in?rev=1.11&content-type=text/x-cvsweb-markup&hideattic=0/index.html new file mode 100644 index 00000000..7da0e465 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/Attic/configure.in?rev=1.11&content-type=text/x-cvsweb-markup&hideattic=0/index.html @@ -0,0 +1,239 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / server / configure.in
+ + + + + +
configure.in
+

+

Default branch: MAIN
+


Revision 1.11, Wed Apr 18 13:54:24 2001 UTC (3 months, 1 week ago) by valignat +
Branch: MAIN + +
CVS Tags: HEAD +
Changes since 1.10: +1 -1 + lines
FILE REMOVED +

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

+ Revision 1.10 / (download) - annotate - [select for diffs] +, Tue Apr 10 14:22:58 2001 UTC (3 months, 3 weeks ago) by loic_at_senga.org +
Branch: MAIN + +
Changes since 1.9: +13 -12 + lines
Diff to previous 1.9 +

+# REMOVED double quote characters in the macros string.
+
+

+ Revision 1.9 / (download) - annotate - [select for diffs] +, Tue Apr 10 13:44:50 2001 UTC (3 months, 3 weeks ago) by loic_at_senga.org +
Branch: MAIN + +
Changes since 1.8: +57 -1 + lines
Diff to previous 1.8 +

+ADDED configure(s) arguments --with-debug and --without-debug to change
+gcc arguments (-g -O -O3 etc ...).
+
+

+ Revision 1.8 / (download) - annotate - [select for diffs] +, Mon Mar 26 09:43:50 2001 UTC (4 months ago) by valignat +
Branch: MAIN + +
Changes since 1.7: +5 -1 + lines
Diff to previous 1.7 +

+ADDED agent service sudirectories "creature" and "plugin".
+
+

+ Revision 1.7 / (download) - annotate - [select for diffs] +, Thu Mar 15 19:35:47 2001 UTC (4 months, 2 weeks ago) by valignat +
Branch: MAIN + +
Changes since 1.6: +67 -1 + lines
Diff to previous 1.6 +

+ADDED Python detection and setup to the compilation system.
+
+

+ Revision 1.6 / (download) - annotate - [select for diffs] +, Thu Mar 15 10:00:14 2001 UTC (4 months, 2 weeks ago) by valignat +
Branch: MAIN + +
Changes since 1.5: +7 -1 + lines
Diff to previous 1.5 +

+ADDED the _REENTRANT define to CXXFLAGS for a correct use of the Threads.
+
+

+ Revision 1.5 / (download) - annotate - [select for diffs] +, Wed Feb 14 09:43:38 2001 UTC (5 months, 2 weeks ago) by valignat +
Branch: MAIN + +
Changes since 1.4: +2 -1 + lines
Diff to previous 1.4 +

+Add the Agent service to the configuration / compilation process.
+
+

+ Revision 1.4 / (download) - annotate - [select for diffs] +, Tue Feb 6 14:13:52 2001 UTC (5 months, 3 weeks ago) by lecroart +
Branch: MAIN + +
CVS Tags: proto_0_2 +
Changes since 1.3: +2 -2 + lines
Diff to previous 1.3 +

+no message
+
+

+ Revision 1.3 / (download) - annotate - [select for diffs] +, Wed Jan 3 10:20:09 2001 UTC (6 months, 3 weeks ago) by valignat +
Branch: MAIN + +
CVS Tags: proto_0_1 +
Changes since 1.2: +2 -1 + lines
Diff to previous 1.2 +

+Add the move service to the automake/autoconf system.
+
+

+ Revision 1.2 / (download) - annotate - [select for diffs] +, Fri Dec 15 15:42:31 2000 UTC (7 months, 2 weeks ago) by valignat +
Branch: MAIN + +
Changes since 1.1: +2 -1 + lines
Diff to previous 1.1 +

+Add Admin Executor Service to the configure/make system.
+
+

+ Revision 1.1 / (download) - annotate - [select for diffs] +, Fri Dec 1 11:03:10 2000 UTC (7 months, 4 weeks ago) by valignat +
Branch: MAIN + +
Diff

+Initial version.
+
+ + + + + +
Request Diffs
+

+

+

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

+

+ +

+View only Branch: + + +
+ +
+Sort log by: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/Attic/dummy/index.html b/cvs/cvsweb.cgi/code/server/Attic/dummy/index.html new file mode 100644 index 00000000..fdf4d0d6 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/Attic/dummy/index.html @@ -0,0 +1,142 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / server / dummy
+ + + + + +
dummy
+

+

Default branch: MAIN
+


Revision 1.2, Wed Nov 22 11:16:49 2000 UTC (8 months, 1 week ago) by lecroart +
Branch: MAIN + +
CVS Tags: HEAD +
Changes since 1.1: +0 -0 + lines
FILE REMOVED +

+no message
+
+

+ Revision 1.1 / (download) - annotate - [select for diffs] +, Tue Sep 12 15:15:36 2000 UTC (10 months, 2 weeks ago) by lecroart +
Branch: MAIN + +
Diff

+no message
+
+ + + + + +
Request Diffs
+

+

+

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

+

+ +

+View only Branch: + + +
+ +
+Sort log by: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/Attic/index.html b/cvs/cvsweb.cgi/code/server/Attic/index.html new file mode 100644 index 00000000..d3547691 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/Attic/index.html @@ -0,0 +1,128 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server / Attic
+ + + + + + + + + + + + + + + +
FileRev.AgeAuthorLast log entry
[BACK] + Previous Directory +    
[TXT] + AUTHORS + 1.3  2 months valignat  RENAMED code/server to code/nelns. +
[TXT] + CHANGES + 1.2  4 months lecroart  no message +
[TXT] + HOWTO + 1.4  2 months valignat  RENAMED code/server to code/nelns. +
[TXT] + INSTALL + 1.4  2 months valignat  RENAMED code/server to code/nelns. +
[TXT] + Makefile.am + 1.5  2 months valignat  RENAMED code/server to code/nelns. +
[TXT] + NEWS + 1.2  2 months valignat  RENAMED code/server to code/nelns. +
[TXT] + THANKS + 1.2  2 months valignat  RENAMED code/server to code/nelns. +
[TXT] + bootstrap + 1.2  2 months valignat  RENAMED code/server to code/nelns. +
[TXT] + configure.in + 1.11  2 months valignat  RENAMED code/server to code/nelns. +
[TXT] + dummy + 1.2  7 months lecroart  no message +
[TXT] + services.dsw + 1.8  2 months valignat  RENAMED code/server to code/nelns. +

+Show only files with tag: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/Attic/services.dsw b/cvs/cvsweb.cgi/code/server/Attic/services.dsw new file mode 100644 index 00000000..1d12157e --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/Attic/services.dsw @@ -0,0 +1,208 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / server / services.dsw
+ + + + + +
services.dsw
+

+

Default branch: MAIN
+


Revision 1.8, Wed Apr 18 13:54:24 2001 UTC (3 months, 1 week ago) by valignat +
Branch: MAIN + +
CVS Tags: HEAD +
Changes since 1.7: +0 -0 + lines
FILE REMOVED +

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

+ Revision 1.7 / (download) - annotate - [select for diffs] +, Wed Jan 31 09:38:47 2001 UTC (5 months, 4 weeks ago) by cado +
Branch: MAIN + +
CVS Tags: proto_0_2 +
Changes since 1.6: +12 -0 + lines
Diff to previous 1.6 +

+no message
+
+

+ Revision 1.6 / (download) - annotate - [select for diffs] +, Mon Jan 29 17:48:14 2001 UTC (6 months ago) by cado +
Branch: MAIN + +
Changes since 1.5: +18 -0 + lines
Diff to previous 1.5 +

+no message
+
+

+ Revision 1.5 / (download) - annotate - [select for diffs] +, Fri Dec 22 16:46:56 2000 UTC (7 months, 1 week ago) by cado +
Branch: MAIN + +
CVS Tags: proto_0_1 +
Changes since 1.4: +19 -1 + lines
Diff to previous 1.4 +

+Added Moves Service
+
+

+ Revision 1.4 / (download) - annotate - [select for diffs] +, Fri Dec 8 18:11:43 2000 UTC (7 months, 3 weeks ago) by lecroart +
Branch: MAIN + +
Changes since 1.3: +18 -0 + lines
Diff to previous 1.3 +

+fixing connexion
+
+

+ Revision 1.3 / (download) - annotate - [select for diffs] +, Thu Nov 23 16:41:58 2000 UTC (8 months ago) by lecroart +
Branch: MAIN + +
Changes since 1.2: +6 -0 + lines
Diff to previous 1.2 +

+login service
+
+

+ Revision 1.2 / (download) - annotate - [select for diffs] +, Wed Nov 22 11:15:36 2000 UTC (8 months, 1 week ago) by lecroart +
Branch: MAIN + +
Changes since 1.1: +12 -0 + lines
Diff to previous 1.1 +

+adding ls
+
+

+ Revision 1.1 / (download) - annotate - [select for diffs] +, Wed Nov 8 17:06:18 2000 UTC (8 months, 3 weeks ago) by lecroart +
Branch: MAIN + +
Diff

+new time service & dsw for all services
+
+ + + + + +
Request Diffs
+

+

+

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

+

+ +

+View only Branch: + + +
+ +
+Sort log by: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/Attic/services.dsw?hideattic=0 b/cvs/cvsweb.cgi/code/server/Attic/services.dsw?hideattic=0 new file mode 100644 index 00000000..69732362 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/Attic/services.dsw?hideattic=0 @@ -0,0 +1,211 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / server / services.dsw
+ + + + + +
services.dsw
+

+

Default branch: MAIN
+


Revision 1.8, Wed Apr 18 13:54:24 2001 UTC (3 months, 1 week ago) by valignat +
Branch: MAIN + +
CVS Tags: HEAD +
Changes since 1.7: +0 -0 + lines
FILE REMOVED +

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

+ Revision 1.7 / (download) - annotate - [select for diffs] +, Wed Jan 31 09:38:47 2001 UTC (5 months, 4 weeks ago) by cado +
Branch: MAIN + +
CVS Tags: proto_0_2 +
Changes since 1.6: +12 -0 + lines
Diff to previous 1.6 +

+no message
+
+

+ Revision 1.6 / (download) - annotate - [select for diffs] +, Mon Jan 29 17:48:14 2001 UTC (6 months ago) by cado +
Branch: MAIN + +
Changes since 1.5: +18 -0 + lines
Diff to previous 1.5 +

+no message
+
+

+ Revision 1.5 / (download) - annotate - [select for diffs] +, Fri Dec 22 16:46:56 2000 UTC (7 months, 1 week ago) by cado +
Branch: MAIN + +
CVS Tags: proto_0_1 +
Changes since 1.4: +19 -1 + lines
Diff to previous 1.4 +

+Added Moves Service
+
+

+ Revision 1.4 / (download) - annotate - [select for diffs] +, Fri Dec 8 18:11:43 2000 UTC (7 months, 3 weeks ago) by lecroart +
Branch: MAIN + +
Changes since 1.3: +18 -0 + lines
Diff to previous 1.3 +

+fixing connexion
+
+

+ Revision 1.3 / (download) - annotate - [select for diffs] +, Thu Nov 23 16:41:58 2000 UTC (8 months ago) by lecroart +
Branch: MAIN + +
Changes since 1.2: +6 -0 + lines
Diff to previous 1.2 +

+login service
+
+

+ Revision 1.2 / (download) - annotate - [select for diffs] +, Wed Nov 22 11:15:36 2000 UTC (8 months, 1 week ago) by lecroart +
Branch: MAIN + +
Changes since 1.1: +12 -0 + lines
Diff to previous 1.1 +

+adding ls
+
+

+ Revision 1.1 / (download) - annotate - [select for diffs] +, Wed Nov 8 17:06:18 2000 UTC (8 months, 3 weeks ago) by lecroart +
Branch: MAIN + +
Diff

+new time service & dsw for all services
+
+ + + + + +
Request Diffs
+

+

+

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

+

+ +

+ +View only Branch: + + +
+ +
+ +Sort log by: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/INSTALL/index.html b/cvs/cvsweb.cgi/code/server/INSTALL/index.html new file mode 100644 index 00000000..3cfaca44 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/INSTALL/index.html @@ -0,0 +1,145 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / server / INSTALL
+ + + + + +
INSTALL
+

+

Default branch: MAIN
+


+ Revision 1.2 / (download) - annotate - [select for diffs] +, Tue Jan 23 16:12:22 2001 UTC (2 days, 13 hours ago) by valignat +
Branch: MAIN + +
CVS Tags: HEAD +
Changes since 1.1: +1 -0 + lines
Diff to previous 1.1 +

+Add NeL to the dependence list.
+
+

+ Revision 1.1 / (download) - annotate - [select for diffs] +, Mon Dec 4 14:48:52 2000 UTC (7 weeks, 3 days ago) by valignat +
Branch: MAIN + +
CVS Tags: proto_0_1 +
Diff

+Initial version.
+
+ + + + + +
Request Diffs
+

+

+

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

+

+ +

+View only Branch: + + +
+ +
+Sort log by: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/Makefile.am b/cvs/cvsweb.cgi/code/server/Makefile.am new file mode 100644 index 00000000..113c4ccb --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/Makefile.am @@ -0,0 +1,155 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / server / Makefile.am
+ + + + + +
Makefile.am
+

+

Default branch: MAIN
+


+ Revision 1.3 / (download) - annotate - [select for diffs] +, Wed Jan 3 10:20:09 2001 UTC (3 weeks, 1 day ago) by valignat +
Branch: MAIN + +
CVS Tags: proto_0_1, +HEAD +
Changes since 1.2: +2 -1 + lines
Diff to previous 1.2 +

+Add the move service to the automake/autoconf system.
+
+

+ Revision 1.2 / (download) - annotate - [select for diffs] +, Fri Dec 15 15:42:31 2000 UTC (5 weeks, 6 days ago) by valignat +
Branch: MAIN + +
Changes since 1.1: +3 -2 + lines
Diff to previous 1.1 +

+Add Admin Executor Service to the configure/make system.
+
+

+ Revision 1.1 / (download) - annotate - [select for diffs] +, Fri Dec 1 11:03:10 2000 UTC (7 weeks, 6 days ago) by valignat +
Branch: MAIN + +
Diff

+Initial version.
+
+ + + + + +
Request Diffs
+

+

+

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

+

+ +

+View only Branch: + + +
+ +
+Sort log by: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/admin_executor_service/?sortby=log/index.html b/cvs/cvsweb.cgi/code/server/admin_executor_service/?sortby=log/index.html new file mode 100644 index 00000000..3fa3c400 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/admin_executor_service/?sortby=log/index.html @@ -0,0 +1,78 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server / admin_executor_service
+ + + + + + +
File
[BACK] + Previous Directory +
[DIR] + Attic/[Don't hide]
+ +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/admin_executor_service/index.html b/cvs/cvsweb.cgi/code/server/admin_executor_service/index.html new file mode 100644 index 00000000..d98e18e9 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/admin_executor_service/index.html @@ -0,0 +1,78 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server / admin_executor_service
+ + + + + + +
File
[BACK] + Previous Directory +
[DIR] + Attic/[Don't hide]
+ +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/agent_service/?hideattic=0/index.html b/cvs/cvsweb.cgi/code/server/agent_service/?hideattic=0/index.html new file mode 100644 index 00000000..3be2f77c --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/agent_service/?hideattic=0/index.html @@ -0,0 +1,168 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server / agent_service
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FileRev.AgeAuthorLast log entry
[BACK] + Previous Directory +    
[DIR] + creature/ +    
[DIR] + plugin/ +    
[DIR] + pyscript/ +    
[TXT] + Makefile.am + (in the Attic) [Hide] 1.6  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + ag_compile.cpp + (in the Attic) [Hide] 1.16  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + ag_compile.h + (in the Attic) [Hide] 1.9  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + agent_service.cpp + (in the Attic) [Hide] 1.23  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + agent_service.dsp + (in the Attic) [Hide] 1.14  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + agent_service.dsw + (in the Attic) [Hide] 1.2  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + agent_service.h + (in the Attic) [Hide] 1.15  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + compile.cpp + (in the Attic) [Hide] 1.2  5 months chafik  compile.cpp is removed +
[TXT] + filestream_n.h + (in the Attic) [Hide] 1.5  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + init.cpp + (in the Attic) [Hide] 1.7  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + init.h + (in the Attic) [Hide] 1.5  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + io_interface.cpp + (in the Attic) [Hide] 1.6  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + io_interface.h + (in the Attic) [Hide] 1.5  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + ns.cfg + (in the Attic) [Hide] 1.6  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + py_object_trans.cpp + (in the Attic) [Hide] 1.3  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + py_object_trans.h + (in the Attic) [Hide] 1.4  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + server.cpp + (in the Attic) [Hide] 1.22  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + server.h + (in the Attic) [Hide] 1.12  3 months valignat  RENAMED code/server to code/nelns. +

+ +Show only files with tag: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/agent_service/?sortby=log/index.html b/cvs/cvsweb.cgi/code/server/agent_service/?sortby=log/index.html new file mode 100644 index 00000000..865b7c1e --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/agent_service/?sortby=log/index.html @@ -0,0 +1,90 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server / agent_service
+ + + + + + + + + + + + +
File
[BACK] + Previous Directory +
[DIR] + Attic/[Don't hide]
[DIR] + creature/ +
[DIR] + plugin/ +
[DIR] + pyscript/ +
+ +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/agent_service/index.html b/cvs/cvsweb.cgi/code/server/agent_service/index.html new file mode 100644 index 00000000..963213b9 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/agent_service/index.html @@ -0,0 +1,90 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server / agent_service
+ + + + + + + + + + + + +
File
[BACK] + Previous Directory +
[DIR] + Attic/[Don't hide]
[DIR] + creature/ +
[DIR] + plugin/ +
[DIR] + pyscript/ +
+ +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/configure.in b/cvs/cvsweb.cgi/code/server/configure.in new file mode 100644 index 00000000..49f0320b --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/configure.in @@ -0,0 +1,155 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / server / configure.in
+ + + + + +
configure.in
+

+

Default branch: MAIN
+


+ Revision 1.3 / (download) - annotate - [select for diffs] +, Wed Jan 3 10:20:09 2001 UTC (3 weeks, 1 day ago) by valignat +
Branch: MAIN + +
CVS Tags: proto_0_1, +HEAD +
Changes since 1.2: +2 -1 + lines
Diff to previous 1.2 +

+Add the move service to the automake/autoconf system.
+
+

+ Revision 1.2 / (download) - annotate - [select for diffs] +, Fri Dec 15 15:42:31 2000 UTC (5 weeks, 6 days ago) by valignat +
Branch: MAIN + +
Changes since 1.1: +2 -1 + lines
Diff to previous 1.1 +

+Add Admin Executor Service to the configure/make system.
+
+

+ Revision 1.1 / (download) - annotate - [select for diffs] +, Fri Dec 1 11:03:10 2000 UTC (7 weeks, 6 days ago) by valignat +
Branch: MAIN + +
Diff

+Initial version.
+
+ + + + + +
Request Diffs
+

+

+

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

+

+ +

+View only Branch: + + +
+ +
+Sort log by: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/doc/?hideattic=0/index.html b/cvs/cvsweb.cgi/code/server/doc/?hideattic=0/index.html new file mode 100644 index 00000000..07a9d568 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/doc/?hideattic=0/index.html @@ -0,0 +1,97 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server / doc
+ + + + + + + +
FileRev.AgeAuthorLast log entry
[BACK] + Previous Directory +    
[TXT] + make_server_dox.bat + (in the Attic) [Hide] 1.3  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + server.dox + (in the Attic) [Hide] 1.2  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + server.dxt + (in the Attic) [Hide] 1.10  3 months valignat  RENAMED code/server to code/nelns. +

+ +Show only files with tag: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/doc/index.html b/cvs/cvsweb.cgi/code/server/doc/index.html new file mode 100644 index 00000000..20ac1a6b --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/doc/index.html @@ -0,0 +1,78 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server / doc
+ + + + + + +
File
[BACK] + Previous Directory +
[DIR] + Attic/[Don't hide]
+ +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/index.html b/cvs/cvsweb.cgi/code/server/index.html new file mode 100644 index 00000000..b73e251a --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/index.html @@ -0,0 +1,110 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server
+ + + + + + + + + + + + + + + + + + + + + + +
File
[BACK] + Previous Directory +
[DIR] + Attic/[Don't hide]
[DIR] + admin_executor_service/ +
[DIR] + agent_service/ +
[DIR] + doc/ +
[DIR] + log_service/ +
[DIR] + login_service/ +
[DIR] + moves_service/ +
[DIR] + naming_service/ +
[DIR] + time_service/ +
+ +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/log_service/?hideattic=0/index.html b/cvs/cvsweb.cgi/code/server/log_service/?hideattic=0/index.html new file mode 100644 index 00000000..b6d2c00d --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/log_service/?hideattic=0/index.html @@ -0,0 +1,101 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server / log_service
+ + + + + + + + +
FileRev.AgeAuthorLast log entry
[BACK] + Previous Directory +    
[TXT] + Makefile.am + (in the Attic) [Hide] 1.2  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + log_service.cpp + (in the Attic) [Hide] 1.24  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + log_service.dsp + (in the Attic) [Hide] 1.5  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + log_service.h + (in the Attic) [Hide] 1.18  3 months valignat  RENAMED code/server to code/nelns. +

+ +Show only files with tag: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/log_service/?sortby=log/index.html b/cvs/cvsweb.cgi/code/server/log_service/?sortby=log/index.html new file mode 100644 index 00000000..16351104 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/log_service/?sortby=log/index.html @@ -0,0 +1,78 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server / log_service
+ + + + + + +
File
[BACK] + Previous Directory +
[DIR] + Attic/[Don't hide]
+ +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/log_service/index.html b/cvs/cvsweb.cgi/code/server/log_service/index.html new file mode 100644 index 00000000..a3b6c23a --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/log_service/index.html @@ -0,0 +1,78 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server / log_service
+ + + + + + +
File
[BACK] + Previous Directory +
[DIR] + Attic/[Don't hide]
+ +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/login_service/?sortby=log/index.html b/cvs/cvsweb.cgi/code/server/login_service/?sortby=log/index.html new file mode 100644 index 00000000..650d597d --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/login_service/?sortby=log/index.html @@ -0,0 +1,78 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server / login_service
+ + + + + + +
File
[BACK] + Previous Directory +
[DIR] + Attic/[Don't hide]
+ +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/login_service/index.html b/cvs/cvsweb.cgi/code/server/login_service/index.html new file mode 100644 index 00000000..a0b9d808 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/login_service/index.html @@ -0,0 +1,78 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server / login_service
+ + + + + + +
File
[BACK] + Previous Directory +
[DIR] + Attic/[Don't hide]
+ +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/moves_service/?hideattic=0/index.html b/cvs/cvsweb.cgi/code/server/moves_service/?hideattic=0/index.html new file mode 100644 index 00000000..d9dd19c8 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/moves_service/?hideattic=0/index.html @@ -0,0 +1,97 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server / moves_service
+ + + + + + + + +
FileRev.AgeAuthorLast log entry
[BACK] + Previous Directory +    
[TXT] + Makefile.am + (in the Attic) [Hide] 1.2  3 months valignat  MOVED: client directory to snowballs/client and server/moves_servive to snowball...
[TXT] + moves_service.cpp + (in the Attic) [Hide] 1.29  3 months valignat  MOVED: client directory to snowballs/client and server/moves_servive to snowball...
[TXT] + moves_service.dsp + (in the Attic) [Hide] 1.2  3 months valignat  MOVED: client directory to snowballs/client and server/moves_servive to snowball...
[TXT] + moves_service.h + (in the Attic) [Hide] 1.4  3 months valignat  MOVED: client directory to snowballs/client and server/moves_servive to snowball...

+ +Show only files with tag: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/moves_service/?sortby=log/index.html b/cvs/cvsweb.cgi/code/server/moves_service/?sortby=log/index.html new file mode 100644 index 00000000..49dc1d9a --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/moves_service/?sortby=log/index.html @@ -0,0 +1,78 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server / moves_service
+ + + + + + +
File
[BACK] + Previous Directory +
[DIR] + Attic/[Don't hide]
+ +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/moves_service/index.html b/cvs/cvsweb.cgi/code/server/moves_service/index.html new file mode 100644 index 00000000..7b392236 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/moves_service/index.html @@ -0,0 +1,78 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server / moves_service
+ + + + + + +
File
[BACK] + Previous Directory +
[DIR] + Attic/[Don't hide]
+ +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/moves_service/moves_service.cpp b/cvs/cvsweb.cgi/code/server/moves_service/moves_service.cpp new file mode 100644 index 00000000..5acd849f --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/moves_service/moves_service.cpp @@ -0,0 +1,375 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / server / moves_service / moves_service.cpp
+ + + + + +
moves_service.cpp
+

+

Default branch: MAIN
+


+ Revision 1.25 / (download) - annotate - [select for diffs] +, Thu Jan 25 13:11:48 2001 UTC (21 hours, 46 minutes ago) by cado +
Branch: MAIN + +
CVS Tags: HEAD +
Changes since 1.24: +49 -3 + lines
Diff to previous 1.24 +

+no message
+
+

+ Revision 1.24 / (download) - annotate - [select for diffs] +, Mon Jan 22 14:01:23 2001 UTC (3 days, 20 hours ago) by cado +
Branch: MAIN + +
Changes since 1.23: +43 -14 + lines
Diff to previous 1.23 +

+no message
+
+

+ Revision 1.23 / (download) - annotate - [select for diffs] +, Fri Jan 19 14:16:57 2001 UTC (6 days, 20 hours ago) by cado +
Branch: MAIN + +
Changes since 1.22: +4 -4 + lines
Diff to previous 1.22 +

+no message
+
+

+ Revision 1.22 / (download) - annotate - [select for diffs] +, Wed Jan 17 16:15:47 2001 UTC (8 days, 18 hours ago) by cado +
Branch: MAIN + +
Changes since 1.21: +6 -4 + lines
Diff to previous 1.21 +

+no message
+
+

+ Revision 1.21 / (download) - annotate - [select for diffs] +, Fri Jan 12 16:56:06 2001 UTC (13 days, 18 hours ago) by cado +
Branch: MAIN + +
CVS Tags: proto_0_1 +
Changes since 1.20: +68 -25 + lines
Diff to previous 1.20 +

+*** empty log message ***
+
+

+ Revision 1.20 / (download) - annotate - [select for diffs] +, Thu Jan 11 18:00:40 2001 UTC (2 weeks ago) by cado +
Branch: MAIN + +
Changes since 1.19: +12 -3 + lines
Diff to previous 1.19 +

+no message
+
+

+ Revision 1.19 / (download) - annotate - [select for diffs] +, Thu Jan 11 17:21:12 2001 UTC (2 weeks ago) by cado +
Branch: MAIN + +
Changes since 1.18: +2 -2 + lines
Diff to previous 1.18 +

+*** empty log message ***
+
+

+ Revision 1.18 / (download) - annotate - [select for diffs] +, Thu Jan 11 17:17:24 2001 UTC (2 weeks ago) by cado +
Branch: MAIN + +
Changes since 1.17: +84 -9 + lines
Diff to previous 1.17 +

+no message
+
+

+ Revision 1.17 / (download) - annotate - [select for diffs] +, Thu Jan 11 15:20:19 2001 UTC (2 weeks ago) by cado +
Branch: MAIN + +
Changes since 1.16: +18 -2 + lines
Diff to previous 1.16 +

+throughput.log
+
+

+ Revision 1.16 / (download) - annotate - [select for diffs] +, Wed Jan 10 18:39:16 2001 UTC (2 weeks, 1 day ago) by cado +
Branch: MAIN + +
Changes since 1.15: +8 -8 + lines
Diff to previous 1.15 +

+no message
+
+

+ Revision 1.15 / (download) - annotate - [select for diffs] +, Wed Jan 10 09:58:29 2001 UTC (2 weeks, 2 days ago) by cado +
Branch: MAIN + +
Changes since 1.14: +4 -3 + lines
Diff to previous 1.14 +

+*** empty log message ***
+
+

+ Revision 1.14 / (download) - annotate - [select for diffs] +, Tue Jan 9 17:52:30 2001 UTC (2 weeks, 2 days ago) by cado +
Branch: MAIN + +
Changes since 1.13: +25 -13 + lines
Diff to previous 1.13 +

+no message
+
+

+ Revision 1.13 / (download) - annotate - [select for diffs] +, Tue Jan 9 15:46:18 2001 UTC (2 weeks, 2 days ago) by cado +
Branch: MAIN + +
Changes since 1.12: +5 -31 + lines
Diff to previous 1.12 +

+no message
+
+

+ Revision 1.12 / (download) - annotate - [select for diffs] +, Mon Jan 8 10:30:31 2001 UTC (2 weeks, 4 days ago) by cado +
Branch: MAIN + +
Changes since 1.11: +23 -150 + lines
Diff to previous 1.11 +

+improved login
+
+

+ Revision 1.11 / (download) - annotate - [select for diffs] +, Thu Jan 4 18:02:07 2001 UTC (3 weeks ago) by cado +
Branch: MAIN + +
Changes since 1.10: +4 -2 + lines
Diff to previous 1.10 +

+chat log
+
+

+ Revision 1.10 / (download) - annotate - [select for diffs] +, Thu Jan 4 17:56:10 2001 UTC (3 weeks ago) by cado +
Branch: MAIN + +
Changes since 1.9: +4 -4 + lines
Diff to previous 1.9 +

+chat log
+
+

+ Revision 1.9 / (download) - annotate - [select for diffs] +, Thu Jan 4 17:48:26 2001 UTC (3 weeks ago) by cado +
Branch: MAIN + +
Changes since 1.8: +9 -3 + lines
Diff to previous 1.8 +

+chat log
+
+

+ Revision 1.8 / (download) - annotate - [select for diffs] +, Thu Jan 4 16:52:02 2001 UTC (3 weeks ago) by cado +
Branch: MAIN + +
Changes since 1.7: +21 -15 + lines
Diff to previous 1.7 +

+ls
+
+

+ Revision 1.7 / (download) - annotate - [select for diffs] +, Thu Jan 4 16:09:40 2001 UTC (3 weeks ago) by cado +
Branch: MAIN + +
Changes since 1.6: +12 -1 + lines
Diff to previous 1.6 +

+ls
+
+

+ Revision 1.6 / (download) - annotate - [select for diffs] +, Thu Jan 4 14:23:40 2001 UTC (3 weeks ago) by cado +
Branch: MAIN + +
Changes since 1.5: +11 -2 + lines
Diff to previous 1.5 +

+chat
+
+

+ Revision 1.5 / (download) - annotate - [select for diffs] +, Thu Jan 4 13:24:03 2001 UTC (3 weeks ago) by cado +
Branch: MAIN + +
Changes since 1.4: +49 -48 + lines
Diff to previous 1.4 +

+*** empty log message ***
+
+

+ Revision 1.4 / (download) - annotate - [select for diffs] +, Thu Jan 4 11:29:36 2001 UTC (3 weeks ago) by cado +
Branch: MAIN + +
Changes since 1.3: +61 -2 + lines
Diff to previous 1.3 +

+no message
+
+

+ Revision 1.3 / (download) - annotate - [select for diffs] +, Wed Jan 3 18:16:23 2001 UTC (3 weeks, 1 day ago) by cado +
Branch: MAIN + +
Changes since 1.2: +27 -5 + lines
Diff to previous 1.2 +

+*** empty log message ***
+
+

+ Revision 1.2 / (download) - annotate - [select for diffs] +, Wed Jan 3 13:03:12 2001 UTC (3 weeks, 1 day ago) by cado +
Branch: MAIN + +
Changes since 1.1: +10 -3 + lines
Diff to previous 1.1 +

+*** empty log message ***
+
+

+ Revision 1.1 / (download) - annotate - [select for diffs] +, Fri Dec 22 16:46:56 2000 UTC (4 weeks, 6 days ago) by cado +
Branch: MAIN + +
Diff

+Added Moves Service
+
+ + + + + +
Request Diffs
+

+

+

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

+

+ +

+View only Branch: + + +
+ +
+Sort log by: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/moves_service/moves_service.dsp b/cvs/cvsweb.cgi/code/server/moves_service/moves_service.dsp new file mode 100644 index 00000000..bdac6a88 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/moves_service/moves_service.dsp @@ -0,0 +1,135 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / server / moves_service / moves_service.dsp
+ + + + + +
moves_service.dsp
+

+

Default branch: MAIN
+


+ Revision 1.1 / (download) - annotate - [select for diffs] +, Fri Dec 22 16:46:56 2000 UTC (4 weeks, 6 days ago) by cado +
Branch: MAIN + +
CVS Tags: proto_0_1, +HEAD +
Diff

+Added Moves Service
+
+ + + + + +
Request Diffs
+

+

+

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

+

+ +

+View only Branch: + + +
+ +
+Sort log by: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/moves_service/moves_service.h b/cvs/cvsweb.cgi/code/server/moves_service/moves_service.h new file mode 100644 index 00000000..9428b765 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/moves_service/moves_service.h @@ -0,0 +1,145 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / server / moves_service / moves_service.h
+ + + + + +
moves_service.h
+

+

Default branch: MAIN
+


+ Revision 1.2 / (download) - annotate - [select for diffs] +, Wed Jan 3 13:03:12 2001 UTC (3 weeks, 1 day ago) by cado +
Branch: MAIN + +
CVS Tags: proto_0_1, +HEAD +
Changes since 1.1: +2 -1 + lines
Diff to previous 1.1 +

+*** empty log message ***
+
+

+ Revision 1.1 / (download) - annotate - [select for diffs] +, Fri Dec 22 16:46:56 2000 UTC (4 weeks, 6 days ago) by cado +
Branch: MAIN + +
Diff

+Added Moves Service
+
+ + + + + +
Request Diffs
+

+

+

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

+

+ +

+View only Branch: + + +
+ +
+Sort log by: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/naming_service/?hideattic=0/index.html b/cvs/cvsweb.cgi/code/server/naming_service/?hideattic=0/index.html new file mode 100644 index 00000000..372a4d86 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/naming_service/?hideattic=0/index.html @@ -0,0 +1,101 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server / naming_service
+ + + + + + + + +
FileRev.AgeAuthorLast log entry
[BACK] + Previous Directory +    
[TXT] + Makefile.am + (in the Attic) [Hide] 1.2  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + naming_service.cpp + (in the Attic) [Hide] 1.25  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + naming_service.dsp + (in the Attic) [Hide] 1.5  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + naming_service.h + (in the Attic) [Hide] 1.8  3 months valignat  RENAMED code/server to code/nelns. +

+ +Show only files with tag: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/naming_service/?sortby=log/index.html b/cvs/cvsweb.cgi/code/server/naming_service/?sortby=log/index.html new file mode 100644 index 00000000..1980d040 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/naming_service/?sortby=log/index.html @@ -0,0 +1,78 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server / naming_service
+ + + + + + +
File
[BACK] + Previous Directory +
[DIR] + Attic/[Don't hide]
+ +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/naming_service/index.html b/cvs/cvsweb.cgi/code/server/naming_service/index.html new file mode 100644 index 00000000..d0d818af --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/naming_service/index.html @@ -0,0 +1,78 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server / naming_service
+ + + + + + +
File
[BACK] + Previous Directory +
[DIR] + Attic/[Don't hide]
+ +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/services.dsw b/cvs/cvsweb.cgi/code/server/services.dsw new file mode 100644 index 00000000..2b2e2f53 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/services.dsw @@ -0,0 +1,175 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / server / services.dsw
+ + + + + +
services.dsw
+

+

Default branch: MAIN
+


+ Revision 1.5 / (download) - annotate - [select for diffs] +, Fri Dec 22 16:46:56 2000 UTC (4 weeks, 6 days ago) by cado +
Branch: MAIN + +
CVS Tags: proto_0_1, +HEAD +
Changes since 1.4: +19 -1 + lines
Diff to previous 1.4 +

+Added Moves Service
+
+

+ Revision 1.4 / (download) - annotate - [select for diffs] +, Fri Dec 8 18:11:43 2000 UTC (6 weeks, 6 days ago) by lecroart +
Branch: MAIN + +
Changes since 1.3: +18 -0 + lines
Diff to previous 1.3 +

+fixing connexion
+
+

+ Revision 1.3 / (download) - annotate - [select for diffs] +, Thu Nov 23 16:41:58 2000 UTC (2 months ago) by lecroart +
Branch: MAIN + +
Changes since 1.2: +6 -0 + lines
Diff to previous 1.2 +

+login service
+
+

+ Revision 1.2 / (download) - annotate - [select for diffs] +, Wed Nov 22 11:15:36 2000 UTC (2 months ago) by lecroart +
Branch: MAIN + +
Changes since 1.1: +12 -0 + lines
Diff to previous 1.1 +

+adding ls
+
+

+ Revision 1.1 / (download) - annotate - [select for diffs] +, Wed Nov 8 17:06:18 2000 UTC (2 months, 2 weeks ago) by lecroart +
Branch: MAIN + +
Diff

+new time service & dsw for all services
+
+ + + + + +
Request Diffs
+

+

+

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

+

+ +

+View only Branch: + + +
+ +
+Sort log by: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/time_service/?hideattic=0/index.html b/cvs/cvsweb.cgi/code/server/time_service/?hideattic=0/index.html new file mode 100644 index 00000000..54ee8192 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/time_service/?hideattic=0/index.html @@ -0,0 +1,97 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server / time_service
+ + + + + + + +
FileRev.AgeAuthorLast log entry
[BACK] + Previous Directory +    
[TXT] + Makefile.am + (in the Attic) [Hide] 1.2  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + time_service.cpp + (in the Attic) [Hide] 1.12  3 months valignat  RENAMED code/server to code/nelns. +
[TXT] + time_service.dsp + (in the Attic) [Hide] 1.4  3 months valignat  RENAMED code/server to code/nelns. +

+ +Show only files with tag: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/time_service/Makefile.am b/cvs/cvsweb.cgi/code/server/time_service/Makefile.am new file mode 100644 index 00000000..5b1f038c --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/time_service/Makefile.am @@ -0,0 +1,135 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / server / time_service / Makefile.am
+ + + + + +
Makefile.am
+

+

Default branch: MAIN
+


+ Revision 1.1 / (download) - annotate - [select for diffs] +, Fri Dec 1 11:03:10 2000 UTC (8 weeks ago) by valignat +
Branch: MAIN + +
CVS Tags: proto_0_1, +HEAD +
Diff

+Initial version.
+
+ + + + + +
Request Diffs
+

+

+

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

+

+ +

+View only Branch: + + +
+ +
+Sort log by: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/time_service/index.html b/cvs/cvsweb.cgi/code/server/time_service/index.html new file mode 100644 index 00000000..b3aebc9e --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/time_service/index.html @@ -0,0 +1,78 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + + +
Nevrax / code / server / time_service
+ + + + + + +
File
[BACK] + Previous Directory +
[DIR] + Attic/[Don't hide]
+ +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/time_service/time_service.cpp b/cvs/cvsweb.cgi/code/server/time_service/time_service.cpp new file mode 100644 index 00000000..995f9f31 --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/time_service/time_service.cpp @@ -0,0 +1,215 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / server / time_service / time_service.cpp
+ + + + + +
time_service.cpp
+

+

Default branch: MAIN
+


+ Revision 1.9 / (download) - annotate - [select for diffs] +, Fri Jan 5 10:21:20 2001 UTC (3 weeks ago) by lecroart +
Branch: MAIN + +
CVS Tags: proto_0_1, +HEAD +
Changes since 1.8: +7 -7 + lines
Diff to previous 1.8 +

+write time every 10 minutes
+
+

+ Revision 1.8 / (download) - annotate - [select for diffs] +, Thu Jan 4 14:37:03 2001 UTC (3 weeks ago) by lecroart +
Branch: MAIN + +
Changes since 1.7: +12 -2 + lines
Diff to previous 1.7 +

+write time sometimes
+
+

+ Revision 1.7 / (download) - annotate - [select for diffs] +, Fri Dec 8 15:08:49 2000 UTC (6 weeks, 6 days ago) by lecroart +
Branch: MAIN + +
Changes since 1.6: +2 -2 + lines
Diff to previous 1.6 +

+sync to unitime for all services
+
+

+ Revision 1.6 / (download) - annotate - [select for diffs] +, Fri Dec 8 13:47:04 2000 UTC (7 weeks ago) by lecroart +
Branch: MAIN + +
Changes since 1.5: +2 -2 + lines
Diff to previous 1.5 +

+no message
+
+

+ Revision 1.5 / (download) - annotate - [select for diffs] +, Wed Nov 29 14:49:30 2000 UTC (8 weeks, 1 day ago) by lecroart +
Branch: MAIN + +
Changes since 1.4: +4 -3 + lines
Diff to previous 1.4 +

+no message
+
+

+ Revision 1.4 / (download) - annotate - [select for diffs] +, Wed Nov 22 16:00:21 2000 UTC (2 months ago) by cado +
Branch: MAIN + +
Changes since 1.3: +2 -2 + lines
Diff to previous 1.3 +

+Naming service now allocates port numbers
+
+

+ Revision 1.3 / (download) - annotate - [select for diffs] +, Wed Nov 22 11:16:34 2000 UTC (2 months ago) by lecroart +
Branch: MAIN + +
Changes since 1.2: +1 -3 + lines
Diff to previous 1.2 +

+add automatic lib loading
+
+

+ Revision 1.2 / (download) - annotate - [select for diffs] +, Fri Nov 10 10:55:31 2000 UTC (2 months, 2 weeks ago) by lecroart +
Branch: MAIN + +
Changes since 1.1: +5 -5 + lines
Diff to previous 1.1 +

+new headers
+
+

+ Revision 1.1 / (download) - annotate - [select for diffs] +, Wed Nov 8 17:06:18 2000 UTC (2 months, 2 weeks ago) by lecroart +
Branch: MAIN + +
Diff

+new time service & dsw for all services
+
+ + + + + +
Request Diffs
+

+

+

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

+

+ +

+View only Branch: + + +
+ +
+Sort log by: + + +
+ + +
                                                                                                                                                                    +
+ + diff --git a/cvs/cvsweb.cgi/code/server/time_service/time_service.dsp b/cvs/cvsweb.cgi/code/server/time_service/time_service.dsp new file mode 100644 index 00000000..36706e3e --- /dev/null +++ b/cvs/cvsweb.cgi/code/server/time_service/time_service.dsp @@ -0,0 +1,155 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / server / time_service / time_service.dsp
+ + + + + +
time_service.dsp
+

+

Default branch: MAIN
+


+ Revision 1.3 / (download) - annotate - [select for diffs] +, Wed Nov 29 14:49:30 2000 UTC (8 weeks, 1 day ago) by lecroart +
Branch: MAIN + +
CVS Tags: proto_0_1, +HEAD +
Changes since 1.2: +1 -1 + lines
Diff to previous 1.2 +

+no message
+
+

+ Revision 1.2 / (download) - annotate - [select for diffs] +, Wed Nov 22 11:16:27 2000 UTC (2 months ago) by lecroart +
Branch: MAIN + +
Changes since 1.1: +2 -2 + lines
Diff to previous 1.1 +

+add automatic lib loading
+
+

+ Revision 1.1 / (download) - annotate - [select for diffs] +, Wed Nov 8 17:06:18 2000 UTC (2 months, 2 weeks ago) by lecroart +
Branch: MAIN + +
Diff

+new time service & dsw for all services
+
+ + + + + +
Request Diffs
+

+

+

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

+

+ +

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