# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
cvs
Nevrax / code / nel / src / net / buf_sock.cpp
buf_sock.cpp

Default branch: MAIN


Revision 1.27 / (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.26: +2 -2 lines
Diff to previous 1.26

CHANGED: commented some nldebug for performance

Revision 1.26 / (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.25: +2 -3 lines
Diff to previous 1.25

ADDED: changed NULL into InvalidSockId

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

ADDED: use of htimer

Revision 1.24 / (download) - annotate - [select for diffs] , Mon May 27 16:50:24 2002 UTC (2 months ago) by lecroart
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23

no message

Revision 1.23 / (download) - annotate - [select for diffs] , Wed May 22 14:27:45 2002 UTC (2 months ago) by lecroart
Branch: MAIN
Changes since 1.22: +4 -3 lines
Diff to previous 1.22

FIXED: assert failed

Revision 1.22 / (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.21: +30 -15 lines
Diff to previous 1.21

CHANGED: serial/send/receive 3 time faster

Revision 1.21 / (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.20: +6 -7 lines
Diff to previous 1.20

CHANGED: removed some debug info

Revision 1.20 / (download) - annotate - [select for diffs] , Wed Feb 20 18:09:17 2002 UTC (5 months ago) by lecroart
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19

#FIXED: doxygen warning

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

ADDED: support of precompilated header on visual

Revision 1.18 / (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.17: +10 -10 lines
Diff to previous 1.17

CHANGED: net log are better specified to enable log filtering

Revision 1.17 / (download) - annotate - [select for diffs] , Fri Sep 21 13:36:03 2001 UTC (10 months ago) by lecroart
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16

BUGFIX: when printing message, it occurs some time that the message contains a % and crash the printf

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

ADDED: stat in the mutex (with named mutex)

Revision 1.15 / (download) - annotate - [select for diffs] , Thu Aug 30 17:07:36 2001 UTC (10 months, 4 weeks ago) by lecroart
Branch: MAIN
Changes since 1.14: +6 -1 lines
Diff to previous 1.14

CHANGED: update procedure and time sync

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

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

Revision 1.13 / (download) - annotate - [select for diffs] , Wed Jul 11 15:15:10 2001 UTC (12 months, 2 weeks ago) by cado
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12

BUGFIX: stringFromVectorPart() with len=0 asserted in debug mode

Revision 1.12 / (download) - annotate - [select for diffs] , Thu Jun 21 12:33:00 2001 UTC (13 months, 1 week ago) by lecroart
Branch: MAIN
Changes since 1.11: +27 -4 lines
Diff to previous 1.11

ADDED: nlassert when sockid is invalid and destroy the structure on the dtor

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: +5 -4 lines
Diff to previous 1.10

Added Layer 1 support for message recorder

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

BUGIFX: cast isprint from uint8 to int

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

BUGFIX: error in assert condition in stringFromVectorPart()

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: +20 -50 lines
Diff to previous 1.7

Added support for 32-bit message length

Revision 1.7 / (download) - annotate - [select for diffs] , Thu May 31 14:07:13 2001 UTC (13 months, 4 weeks ago) by cado
Branch: MAIN
Changes since 1.6: +57 -13 lines
Diff to previous 1.6

BUGFIX: non-blocking sending for big buffers in flush()

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: +18 -6 lines
Diff to previous 1.5

Miscellaneous bug and doc fixes

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

#Fixed the previous changes

Revision 1.4 / (download) - annotate - [select for diffs] , Thu May 10 15:41:53 2001 UTC (14 months, 2 weeks ago) by cado
Branch: MAIN
Changes since 1.3: +19 -21 lines
Diff to previous 1.3

Improved sending in flush()

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: +25 -1 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] , Fri May 4 09:52:56 2001 UTC (14 months, 3 weeks ago) by coutelas
Branch: MAIN
Changes since 1.1: +13 -3 lines
Diff to previous 1.1

BUGFIX: set appid to 0 at ctor and dont access to sock when sock is NULL

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: