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

Default branch: MAIN


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

ADDED: changed NULL into InvalidSockId

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

CHANGED: serial/send/receive 3 time faster

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

CHANGED: removed some debug info

Revision 1.19 / (download) - annotate - [select for diffs] , Fri Feb 15 14:40:04 2002 UTC (5 months, 1 week ago) by lecroart
Branch: MAIN
Changes since 1.18: +3 -2 lines
Diff to previous 1.18

REMOVED: sendAllMyAssociation () is not use

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

ADDED: support of precompilated header on visual

Revision 1.17 / (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.16: +8 -8 lines
Diff to previous 1.16

CHANGED: net log are better specified to enable log filtering

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

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

Revision 1.15 / (download) - annotate - [select for diffs] , Thu Oct 25 12:13:02 2001 UTC (9 months ago) by cado
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14

Compilfix: nlassertex in debug mode

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

ADDED: default callback

Revision 1.13 / (download) - annotate - [select for diffs] , Wed Jun 27 08:29:42 2001 UTC (13 months ago) by lecroart
Branch: MAIN
CVS Tags: nel_0_4, demo_0_1
Changes since 1.12: +14 -3 lines
Diff to previous 1.12

ADDED: stat information (queue size)

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: +5 -1 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:06:18 2001 UTC (13 months, 1 week ago) by cado
Branch: MAIN
Changes since 1.10: +266 -7 lines
Diff to previous 1.10

Added layer 3 support for message recorder

Revision 1.10 / (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.9: +16 -3 lines
Diff to previous 1.9

FIXED: add assert and multithread check

Revision 1.9 / (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.8: +2 -2 lines
Diff to previous 1.8

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

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

MODIFIED: no size limit anymore

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

MODIFIED: reformated the output message to be filtered easier

Revision 1.6 / (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.5: +62 -54 lines
Diff to previous 1.5

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

Revision 1.5 / (download) - annotate - [select for diffs] , Mon Feb 26 15:13:30 2001 UTC (17 months ago) by cado
Branch: MAIN
CVS Tags: net_0_1
Changes since 1.4: +5 -3 lines
Diff to previous 1.4

#small changes

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: +2 -11 lines
Diff to previous 1.3

#TNetCallback for connection callbacks

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

#ADD: listenAddress()

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: +41 -7 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: