lp://staging/~yadi/squid/build-cleanup
- Get this branch:
- bzr branch lp://staging/~yadi/squid/build-cleanup
Branch merges
Branch information
Recent revisions
- 13064. By Amos Jeffries
-
Separate MD5 library detection from OpenSSL
Use a different automake macro $(MD5LIB) to represent the library
providing MD5 functionality. It is not always OpenSSL -lssl.TODO:
- make MD5 check obey --without-openssl. Currently always checks -lssl
- add support for other libraries providing MD5
- update SquidMD5 wrapper definition to operate cleanly with alternate
library APIs. - 13061. By Amos Jeffries
-
Make AM_CONDITIONAL all confirm to coding guidelines
The policy is that automake conditionals all have prefix ENABLE_
many conditionals from before that policy was decided had other naming.Several old and unused conditionals are simply dropped.
Also, shuffle/polish some related conditional Makefile.am contents.
- 13059. By Amos Jeffries
-
Source Maintenance: enforce #include statement block ordering
This uses the include ordering sort script to enforce blocks of include
statements being in alphasymbolic order with squid.h at teh top if it is
present. - 13058. By Amos Jeffries
-
Convert WhoisStateData to CBDATA_CLASS
Removes one more set of cbdataAlloc/
cbdataFree.
Also, updates its HttpRequest reference to a Pointer
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~squid/squid/trunk