8
I Use This!
High Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Jan 07, 2025 — Jan 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
TS-2: Use a TERRIBLE HACK, and hard code an absolute path to /usr/include/regex.h, since the libinktomi++/Regex.h is getting pulled in first on case-insensitive file systems (hello darwin!) Note: This actually should be portable. Though it is terrrible. Lets switch to PCRE soon. More... about 16 years ago
TS-2: Add KQueue polling port, based upon parts of the Solaris patch. More... about 16 years ago
TS-2: TCP_DEFER_ACCEPT is linux specific. More... about 16 years ago
TS-2: remove no rvalue new on HPUX More... about 16 years ago
TS-2: senum is defined on OSX. fix this check More... about 16 years ago
TS-2: use portable detection of regex header More... about 16 years ago
TS-2: Detect KQueue availability, and start using it in places instead of epoll More... about 16 years ago
TS-2: Improve check for execinfo.h, it can sometimes be available on osx/freebsd. More... about 16 years ago
TS-2: Use APR's network detection macros to determine which variant of gethostbyname_r is actually being used. More... about 16 years ago
TS-2: Use db.h if db_185.h is not available. More... about 16 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... about 16 years ago
TS-2: Check for netdb.h before checking for the gethostbyname_r style. (fixes linux build) More... about 16 years ago
TS-2: Use correct string format for longs (cherry picked from commit 52ac4736d474583d9899780549d4ed23bde8751b) More... about 16 years ago
TS-2: Add conditional defines for parameters to madvise. (cherry picked from commit fe7a5bf94df4165386e147ff5ad8f1186a3bcbdd) More... about 16 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... about 16 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... about 16 years ago
TS-2: Prevent double include of db header More... about 16 years ago
Add APR Network macros More... about 16 years ago
TS-2: Only define MAX if it is not defined elsewhere More... about 16 years ago
TS-2: Fix GCC error: "/*" within comment More... about 16 years ago
Remove unneeded include, SimpleDBM.h handles this. More... about 16 years ago
TS-2: Improve check for execinfo.h, it can sometimes be available on osx/freebsd. More... about 16 years ago
TS-2: Use APR's network detection macros to determine which variant of gethostbyname_r is actually being used. More... about 16 years ago
TS-2: Use db.h if db_185.h is not available. More... about 16 years ago
TS-2: Use gettimeofday() if clock_gettime is not available. More... about 16 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... about 16 years ago
TS-2: only redefine errnos if they are not set. More... about 16 years ago
TS-38 Patch from John Plevyak, fixes some warnings on Ubuntu 8.04 x86_64 with gcc 4.2.4 More... about 16 years ago
TS-40 Reinstate "caun" log field. More... about 16 years ago
TS-37 Fix help messages for debug tags More... about 16 years ago