summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Do better checking of pollset operations in various places to avoid segfaults.Ruediger Pluem2009-08-162-6/+33
* * Correctly create an empty cell if the description for a file is missing.Ruediger Pluem2009-08-121-3/+3
* Oops my bad: Stop copying and pasting code.Jean-Frederic Clere2009-08-041-29/+2
* Fix warnings.Jean-Frederic Clere2009-08-031-2/+7
* Add the file logic for the handler.Jean-Frederic Clere2009-07-301-1/+185
* removed another obsolete cast. Mentioned by Peter Sylvester.Guenter Knauf2009-07-291-1/+1
* mark some private module data as "static", resolvingJeff Trawick2009-07-292-2/+2
* fix type mismatch in argument to attach() methodJeff Trawick2009-07-291-1/+1
* Align logic and message :)Jim Jagielski2009-07-281-1/+1
* Put the hm_slot_server_t in a common include.Jean-Frederic Clere2009-07-282-21/+2
* removed obsolete cast. Mentioned by Peter Sylvester.Guenter Knauf2009-07-271-1/+1
* In the case where we have no members, they aren't in errorJim Jagielski2009-07-201-3/+9
* Update r795445 patch in the light of rpluem's comments on-listNick Kew2009-07-191-8/+5
* mod_dir: Change DefaultHandler to DefaultMapping, and document itNick Kew2009-07-191-1/+1
* Typo fixNick Kew2009-07-191-1/+1
* Fix mod_include potential segfault checking backref from unmatched regexpNick Kew2009-07-191-13/+18
* skip another lua source file with NetWare build.Guenter Knauf2009-07-131-1/+1
* and another NetWare build fix for mod_lua.Guenter Knauf2009-07-131-1/+1
* final NetWare mod_lua build fixes.Guenter Knauf2009-07-131-4/+5
* added mod_lua to the NetWare build.Guenter Knauf2009-07-131-0/+8
* added NetWare makefile for mod_lua.Guenter Knauf2009-07-131-0/+272
* Add the missing include of apu_version.h and thus fix a build failure.Takashi Sato2009-07-091-0/+3
* * Return APR_EOF if request body is shorter than the length announced by theRuediger Pluem2009-07-091-0/+5
* * Silence compiler warnings about unused variables.Ruediger Pluem2009-07-092-10/+2
* finally fixed NetWare export list (thanks help from rjung).Guenter Knauf2009-07-083-6/+2
* fixed types, fixed NetWare build.Guenter Knauf2009-07-072-2/+4
* fixed import list.Guenter Knauf2009-07-071-0/+4
* removed font clutter as suggested by niq.Guenter Knauf2009-07-071-8/+4
* added compile-time apr / apr-util versions as wrowe suggested.Guenter Knauf2009-07-061-2/+10
* Add use slotmem. Directive HeartbeatMaxServers > 10 to activate the logic.Jean-Frederic Clere2009-07-062-6/+213
* Use uninterruptable write; noted borrowing this code for lowportd (mod_ftp)William A. Rowe Jr2009-07-061-1/+1
* fixed NetWare build includes.Guenter Knauf2009-07-062-0/+2
* added makefile for mod_nolorisGuenter Knauf2009-07-061-0/+258
* fixed var name, fixed memset parameter,Guenter Knauf2009-07-062-3/+6
* Arrange the slotmem chain logic in attach() too.Jean-Frederic Clere2009-07-061-8/+13
* Arrange the slotmem chain logic.Jean-Frederic Clere2009-07-061-6/+11
* Correctly set suexec_enabled when httpd is run by non-rootNick Kew2009-07-061-1/+2
* added apr / apr-util version output (part two).Guenter Knauf2009-07-051-0/+1
* added apr / apr-util version output.Guenter Knauf2009-07-051-0/+10
* mod_noloris: switch to fixed-sized shm ip storage, correct size, avoid strstrNick Kew2009-07-051-12/+16
* Security fix for CVE-2009-1890:Joe Orton2009-07-021-5/+16
* mod_noloris just moved from discussion to attracting its first patchNick Kew2009-07-011-0/+245
* Don't set worker->s if already set (for balancer using slotmem for examples).Jean-Frederic Clere2009-06-261-28/+30
* Fix hung SSL handshake if a particularly long CA list is configured:Joe Orton2009-06-261-11/+12
* added mod_remoteip to NetWare build.Guenter Knauf2009-06-242-0/+251
* * modules/ssl/ssl_engine_io.c (bio_filter_out_ctrl): SwitchJoe Orton2009-06-231-2/+6
* * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_dn_rec): MapJoe Orton2009-06-231-4/+2
* * module/ssl/ssl_engine_io.c: Comment bio_filter_out_ctx_t.Joe Orton2009-06-231-4/+4
* mod_proxy_http: fix case sensitivity checking transfer encodingNick Kew2009-06-171-1/+1
* mod_alias: Ensure Redirect issues a valid URLNick Kew2009-06-171-4/+24