]> granicus.if.org Git - apache/shortlog
apache
2002-05-17 Joshua SliveWe are going to need to use the file.xml.ja order,...
2002-05-17 Joshua SliveMissed this in the last commit. The content here is...
2002-05-17 Joshua SliveChange the way language-dependent xslt works. Now...
2002-05-17 Rich BowenSpelling corrections.
2002-05-17 Jeff Trawickget binbuild working again, and zap the BinaryDistribut...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_?error()
2002-05-17 Jeff Trawickignore APLOG_NOERRNO; note that it is deprecated
2002-05-17 Bill StoddardThis is a debug message
2002-05-17 Bill StoddardWin32: Shutdown the accept/listen threads a bit more...
2002-05-17 Brian PaneAdded EnableMMAP (commented out) to the standard config
2002-05-16 William A.... Prepare for Thom's real patch... this is a detabify...
2002-05-16 Cliff WoolleyTwo other quick changes needed for XHTML 1.0 validation.
2002-05-16 William A.... An absolutely unnecessary hack around MSVC emits...
2002-05-16 Cliff WoolleyFix html validation.
2002-05-16 Cliff WoolleyThe group consensus was that we're no longer supporting...
2002-05-16 Bill StoddardPass sconf into the cleanup...
2002-05-16 William A.... Fix CoInitialize/CoUninitialize missing symbols,...
2002-05-16 Jeff Trawicktweak an error message for readability
2002-05-16 Yoshiki HayashiNew Japanese translation.
2002-05-16 Justin ErenkrantzTransformations done with Xalan-J.
2002-05-16 Justin ErenkrantzAnt is horribly broken for me and can't complete an...
2002-05-16 Yoshiki HayashiFix typo.
2002-05-16 Justin ErenkrantzRemove SSLLog and SSLLogLevel directives in favor of...
2002-05-16 Aaron BannertOnly style fixes (tabs, blocks, spelling).
2002-05-16 Justin ErenkrantzChange mod_ssl from using ssl_log() to ap_log_error().
2002-05-16 Aaron BannertFeeling more confident in the worker MPM now, so I...
2002-05-16 William A.... Potential flaw --- use forward slash notation in...
2002-05-16 William A.... Cleanup the scripts used for Makefile.win
2002-05-15 William A.... Short of final troubleshooting and diagnostics, this...
2002-05-15 Justin ErenkrantzStop using SSL_ADD_SSLERR option in ssl_log() and repla...
2002-05-15 William A.... Document the fact that Cygwin's awk doesn't work...
2002-05-15 William A.... Fixes to;
2002-05-15 Jeff Trawickdon't leave the shared library path variable commented...
2002-05-15 Jeff Trawickget APR to tell us the name of the shared library path...
2002-05-15 Greg AmesOS/390 likes the -U tar option; Linux/390 doesn't
2002-05-15 William A.... Sure that something else will occur to me sooner or...
2002-05-15 William A.... Further observations from the past two weeks.
2002-05-15 Brian PaneAdded documentation for the new EnableMMAP directive
2002-05-15 William A.... Save on incremental build time. libhttpd depends...
2002-05-14 Jeff Trawickbinbuild.sh was using the ancient syntax --with-layout...
2002-05-14 Jeff Trawickfix a comment in config.layout which told the unsuspect...
2002-05-14 William A.... Fix GetServerVariable() to return the buffer consumed...
2002-05-14 William A.... Replace our Event HANDLE with an apr_thread_mutex_t...
2002-05-14 William A.... Yesterday's patch went to far, add a missing library...
2002-05-14 William A.... Fix command line devenv builds for MS VS 7.0 users...
2002-05-14 Martin KraemerUse new canonical URL for cronolog (http://www.cronolog...
2002-05-14 Justin ErenkrantzRemove APACHE_MKDIR_P_CHECK in favor of new APR_MKDIR_P...
2002-05-14 Yoshiki HayashiFix broken link.
2002-05-14 Yoshiki HayashiFix typo.
2002-05-14 Yoshiki HayashiUpdate translation.
2002-05-14 William A.... One last commit for tonight I'd postponed ... take...
2002-05-14 William A.... Now for the major refactoring. Introduce mod_isapi...
2002-05-13 William A.... Part 3 of the ISAPI overhaul. Reframe the 'server...
2002-05-13 Justin ErenkrantzInstead of using the hardcoded libtool path of srclib...
2002-05-13 Justin ErenkrantzInstead of hardcoding srclib/apr{-util} in the INCLUDES...
2002-05-13 William A.... Part two; nearly inconsequential - Made the log messa...
2002-05-13 William A.... Part one of a several-fold overhaul to isapi. This...
2002-05-13 William A.... Hmmm... gotta ask the wisdom in using aspecific types...
2002-05-13 William A.... Ummm... checked, 0.9.6d works too
2002-05-13 Jeff TrawickMake apxs look in the correct directory for envvars...
2002-05-13 William A.... Well if I got lost for a minute... make this clearer...
2002-05-13 William A.... Clean out some needless flags/libs
2002-05-13 Justin ErenkrantzFirst pass at trying to standardize httpd-2.0's usage...
2002-05-13 Justin ErenkrantzCorrect typo in last commit.
2002-05-13 Justin ErenkrantzConsidering the overall goal of making APR and APR...
2002-05-13 Justin ErenkrantzApply same patch (nee hack) to mod_ssl as was done...
2002-05-13 Justin ErenkrantzFix mod_deflate corruption when using multiple input...
2002-05-13 Justin ErenkrantzFix typo
2002-05-13 Brian PaneStart with a larger buffer size in ap_rgetline_core...
2002-05-13 Brian PaneOptimization: modified the power-of-two allocator in...
2002-05-13 Justin ErenkrantzStop trying to help apr and apr-util by installing...
2002-05-12 Rich BowenThe suexec arguments now start with --with.
2002-05-12 Brian PaneFaster, simpler code for form_header_field() on ASCII...
2002-05-12 Brian PaneFixed missing null-termination of ap_make_content_type...
2002-05-12 Brian PaneAdded caching of formatted timestamps to speed up the...
2002-05-12 Brian PaneRemove an extraneous loop condition
2002-05-12 Brian PaneOptimization: skip cache setup in location_walk() if...
2002-05-12 Brian PaneOptimization: replaced apr_pstrcat+apr_strlen with...
2002-05-12 Brian PaneOptimization: Replaced apr_strcat() with apr_strcatv...
2002-05-11 Brian PaneAdded EnableMMAP directive to allow the server administ...
2002-05-10 Jeff Trawickavoid colliding with getline() as defined by glibc
2002-05-10 Bill StoddardFix segfault triggered when the malloc() in find_entry...
2002-05-10 Brian PaneMoved ap_setup_make_content_type() declaration to http_...
2002-05-10 Brian PaneFixed a segfault
2002-05-10 Jeff Trawickfix a build failure with some non-gcc compilers...
2002-05-10 Brian Panemod_setenvif optimizations
2002-05-10 Brian PanePerformance fix: When a BrowserMatch or SetEnvIf patter...
2002-05-10 Brian PanePerformance fix: replaced the strcasecmp calls in ap_ma...
2002-05-10 William A.... Address PR 8963
2002-05-10 William A.... Afraid these are likely generated, just something...
2002-05-09 Cliff WoolleyRemoved extraneous whitespace.
2002-05-09 Joshua SliveTypo patrol.
2002-05-09 Joshua SliveThe default for DefaultType is text/plain, not text...
2002-05-09 Joshua SliveMassive transform commit. Nothing to see here. Please...
2002-05-09 Joshua SliveA few directives where missing from the index because...
2002-05-09 Jeff TrawickFix a mod_ssl build problem on OS/390.
2002-05-09 Yoshiki HayashiCorrect grammer.
2002-05-08 Jeff TrawickAPR_PROC_MUTEX_IS_GLOBAL is the condition where apr_glo...
next