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

+

Default branch: MAIN
+


+ Revision 1.32 / (download) - annotate - [select for diffs] +, Tue Jul 2 15:56:58 2002 UTC (3 weeks, 5 days ago) by lecroart +
Branch: MAIN + +
CVS Tags: HEAD +
Changes since 1.31: +2 -2 + lines
Diff to previous 1.31 +

+CHANGED: commented some nldebug for performance
+
+

+ Revision 1.31 / (download) - annotate - [select for diffs] +, Wed Jun 12 10:16:34 2002 UTC (6 weeks, 4 days ago) by lecroart +
Branch: MAIN + +
Changes since 1.30: +6 -6 + lines
Diff to previous 1.30 +

+ADDED: changed NULL into InvalidSockId
+
+

+ Revision 1.30 / (download) - annotate - [select for diffs] +, Mon Jun 10 10:11:32 2002 UTC (6 weeks, 6 days ago) by lecroart +
Branch: MAIN + +
Changes since 1.29: +6 -1 + lines
Diff to previous 1.29 +

+ADDED: use of htimer
+
+

+ Revision 1.29 / (download) - annotate - [select for diffs] +, Tue May 21 16:37:38 2002 UTC (2 months, 1 week ago) by lecroart +
Branch: MAIN + +
Changes since 1.28: +32 -20 + lines
Diff to previous 1.28 +

+CHANGED: serial/send/receive 3 time faster
+
+

+ Revision 1.28 / (download) - annotate - [select for diffs] +, Thu Apr 18 16:53:10 2002 UTC (3 months, 1 week ago) by lecroart +
Branch: MAIN + +
CVS Tags: georges_v2 +
Changes since 1.27: +22 -4 + lines
Diff to previous 1.27 +

+FIXED: manage endianess for the message number
+
+

+ Revision 1.27 / (download) - annotate - [select for diffs] +, Tue Apr 9 12:23:52 2002 UTC (3 months, 2 weeks ago) by lecroart +
Branch: MAIN + +
Changes since 1.26: +5 -3 + lines
Diff to previous 1.26 +

+BUGFIX
+
+

+ Revision 1.26 / (download) - annotate - [select for diffs] +, Thu Feb 28 15:22:50 2002 UTC (4 months, 4 weeks ago) by lecroart +
Branch: MAIN + +
Changes since 1.25: +2 -3 + lines
Diff to previous 1.25 +

+CHANGED: removed some debug info
+
+

+ Revision 1.25 / (download) - annotate - [select for diffs] +, Wed Feb 6 17:29:03 2002 UTC (5 months, 2 weeks ago) by cado +
Branch: MAIN + +
Changes since 1.24: +2 -2 + lines
Diff to previous 1.24 +

+CHANGED back nlsleep to 1 to avoid slowing the PC
+
+

+ Revision 1.24 / (download) - annotate - [select for diffs] +, Fri Dec 28 10:17:20 2001 UTC (7 months ago) by lecroart +
Branch: MAIN + +
Changes since 1.23: +3 -2 + lines
Diff to previous 1.23 +

+ADDED: support of precompilated header on visual
+
+

+ Revision 1.23 / (download) - annotate - [select for diffs] +, Mon Dec 10 14:34:31 2001 UTC (7 months, 2 weeks ago) by lecroart +
Branch: MAIN + +
Changes since 1.22: +37 -37 + lines
Diff to previous 1.22 +

+CHANGED: net log are better specified to enable log filtering
+
+

+ Revision 1.22 / (download) - annotate - [select for diffs] +, Thu Nov 22 10:40:13 2001 UTC (8 months ago) by lecroart +
Branch: MAIN + +
Changes since 1.21: +2 -2 + lines
Diff to previous 1.21 +

+TRY: change nlSleep(10) into nlSleep(0)
+
+

+ Revision 1.21 / (download) - annotate - [select for diffs] +, Tue Oct 16 09:24:41 2001 UTC (9 months, 1 week ago) by legros +
Branch: MAIN + +
Changes since 1.20: +6 -4 + lines
Diff to previous 1.20 +

+FIXED: error code badly interpreted (?) (not yet fully fixed anyway)
+
+

+ Revision 1.20 / (download) - annotate - [select for diffs] +, Wed Sep 12 16:55:23 2001 UTC (10 months, 2 weeks ago) by lecroart +
Branch: MAIN + +
CVS Tags: nel_0_4, +demo_0_1 +
Changes since 1.19: +4 -3 + lines
Diff to previous 1.19 +

+ADDED: stat in the mutex (with named mutex)
+
+

+ Revision 1.19 / (download) - annotate - [select for diffs] +, Wed Sep 5 08:54:46 2001 UTC (10 months, 3 weeks ago) by lecroart +
Branch: MAIN + +
Changes since 1.18: +7 -1 + lines
Diff to previous 1.18 +

+BUGFIX: when we lost a message, resync message number to avoid text flood
+
+

+ Revision 1.18 / (download) - annotate - [select for diffs] +, Fri Aug 24 11:36:47 2001 UTC (11 months ago) by lecroart +
Branch: MAIN + +
Changes since 1.17: +2 -2 + lines
Diff to previous 1.17 +

+CHANGED: the lost message error into a warning
+
+

+ Revision 1.17 / (download) - annotate - [select for diffs] +, Fri Aug 24 08:23:52 2001 UTC (11 months ago) by lecroart +
Branch: MAIN + +
Changes since 1.16: +4 -4 + lines
Diff to previous 1.16 +

