Directory PROBE_SERVER/WORKER/

Directory Created:
2003-09-15 11:54
Directory Deleted:
2009-03-31 13:52
Total Files:
0
Deleted Files:
3
Lines of Code:
0

[root]/PROBE_SERVER/WORKER

Lines of Code

PROBE_SERVER/WORKER/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 37 (100.0%) 1436 (100.0%) 38.8
westram 33 (89.2%) 1432 (99.7%) 43.3
boehnel 1 (2.7%) 4 (0.3%) 4.0
baderk 3 (8.1%) 0 (0.0%) 0.0

Most Recent Commits

baderk 2009-03-31 13:52 Rev.: 5780

code cleanup

0 lines of code changed in 3 files:

  • PROBE_SERVER/WORKER: Makefile (del), README (del), psw_main.cxx (del)
westram 2008-12-31 12:27 Rev.: 5709


- made depends for [5708]

2 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: Makefile (+2)
westram 2008-12-25 13:03 Rev.: 5675


- removed automatic timestamps (the best they were good for, were vc-conflicts)

0 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: psw_main.cxx (-1)
westram 2008-12-05 17:50 Rev.: 5634


* Added __ATTR__USERESULT
* attributed some functions in ARBDB with __ATTR__USERESULT.
Should be done with all functions returning GB_ERROR, to fix error handling
* Removed some useless GB_ERROR return types (always returning NULL)

2 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: psw_main.cxx (+2 -5)
westram 2008-06-18 10:42 Rev.: 5405

- use GB_random / GB_frandom instead of rand
- removed calls to srand() - done by GB_[f]random

2 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: psw_main.cxx (+2 -4)
westram 2008-05-30 11:36 Rev.: 5383

- warnings fixed

3 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: psw_main.cxx (+3 -3)
westram 2008-05-26 12:04 Rev.: 5356

- fixed calls to GBS_create_hash

3 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: psw_main.cxx (+3 -3)
westram 2008-05-19 11:48 Rev.: 5309

- replaced calls to GB_find with new find-functions

13 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: psw_main.cxx (+13 -13)
westram 2008-03-11 19:07 Rev.: 5225

- changed names of linker commands

1 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: Makefile (+1 -1)
westram 2008-03-03 17:47 Rev.: 5193

- fixed shadow warnings

8 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: psw_main.cxx (+8 -8)
boehnel 2008-03-01 22:12 Rev.: 5172

removing some format warnings

4 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: psw_main.cxx (+4 -4)
westram 2008-02-28 11:18 Rev.: 5129

- depends updated

1 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: Makefile (+1)
westram 2007-05-30 14:34 Rev.: 4634

- proper clean (avoid errors if already cleaned)

2 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: Makefile (+2 -6)
westram 2004-02-13 11:28 Rev.: 2405

- command 'getprobes' changed into 'getexactprobes' and 'getnonexactprobes'
- extracts compressed probes

105 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: psw_main.cxx (+105 -53)
westram 2004-01-23 18:08 Rev.: 2338

fixed and reformatted dependencies (using fix_depends.pl)

10 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: Makefile (+10 -4)
westram 2003-10-11 12:41 Rev.: 2108

- ignores missing 'probe_group_common' (prints warning on console)

5 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: psw_main.cxx (+5 -4)
westram 2003-10-09 11:40 Rev.: 2074

dependencies updated

1 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: Makefile (+1 -1)
westram 2003-10-07 16:33 Rev.: 2037

- returns coverage probes
- returns members of independent groups

96 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: psw_main.cxx (+96 -12)
westram 2003-10-07 14:21 Rev.: 2033

- fixed call to PM_name2ID/PM_ID2name

3 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: psw_main.cxx (+3 -9)
westram 2003-10-06 18:56 Rev.: 2014

- removed unneeded path encodings
- probe group caching based on id
- path coding moved to ../path_code.h
- fixed member extraction (currently for subtrees only)

109 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: psw_main.cxx (+109 -234)
westram 2003-10-02 16:56 Rev.: 1981

- output format slightly changed

2 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: psw_main.cxx (+2 -2)
westram 2003-09-29 09:49 Rev.: 1962

- fixed encode for root node

3 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: psw_main.cxx (+3 -2)
westram 2003-09-26 13:21 Rev.: 1945

- fixed errors in decodePath and initDecodeTable
- more error messages (even for thing that never should occur)

56 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: psw_main.cxx (+56 -41)
westram 2003-09-25 10:20 Rev.: 1937

- added cache for probe groups
- fixes for changed db structure

193 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: psw_main.cxx (+193 -59)
westram 2003-09-21 12:53 Rev.: 1906

- changed path encoding
- reads probes from different container

20 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: psw_main.cxx (+20 -11)
westram 2003-09-17 14:53 Rev.: 1864

return a random probe type (until probe types are implemented)

3 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: psw_main.cxx (+3 -2)
westram 2003-09-17 14:20 Rev.: 1861

changed syntax of probe-group-id

11 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: psw_main.cxx (+11 -6)
westram 2003-09-17 09:59 Rev.: 1859

deps updated

3 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: Makefile (+3 -1)
westram 2003-09-17 09:59 Rev.: 1858

prepared to use mapping

2 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: psw_main.cxx (+2 -1)
westram 2003-09-16 19:54 Rev.: 1849

minor changes

9 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: psw_main.cxx (+9 -4)
westram 2003-09-16 15:34 Rev.: 1841

- implemented encodePath
- 'getprobes' handles encoded and decoded paths
- added debug_.. results strings

88 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: psw_main.cxx (+88 -27)
westram 2003-09-16 14:07 Rev.: 1837

- returns a probe-group-id for each probe
- returns found=0 for unknown inner nodes
- new command 'getmembers'

88 lines of code changed in 1 file:

  • PROBE_SERVER/WORKER: psw_main.cxx (+88 -25)
westram 2003-09-15 11:54 Rev.: 1819

initial version of probe-server worker process

588 lines of code changed in 3 files:

  • PROBE_SERVER/WORKER: Makefile (new 2), README (new 22), psw_main.cxx (new 564)
Generated by StatSVN 0.7.0