]> granicus.if.org Git - apache/history - os
add some notes about server admin URLs
[apache] / os /
2004-03-19 Jeff Trawick *) SECURITY: CAN-2004-0174 (cve.mitre.org)
2004-03-10 Joe Orton* os/unix/unixd.c (unixd_accept): Eliminate now-redunda...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-27 Jeff TrawickUnix MPMs: Stop dropping connections when the file...
2004-01-01 André Maloupdate license to 2004.
2003-11-03 Jeff Trawickfix a compile failure with recent z/OS and picky settin...
2003-09-08 Martin Kraemerone_process is not a global variable
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-06-07 Jeff TrawickUnix: Handle permissions settings for flock-based mutex...
2003-05-30 Bradley NicholesFixing up the NetWare headers to be compatible with...
2003-05-09 Martin KraemerPorting to BS2000: the antique interface (BS2000Account...
2003-03-06 Greg AmesLinux 2.4+: enable coredumps when Apache is started...
2003-02-07 William A. Rowe Jr *) Introduce debugging symbols for Win32 release...
2003-02-03 André Malofinished that boring job:
2003-01-20 William A. Rowe Jr Integrate mod_ident with the Win32 build.
2003-01-16 Bradley NicholesReduce the number of parameters on the event callback...
2003-01-10 Bradley NicholesAdded a required parameter to RegisterForEventNotificat...
2003-01-08 Bill StoddardFix win32 compile break due to file name changes in...
2002-12-12 Bradley NicholesRegister for the SERVERDOWN event to allow Apache to...
2002-12-02 Martin KraemerTo be on the safe side...
2002-12-01 William A. Rowe Jr Must have symbolics for util_ldap/mod_auth_ldap base...
2002-11-13 Bradley NicholesDon't hold the Apache screen open when it exits with...
2002-11-08 William A. Rowe Jr A comment which no longer applies (proper AP_DECLARE_...
2002-11-01 William A. Rowe Jr Well that was a little borked, if you were having...
2002-09-18 William A. Rowe Jr Restrict Win32 API replacements from interfering...
2002-09-14 William A. Rowe Jr Forgot a file from the build overhaul for aaa .....
2002-09-13 Bradley NicholesRemoved access_module, auth_module and added authz_host...
2002-09-03 Bradley NicholesAvoid calling the real exit() function when the macro...
2002-07-31 William A. Rowe Jr Resolve more handle leaks.
2002-07-29 William A. Rowe Jr Refactor out the child behavior from mpm_winnt. ...
2002-07-24 Bradley NicholesHold the Apache screen open on NetWare if exit() is...
2002-07-19 William A. Rowe Jr No reason not to build charset_lite anymore on Win32
2002-07-11 William A. Rowe Jr Try this AGAIN. Move ap_regkey.h to include/ and...
2002-07-03 William A. Rowe Jr Fix a const'ness conflict.
2002-07-02 William A. Rowe Jr Never trust Bill when he cuts and pastes
2002-07-02 William A. Rowe Jr Introduce a _raw_set/_raw_get for regkey values....
2002-07-01 William A. Rowe Jr Add ap_os_proc_filepath and clean up the win32/os...
2002-06-27 Jeff Trawickfix compile breakage with IBM's xlc compiler caused...
2002-06-27 Ryan BloomFix a long-standing bug in 2.0, CGI scripts were being...
2002-06-27 William A. Rowe Jr Doxygenate the rest of this header. Had I not overlo...
2002-06-24 William A. Rowe Jr Add in the other complex ap_regkey_value_foo() fns...
2002-06-24 William A. Rowe Jr Introduce win32 registry handling through a very...
2002-06-23 William A. Rowe Jr Finish the -w keep-console-open-on-error patch.
2002-05-31 Bradley NicholesImplemented ap_os_create_privileged_process() for NetWa...
2002-05-31 Bradley NicholesAdded mod_cgi and mod_netware as built in module in...
2002-05-26 Brian PaneFix for suexec execution of CGI scripts from mod_include
2002-05-22 Brian HavardFix linking of OS/2 core after recent changes that...
2002-05-22 Brian HavardOS/2: export inet_addr from the core for mod_proxy...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-05-10 William A. Rowe JrAddress PR 8963
2002-05-08 Jeff TrawickAPR_PROC_MUTEX_IS_GLOBAL is the condition where apr_glo...
2002-05-06 Aaron BannertAdd unixd_set_global_mutex_perms so we can set permissi...
2002-04-25 William A. Rowe Jr Not yet added to the default build, but curious if...
2002-04-25 Justin ErenkrantzFix suexec invocations from userdir - the ~ was not...
2002-04-09 Aaron BannertRemove uses of apr_lock.h. This patch is untested,...
2002-04-03 William A. Rowe Jr Would really prefer if the authors of the .dsp's...
2002-03-29 Jim JagielskiThe old, legacy (and unused) code in which the scoreboa...
2002-03-14 Bradley NicholesAdded code to extract the current address space name...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-02-24 Brian PaneRemoved unixd_set_lock_perms(apr_lock_t *), which is...
2002-01-23 William A. Rowe Jr one blank line for code, one huge step for legibility
2002-01-18 Bradley NicholesRemoved the multiple and reentrant flags that were...
2002-01-17 Justin ErenkrantzSpelling and grammar janitor coming through.
2002-01-17 Bill StoddardOn HPUX 11.x, the 'ENOBUFS, No buffer space available'
2002-01-17 William A. Rowe Jr Follow our Unix bretherens' conventions, and name...
2002-01-14 Bradley NicholesImplemented a checkunload callback to allow apache...
2002-01-13 Brian PaneClear the output socket descriptor in unixd_accept...
2002-01-10 William A. Rowe Jr *) Split all Win32 modules [excluding the core compon...
2002-01-08 Bradley NicholesAdded a stub for ap_os_create_privileged_process()...
2002-01-08 Bradley NicholesCode updates to allow Mod_Rewrite and Mod_Auth_DBM...
2001-12-27 Greg Ameschange ap_unix_create_privileged_process() to allocate...
2001-12-25 David ReidAdd ap_os_killpg as well as unixd_killpg and beosd_killpg.
2001-12-23 David ReidAdd a beosd_accept function. If the worker MPM is...
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
next