2000-07-31 |
Jeff Trawick | Include <strings.h> if we have it to get protos for... |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Ryan Bloom | Remove a bug from the STATUS file. Manoj tested the... |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Jeff Trawick | Fix some problems with which error code to use after... |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Jeff Trawick | Don't use perror() to report the failure of an APR... |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Ryan Bloom | Make http_log use ScanDoc |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Ryan Bloom | This makes the perchild MPM server requests again,... |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Ryan Bloom | Document http_connection.h using ScanDoc |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Ryan Bloom | Note the patch for graceful restarts in the STATUS... |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Ryan Bloom | Make the Unix MPMs not clean the scoreboard on a gracef... |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Jeff Trawick | Get dsos working again by including $(LTFLAGS) on the... |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Ryan Bloom | Finish the http_config.h documentation. :-) |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Ryan Bloom | Add more of the comments to http_config.h. This is... |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Manoj Kasichainula | Wireless LANs are soooooo cool. Oh, and the weather... |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Manoj Kasichainula | Eliminate references to specific MPMs from mpm_common... |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Manoj Kasichainula | Change semantics of ap_child_table somewhat. Instead... |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Manoj Kasichainula | Fix a couple of apparent typos. |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Bill Stoddard | Up HARD_THREAD_LIMIT. Handle it correctly in mpm_winnt.c |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Bill Stoddard | mod_file_cache docco |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Jeff Trawick | Use ap_dso_error() instead of ap_strerror() when ap_dso... |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Ryan Bloom | Begin to document http_config.h. This documents most... |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Ryan Bloom | Move the Server Token stuff out of http_config_globals... |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Bill Stoddard | Missed the footer |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Bill Stoddard | 1.3 -> 2.0 |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Bill Stoddard | Copy some 1.3 doc to 2.0 |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Ryan Bloom | Document ap_mpm.h using ScanDoc. |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Ryan Bloom | Document ap_mmn.h using ScanDoc |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Ryan Bloom | Document ap_listen.h using ScanDoc. |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Ryan Bloom | Remove iol_socket.h. This file had one declaration... |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Ryan Bloom | Add a small doc on how to document the APIs for use... |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Ryan Bloom | convert some -1 back to errno. |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Ryan Bloom | Associate virtual hosts with a specific child process... |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Jeff Trawick | Change the storage allocation mechanism for ap_proc_t... |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Jeff Trawick | Fix segfault/SIGSEGV when running gzip from mod_mime_ma... |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Ryan Bloom | Add the ability to register filters. This commit intro... |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Ryan Bloom | Fix a small typo. TAKE3 directives really do need... |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Ryan Bloom | Cleanup the perchild MPM. What I am doing so far in... |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Ryan Bloom | Add the macro for AP_INIT_TAKE3 directives. I am assum... |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Jeff Trawick | Remove the mod_cgid-won't-go-away problem from the... |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Jeff Trawick | Use ap_note_subprocess() to register the mod_cgid daemo... |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Ryan Bloom | Update the perchild MPM. At this point, it is possible... |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Sascha Schumann | Don't bark at developers which are too lazy to pull... |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Jeff Trawick | Install htdocs again. This was recently removed for... |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Bill Stoddard | Win32: Enable compiling expat from the command line |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Ryan Bloom | ap.h had nothing in it. I am removing it from Apache... |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Jeff Trawick | Don't try to process a connection when accept() failed. |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Bill Stoddard | Win32: Revamp NT shutdown code. I think this shutdown... |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Ryan Bloom | Add a patch for review. |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Ryan Bloom | Remove some items that are done from the STATUS file. |
commit | commitdiff | tree | snapshot |
2000-07-27 |
David Reid | No idea how these 3 characters got there, but remove... |
commit | commitdiff | tree | snapshot |
2000-07-27 |
William A.... | Another day's progress... little changes, but just... |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Ryan Bloom | Add a new MPM. Currently this is almost an exact copy... |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Ryan Bloom | Cleanup the MPM #defines. Each MPM #defines a unique... |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Ryan Bloom | Fix a bug in our time parsing. We need to zero out... |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Jeff Trawick | Fix some build issues for dexter: |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Ryan Bloom | Back out some changes that weren't supposed to be in... |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Ryan Bloom | Remove all of the ap_is* functions from Apache. They... |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Jeff Trawick | packet minimization when doing sendfile... |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Jeff Trawick | Get ap_socket_disable_nagle() working again. |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Jeff Trawick | Fix some compile warnings in mod_file_cache. |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Ryan Bloom | Fix an error in service.c, where we were returning... |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Ryan Bloom | The Windows MPM was sometimes returning APR_NOTFOUND... |
commit | commitdiff | tree | snapshot |
2000-07-26 |
kevlo | New translation |
commit | commitdiff | tree | snapshot |
2000-07-26 |
dgaudet | - fix POOL_DEBUG ... restored the ap_pool_joins that... |
commit | commitdiff | tree | snapshot |
2000-07-25 |
Ryan Bloom | REmove the mpmt MPM. This also removes all of the... |
commit | commitdiff | tree | snapshot |
2000-07-25 |
Ryan Bloom | Change --enable-shared that Apache defines to --enable... |
commit | commitdiff | tree | snapshot |
2000-07-25 |
Ryan Bloom | Update mod_so to use the new command_rec format. |
commit | commitdiff | tree | snapshot |
2000-07-25 |
Jeff Trawick | Fix typo in log message. |
commit | commitdiff | tree | snapshot |
2000-07-25 |
Ryan Bloom | Remove EXEC_ON_READ from ClearModuleList and AddModule... |
commit | commitdiff | tree | snapshot |
2000-07-25 |
William A.... | Undo my damage. |
commit | commitdiff | tree | snapshot |
2000-07-25 |
William A.... | Undo the damage to mod_isapi (leave placeholders... |
commit | commitdiff | tree | snapshot |
2000-07-25 |
William A.... | This should be clean... ap_snprintf already holds... |
commit | commitdiff | tree | snapshot |
2000-07-25 |
William A.... | Caught a bit of my own bad style :) |
commit | commitdiff | tree | snapshot |
2000-07-25 |
William A.... | Add APR_EOL_STR for a platform specific text delimite... |
commit | commitdiff | tree | snapshot |
2000-07-25 |
William A.... | Missing apr_strings.h - hope this wasn't destined... |
commit | commitdiff | tree | snapshot |
2000-07-25 |
William A.... | Changes to get Win32 compiling again, including subst... |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Ryan Bloom | Fix some issues with mod_mime_magic. Basically, we... |
commit | commitdiff | tree | snapshot |
2000-07-23 |
Sascha Schumann | Clean up rules.mk and add support for building C++... |
commit | commitdiff | tree | snapshot |
2000-07-23 |
Ryan Bloom | Remove apr_strnatcmp.h. All of the functions prototype... |
commit | commitdiff | tree | snapshot |
2000-07-23 |
Sascha Schumann | Fix VPATH builds |
commit | commitdiff | tree | snapshot |
2000-07-22 |
Ryan Bloom | Clean_child_exit is not a public function. This keeps... |
commit | commitdiff | tree | snapshot |
2000-07-22 |
Ryan Bloom | Include apr_strings.h in scoreboard.h. This allows... |
commit | commitdiff | tree | snapshot |
2000-07-21 |
Ryan Bloom | Move all APR functions related to strings to their... |
commit | commitdiff | tree | snapshot |
2000-07-20 |
Ryan Bloom | Remove a filtering patch from the STATUS file. This... |
commit | commitdiff | tree | snapshot |
2000-07-20 |
Jeff Trawick | Protect some sendfile()-specific logic with APR_HAS_SEN... |
commit | commitdiff | tree | snapshot |
2000-07-19 |
Jeff Trawick | Get mod_cgid.c to compile on OS/390 again. It needs... |
commit | commitdiff | tree | snapshot |
2000-07-19 |
Jeff Trawick | Make ap_child_init_lock() work properly... It didn't |
commit | commitdiff | tree | snapshot |
2000-07-17 |
Jeff Trawick | Fix some bad ap_log_error() invocations. Comment on... |
commit | commitdiff | tree | snapshot |
2000-07-17 |
Jeff Trawick | Grab OtherBill's latest 1.3 code to provide a default... |
commit | commitdiff | tree | snapshot |
2000-07-17 |
Keith Wannamaker | Fix copy/move depth infinity lock propagation problem. |
commit | commitdiff | tree | snapshot |
2000-07-16 |
Brian Havard | OS/2: Put back creation of listeners in main thread... |
commit | commitdiff | tree | snapshot |
2000-07-16 |
Roy T. Fielding | ab would start up more connections than needed, then... |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Greg Stein | add ap_full_read() and ap_full_write(). they guarantee... |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Greg Stein | ap_dso_init() isn't needed. if/when a platform needs... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Ralf S. Engelschall | Replace this unknown hash function someone contributed... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Ryan Bloom | Make Apache use the new APR buildconf script to generat... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Brian Havard | Get smpt_os2 working again after recent reorganization. |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Bill Stoddard | Remove #define conflict with mpm_winnt.h exposed by... |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Ryan Bloom | Apache doesn't actually check for stdarg.h, but APR... |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Ryan Bloom | Fix the prefork MPM to make it compile and work again... |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Greg Stein | update for APR-ized SDBM interfaces |
commit | commitdiff | tree | snapshot |
next |