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

Default branch: MAIN


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

ADDED: changed NULL into InvalidSockId

Revision 1.32 / (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.31: +7 -1 lines
Diff to previous 1.31

ADDED: use of htimer

Revision 1.31 / (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.30: +3 -5 lines
Diff to previous 1.30

CHANGED: removed some debug info

Revision 1.30 / (download) - annotate - [select for diffs] , Mon Feb 11 10:20:54 2002 UTC (5 months, 2 weeks ago) by lecroart
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29

CHANGED: remove nlsleep(0) and set to 10

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

ADDED: support of precompilated header on visual

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

CHANGED: net log are better specified to enable log filtering

Revision 1.27 / (download) - annotate - [select for diffs] , Tue Nov 27 14:12:48 2001 UTC (8 months ago) by lecroart
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26

#english fix (sended->sent finnish->finish)

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

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

Revision 1.25 / (download) - annotate - [select for diffs] , Tue Oct 16 09:22:26 2001 UTC (9 months, 1 week ago) by legros
Branch: MAIN
Changes since 1.24: +43 -2 lines
Diff to previous 1.24

ADDED: default callback

Revision 1.24 / (download) - annotate - [select for diffs] , Thu Sep 20 13:24:24 2001 UTC (10 months, 1 week ago) by cado
Branch: MAIN
Changes since 1.23: +2 -1 lines
Diff to previous 1.23

BUGFIX in constructor with a client in release and releasedebug

Revision 1.23 / (download) - annotate - [select for diffs] , Thu Aug 30 17:07:36 2001 UTC (10 months, 4 weeks ago) by lecroart
Branch: MAIN
CVS Tags: nel_0_4, demo_0_1
Changes since 1.22: +15 -33 lines
Diff to previous 1.22

CHANGED: update procedure and time sync

Revision 1.22 / (download) - annotate - [select for diffs] , Wed Jul 18 16:13:22 2001 UTC (12 months, 1 week ago) by lecroart
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21

FIX: now when a callback is not found, doesn't nlerror

Revision 1.21 / (download) - annotate - [select for diffs] , Wed Jun 27 08:29:42 2001 UTC (13 months ago) by lecroart
Branch: MAIN
Changes since 1.20: +6 -1 lines
Diff to previous 1.20

ADDED: stat information (queue size)

Revision 1.20 / (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.19: +3 -1 lines
Diff to previous 1.19

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

Revision 1.19 / (download) - annotate - [select for diffs] , Mon Jun 18 09:06:18 2001 UTC (13 months, 1 week ago) by cado
Branch: MAIN
Changes since 1.18: +118 -7 lines
Diff to previous 1.18

Added layer 3 support for message recorder

Revision 1.18 / (download) - annotate - [select for diffs] , Thu Jun 14 13:55:10 2001 UTC (13 months, 2 weeks ago) by lecroart
Branch: MAIN
Changes since 1.17: +4 -2 lines
Diff to previous 1.17

REMOVE: thread id check commented because some people use this class in different thread

Revision 1.17 / (download) - annotate - [select for diffs] , Wed Jun 13 12:11:14 2001 UTC (13 months, 2 weeks ago) by lecroart
Branch: MAIN
Changes since 1.16: +2 -3 lines
Diff to previous 1.16

#BUGFIX: on threadid

Revision 1.16 / (download) - annotate - [select for diffs] , Wed Jun 13 10:22:26 2001 UTC (13 months, 2 weeks ago) by lecroart
Branch: MAIN
Changes since 1.15: +24 -2 lines
Diff to previous 1.15

FIXED: add assert and multithread check

Revision 1.15 / (download) - annotate - [select for diffs] , Tue Jun 12 15:41:11 2001 UTC (13 months, 2 weeks ago) by lecroart
Branch: MAIN
Changes since 1.14: +90 -52 lines
Diff to previous 1.14

CHANGED: the update policy (look service.dxt for more info)

Revision 1.14 / (download) - annotate - [select for diffs] , Thu Jun 7 16:16:47 2001 UTC (13 months, 3 weeks ago) by lecroart
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13

#DOC: added some comments on an assert

Revision 1.13 / (download) - annotate - [select for diffs] , Tue Jun 5 15:37:00 2001 UTC (13 months, 3 weeks ago) by lecroart
Branch: MAIN
Changes since 1.12: +18 -18 lines
Diff to previous 1.12

CHANGED: the name of the suffix for debug information

Revision 1.12 / (download) - annotate - [select for diffs] , Tue May 29 12:14:15 2001 UTC (14 months ago) by lecroart
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11

#remove a debug that flood the output

Revision 1.11 / (download) - annotate - [select for diffs] , Tue May 29 09:30:08 2001 UTC (14 months ago) by lecroart
Branch: MAIN
Changes since 1.10: +23 -23 lines
Diff to previous 1.10

MODIFIED: reformated the output message to be filtered easier

Revision 1.10 / (download) - annotate - [select for diffs] , Thu May 17 15:36:45 2001 UTC (14 months, 1 week ago) by cado
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9

#Typos

Revision 1.9 / (download) - annotate - [select for diffs] , Thu May 10 08:19:27 2001 UTC (14 months, 2 weeks ago) by lecroart
Branch: MAIN
Changes since 1.8: +13 -7 lines
Diff to previous 1.8

BUGFIX: addCallbackArray now ignores empty array. callback are called with a good sockid

Revision 1.8 / (download) - annotate - [select for diffs] , Fri May 4 09:53:42 2001 UTC (14 months, 3 weeks ago) by coutelas
Branch: MAIN
Changes since 1.7: +7 -4 lines
Diff to previous 1.7

BUGFIX: don't crash when you set NULL to authorizeOnly

Revision 1.7 / (download) - annotate - [select for diffs] , Wed May 2 12:36:31 2001 UTC (14 months, 3 weeks ago) by lecroart
Branch: MAIN
Changes since 1.6: +263 -56 lines
Diff to previous 1.6

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

Revision 1.6 / (download) - annotate - [select for diffs] , Tue Apr 3 08:58:20 2001 UTC (15 months, 3 weeks ago) by cado
Branch: MAIN
CVS Tags: net_0_1
Changes since 1.5: +8 -2 lines
Diff to previous 1.5

ADDED timeout argument in update()

Revision 1.5 / (download) - annotate - [select for diffs] , Thu Mar 15 15:08:50 2001 UTC (16 months, 2 weeks ago) by coutelas
Branch: MAIN
Changes since 1.4: +5 -1 lines
Diff to previous 1.4

ADDED: method setTimeout

Revision 1.4 / (download) - annotate - [select for diffs] , Fri Feb 23 15:44:30 2001 UTC (17 months ago) by cado
Branch: MAIN
Changes since 1.3: +3 -13 lines
Diff to previous 1.3

#TNetCallback for connection callbacks

Revision 1.3 / (download) - annotate - [select for diffs] , Fri Feb 23 09:48:38 2001 UTC (17 months ago) by cado
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2

#DOCFIX

Revision 1.2 / (download) - annotate - [select for diffs] , Thu Feb 22 18:04:25 2001 UTC (17 months ago) by cado
Branch: MAIN
Changes since 1.1: +61 -6 lines
Diff to previous 1.1

ADD: layer4 implemented by CMsgSocket

Revision 1.1 / (download) - annotate - [select for diffs] , Thu Feb 22 16:18:35 2001 UTC (17 months ago) by cado
Branch: MAIN
Diff

#ADD: network layer4 interface
Request Diffs

Diffs between and
Type of Diff should be a 
Select branch

View only Branch:
Sort log by: