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_client.cpp?sortby=date | 296 +++++++++++++++++++++ 1 file changed, 296 insertions(+) create mode 100644 cvs/cvsweb.cgi/code/nel/src/net/buf_client.cpp?sortby=date (limited to 'cvs/cvsweb.cgi/code/nel/src/net/buf_client.cpp?sortby=date') diff --git a/cvs/cvsweb.cgi/code/nel/src/net/buf_client.cpp?sortby=date b/cvs/cvsweb.cgi/code/nel/src/net/buf_client.cpp?sortby=date new file mode 100644 index 00000000..ca29683e --- /dev/null +++ b/cvs/cvsweb.cgi/code/nel/src/net/buf_client.cpp?sortby=date @@ -0,0 +1,296 @@ + + + + nevrax.org : cvs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+cvs + +
+ + +
Nevrax / code / nel / src / net / buf_client.cpp
+ + + + + +
buf_client.cpp
+

+

Default branch: MAIN
+


+ Revision 1.16 / (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.15: +3 -3 + lines
Diff to previous 1.15 +

+CHANGED: commented some nldebug for performance
+
+

+ Revision 1.15 / (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.14: +6 -1 + lines
Diff to previous 1.14 +

+ADDED: use of htimer
+
+

+ Revision 1.14 / (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.13: +25 -20 + lines
Diff to previous 1.13 +

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

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

+CHANGED: removed some debug info
+
+

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

+ADDED: support of precompilated header on visual
+
+

+ Revision 1.11 / (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.10: +12 -12 + lines
Diff to previous 1.10 +

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

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

+Added Layer 1 support for message recorder
+
+

+ 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: +17 -9 + lines
Diff to previous 1.7 +

+Added support for 32-bit message length
+
+

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

+Miscellaneous bug and doc fixes
+
+

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

+Improved the receive thread termination
+
+

+ Revision 1.5 / (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.4: +3 -1 + lines
Diff to previous 1.4 +

+Added asserts on length of buffer sent
+
+

+ Revision 1.4 / (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.3: +3 -8 + lines
Diff to previous 1.3 +

+#Fixed the previous changes
+
+

+ Revision 1.3 / (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.2: +5 -11 + lines
Diff to previous 1.2 +

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

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

+BUGFIX: disconnection callback was called with bad parameters
+
+

+ 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