diff options
author | Stefan Fritsch <sf@apache.org> | 2011-08-13 11:06:35 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2011-08-13 11:06:35 +0200 |
commit | 84a104bb220cfa71edd29a705958dc64f37f316e (patch) | |
tree | 08468a1f05dec3b1662d6ce8b199001fc61b93e4 /libhttpd.dsp | |
parent | Accept LDAP_OPT_CONNECT_TIMEOUT as an alternative to LDAP_OPT_NETWORK_TIMEOUT. (diff) | |
download | apache2-84a104bb220cfa71edd29a705958dc64f37f316e.tar.xz apache2-84a104bb220cfa71edd29a705958dc64f37f316e.zip |
Add ap_varbuf API for resizable buffers.
Increase length limit of lines in the configuration file to 16MB.
Increase length limit of lines in the group file to 16MB.
PR: 45888, 50824, 43084
Windows and Netware build changes are untested.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1157354 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libhttpd.dsp')
-rw-r--r-- | libhttpd.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libhttpd.dsp b/libhttpd.dsp index 6e656d084d..d7ff1a2687 100644 --- a/libhttpd.dsp +++ b/libhttpd.dsp @@ -607,6 +607,10 @@ SOURCE=.\server\util_time.c # End Source File # Begin Source File +SOURCE=.\include\util_varbuf.h +# End Source File +# Begin Source File + SOURCE=.\os\win32\util_win32.c # End Source File # Begin Source File |