Mukund Sivaraman
a46a02dbf7
Tweak configure.ac a bit
2008-08-24 12:26:11 +05:30
Mukund Sivaraman
7518fbb956
Update the bugmail address
2008-08-24 12:15:26 +05:30
Mukund Sivaraman
08b4e06247
Fix leak of args
2008-08-24 12:09:17 +05:30
Mukund Sivaraman
fc815b12c1
Move buffer to the heap due to its size
2008-08-24 12:07:24 +05:30
Mukund Sivaraman
b6bd791e24
Set umask before mkstemp() for some versions of glibc
2008-08-24 12:02:54 +05:30
Mukund Sivaraman
ee70057f76
Fix leak of entry_buffer
2008-08-24 11:59:24 +05:30
Mukund Sivaraman
a7f379fafc
pos can never be less than 0 as it's of type size_t
...
Also fix the type which is passed in from various places.
2008-08-24 11:55:22 +05:30
Mukund Sivaraman
1e44781c4d
Remove unused autoconf macro calls
2008-07-30 19:35:48 +05:30
Mukund Sivaraman
bb5bbb6431
Fix the bug-report field
2008-07-30 18:53:17 +05:30
Jeremy Hinegardner
fbb43fb72b
fix building of Makefiles in packaging subtree
...
When ./configure is run, the Makfiles in the packaging subtree's
Makefiles are not created. As a result, the 'make dist' command will
fail when it attempts to recurse through ./packaging.
Signed-off-by: Jeremy Hinegardner <jeremy@hinegardner.org>
2008-06-24 12:33:17 +05:30
Mukund Sivaraman
20ac984707
Add new Fedora packaging files
...
These spec files were made by Jeremy Hinegardner <jeremy@hinegardner.org>
and backported from master to the 1.6 branch by me.
X-Banu-Bugzilla-Ids: 11
2008-06-19 22:09:22 +05:30
Mukund Sivaraman
4a993787ca
Remove obsolete packaging files
2008-06-19 22:09:22 +05:30
Mukund Sivaraman
100cc20291
Remove releases.txt from EXTRA_DIST
2008-06-19 22:09:22 +05:30
Mukund Sivaraman
e9c5ecedba
Bump version to 1.6.4
2008-06-19 22:09:21 +05:30
Mukund Sivaraman
f4af613d48
Don't use config directory for aclocal
2008-06-19 22:09:21 +05:30
Mukund Sivaraman
742248b600
Remove Id tag from configure.ac
2008-06-19 22:09:21 +05:30
Mukund Sivaraman
7f189fb730
Ignore ylwrap
2008-06-19 22:09:21 +05:30
Mukund Sivaraman
02054cef92
Add src/.gitignore
2008-06-19 22:09:21 +05:30
Mukund Sivaraman
8784e32e25
Add top-level .gitignore
2008-06-19 22:09:20 +05:30
Mukund Sivaraman
61f8ab527c
Fix format strings for size_t
2008-06-19 22:09:20 +05:30
Mukund Sivaraman
92f5bdce14
Use socklen_t for sizeof sockaddr_in
2008-05-31 19:11:25 +05:30
Mukund Sivaraman
0a16445b69
Don't override YFLAGS and LDFLAGS
2008-05-31 19:08:56 +05:30
Mukund Sivaraman
1df038294b
Removed the clean target from the src directory
2008-05-11 16:11:59 +05:30
Mukund Sivaraman
893aaabe9c
Added autogen.sh
2008-05-11 16:09:17 +05:30
Mukund Sivaraman
c82f07a021
Added required file NEWS
2008-05-11 16:09:05 +05:30
Mukund Sivaraman
9f37380de5
Added required file ltmain.sh
2008-05-11 16:08:59 +05:30
Robert James Kaes
1768fc0755
# Updated changelog to reflect that 1.6.3 is released today.
2004-08-10 20:03:16 +00:00
Robert James Kaes
bebc78a7e6
# Updated changelog
2004-08-10 15:34:48 +00:00
Robert James Kaes
4a8c4d55f0
Close the standard file descriptors (stdin, stdout, and stderr) when
...
compiling in production mode (no debugging information.)
2004-08-10 03:38:13 +00:00
Robert James Kaes
c6711d7d38
# Real update. The last changelog update also included updates from HEAD
2004-08-09 20:43:02 +00:00
Robert James Kaes
c120c62fd9
# Updated changelog
2004-08-09 18:52:23 +00:00
Robert James Kaes
05ed84f04c
# Updated version number
2004-08-09 18:48:48 +00:00
Robert James Kaes
385fae593d
[Fixes Bug 996518]
...
Merged in a patch from Hans-Dieter that fixes a problem with upstream
proxy support.
2004-08-06 16:56:55 +00:00
Robert James Kaes
cde61e2fac
child_configure(): Change the "val" type to a signed integer.
2004-06-14 20:49:57 +00:00
Robert James Kaes
cc3a893f5a
Changed the fields in the child_config_s structure to use regular
...
signed integers since the servers_waiting variable is signed and
therefore, all the tests must use signed arithmetic.
2004-06-14 20:08:12 +00:00
Robert James Kaes
cd9c768c59
(upstream_add): Fixed a spelling mistake with "Nonsence"
2003-11-19 19:20:18 +00:00
Robert James Kaes
acb5026545
# Updated ChangeLog
2003-10-17 15:43:33 +00:00
Robert James Kaes
53ad8ef067
# Bumped up the version number
2003-10-17 15:39:23 +00:00
Robert James Kaes
d475d44cc0
Removed a redundant "mkdir" command, since the $(mkinstalldirs)
...
command handles it correctly.
2003-10-17 15:38:28 +00:00
Robert James Kaes
b1d126c4bb
(filter_init): Fixed up the comment handling code. Closes bug 822226
...
[https://sourceforge.net/tracker/index.php?func=detail&aid=822226&group_id=2632&atid=102632 ]
2003-10-16 21:19:09 +00:00
Robert James Kaes
b8d7ee66a5
Added a missing $(DESTDIR) to the tinyproxy-html-files rule. Thanks
...
to Ed Boraas for pointing this out.
2003-08-14 15:13:24 +00:00
Robert James Kaes
4f48cb16c7
# Bumped up the version number
2003-08-06 20:52:08 +00:00
Robert James Kaes
074af84f63
# Updated changelog
2003-08-06 20:51:45 +00:00
Robert James Kaes
e04dd2ee69
# Misspelled the __cplusplus define.
2003-08-06 20:46:04 +00:00
Robert James Kaes
c315bce11b
(debugging_realloc): Remove the assert on the ptr being NULL since a
...
NULL pointer is allowed by the realloc() spec.
2003-08-06 20:44:09 +00:00
Robert James Kaes
6a11a9c909
(child_main): Fixed an off-by-one error with the maxrequestsperchild
...
variable. [Fix proposed by Yannick Koehler]
2003-08-06 20:23:06 +00:00
cvs2svn
4beea1ac67
This commit was manufactured by cvs2svn to create branch
...
'release_1_6_patches'.
2003-07-14 17:45:12 +00:00
Robert James Kaes
7115a37f23
# Updated ChangeLog
2003-07-14 17:45:11 +00:00
Robert James Kaes
a748265b50
# Bumped up version number.
2003-07-14 17:43:26 +00:00
Robert James Kaes
7c96935552
(indicate_http_error): Added calls to va_end() before leaving the
...
function.
2003-07-14 17:42:43 +00:00