+FIXED: change some message from info to debug
+
+

+ Revision 1.16 / (download) - annotate - [select for diffs] +, Thu Aug 23 17:21:56 2001 UTC (11 months ago) by lecroart +
Branch: MAIN + +
Changes since 1.15: +19 -1 + lines
Diff to previous 1.15 +

+ADDED: debug features to count message to see if some messages are lost
+
+

+ Revision 1.15 / (download) - annotate - [select for diffs] +, Wed Jul 4 08:33:05 2001 UTC (12 months, 3 weeks ago) by lecroart +
Branch: MAIN + +
Changes since 1.14: +1 -3 + lines
Diff to previous 1.14 +

+#REMOVED: debug info
+
+

+ Revision 1.14 / (download) - annotate - [select for diffs] +, Fri Jun 29 08:48:07 2001 UTC (12 months, 4 weeks ago) by lecroart +
Branch: MAIN + +
Changes since 1.13: +16 -9 + lines
Diff to previous 1.13 +

+#DOCFIX
+
+

+ Revision 1.13 / (download) - annotate - [select for diffs] +, Fri Jun 29 08:33:15 2001 UTC (12 months, 4 weeks ago) by lecroart +
Branch: MAIN + +
Changes since 1.12: +24 -12 + lines
Diff to previous 1.12 +

+FIXED: after few minutes, services on linux consumed all the CPU. fixed now
+
+

+ Revision 1.12 / (download) - annotate - [select for diffs] +, Wed Jun 27 08:29:16 2001 UTC (13 months ago) by lecroart +
Branch: MAIN + +
Changes since 1.11: +39 -3 + lines
Diff to previous 1.11 +

+ADDED: stat information (queue size)
+
+

+ Revision 1.11 / (download) - annotate - [select for diffs] +, Mon Jun 18 09:03:17 2001 UTC (13 months, 1 week ago) by cado +
Branch: MAIN + +
Changes since 1.10: +115 -98 + lines
Diff to previous 1.10 +

+Added Layer 1 support for message recorder
+
+

+ Revision 1.10 / (download) - annotate - [select for diffs] +, Tue Jun 12 15:40:43 2001 UTC (13 months, 2 weeks ago) by lecroart +
Branch: MAIN + +
Changes since 1.9: +4 -4 + lines
Diff to previous 1.9 +

+CHANGED: on windows, select timeout is now 500ms
+
+

+ Revision 1.9 / (download) - annotate - [select for diffs] +, Fri Jun 1 13:57:09 2001 UTC (13 months, 3 weeks ago) by cado +
Branch: MAIN + +
Changes since 1.8: +2 -2 + lines
Diff to previous 1.8 +

+#Fixed a semicolon that was missing after a nlassert, so it did not compile in release mode
+
+

+ Revision 1.8 / (download) - annotate - [select for diffs] +, Fri Jun 1 13:38:06 2001 UTC (13 months, 3 weeks ago) by cado +
Branch: MAIN + +
Changes since 1.7: +4 -3 + lines
Diff to previous 1.7 +

+Added support for 32-bit message length
+
+

+ Revision 1.7 / (download) - annotate - [select for diffs] +, Wed May 30 08:53:50 2001 UTC (13 months, 4 weeks ago) by cado +
Branch: MAIN + +
Changes since 1.6: +2 -1 + lines
Diff to previous 1.6 +

+Bugfix: initializations in constructors (nonblocking was bugging)
+
+

+ Revision 1.6 / (download) - annotate - [select for diffs] +, Thu May 24 14:17:51 2001 UTC (14 months ago) by cado +
Branch: MAIN + +
Changes since 1.5: +17 -13 + lines
Diff to previous 1.5 +

+Miscellaneous bug and doc fixes
+
+

+ Revision 1.5 / (download) - annotate - [select for diffs] +, Fri May 18 14:32:23 2001 UTC (14 months, 1 week ago) by cado +
Branch: MAIN + +
Changes since 1.4: +34 -5 + lines
Diff to previous 1.4 +

+Added "disconnect all" feature
+
+

+ Revision 1.4 / (download) - annotate - [select for diffs] +, Thu May 17 15:37:05 2001 UTC (14 months, 1 week ago) by cado +
Branch: MAIN + +
Changes since 1.3: +3 -1 + lines
Diff to previous 1.3 +

+Added asserts on length of buffer sent
+
+

+ Revision 1.3 / (download) - annotate - [select for diffs] +, Fri May 11 09:29:19 2001 UTC (14 months, 2 weeks ago) by cado +
Branch: MAIN + +
Changes since 1.2: +17 -10 + lines
Diff to previous 1.2 +

+#Fixed the previous changes
+
+

+ Revision 1.2 / (download) - annotate - [select for diffs] +, Thu May 10 08:49:12 2001 UTC (14 months, 2 weeks ago) by cado +
Branch: MAIN + +
Changes since 1.1: +6 -2 + lines
Diff to previous 1.1 +

+Changed the way of sending : needs to be logically connected (at user level)
+
+

+ Revision 1.1 / (download) - annotate - [select for diffs] +, Wed May 2 12:36:31 2001 UTC (14 months, 3 weeks ago) by lecroart +
Branch: MAIN + +
Diff

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

+

+

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

+

+ +

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