[root]/PROBE_SERVER/WORKER
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 |
code cleanup
0 lines of code changed in 3 files:
- made depends for [5708]
2 lines of code changed in 1 file:
- removed automatic timestamps (the best they were good for, were vc-conflicts)
0 lines of code changed in 1 file:
* 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:
- 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:
- warnings fixed
3 lines of code changed in 1 file:
- fixed calls to GBS_create_hash
3 lines of code changed in 1 file:
- replaced calls to GB_find with new find-functions
13 lines of code changed in 1 file:
- changed names of linker commands
1 lines of code changed in 1 file:
- fixed shadow warnings
8 lines of code changed in 1 file:
removing some format warnings
4 lines of code changed in 1 file:
- depends updated
1 lines of code changed in 1 file:
- proper clean (avoid errors if already cleaned)
2 lines of code changed in 1 file:
- command 'getprobes' changed into 'getexactprobes' and 'getnonexactprobes'
- extracts compressed probes
105 lines of code changed in 1 file:
fixed and reformatted dependencies (using fix_depends.pl)
10 lines of code changed in 1 file:
- ignores missing 'probe_group_common' (prints warning on console)
5 lines of code changed in 1 file:
dependencies updated
1 lines of code changed in 1 file:
- returns coverage probes
- returns members of independent groups
96 lines of code changed in 1 file:
- fixed call to PM_name2ID/PM_ID2name
3 lines of code changed in 1 file:
- 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:
- output format slightly changed
2 lines of code changed in 1 file:
- fixed encode for root node
3 lines of code changed in 1 file:
- fixed errors in decodePath and initDecodeTable
- more error messages (even for thing that never should occur)
56 lines of code changed in 1 file:
- added cache for probe groups
- fixes for changed db structure
193 lines of code changed in 1 file:
- changed path encoding
- reads probes from different container
20 lines of code changed in 1 file:
return a random probe type (until probe types are implemented)
3 lines of code changed in 1 file:
changed syntax of probe-group-id
11 lines of code changed in 1 file:
deps updated
3 lines of code changed in 1 file:
prepared to use mapping
2 lines of code changed in 1 file:
minor changes
9 lines of code changed in 1 file:
- implemented encodePath
- 'getprobes' handles encoded and decoded paths
- added debug_.. results strings
88 lines of code changed in 1 file:
- 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:
initial version of probe-server worker process
588 lines of code changed in 3 files: