Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-07-24 | # Bumped up the version number because of a maintenance release (to fix | Robert James Kaes | 1 | -2/+2 | |
a problem with the scanner.c file. | |||||
2003-07-14 | # Bumped up version number. | Robert James Kaes | 1 | -2/+2 | |
2003-06-26 | # Bumped up the version number and made sure to only add the debugging | Robert James Kaes | 1 | -3/+6 | |
flags to flex if it really is flex. | |||||
2003-06-26 | # Added debugging flags for the flex scanner. | Robert James Kaes | 1 | -1/+3 | |
2003-06-25 | # Bumped up the version number. | Robert James Kaes | 1 | -2/+2 | |
2003-06-23 | # Bumped up the version number. | Robert James Kaes | 1 | -2/+2 | |
2003-06-02 | Remove the -O2 optimization if debugging is enabled. Also, remove the | Robert James Kaes | 1 | -5/+9 | |
-g option if the code does _not_ have debugging enabled. | |||||
2003-05-30 | # Bumped up the version number | Robert James Kaes | 1 | -2/+2 | |
2003-04-16 | # Updated version number | Robert James Kaes | 1 | -2/+2 | |
2003-04-01 | Removed duplicate header tests. | Robert James Kaes | 1 | -6/+4 | |
2003-04-01 | Reorganized some of the code, and remove some function tests for which | Robert James Kaes | 1 | -19/+13 | |
results were never used. | |||||
2003-03-10 | # Bumped up the version number and added AC_PROG_LIBTOOL to the list | Robert James Kaes | 1 | -2/+3 | |
of programs searched for by configure. This is needed since libtool is now a separate program from automake. | |||||
2003-01-27 | Moved the AH_TEMPLATE() macro for the GNU regex library to out from | Robert James Kaes | 1 | -5/+4 | |
inside an if...fi test. Thanks to James E. Flemer for supplying a patch. Bumped up the version number. | |||||
2003-01-22 | # Bumped up version number to 1.5.2 | Robert James Kaes | 1 | -2/+2 | |
2002-11-26 | # Bumped up the version number | Robert James Kaes | 1 | -2/+2 | |
2002-11-13 | # Updated the version number to 1.5.2rc1 | Robert James Kaes | 1 | -2/+2 | |
2002-11-03 | Removed all the code supporting the TCP tunnelling feature of | Robert James Kaes | 1 | -11/+1 | |
tinyproxy. There is really no need for this code, since there are perfectly good programs out there (like rinetd) which are designed for TCP tunnelling. tinyproxy should be a good HTTP proxy, nothing more, and nothing less; therefore, the tunnelling code is gone. | |||||
2002-08-09 | # Updated the version number to be 1.5.1 | Robert James Kaes | 1 | -2/+2 | |
2002-07-11 | # Bumped up the version number (rc4) | Robert James Kaes | 1 | -2/+2 | |
2002-07-05 | Removed the -D_REENTRANT C flag since tinyproxy is no longer a ↵ | Robert James Kaes | 1 | -4/+1 | |
multi-threaded program. | |||||
2002-06-27 | Updated the version number. | Robert James Kaes | 1 | -2/+2 | |
2002-06-18 | Updated the version number. | Robert James Kaes | 1 | -2/+2 | |
2002-06-07 | Increased the version number. | Robert James Kaes | 1 | -2/+2 | |
2002-06-06 | Added the "--enable-transparent-proxy" flag and moved the AH_TEMPLATE() ↵ | Robert James Kaes | 1 | -15/+20 | |
macros to _outside_ the "if" tests. | |||||
2002-06-05 | Bumped up the version number. | Robert James Kaes | 1 | -2/+2 | |
2002-05-31 | Updated the version number. | Robert James Kaes | 1 | -2/+2 | |
2002-05-29 | Updated the version number. | Robert James Kaes | 1 | -2/+2 | |
2002-05-29 | Bumped up the version number. | Robert James Kaes | 1 | -2/+2 | |
2002-05-27 | Updated the version number (pre 1) | Robert James Kaes | 1 | -2/+2 | |
2002-05-26 | Removed the pthread related tests and added a test for the sys/mman.h | Robert James Kaes | 1 | -15/+5 | |
header (needed for shared memory.) | |||||
2002-05-23 | Moved the AC_SUBST macros all together at the end of the file. | Robert James Kaes | 1 | -4/+4 | |
2002-05-09 | Changed the version number to 1.5.0 | Robert James Kaes | 1 | -2/+2 | |
2002-05-08 | bumped up version number | Robert James Kaes | 1 | -2/+2 | |
2002-05-08 | --with-config now supports absolute paths as per James Flemer's request. | Robert James Kaes | 1 | -13/+23 | |
2002-05-02 | Fixed up the usage of the CFLAGS | Robert James Kaes | 1 | -8/+6 | |
2002-05-02 | Bumped up the version number. | Robert James Kaes | 1 | -2/+2 | |
2002-05-02 | Improved the code to install all the files into their properly locations. | Robert James Kaes | 1 | -9/+14 | |
2002-05-02 | Added code to figure out and install the configuration file. | Robert James Kaes | 1 | -18/+17 | |
2002-04-29 | Bumped up the version number. | Robert James Kaes | 1 | -2/+2 | |
2002-04-26 | Bumped up the version number. | Robert James Kaes | 1 | -2/+2 | |
2002-04-25 | Fixed up the test for the c_r library. Also, added the -D_REENTRANT | Robert James Kaes | 1 | -19/+9 | |
define _always_. | |||||
2002-04-18 | Bumped the version number to 1.5.0rc4 | Robert James Kaes | 1 | -2/+2 | |
2002-04-18 | Bumped up the version number to 1.5.0rc3 | Robert James Kaes | 1 | -2/+2 | |
2002-04-17 | Added a test for pthread_cancel() since it's not available on all | Robert James Kaes | 1 | -5/+5 | |
platforms. | |||||
2002-04-16 | Bumped up version number | Robert James Kaes | 1 | -2/+2 | |
2002-04-13 | Bumped up version number. | Robert James Kaes | 1 | -2/+2 | |
2002-04-11 | Bumped up the pre-version number. | Robert James Kaes | 1 | -2/+2 | |
2002-04-11 | Replaced calls to AC_LIBOBJ to an ADDITIONAL_OBJECTS variable (since it's | Robert James Kaes | 1 | -7/+17 | |
not being used with src/Makefile.am). Also, rewrote the REGEX test to better confirm to the autoconf standard. | |||||
2002-04-10 | Bumped up the pre-version release number and removed the AC_FUNC_MEMCMP | Robert James Kaes | 1 | -3/+2 | |
macro. | |||||
2002-04-10 | Removed the test for lstat() since it wants to add a lstat.o dependancy. | Robert James Kaes | 1 | -2/+1 | |
I really need to got through the configure.ac file and figure out what _really_ needs to be tested for. |