Changeset 1592
- Timestamp:
- 06/21/08 00:03:07 (3 months ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/contrib/Makefile.am (modified) (1 diff)
- cherokee/trunk/contrib/tracelor.py (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r1591 r1592 1 1 2008-06-20 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 3 * contrib/tracelor.py, contrib/Makefile.am (EXTRA_DIST): Added a 4 new script that colorizes the thread number when Cherokee-tracing 5 is using the "thread" argument. Even it is not rocket science, it 6 is definitely handy for tracing big tracing logs. 2 7 3 8 * cherokee/common-internal.h (CHEROKEE_THREAD_SELF): New macro. cherokee/trunk/contrib/Makefile.am
r1468 r1592 10 10 bin2buffer.py \ 11 11 05to06.py \ 12 06to07.py 12 06to07.py \ 13 tracelor.py