]> granicus.if.org Git - apache/shortlog
apache
1999-12-04 Wilfredo SanchezDisable the DYLD_CANT_UNLOAD workaround for Mac OS...
1999-12-03 Manoj KasichainulaThe Unix MPMs were depending on APR for signal.h, and...
1999-12-02 Ryan BloomWe may not always want to make the pipes between proces...
1999-12-02 Ryan BloomBring mod_mime_magic to Apache 2.0.
1999-12-02 Manoj KasichainulaA thread (of messages) in comp.programming.threads...
1999-12-01 Ken Coar Add the long-awaited IndexOptions DescriptionWidth...
1999-12-01 Ken Coar Add a FoldersFirst keyword to the IndexOptions directi...
1999-12-01 Manoj KasichainulaFix a couple of comments
1999-12-01 Manoj KasichainulaPlace ap_config_auto.h in src/include. It didn't seem...
1999-12-01 Manoj KasichainulaFix what I think is a bug where rlim_t won't be #define...
1999-12-01 Manoj KasichainulaEliminate ap_config.h's checks when using autoconf...
1999-12-01 Manoj KasichainulaGet rid of ap_check_signals() in all but the prefork...
1999-12-01 Manoj KasichainulaRemove a vestige of the old timeout system. ident looku...
1999-11-30 Manoj KasichainulaSome compile fixes for the piped log code. It doesn...
1999-11-30 Manoj KasichainulaAdd apr_thread_proc.h so it can find ap_proc_t.
1999-11-30 Manoj KasichainulaDelete remnants of ap_spawnvp that got missed earlier.
1999-11-30 Manoj KasichainulaDeal with times() properly in autoconf. This also chang...
1999-11-30 Manoj KasichainulaThe extra (n < 1) check is redundant, leftover from...
1999-11-30 Manoj KasichainulaSome extra autoconf macros that might help us compile...
1999-11-30 Manoj KasichainulaFix a thinko. Apache's configure.in shouldn't attempt...
1999-11-30 dgaudetmore accurate reflection of reality
1999-11-30 Manoj KasichainulaAutoconf can heal your family strife. And it's also...
1999-11-29 Manoj KasichainulaThe second part of the big autoconf patch, which actual...
1999-11-29 Manoj KasichainulaThe first part of the big autoconf patch. This replaces...
1999-11-29 Bill StoddardFirst cut at getting graceful restart working with...
1999-11-28 Ralf S. EngelschallAdded missing links to htdocs/manual/mod/directives...
1999-11-28 Ralf S. EngelschallFixed typo in htdocs/manual/install.html.
1999-11-24 David ReidClean up some code that BeOS doesn't use.
1999-11-23 Ryan BloomUpdate some dependancies. Move the final two files...
1999-11-23 Manoj KasichainulaHmmm, turns out that the nice event library for network...
1999-11-22 rasmusFix a spelling mistake and we probably shouldn't put...
1999-11-22 Ryan BloomClean up the getopt stuff a bit. Basically, I am remov...
1999-11-21 Martin KraemerUse APR's getopt
1999-11-20 David ReidNext stage of ap_mmap support. Tested on FreeBSD and...
1999-11-19 Ryan BloomRemove the ap_thread_mutex code from all MPM's. This...
1999-11-19 Ryan BloomInitial version of CGI Daemon module. This module...
1999-11-19 Ryan BloomUpdate STATUS to get rid of the fprintf(stderr problem.
1999-11-19 Ryan BloomFinish the conversion from fprintf(stderr -> ap_log_err.
1999-11-18 Ryan BloomFirst step in removing the fprintf(stderr problem from...
1999-11-17 Ryan BloomCleaned up the APRFile uses in Apache. Also removed...
1999-11-16 Ryan BloomCleanup the ZZZ comments. Basically these used to...
1999-11-16 Ryan BloomUpdate the STATUS file a bit.
1999-11-16 Tony Finchexplain how ServerName interacts with NameVirtualHost...
1999-11-16 Manoj Kasichainulaap_clean_child_exit is static in dexter now, and the...
1999-11-15 Manoj KasichainulaEliminate acceptlock.c from mpmt_pthread. Use an APR...
1999-11-15 Manoj KasichainulaAllow NO_SERIALIZED_ACCEPT to work.
1999-11-15 Manoj KasichainulaEliminate acceptlock.{c,h} in dexter. They mostly dupli...
1999-11-15 Ryan BloomMoving Unix socket IOL's to use APR. Also fixed a...
1999-11-14 Tony Finchremove a superfluous tag that I just spotted
1999-11-14 Brian HavardMake mod_so.c compile. Loading modules crashes for...
1999-11-11 Manoj KasichainulaFix a race condition found by David Colasurdo <davecola...
1999-11-11 Ryan BloomUpdate the STATUS file with three new items.
1999-11-09 Ben LaurieFix error logging calls (kinda).
1999-11-09 Ben LaurieAdd printf format for ssize_t.
1999-11-09 Bill Stoddardmod_autoindex has a small bug when calling ap_readdir...
1999-11-08 Bill StoddardGet rid of dependency on os/win32/getopt.c & .h
1999-11-08 Brian HavardGet rid of a number of 'incompatible pointer type'...
1999-11-05 Manoj KasichainulaStop using APR_BUFFERED for the error log and httpd...
1999-11-05 Bill StoddardExport ap_send_error_response
1999-11-04 Bill StoddardGet the Windows 95/98 specific code compiling. Have...
1999-11-04 Bill StoddardMore stuff to do
1999-11-04 Bill StoddardToDo: timeout pipes to CGIs
1999-11-04 Bill StoddardSome updates to STATUS...
1999-11-04 Ronald TschalarFirst cut at port to apache-2.0. Simple tests are working.
1999-11-03 Brian HavardOS/2: Don't return APR_EOF from ap_read(). EOF is indic...
1999-11-03 Manoj KasichainulaFix yet another APR bug. This one caused sporadic CGI...
1999-11-03 Bill StoddardFix bug setting localaddr and remoteaddr
1999-11-02 Manoj KasichainulaNo, PalmOS doesn't have threads or any process support...
1999-11-02 Bill StoddardAdd some return code checking and general tidying up.
1999-11-02 David ReidAdd support for connection_info to BeOS. This follows...
1999-11-02 Brian HavardDe-errno ap_pcfg_openfile().
1999-11-02 Bill StoddardDelete useless code...
1999-11-02 Bill StoddardFirst cut at adding a sendfile API to IOL. Eventually...
1999-11-02 David ReidChange the BeOS iol_socket layer to use apr. Also...
1999-11-01 Brian HavardFirst hack at getting mod_include to work. Everything...
1999-11-01 Brian HavardOS/2: When shutting down, kill off child threads proper...
1999-11-01 Brian HavardOS/2: Bump up thread stack size. 64k just wasn't enough...
1999-11-01 Brian HavardIn ap_send_fb_length() don't treat APR_EOF as a fatal...
1999-11-01 Manoj KasichainulaStill no progress on the PalmPilot MPM, though.
1999-11-01 Brian HavardFix mod_asis handler name. This was messed up with...
1999-10-31 Brian HavardEliminate use of FILE * & ap_get_os_file() in mod_asis...
1999-10-31 Manoj KasichainulaFinish removing references to errno from buff, by intro...
1999-10-31 Manoj KasichainulaUndo the ap_bgets errno patch. It will return status...
1999-10-30 Manoj KasichainulaAn errnoless interface for ap_bgets
1999-10-30 Manoj Kasichainulaap_bwrite now exports an errnoless interface.
1999-10-30 Manoj KasichainulaChange ap_bread's interface to no longer require errno.
1999-10-30 Manoj KasichainulaGet rid of an implicit malloc, by making ap_create_tcp_...
1999-10-30 Manoj KasichainulaForce ap_put_os_sock() to create a new ap_socket_t...
1999-10-29 Manoj KasichainulaFix a couple of pool-related bugs that may or may not...
1999-10-29 Brian HavardOS/2: APRize iol_socket
1999-10-28 David ReidThis gets the BeOS mpm working again. I'm still using...
1999-10-28 Tony FinchInclude all the registered media types as of today.
1999-10-27 Martin KraemerAdd CVS Revision number to ab.c to allow for detecting...
1999-10-27 Ralf S. EngelschallOps, I forgot to include this file in previous commit
1999-10-27 Manoj KasichainulaA little bit of error logging to help with debugging.
1999-10-27 Manoj KasichainulaOnly process a connection if we've actually accepted...
1999-10-26 Manoj Kasichainulaap_bflush and ap_bclose now return ap_status_t error...
1999-10-26 Manoj KasichainulaOne ap_bflush to the client wasn't checked. Now fixed.
1999-10-26 Manoj KasichainulaTake advantage of ap_new_apr_connection in dexter
1999-10-26 Manoj KasichainulaFix warnings from the local/remote_addr stuff properly.
next