Directory AISC_COM/C/

Directory Created:
2000-11-23 11:41
Total Files:
15
Deleted Files:
6
Lines of Code:
2740

[root]/AISC_COM/C

Lines of Code

AISC_COM/C/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 316 (100.0%) 7337 (100.0%) 23.2
westram 283 (89.6%) 4069 (55.5%) 14.3
oldcode 13 (4.1%) 3197 (43.6%) 245.9
boehnel 8 (2.5%) 33 (0.4%) 4.1
epruesse 7 (2.2%) 28 (0.4%) 4.0
baderk 2 (0.6%) 6 (0.1%) 3.0
spanfeln 1 (0.3%) 2 (0.0%) 2.0
meierh 2 (0.6%) 2 (0.0%) 1.0

Most Recent Commits

westram 2021-09-15 13:52 Rev.: 18730


* remove trailing whitespace from c source.

10 lines of code changed in 2 files:

  • AISC_COM/C: client.c (+3 -3), server.c (+7 -7)
westram 2021-09-15 13:48 Rev.: 18729


* eliminate trailing whitespace from Makefiles.

1 lines of code changed in 1 file:

  • AISC_COM/C: Makefile (+1 -1)
westram 2018-05-04 18:06 Rev.: 16986


* reintegrates 'gcc' into 'trunk'
- ports arb to gcc 8.1 (fixing warnings)
* adds: log:branches/gcc@16965:16985

Update: continued by [17178]

5 lines of code changed in 2 files:

  • AISC_COM/C: aisc_global.h (+3), server.c (+2 -2)
westram 2017-11-28 19:22 Rev.: 16766


* reintegrates 'gcc' into 'trunk'
- mostly cosmetics changes
* adds: log:branches/gcc@16655,16741:16743,16752:16765

52 lines of code changed in 3 files:

  • AISC_COM/C: client.c (+16 -23), server.c (+32 -42), struct_man.c (+4 -7)
westram 2017-11-28 18:09 Rev.: 16763


* partial merge from 'gcc' into 'trunk'
- use {{{nullptr}}} in Cxx11 (with backward compatibility)
* adds: log:branches/gcc@16683:16740,16744:16746,16751

62 lines of code changed in 5 files:

  • AISC_COM/C: aisc_extern.c (+5 -5), aisc_global.h (+1 -1), client.c (+11 -11), server.c (+32 -32), struct_man.c (+13 -13)
westram 2017-11-17 13:54 Rev.: 16668


* full update from child 'gcc' into 'trunk'
- fix/suppress (new) compiler warnings
- skip vectorizer notes
* adds: log:branches/gcc@16656:16667

16 lines of code changed in 1 file:

  • AISC_COM/C: client.c (+16 -3)
westram 2016-07-27 11:30 Rev.: 15094


* reintegrates 'fix' into 'trunk'
* adds: log:branches/fix@15066,15073:15076,15082,15086:15093

0 lines of code changed in 2 files:

  • AISC_COM/C: server.c (-12), server.h (-1)
westram 2015-11-17 14:28 Rev.: 14496


* {{{aisc_collect_sets}}}
- fix locals
- avoid uninitialized bytes behind {{{aisc_string}}} by initializing last long
* describe wrong parameter types as possible cause of valgrind reports

13 lines of code changed in 1 file:

  • AISC_COM/C: client.c (+13 -13)
westram 2015-11-17 11:58 Rev.: 14495


* {{{arb_open_socket}}}
- single return point
- ensure returned file descriptor is 0 (not -1) in case of error (expected by callers)
- fixes {{{close(-1)}}} reported by valgrind

3 lines of code changed in 1 file:

  • AISC_COM/C: client.c (+3 -2)
westram 2015-07-04 14:00 Rev.: 13970


* reintegrates 'ptsfix' into 'trunk'
- fixes #659
* adds:
- log:branches/ptsfix@13960:13969

6 lines of code changed in 1 file:

  • AISC_COM/C: trace.h (+6 -6)
epruesse 2014-07-28 02:57 Rev.: 12591

