8
I Use This!
High Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 15 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
TS-2: Improve check for execinfo.h, it can sometimes be available on osx/freebsd. More... over 14 years ago
TS-2: Use APR's network detection macros to determine which variant of gethostbyname_r is actually being used. More... over 14 years ago
TS-2: Use db.h if db_185.h is not available. More... over 14 years ago
TS-2: Work on making configure.ac usable. * configure.ac: Don't error out if we can't find that ancient db185 symbol. * configure.ac: Check for various headers. * libinktomi++/ink_platform.h: Use HAVE_ defines to detect if a header is available, rather than looking for specific operating systems. More... over 14 years ago
TS-2: Check for netdb.h before checking for the gethostbyname_r style. (fixes linux build) More... over 14 years ago
TS-2: Use correct string format for longs (cherry picked from commit 52ac4736d474583d9899780549d4ed23bde8751b) More... over 14 years ago
TS-2: Add conditional defines for parameters to madvise. (cherry picked from commit fe7a5bf94df4165386e147ff5ad8f1186a3bcbdd) More... over 14 years ago
TS-2: ifdef out linux specific bits of getting a backtrace and restoring the signal frame. (should come back to this later) (cherry picked from commit 2c31f7e41ab42c0bf9b24070ad2fda71d1006d05) More... over 14 years ago
TS-2: Fix compiler error by casting pthread_t to a long instead of an int. error: cast from '_opaque_pthread_t*' to 'unsigned int' loses precision More... over 14 years ago
TS-2: Prevent double include of db header More... over 14 years ago
Add APR Network macros More... over 14 years ago
TS-2: Only define MAX if it is not defined elsewhere More... over 14 years ago
TS-2: Fix GCC error: "/*" within comment More... over 14 years ago
Remove unneeded include, SimpleDBM.h handles this. More... over 14 years ago
TS-2: Improve check for execinfo.h, it can sometimes be available on osx/freebsd. More... over 14 years ago
TS-2: Use APR's network detection macros to determine which variant of gethostbyname_r is actually being used. More... over 14 years ago
TS-2: Use db.h if db_185.h is not available. More... over 14 years ago
TS-2: Use gettimeofday() if clock_gettime is not available. More... over 14 years ago
TS-2: Work on making configure.ac usable. * configure.ac: Don't error out if we can't find that ancient db185 symbol. * configure.ac: Check for various headers. * libinktomi++/ink_platform.h: Use HAVE_ defines to detect if a header is available, rather than looking for specific operating systems. More... over 14 years ago
TS-2: only redefine errnos if they are not set. More... over 14 years ago
TS-38 Patch from John Plevyak, fixes some warnings on Ubuntu 8.04 x86_64 with gcc 4.2.4 More... over 14 years ago
TS-40 Reinstate "caun" log field. More... over 14 years ago
TS-37 Fix help messages for debug tags More... over 14 years ago
TS-13 problem with AS_CASE not supported in autoconf 2.59 on RHEL4 using the expanded marco in its place More... over 14 years ago
TS-13 64bit support for x86_64 linux - tested on RHEL[4-5] 32-bit and FC11 32bit and 64bit with and without -m32 - patch sumbitted by John Plevyak - minor patches by Bryan Call, Leif Hedstrom, and Mladen Turk More... over 14 years ago
TS-24 More Ubuntu portability issues, this time fwrite(). More... over 14 years ago
TS-26 include .gitignore More... over 14 years ago
TS-13 problem where we hard coded -ltcl instead of using $(LIBTCL) More... over 14 years ago
TS-19 Add -pipe to gcc. More... over 14 years ago
TS-3 fix for finding TCL library More... over 14 years ago