2000-11-10 |
Ryan Bloom | This is always displayed to the console. There is no... |
commit | commitdiff | tree | snapshot |
2000-11-10 |
William A.... | Just some things I noticed letting someone else have... |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Tony Finch | I have fixed PR#4455 already. |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Tony Finch | In mass hosting setups (using mod_vhost_alias or mod_re... |
commit | commitdiff | tree | snapshot |
2000-11-10 |
William A.... | Newer canonicalization code should replace this patch... |
commit | commitdiff | tree | snapshot |
2000-11-10 |
David Reid | Bring the apr_in_addr type into line with naming conven... |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Ryan Bloom | Remove MMAP handling from the default handler. MMAPs... |
commit | commitdiff | tree | snapshot |
2000-11-09 |
William A.... | Per new-httpd discussions, this version of mod_autoin... |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Bill Stoddard | Clean up compiler warnings |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Bill Stoddard | Eliminate use of BUFF in mpm_winnt. Thanks to rbb for... |
commit | commitdiff | tree | snapshot |
2000-11-09 |
David Reid | Change the code to reflect the recent API changes... |
commit | commitdiff | tree | snapshot |
2000-11-09 |
William A.... | Return buff.h to the winnt mpm till Bill (or I, if... |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Jeff Trawick | Simplify the call to ap_send_fd(). |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Greg Stein | final round of walker cleanup: fix the provider API... |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Greg Stein | one more round of walker cleanup: remove some items... |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Greg Stein | should be DAV_WALKTYPE_NORMAL, not _ALL |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Greg Stein | first round whack at cleaning up the walker interface |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Greg Stein | byterange handling simply did not work for internal... |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Greg Stein | minor tweaks, cleanup, comments. |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Ryan Bloom | Tie up some loose ends that fell through the cracks... |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Ryan Bloom | Use the content-length filter to compute the content... |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Ryan Bloom | The content-length filter needs to compute the length... |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Ryan Bloom | Remove BUFF from the main server. :-) The buff code... |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Jeff Trawick | When caching file handles (vs. mmaps) reset the file... |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Joshua Slive | Slight clarification of chunked encoding and keep-alive... |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Jeff Trawick | In the content-length+bytes-sent filter, only set the... |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Jeff Trawick | Remove the byterange code out of mod_file_cache's handl... |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Jeff Trawick | Get ab to build again by changing apr_set_remote_port... |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Jeff Trawick | Fix the format strings used for apr_port_t (APR_PORT_T_... |
commit | commitdiff | tree | snapshot |
2000-11-08 |
David Reid | This adds the APR_LOCAL/APR_REMOTE to APR and changes... |
commit | commitdiff | tree | snapshot |
2000-11-08 |
David Reid | More cleanup of apr_port_t stuff. |
commit | commitdiff | tree | snapshot |
2000-11-08 |
David Reid | Doh! Missed this from the last commit... |
commit | commitdiff | tree | snapshot |
2000-11-08 |
David Reid | Missed these first time round... More apr_port_t changes. |
commit | commitdiff | tree | snapshot |
2000-11-08 |
David Reid | Start of moving to apr_port_t in the server code. ... |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Greg Stein | fix the byterange filter. |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Ryan Bloom | The byte-ranges filter. This looks like it should... |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Greg Stein | ap_set_content_length() now has a void return. |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Ryan Bloom | Fix a compile break. ap_set_content_length is a void... |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Joshua Slive | Make the keep-alive documentation more accurate. |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Greg Stein | Use apr_off_t for the content length, rather than long... |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Jeff Trawick | Avoid warning about unused function open_file() on... |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Ryan Bloom | Convert a lot of apr_ssize_t to apr_size_t. We don... |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Ryan Bloom | Remove the original ap_send_fd code. The filters have... |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Martin Kraemer | Fix typo |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Jeff Trawick | Get rid of unused variable zero in ap_send_http_options(). |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Greg Stein | The LoadModule line should specify a .so file, not... |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Ryan Bloom | Always compute the content-length regardless of whether... |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Ryan Bloom | Remvoe AP_END_OF_BRIGADE. This definition didn't reall... |
commit | commitdiff | tree | snapshot |
2000-11-06 |
Joshua Slive | Grammar/Style fixes. |
commit | commitdiff | tree | snapshot |
2000-11-06 |
Ryan Bloom | ap_send_fd should not be sending an EOS bucket, so... |
commit | commitdiff | tree | snapshot |
2000-11-06 |
Jeff Trawick | Make the desired evaluation explicit to keep gcc -Wall... |
commit | commitdiff | tree | snapshot |
2000-11-05 |
Joshua Slive | Fixed a couple leftover &s. |
commit | commitdiff | tree | snapshot |
2000-11-05 |
Joshua Slive | Cleanup of perf-tuning.html. No content changes. |
commit | commitdiff | tree | snapshot |
2000-11-05 |
Ryan Bloom | Allow the core_output_filter to save data in the filter... |
commit | commitdiff | tree | snapshot |
2000-11-05 |
Greg Stein | oops. only do the slash management if dir != NULL |
commit | commitdiff | tree | snapshot |
2000-11-04 |
Joshua Slive | Minor content and spelling fixes to two recently added... |
commit | commitdiff | tree | snapshot |
2000-11-04 |
Ryan Bloom | Clean up blocking and non-blocking reads from buckets... |
commit | commitdiff | tree | snapshot |
2000-11-03 |
Ryan Bloom | Sub requests should never get into the http headers... |
commit | commitdiff | tree | snapshot |
2000-11-03 |
Sascha Schumann | Remove REQUEST_CHUNKED_PASS and change ap_discard_reque... |
commit | commitdiff | tree | snapshot |
2000-11-03 |
Jeff Trawick | Change the content-length filter to give up (i.e.,... |
commit | commitdiff | tree | snapshot |
2000-11-03 |
Jeff Trawick | Axe a couple of newly-unused variables. |
commit | commitdiff | tree | snapshot |
2000-11-03 |
David Reid | Remove some more references to sockaddr structures... |
commit | commitdiff | tree | snapshot |
2000-11-03 |
David Reid | More removal of raw sockaddr references. This shouldn... |
commit | commitdiff | tree | snapshot |
2000-11-03 |
David Reid | Another removal of using raw sockaddr where we should... |
commit | commitdiff | tree | snapshot |
2000-11-03 |
William A.... | John's patches to provide depreciated messages for... |
commit | commitdiff | tree | snapshot |
2000-11-03 |
William A.... | John's patches to provide depreciated messages for... |
commit | commitdiff | tree | snapshot |
2000-11-03 |
Bill Stoddard | Merge the 1.3 patch to add support for logging query... |
commit | commitdiff | tree | snapshot |
2000-11-03 |
Bill Stoddard | Merge forward mod_log_config enhancement. |
commit | commitdiff | tree | snapshot |
2000-11-03 |
David Reid | We don't really want to fool around with socket structu... |
commit | commitdiff | tree | snapshot |
2000-11-03 |
David Reid | We have functions that allow us to get the ports from... |
commit | commitdiff | tree | snapshot |
2000-11-03 |
Bill Stoddard | Document mod_log_config %c option |
commit | commitdiff | tree | snapshot |
2000-11-03 |
Bill Stoddard | Add a new LogFormat directive, %c, that will log connection |
commit | commitdiff | tree | snapshot |
2000-11-02 |
Ryan Bloom | It doesn't make any sense to set a CHUNK flag in the... |
commit | commitdiff | tree | snapshot |
2000-11-02 |
Sascha Schumann | Fix last commit which was done from the wrong tree... |
commit | commitdiff | tree | snapshot |
2000-11-02 |
Ryan Bloom | Remove some more BUFF code. This makes the 100 continu... |
commit | commitdiff | tree | snapshot |
2000-11-02 |
Sascha Schumann | Make the default handler read the dechunked request... |
commit | commitdiff | tree | snapshot |
2000-11-02 |
Ryan Bloom | Fix the core_output_filter to work with FLUSH buckets... |
commit | commitdiff | tree | snapshot |
2000-11-02 |
William A.... | Solve the os_is_absolute_path problem for the moment. |
commit | commitdiff | tree | snapshot |
2000-11-02 |
William A.... | Two patches (sorry), first to clean up the double... |
commit | commitdiff | tree | snapshot |
2000-11-02 |
Ryan Bloom | Create a feature macro that determines if Autoconf... |
commit | commitdiff | tree | snapshot |
2000-11-02 |
Jeff Trawick | ap_http_header_filter() can't remove itself until after... |
commit | commitdiff | tree | snapshot |
2000-11-02 |
Jeff Trawick | In writev_it_all(), tell the caller how many bytes... |
commit | commitdiff | tree | snapshot |
2000-11-02 |
William A.... | Get Win32 building again. |
commit | commitdiff | tree | snapshot |
2000-11-02 |
William A.... | Get win32 building again... we need something just... |
commit | commitdiff | tree | snapshot |
2000-11-02 |
William A.... | Cause the command line version of mpm_winnt to do... |
commit | commitdiff | tree | snapshot |
2000-11-02 |
Greg Stein | Simplify the configuration mechanisms for threading... |
commit | commitdiff | tree | snapshot |
2000-11-02 |
Jeff Trawick | Get rid of some warnings on Solaris 8 by using APR... |
commit | commitdiff | tree | snapshot |
2000-11-01 |
Joshua Slive | Bring forward from 1.3. Some of this is obviously... |
commit | commitdiff | tree | snapshot |
2000-11-01 |
Joshua Slive | Fix in regex example. |
commit | commitdiff | tree | snapshot |
2000-11-01 |
Jeff Trawick | Create the pool bucket after we know the true length... |
commit | commitdiff | tree | snapshot |
2000-11-01 |
Jeff Trawick | Don't include a '\0' in the header. (I'm still seeing... |
commit | commitdiff | tree | snapshot |
2000-11-01 |
Sascha Schumann | Comment fixes.. just to get them out of my tree |
commit | commitdiff | tree | snapshot |
2000-11-01 |
Joshua Slive | Update the main doc page to a two-column format, and... |
commit | commitdiff | tree | snapshot |
2000-11-01 |
Jeff Trawick | Get rid of a couple of buff calls by manipulating the... |
commit | commitdiff | tree | snapshot |
2000-11-01 |
Jeff Trawick | Fix a buglet in the APR-ization of ap_lingering_close... |
commit | commitdiff | tree | snapshot |
2000-11-01 |
Jeff Trawick | Prevent a compile warning on FreeBSD by making pointers... |
commit | commitdiff | tree | snapshot |
2000-11-01 |
Ryan Bloom | Forgot one variable when I re-created the patch. |
commit | commitdiff | tree | snapshot |
2000-11-01 |
Ryan Bloom | Fix canned-errors and OPTIONS requests, so that we... |
commit | commitdiff | tree | snapshot |
2000-11-01 |
Ryan Bloom | Stop always allocating 8k for each request. We now... |
commit | commitdiff | tree | snapshot |
2000-11-01 |
Ryan Bloom | Clean up the http filter a lot. Instead of sending... |
commit | commitdiff | tree | snapshot |
next |