]> git.ipfire.org Git - thirdparty/squid.git/commit - CREDITS
Compat: shuffle replacement OS function fiels into libcompat
authorAmos Jeffries <amosjeffries@squid-cache.org>
Mon, 22 Mar 2010 13:05:28 +0000 (07:05 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Mon, 22 Mar 2010 13:05:28 +0000 (07:05 -0600)
commit27bc2077cdd539eabfb20ed051980dba4e75b51b
tree868997f91bd5dfb02cdc87fc97008db88ad9d2d8
parent3799d265226227a7500e208b7b016a004f30e540
Compat: shuffle replacement OS function fiels into libcompat

* strerror() is omitted due to an emulator, and multiple
  replacement functions being defined with rather complicated
  interactions.

* the .c parts must also remain in lib/ for now to simplify
  autoconf logics.
45 files changed:
CREDITS
compat/Makefile.am
compat/compat_shared.h
compat/drand48.h [new file with mode: 0644]
compat/eui64_aton.h [moved from include/eui64_aton.h with 91% similarity]
compat/getaddrinfo.h [moved from include/getaddrinfo.h with 95% similarity]
compat/getnameinfo.h [moved from include/getnameinfo.h with 78% similarity]
compat/inet_ntop.h [moved from include/inet_ntop.h with 85% similarity]
compat/inet_pton.h [moved from include/inet_pton.h with 89% similarity]
compat/initgroups.h [moved from include/initgroups.h with 54% similarity]
compat/os/mswin.h
compat/os/netbsd.h
compat/strsep.h [moved from include/strsep.h with 58% similarity]
compat/strtoll.h [new file with mode: 0644]
compat/tempnam.h [moved from include/tempnam.h with 86% similarity]
helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.cc
include/strtoll.h [deleted file]
include/util.h
lib/getaddrinfo.c
lib/getfullhostname.c
lib/getnameinfo.c
lib/initgroups.c
lib/rfc3596.c
lib/strerror.c
lib/strsep.c
lib/strtoll.c
lib/tempnam.c
src/HttpHeaderTools.cc
src/Parsing.cc
src/SwapDir.cc
src/acl/Ip.cc
src/client_side_request.cc
src/dnsserver.cc
src/eui/Eui64.cc
src/event.cc
src/ftp.cc
src/ip/IpAddress.cc
src/ip/IpAddress.h
src/ip/testIpAddress.cc
src/snmp_core.cc
src/squid.h
src/tools.cc
src/wccp2.cc
test-suite/pconn-banger.c
tools/cachemgr.cc