November 2005 Commit Log

Number of Commits:
49
Number of Active Developers:
4
anj 2005-11-29 13:37

Simmulation Mode changes from R3.14 branch.

92 lines of code changed in 9 files:

anj 2005-11-29 13:36 Rev.: 1.125

Sync to R3.14 branch.

3 lines of code changed in 1 file:

anj 2005-11-29 13:27

Sync to R3.14 branch.

10 lines of code changed in 3 files:

anj 2005-11-29 13:14

Sync to R3.14 branch.

33 lines of code changed in 2 files:

jhill 2005-11-29 12:38

fixed msvc++ 8 assert failure.

I had a closer look at the MS and the POSIX doc. It appears that
there is confusion between the two related to how the arguments
are interpreted when the user buffer pointer is null. In the POSIX
doc it clearly states that the count only applies if the user pointer
isn't nill. In the MS doc it clearly states that the count is also the
size of the internally allocated buffer when the user pointer is nill.

It seems that a reasonable compromise will be to specify a buffer
size of BUFSIZ (defined by POSIX and fortunately also by windows).

4 lines of code changed in 4 files:

jhill 2005-11-22 09:43 Rev.: 1.4

updated for R3.14.8

3 lines of code changed in 1 file:

mrk 2005-11-22 08:13

new test

132 lines of code changed in 3 files:

jhill 2005-11-21 18:37

made win32 stdcall consistent

2 lines of code changed in 2 files:

jhill 2005-11-21 18:25

fixed bug occurring when interfacing with EPICS 3.11

95 lines of code changed in 8 files:

mrk 2005-11-21 15:21 Rev.: 1.86

better checking for pthread_create

7 lines of code changed in 1 file:

mrk 2005-11-21 15:16

from Benjamin Franksen

308 lines of code changed in 5 files:

jhill 2005-11-21 14:55 Rev.: 1.3

updated for R3.14.8

5 lines of code changed in 1 file:

jhill 2005-11-21 11:50

renamed README.win32 to readme.MS_Windows

220 lines of code changed in 2 files:

jhill 2005-11-21 11:45 Rev.: 1.3

updated to match R3.14.8

69 lines of code changed in 1 file:

mrk 2005-11-21 08:17 Rev.: 1.85

Fix memory leak for priority scheduling

10 lines of code changed in 1 file:

lange 2005-11-21 03:58

SHRLIB_SEARCH_DIRS -> SHRLIB_SEARCH_FULLPATHDIRS (reflecting changes in the build system)

5 lines of code changed in 2 files:

lange 2005-11-21 03:30 Rev.: 1.20

+= -mt (multithreading) flag for the standard C compiler

4 lines of code changed in 1 file:

jhill 2005-11-18 17:51 Rev.: 1.54

SOCKET_SHUTDOWN_WRITE_SIDE #define no longer required

1 lines of code changed in 1 file:

jhill 2005-11-17 18:14 Rev.: 1.39

GNU compile rrequires LL suffix on constants, borland requires no suffix

18 lines of code changed in 1 file:

anj 2005-11-17 13:16

Sync to R3.14 branch.

16 lines of code changed in 3 files:

mrk 2005-11-17 09:55

run test as thread

12 lines of code changed in 2 files:

mrk 2005-11-17 07:42 Rev.: 1.72

calling ca_context_destroy causes crash

9 lines of code changed in 1 file:

mrk 2005-11-16 08:12 Rev.: 1.16

add test for epicsThreadSetPriority

28 lines of code changed in 1 file:

mrk 2005-11-16 08:07 Rev.: 1.84

illegal to change priority for non-epics thread

6 lines of code changed in 1 file:

anj 2005-11-15 16:04 Rev.: 1.19

Sync to R3.14 branch.

2 lines of code changed in 1 file:

anj 2005-11-15 15:58 Rev.: 1.33

Sync to R3-14-2_branch

1 lines of code changed in 1 file:

jhill 2005-11-15 14:22 Rev.: 1.86

clarrified return from ca_poll, ca_pend_event

11 lines of code changed in 1 file:

mrk 2005-11-15 07:15 Rev.: 1.71

more changes for epicsAtExit handler

11 lines of code changed in 1 file:

jhill 2005-11-14 17:26

added ca_context_detach

52 lines of code changed in 2 files:

jhill 2005-11-14 17:22 Rev.: 1.15

better sleep quantum estimate

14 lines of code changed in 1 file:

mrk 2005-11-14 14:10

make same as R3-14-2_branch

14 lines of code changed in 2 files:

jhill 2005-11-14 12:43 Rev.: 1.35

fixed doesnt throw same exceptions compiler error

1 lines of code changed in 1 file:

jhill 2005-11-14 11:13

net bsd challenged os dont have INADDR_NONE

31 lines of code changed in 8 files:

jhill 2005-11-14 10:29 Rev.: 1.41

standards unconformant C++ compilers (such as msvs 6.0) dont like
two for loops with the same varaible name in the same scope

2 lines of code changed in 1 file:

jhill 2005-11-14 10:28 Rev.: 1.25

standards unconformant C++ compilers (such as msvs 6.0) dont like
a std:: in front of the cal to unexpected()

2 lines of code changed in 1 file:

jhill 2005-11-14 10:26 Rev.: 1.118

standards unconformant C++ compilers (such as msvs 6.0) dont like
two for loops with the same varaible name in the same scope

2 lines of code changed in 1 file:

jhill 2005-11-14 10:25 Rev.: 1.175

removed return of void from void function which makes standards incompliant
compiler bark

1 lines of code changed in 1 file:

jhill 2005-11-10 13:51

fix for mantis 153

15 lines of code changed in 2 files:

jhill 2005-11-08 19:20 Rev.: 1.116

fixed some potential cleanup problems when there is insufficent
memory to finish creating a new client

7 lines of code changed in 1 file:

jhill 2005-11-08 16:46 Rev.: 1.30

less cpu intensive for soft float cpus

1 lines of code changed in 1 file:

jhill 2005-11-08 16:41 Rev.: 1.29

less cpu intensive for soft float cpus

1 lines of code changed in 1 file:

jhill 2005-11-08 15:39

better fix for mantis 111

101 lines of code changed in 4 files:

jhill 2005-11-08 15:06 Rev.: 1.12

instantiate server

0 lines of code changed in 1 file:

lange 2005-11-08 07:57 Rev.: 1.11

Clarified output message for one of the tests.

3 lines of code changed in 1 file:

jhill 2005-11-07 11:43

INADD_NONE:<repeater port> based UDP "disconnect"

28 lines of code changed in 2 files:

jhill 2005-11-03 17:05

UDP disconnect to INADDR_LOOPBACK and port 0 because
a UDP connect to AF_UNSPEC only works with modern IP kernel

30 lines of code changed in 2 files:

jhill 2005-11-01 15:14

use connect to AF_UNSPEC to not allow incomming messages to beacon sock

34 lines of code changed in 2 files:

jhill 2005-11-01 10:05 Rev.: 1.34

spelling in comment

1 lines of code changed in 1 file:

jhill 2005-11-01 09:59

fixed warnings on 64 bit architectures

32 lines of code changed in 2 files:

October 2005 »

Generated by StatCVS 0.4.0