]> granicus.if.org Git - apache/history - os
change so that it doesn't rely on the structure of the apr_table's elt internal
[apache] / os /
2001-11-13 Ryan BloomAllow modules that add sockets to the ap_listeners...
2001-11-13 Bradley NicholesAdded the NetWare SSL module to the prebuilt module...
2001-11-13 Ryan BloomRemove commas from the end of the macros that define
2001-11-08 David ReidGet the daemon code working again for User/Group on...
2001-11-02 Bradley NicholesAdded the .xdc data file for building an MP enabled...
2001-10-29 Bradley NicholesFix up exit() to make sure that things are cleaned...
2001-10-23 Bradley NicholesFixed to import the aprlib module and export the httpd...
2001-10-21 William A. Rowe Jr Reimplement Win32 registry-based and shebang-extended...
2001-10-19 Aaron BannertUse the APR's new OS-specific proc mutex accessors...
2001-10-17 Bradley NicholesOS specific header for NetWare
2001-10-17 Bradley NicholesTemporarily removed the cgi module from the built in...
2001-10-16 Bradley NicholesOS specific file for NetWare
2001-10-04 William A. Rowe Jr Add some mime magic to the Win32 build
2001-10-01 William A. Rowe Jr Two more loadable modules on Win32, thank you Gunther!
2001-09-28 William A. Rowe Jr /home/cvs/httpd-2.0/ no longer tracks makefiles....
2001-09-13 Victor J. OrlikowskiAdded AP_DECLARE_DATA to unixd_config, so that it makes...
2001-09-13 Ryan Bloomrules.mk is stored in $(top_blddir). Without this...
2001-08-30 Ryan BloomUse the correct macros in unix.h
2001-08-30 William A. Rowe Jr * configure.in: added Cygwin specific APR_SETVARs.
2001-08-30 William A. Rowe Jr No <sys/ipc.h> under cygwin.
2001-08-25 Brian Havardos-inline.c is no more...
2001-08-24 William A. Rowe Jr This flag is no more
2001-08-23 Doug MacEachernos-inline.c is no more (fix from bloom)
2001-08-23 William A. Rowe Jr Eliminated ap_os_[systemcase|[case_]canonical]_filena...
2001-08-23 Joshua SliveThis probably falls under the category: if you can...
2001-08-21 Ryan BloomWe need to check for sys/sem.h
2001-08-20 Brian HavardOS/2: Use full set of linker flags when linking shared...
2001-08-17 Brian HavardOS/2: Don't share data segment between multiple instanc...
2001-08-16 Ryan BloomFix a new error on Linux.
2001-08-16 Jeff TrawickThe Unix MPMs other than perchild now allow child server
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-08-13 Ryan BloomBegin to sanitize the MPM configuration directives...
2001-07-30 Victor J. Orlikowskihttpd.exp and lots of other export files are generated...
2001-07-27 Brian HavardOS/2: set a decent size stack. Default is only 32k...
2001-07-25 Brian HavardOS/2: get canonical filename functions exported from...
2001-07-10 Roy T. FieldingUse the autoconf variable "host" consistently for platf...
2001-06-27 William A. Rowe Jr Add some favorite modules
2001-06-16 Brian HavardOS/2: Automate export of global variables from core.
2001-05-27 Ben LaurieUtility to list available hooks.
2001-04-29 Roy T. FieldingRemove some obsolete macros and rename one that wasn...
2001-04-29 Roy T. FieldingCompletely revamp configure so that it preserves the...
2001-04-26 David ReidThis stops some systems from barfing...
2001-04-23 Brian HavardOS/2: Export from the shared core symbols from the...
2001-04-07 Jeff Trawicktweak unixd.h so that exports.c is built properly
2001-04-07 Brian Havardap_os_systemcase_filename isn't implemented on OS/2...
2001-04-07 Brian HavardOS/2: Export some APR global variables from the httpd...
2001-04-02 Brian HavardSwitch to using aplibtool for building under OS/2 ...
2001-03-30 Greg Steinremove some items which are no longer used/needed.
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-24 Greg Steinmove the _rini stuff into bs2login.c (the only user)
2001-02-24 Greg Stein*) fix inline handling. we had: apr_inline, APR_INLINE...
2001-02-20 Bill StoddardFix windows compile break introduced by Martin's module...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-14 David ReidAs a debugging aid, report which version of the beos...
2001-02-11 Jeff Trawickfix the check for killpg(); as it was, we didn't check for
2001-02-11 Greg Steintoss the signal description stuff from unixd.[ch],...
2001-02-10 Greg Stein[ missed in last commit ]
2001-02-10 Greg Stein*) remove obsolete http_conf_globals.h
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-20 Ryan BloomMove initgroupgs, ap_uname2id and ap_gname2id from...
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-10 Brian HavardLibtool takes care of the lib prefix so get rid of...
2001-01-08 Doug MacEachernadjust remaining modules to use the new handler hook...
2000-12-27 Ryan BloomLast change to get SuEXEC working again, and respecting...
2000-12-21 William A. Rowe Jr The Win32 overhaul, in summary;
2000-12-20 Jeff TrawickSwitch to the APR-provided APR_CHARSET_EBCDIC feature...
2000-12-19 Ryan BloomForce all Apache functions to be linked into the execut...
2000-12-05 Brian HavardUse quotes instead of angle brackets when including...
2000-12-05 Brian HavardClean up some warnings about APR string functions by...
2000-12-05 Brian HavardOS/2: os.c doesn't exist anymore, remove it from the...
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-12-05 Ryan BloomIgnore all the files that are generated during a build
2000-12-02 David ReidMore changes to get BeOS building once more...
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-27 Jeff Trawick<sys/resource.h> requires <sys/time.h> first on some...
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-31 Ryan BloomMake mod_cgi and mod_include work when compiled as...
2000-10-25 Tony Finchensure that all cpp directives start with a # in column one
2000-10-24 William A. Rowe Jr Get everything working with suexec patches again.
2000-10-23 David ReidGet rid of some stuff and a few small tweaks.
2000-10-23 Manoj KasichainulaAdd back suexec support.
next