]> granicus.if.org Git - apache/history - os/win32
Eliminated ap_os_[systemcase|[case_]canonical]_filename() and
[apache] / os / win32 /
2001-08-23 William A. Rowe Jr Eliminated ap_os_[systemcase|[case_]canonical]_filena...
2001-08-16 William A. Rowe Jr Nothing here to ignore, go away :)
2001-08-16 William A. Rowe Jr A first step at auto-generating the version resource...
2001-06-27 William A. Rowe Jr Add some favorite modules
2001-03-04 William A. Rowe Jr Win32 goodness for the core/http split.
2001-02-28 William A. Rowe Jr More crufty stuff
2001-02-28 William A. Rowe Jr Crufty stuff now gone [Ben indicated this was a first...
2001-02-28 William A. Rowe Jr Moved to modules/arch/win32/
2001-02-28 William A. Rowe Jr Hmmm... missed one. There has to be a better home...
2001-02-27 Bill StoddardFix Windows compile breaks caused by mod_core.h foobar
2001-02-20 Bill StoddardFix windows compile break introduced by Martin's module...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-02-01 William A. Rowe Jr This file will go away. For this moment, the s/FindF...
2001-01-27 William A. Rowe Jr Use the appropriate APR_FINFO_flags for the apr_stat...
2001-01-20 William A. Rowe Jr The changes required for the APR_FINFO_wanted argument to
2001-01-19 William A. Rowe Jr Normalize the use of AP_DECLARE_DATA
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2001-01-18 William A. Rowe Jr Some missing exports
2001-01-18 William A. Rowe Jr This change eliminates the intermediate httpd.lib...
2001-01-08 Doug MacEachernadjust remaining modules to use the new handler hook...
2000-12-21 William A. Rowe Jr The Win32 overhaul, in summary;
2000-12-05 Brian HavardRemove "installer" from the ignore list so the director...
2000-12-05 William A. Rowe Jr En route to httpd-2.0/modules/... in their appropriat...
2000-11-29 William A. Rowe Jr Fix uninitialized badness
2000-11-29 William A. Rowe Jr clean up some really bad typedefs - and move one...
2000-11-28 William A. Rowe Jr Pulled the aprlib base address out of Apache's basead...
2000-11-26 Greg Stein*) Compensate for recent changes in the APR headers...
2000-11-23 Greg Steinadd the "next filter" parameter to the rest of the...
2000-11-19 William A. Rowe Jr Disable two features, with warnings, if a relatively...
2000-11-14 Allan K. Edwardsrepair cgi's on Windows
2000-11-10 William A. Rowe Jr Killing ap_os_is_filename_valid. Left actual win32...
2000-10-24 William A. Rowe Jr Get everything working with suexec patches again.
2000-10-18 William A. Rowe Jr expatlib is definately more in sync with the Unix...
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-10-15 William A. Rowe Jr Eliminating a bunch-o-junk from the Win32 os.h header...
2000-10-14 William A. Rowe Jr Change to buckets for isapi output. Still requires...
2000-10-13 William A. Rowe Jr Completes the port of the <Directory /> handling...
2000-10-12 William A. Rowe Jr Move more path parsing fixes forward from 1.3
2000-10-11 William A. Rowe Jr Get rid of some darned ugly exception lists
2000-10-11 William A. Rowe Jr Preparing the way.
2000-10-11 William A. Rowe Jr New symbol for HAVE_URL_PATHS reminds me we need...
2000-10-08 William A. Rowe Jr Just cleaning house and assuring there is nothing...
2000-10-08 William A. Rowe Jr Movin on over from 1.3.13-dev : this patch fixes...
2000-10-06 William A. Rowe Jr Roll forward fixes identified for 1.3.13-dev.
2000-10-06 William A. Rowe Jr Here it is, the Win32 part of the big canonical error...
2000-10-03 William A. Rowe Jr Fix a few colliding modules
2000-10-03 William A. Rowe Jr Ok... I've been waiting to find out what happens...
2000-10-02 William A. Rowe Jr Whoops... that there was a handle I left hanging...
2000-10-02 William A. Rowe Jr _not_ up to 100%, but some structural changes to...
2000-10-02 William A. Rowe Jr Just Typos.
2000-10-02 William A. Rowe Jr Forward port 1.3 overhaul of isapi to 2.0.
2000-09-20 William A. Rowe Jr Get mod_auth_dbm building using Apache's sdbmlib...
2000-09-11 Jeff TrawickGet mod_isapi.c to compile with the level of Win32...
2000-08-08 Bill StoddardFix win32 compile break.
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-27 William A. Rowe Jr Another day's progress... little changes, but just...
2000-07-25 William A. Rowe Jr Undo the damage to mod_isapi (leave placeholders...
2000-07-25 William A. Rowe Jr Missing apr_strings.h - hope this wasn't destined...
2000-07-11 Keith WannamakerCorrect Win32 Expat build.
2000-07-03 Greg Steinenable Expat for the Win32 build.
2000-06-24 Greg Steinblast the old names for the status codes
2000-06-22 Allan K. EdwardsGet Win32 building after yesterday's patch to make...
2000-06-17 William A. Rowe Jr Time for these to be gone? I'd say it's long past :)
2000-06-12 Bill StoddardFix Win32 compile break caused by Ryan's stat cleanup.
2000-06-12 Ryan BloomRemove the final vestiges of stat.h from Apache 2.0...
2000-06-10 Ryan BloomCleanup more of the Apache configuration. This removes...
2000-06-09 Ryan BloomRemove a bunch of string functions from Apache. These...
2000-06-09 Ryan BloomRemove all occurances of strerror from Apache. ap_stre...
2000-06-08 Ryan BloomCleanup APR header files a bit. Basically, this splits...
2000-06-08 Ryan BloomRemove all occurances of gettimeofday. Replace it...
2000-06-07 Allan K. EdwardsFix Win32 bug when pathname length exactly equals MAX_PATH.
2000-06-06 William A. Rowe JrPR:
2000-05-27 William A. Rowe Jr This patch corrects the issues from the AP_EXPORT...
2000-05-26 William A. Rowe JrPR:
2000-05-19 William A. Rowe Jr Fixes to allow Apache to run as a Win95 service....
2000-05-17 William A. Rowe Jr Cleanup ap_config.h fallout for Win32. Only a few...
2000-05-17 William A. Rowe JrPR:
2000-05-17 William A. Rowe Jr Radical overhaul of the Apache-2.0/Win32 mpm <->...
2000-05-11 William A. Rowe JrPR:
2000-05-06 William A. Rowe Jr pcre lives and dies on the _WIN32 define, rather...
2000-05-01 William A. Rowe Jr Significantly shorten the Win32 build and shrink...
2000-04-28 William A. Rowe JrPR:
2000-04-28 Doug MacEachernback out APR_ prefix for TRUE,FALSE
2000-04-28 Doug MacEachernprefix TRUE,FALSE with APR_
2000-04-28 William A. Rowe Jr Replace ERROR constant with TODO_ERROR to flag these...
2000-04-28 William A. Rowe Jr Replace ERROR constant with TODO_ERROR to flag these...
2000-04-23 Bill StoddardFirst cut at a file handle cache. It serves on Windows...
2000-04-22 Bill StoddardAdd ApacheModAuthDigest to apache.dsw. Get rid of compi...
2000-04-21 Bill StoddardWin32: Get mod_auth_digest compiling and added to the...
2000-04-20 Bill StoddardRevamp the Win32 make environment. Makefiles have been...
2000-04-15 Bill StoddardWin32: First cut at getting mod_isapi working under 2.0
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-04-03 Bill StoddardGet APR DSO code working under Windows
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-24 Bill StoddardDo a bit of Win32 specific garbage collecting. Most...
2000-03-22 Jeff Trawickaxe some deprecated MULTITHREAD code
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-02-13 Bill StoddardRemove dead code.
next