AISC now uses arb_open_socket, arb_socket_write and ..._read.
- SIGPIPE is disabled via setsockopt on mac and via MSG_NOSIGNAL
on Linux.
- No more usleep in write loop.
- arb_socket_write returns -1 on failure
(needed change to client.c as aisc_s_write and aisc_c_write
differed in error handling)
- common.[hc] are gone
- fixes build failure in build 797

22 lines of code changed in 5 files:

  • AISC_COM/C: Makefile (-5), client.c (+15 -54), common.c (del), common.h (del), server.c (+7 -59)
epruesse 2014-07-27 14:14 Rev.: 12586

change error message (this is AISC, not the DB SERVER)

1 lines of code changed in 1 file:

  • AISC_COM/C: client.c (+1 -1)
westram 2014-05-17 15:02 Rev.: 12273


- no magic exit codes

2 lines of code changed in 1 file:

  • AISC_COM/C: server.c (+2 -2)
epruesse 2014-03-08 16:58 Rev.: 11760

do not write to stderr in SIGPIPE handler (fixes #476)

stderr is typically a pipe itself. If it is closed before the program
terminates, writing to it from the SIGPIPE handler will cause another
SIGPIPE to be raised, resulting in an infinite loop.

5 lines of code changed in 1 file:

  • AISC_COM/C: server.c (+5 -4)
westram 2014-01-14 15:42 Rev.: 11471


- fix compiler warnings

2 lines of code changed in 1 file:

  • AISC_COM/C: common.c (+2)
westram 2013-11-03 17:45 Rev.: 11063


* use member initializers in Hs_struct-ctor

10 lines of code changed in 1 file:

  • AISC_COM/C: server.c (+10 -1)
westram 2013-11-03 17:22 Rev.: 11062


* stop using malloc.h

0 lines of code changed in 1 file:

  • AISC_COM/C: server.c (-1)
westram 2013-11-03 15:42 Rev.: 11060


* reintegrates 'ptsfix' into 'trunk':
* adds:
- log:branches/ptsdump@8966:9000
- log:branches/ptsfix@8965:9012,9014:9017,9019:9023,9025:9046,9048:9089,9091:9114,9116:9132,9134:9139,9141:9145,9147:9151,9153:9158,9160:9379,9381:11059
- log:branches/ptsstartup@9160:9235,9237:9278,9280:9336,9339:9361,9363:9446
- log:branches/ptsundef@9061:9358

284 lines of code changed in 7 files:

  • AISC_COM/C: Makefile (+6 -1), client.c (+11 -147), client.h (+1 -1), common.c (new 204), common.h (new 20), server.c (+41 -184), server.h (+1 -1)
westram 2013-10-31 11:01 Rev.: 10985


- use GBK_terminate instead of provoking trap manually

2 lines of code changed in 1 file:

  • AISC_COM/C: struct_man.c (+2 -4)
westram 2013-10-31 10:53 Rev.: 10982


- remove self-assignments of unused parameters

8 lines of code changed in 1 file:

  • AISC_COM/C: server.c (+8 -24)
westram 2013-05-22 14:53 Rev.: 10083


reintegrated branch 'macros2'

1 lines of code changed in 1 file:

  • AISC_COM/C: server.c (+1 -1)
westram 2013-02-27 20:30 Rev.: 9620


- effects of [9619]; only shifts some spaces

7 lines of code changed in 1 file:

  • AISC_COM/C: client.h (+7 -7)
westram 2013-02-26 12:32 Rev.: 9600


* aisc_mkpt
- default is to generate ANSI headers now (options -A and -z are invalid now)
- added options to force K&R (not used)
- reordered help options
* fixed all calls using -A and/or -z
* no longer use K&R prototypes in SL/TREEDISP

1 lines of code changed in 1 file:

  • AISC_COM/C: Makefile (+1 -2)
westram 2013-02-09 12:16 Rev.: 9516


- reintegrated branch 'cxx11'

1 lines of code changed in 1 file:

  • AISC_COM/C: server.c (+1 -1)
westram 2012-09-14 18:42 Rev.: 8881


* fixed cppcheck warnings

19 lines of code changed in 1 file:

  • AISC_COM/C: struct_man.c (+19 -30)
westram 2012-06-17 12:25 Rev.: 8818


* update AISC_COM headers with target 'proto'

1 lines of code changed in 1 file:

  • AISC_COM/C: client.h (+1 -1)
westram 2012-06-15 15:35 Rev.: 8814


- fixed some warnings in NDEBUG mode (unused warnings)

2 lines of code changed in 1 file:

  • AISC_COM/C: aisc_global.h (+2 -2)
westram 2012-05-25 10:31 Rev.: 8751


* guided by clang static checker:
- fix or at least comment many assigned but never used values

11 lines of code changed in 2 files:

  • AISC_COM/C: client.c (+5 -10), server.c (+6 -12)
westram 2012-05-24 12:05 Rev.: 8749


- more warnings fixed (shadow, noreturn)

1 lines of code changed in 1 file:

  • AISC_COM/C: server.c (+1 -1)
westram 2012-05-22 18:11 Rev.: 8744


* AISC clients
- client-handles for server-side objects are distinguishable types now (esp. can no longer be confounded w/o compiler messages)
- main server object has to be passed to aisc_close

76 lines of code changed in 5 files:

  • AISC_COM/C: aisc_extern.c (-1), aisc_global.h (+33), client.c (+36 -22), client.h (+7 -7), server.c (-3)
westram 2012-05-22 11:29 Rev.: 8742


* commented AISC server side callbacks with command tokens (as used on client side)

20 lines of code changed in 1 file:

  • AISC_COM/C: server.c (+20 -20)
westram 2012-04-26 18:25 Rev.: 8676


- cppchecked (1.54)

2 lines of code changed in 1 file:

  • AISC_COM/C: server.c (+2 -2)
westram 2012-04-20 14:13 Rev.: 8637


- fix aliasing problem

12 lines of code changed in 3 files:

  • AISC_COM/C: aisc_global.h (+4), client.c (+8 -8), server.c (-5)
westram 2011-12-20 16:35 Rev.: 8314


* removed AISC debug code

0 lines of code changed in 1 file:

  • AISC_COM/C: debug.c (del)
westram 2011-12-20 16:11 Rev.: 8313


* removed dead code

(partly reverted by [8316])

1 lines of code changed in 3 files:

  • AISC_COM/C: client.c (+1 -187), server.c (-3), struct_man.c (-63)
westram 2011-12-20 13:29 Rev.: 8309


* moved much code into static scope

(partly reverted by [8310])

30 lines of code changed in 6 files:

  • AISC_COM/C: client.c (+13 -13), client.h (-11), server.c (+7 -4), server.h (+2 -3), struct_man.c (+8 -8), struct_man.h (-8)
westram 2011-12-12 16:52 Rev.: 8300


- cppchecked (1.52)

1 lines of code changed in 1 file:

  • AISC_COM/C: server.c (+1 -1)
westram 2011-11-29 15:13 Rev.: 8255


* removed unused(-but-set) variables/params
* fixed locals in touched functions

93 lines of code changed in 2 files:

  • AISC_COM/C: client.c (+8 -16), server.c (+85 -128)
westram 2011-10-17 14:34 Rev.: 8104


merge from ptpan_back [8085] [8088] [8091]
* avoid shadow warnings from some TEST_ASSERTions
* patch name shows whether tests were valgrinded
* added template IGNORE_RESULT(), to ignore results tagged with !__ATTR!__USERESULT

7 lines of code changed in 4 files:

  • AISC_COM/C: aisc_extern.c (+1), aisc_server.h (+3), server.c (+1), server.h (+2 -1)
westram 2011-10-17 14:05 Rev.: 8098


merge from ptpan_back [8023] [8030] [8052] [8058] [8062]
* suppress several boost-warnings
* store old SIGSEGV-handler in AISC-servers
* removed chroot (unused and name conflicts with libc)
* fixed abuse of GB_export_errorf
* accept if sighandler is already installed (happens when opening 2 DB-clients from same binary)

11 lines of code changed in 1 file:

  • AISC_COM/C: server.c (+11 -5)

(105 more)

Generated by StatSVN 0.7.0