
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 25 (100.0%) | 565 (100.0%) | 22.6 |
| georgep | 4 (16.0%) | 506 (89.6%) | 126.5 |
| mturk | 7 (28.0%) | 46 (8.1%) | 6.5 |
| zwoop | 12 (48.0%) | 11 (1.9%) | 0.9 |
| jplevyak | 1 (4.0%) | 1 (0.2%) | 1.0 |
| igalic | 1 (4.0%) | 1 (0.2%) | 1.0 |
Remove check for sin() in libm from configure.ac
sin(), like all its math.h functions is on all systems known to men in libm
and will remain there until the end of POSIX.
1 lines of code changed in 1 file:
TS-649 Dynamic libraries for mgmt
This makes libts -> libtsutil, and we now support
making .so's for libtsutil.so and libtsmgmt.so. All
binaries are changed to use this, except traffic_server
which continues to use the libtsutil.a library (for
performance on e.g. 32-bit platforms).
This also renames the public API include file to be
#include <ts/mgmtapi.h>
2 lines of code changed in 2 files:
TS-513 Fix configure issues for sqlite3.
This fix eliminates all of SimpleDBM, sqlite3 and bdb dependencies.
It also fixes the "make distclean" problem.
1 lines of code changed in 1 file:
TS-605 Eliminate proxy.config.net.max_poll_delay configs
0 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).
1 lines of code changed in 1 file:
TS-18 Fixes for gcc-4.5.1 to compile.
Author: Zhao Yongming
Review: Leif
1 lines of code changed in 1 file:
TS-572 Rename librecords to lib/records.
2 lines of code changed in 1 file:
TS-571 Rename inktomi++.h to libts.h
2 lines of code changed in 2 files:
TS-571 Rename libinktomi++ to lib/ts.
1 lines of code changed in 1 file:
TS-496 Better handling of when to do accept threads.
This avoids starting more than one accept thread for things like
the "backdoor".
1 lines of code changed in 1 file:
TS-389: Cleanup after "layout changes".
Tested: Fc13
Author: Zhao Yongming
Review: leif
0 lines of code changed in 1 file:
Remove redundant include paths from makefiles
5 lines of code changed in 1 file:
TS-345 Use layout engine for resolving paths
13 lines of code changed in 2 files:
TS-358: all integer types inkXXX changed to intXXX, removed ink_XXX #defines, removed other cruft
1 lines of code changed in 1 file:
Rename local_state_dir to runtime_dir which mimicks the layout and bring back SYSUSER defines where needed
2 lines of code changed in 1 file:
Fix TS-344 by removing all trailing spaces from the source files
22 lines of code changed in 1 file:
Add missing NL at end of file to make SVN happy
1 lines of code changed in 1 file:
Don't fail on chown. This allows one to run 'make install' without superuser privileges
3 lines of code changed in 1 file:
TS-332,TS-292: This patch adds an example application template for building with the standalone iocore and the publick I_xxx.h interfaces. This is built only when configured with '--enable-standalone-iocore'. This WIP example only serves as reference and template and not a real working application.
Tested: ubuntu904,FreeBSD(7.2),OpenSolaris(osol0906),OSX(10.5)
506 lines of code changed in 4 files: