
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 26 (100.0%) | 426 (100.0%) | 16.3 |
| amc | 21 (80.8%) | 394 (92.5%) | 18.7 |
| zwoop | 5 (19.2%) | 32 (7.5%) | 6.4 |
TS-664
8 lines of code changed in 4 files:
Added license blurbs and RAT exclude
23 lines of code changed in 1 file:
Fix for TsConfig conversion to PRIu64
2 lines of code changed in 1 file:
TS-594 Migrate from our own int64 (et.al) to int64_t / stdint types.
Tested: gcc 4.1.2, gcc 4.3.2, gcc 4.4, gcc 4.5.1, Intel CC 11.x, Clang (trunk)
Platforms: Fedora Core 14 (64-bit), FC8, FreeBSD8, Ubuntu 8.10
Ubuntu 10.10 (64-bit).
2 lines of code changed in 2 files:
Some final tweaks to resolve TS-402.
TsConfig now has better automake integration. The lexical and grammar files
are built using implicit rules so all of the dependecies are handled correctly.
Additional code changes eliminated the need for a lexical header file and
the circular dependency betwee the lexical and grammar files.
WCCP was updated to support the REMOVAL_QUERY message. It was also updated to
check the assignment information reported by routers and resend the cache
assignment if the router's view is not consistent with the cache view. This
seems to resolve a timing issue with restarting Traffic Server.
26 lines of code changed in 4 files:
TS-569 - cleaning up the Lex/Yacc issues.
318 lines of code changed in 10 files:
Removed include file, and add targets for make clean to work
6 lines of code changed in 1 file:
Change dependency order so that yacc runs before lex
1 lines of code changed in 1 file:
TS-569: move TsConfig, fixed makefiles.
40 lines of code changed in 2 files: