Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-14 | Remove packaging related items | Mukund Sivaraman | 1 | -3/+0 | |
2009-11-14 | Make asciidoc a requirement for building Tinyproxy | Mukund Sivaraman | 1 | -0/+3 | |
asciidoc is necessary as the version number is added during configure into the asciidoc manpage sources. So simply bundling a pre-generated manpage won't do. | |||||
2009-11-14 | Enable silent rules by default | Mukund Sivaraman | 1 | -1/+1 | |
2009-11-10 | configure: AC_SUBST TINYPROXY_STATHOST, not only define it for config.h | Michael Adam | 1 | -2/+6 | |
Michael | |||||
2009-11-09 | Bump micro version | Mukund Sivaraman | 1 | -1/+1 | |
2009-09-27 | build: Reverse maintainer mode test | Mukund Sivaraman | 1 | -1/+1 | |
This is so that if this variable name changes in the future, Tinyproxy would still build without aborting on -Werror. | |||||
2009-09-27 | build: Add -Werror to CFLAGS during maintainer mode builds | Mukund Sivaraman | 1 | -1/+5 | |
2009-09-22 | build: import the AM_SILENT_RULES if available, but default to verbose. | Michael Adam | 1 | -0/+2 | |
Automake 1.11 (and I think 1.10b already) offers the AM_SILENT_RULES macro. This adds switches --quiet, --enable-silent-rules and --disable-silent-rules to configure. --quiet makes the configure run itself quite. --enable-silent-rules makes the compile process less verbose: for a file that is compiled without errors or warnings, a simple "CC main.o" is printed (e.g.). Compiler warnings and errors are printed of course. This makes it much easier (IMHO) to spot build problems. --disable-silent-rules turns the silent rules off I have set it up such that the default for tinyproxy is to build in verbose mode (i.e. with silent rules disabled). This prints the whole compile call command line for each source file compiled, precisely as before. You can also control verbose/non-verbose mode at "make" time, i.e. after configure has run, by calling "make V=0 ..." or "make V=1 ..." for running in silent and verbose mode, respectively. If the version automake used to create configure is too old, the result is unaltered, compared to the result before this change. Wow - this is a long commit message for a 1-liner. But since I discussed this with Mukund earlier, and he did not seem to be too fond if this, I felt the need to justify this change... :-) Michael | |||||
2009-09-21 | build: Add -ansi and --std=c89 to CFLAGS | Mukund Sivaraman | 1 | -1/+1 | |
2009-09-20 | configure: fix a typo in the tinyproxy version definition. | Michael Adam | 1 | -1/+1 | |
Michael | |||||
2009-09-20 | build: Remove obsolete/unused macros | Mukund Sivaraman | 1 | -8/+0 | |
2009-09-20 | Remove unnecessary vfork.h include | Mukund Sivaraman | 1 | -1/+0 | |
2009-09-20 | build: Remove use of the obsolete AC_TYPE_SIGNAL macro | Mukund Sivaraman | 1 | -1/+0 | |
C89 compilers use void return type for signal handler functions. | |||||
2009-09-20 | Remove inline keyword from static functions | Mukund Sivaraman | 1 | -1/+0 | |
The compiler inlines static functions as necessary anyway. No more inline keywords exist in Tinyproxy source code. We want to avoid using this keyword anyway. | |||||
2009-09-20 | build: Remove obsolete/unused macros | Mukund Sivaraman | 1 | -9/+1 | |
2009-09-20 | build: Rename autoconf variable | Mukund Sivaraman | 1 | -7/+4 | |
2009-09-20 | Better handle the debugging flags | Mukund Sivaraman | 1 | -9/+6 | |
2009-09-20 | build: Remove profiling related CFLAGS | Mukund Sivaraman | 1 | -19/+0 | |
These can be specified manually by a developer when necessary. Such flags do not belong in a generic distribution. | |||||
2009-09-20 | build: Update CFLAGS and also check if they are supported | Mukund Sivaraman | 1 | -4/+11 | |
Also, enable all warnings by default, whether it is a debug build or not. | |||||
2009-09-20 | Remove unnecessary CFLAGS initialization | Mukund Sivaraman | 1 | -8/+0 | |
2009-09-20 | Remove unnecessary prefix test | Mukund Sivaraman | 1 | -3/+0 | |
2009-09-20 | Remove the target system information when the version is displayed | Mukund Sivaraman | 1 | -4/+0 | |
If we require information about the runtime environment, it can be found using the uname program. And binutils can tell about what the tinyproxy binary contains. Tinyproxy doesn't have to report this information. | |||||
2009-09-20 | Remove ability to change the name of the default configuration file | Mukund Sivaraman | 1 | -28/+0 | |
This feature will only confuse us during support, if users come to us with a Tinyproxy build which has a differently named default config file. This feature is not that useful anyway. | |||||
2009-09-20 | Remove obsolete SOCKS related entries from configure.ac | Mukund Sivaraman | 1 | -18/+0 | |
These were probably never supported, and we shouldn't claim that we support SOCKS when we don't. | |||||
2009-09-20 | Remove unused statements from configure.ac | Mukund Sivaraman | 1 | -3/+0 | |
2009-09-20 | build: Generate more version related variables | Mukund Sivaraman | 1 | -1/+48 | |
2009-09-19 | docs: Add placeholder for tinyproxy.conf manpage | Mukund Sivaraman | 1 | -0/+2 | |
2009-09-16 | tests: add Makefile.am to tests/ and tests/scripts dir (for packaging) | Michael Adam | 1 | -0/+2 | |
Michael | |||||
2009-09-14 | Rename doc directory to docs | Mukund Sivaraman | 1 | -3/+3 | |
2009-09-14 | doc: Update manpage to set missing fields | Mukund Sivaraman | 1 | -0/+1 | |
2009-09-13 | Remove acinclude.m4 and configure macro dir | Mukund Sivaraman | 1 | -0/+1 | |
2009-09-13 | m4macros: EXTRA_DIST m4 macros from its own directory | Mukund Sivaraman | 1 | -0/+1 | |
2009-09-13 | doc: Move doc/tinyproxy.conf to etc/ directory | Mukund Sivaraman | 1 | -0/+1 | |
2009-09-13 | doc: Move templates to data/templates/ directory | Mukund Sivaraman | 1 | -0/+2 | |
2009-09-13 | doc: Use asciidoc for manpage | Mukund Sivaraman | 1 | -0/+5 | |
2009-08-07 | Update bug tracker URL | Mukund Sivaraman | 1 | -1/+1 | |
2009-08-04 | configure: Add more warnings to CFLAGS in debug mode | Michael Adam | 1 | -0/+1 | |
Michael | |||||
2009-05-29 | autogen.sh: fix errors with new autotools. | Michael Adam | 1 | -3/+1 | |
The following errors occurred when running ./autogen.sh : $ ./autogen.sh + aclocal configure.ac:18: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS ../../lib/autoconf/specific.m4:386: AC_USE_SYSTEM_EXTENSIONS is expanded from... ../../lib/autoconf/specific.m4:332: AC_GNU_SOURCE is expanded from... configure.ac:18: the top level configure.ac:18: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS configure.ac:19: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS ../../lib/autoconf/specific.m4:459: AC_MINIX is expanded from... configure.ac:19: the top level configure.ac:19: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS and so on for autoheader and friends. According to the autotools docs, the proper way to handle this is to just call AC_USE_SYSTEM_EXTENSIONS. Michael | |||||
2008-10-16 | Update Tinyproxy website URLs | Mukund Sivaraman | 1 | -1/+1 | |
2008-08-24 | Tweak configure.ac a bit | Mukund Sivaraman | 1 | -18/+4 | |
2008-08-24 | Update the bugmail field | Mukund Sivaraman | 1 | -1/+1 | |
2008-07-30 | Add whitespace | Mukund Sivaraman | 1 | -1/+1 | |
2008-07-30 | Update the bug-report field | Mukund Sivaraman | 1 | -1/+1 | |
2008-07-14 | Add missing comma | Mukund Sivaraman | 1 | -1/+1 | |
2008-07-14 | Change bug report address to email address in AC_INIT | Mukund Sivaraman | 1 | -1/+1 | |
2008-07-14 | Remove unused autoconf macro calls | Mukund Sivaraman | 1 | -3/+0 | |
2008-06-19 | Remove Id tag from configure.ac | Mukund Sivaraman | 1 | -3/+1 | |
2008-06-17 | Include values.h to use LONG_MAX and LONG_MIN | Mukund Sivaraman | 1 | -1/+2 | |
2008-06-09 | Moved transparent proxy code into its own file | Robert James Kaes | 1 | -0/+1 | |
Extracted the transparent proxy logic from reqs.c and placed it into a separate file. Signed-off-by: Robert James Kaes <rjk@wormbytes.ca> | |||||
2008-05-24 | configure.ac changes | Mukund Sivaraman | 1 | -4/+4 | |