2000-11-21 |
Jeff Trawick | ignore generated files .libs and *.la |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Joshua Slive | Link up the new platform directory. It still needs... |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Jeff Trawick | Get rid of apr_create_tcp_socket() reference. |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Greg Ames | Add partial write support for apr_sendfile to core_outp... |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Ryan Bloom | Get the version number bumped to 2.0a8 |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Ryan Bloom | The Announcement for a8 |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Ryan Bloom | Get SetFilter working with MIME-types again and update... |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Chuck Murcko | Restore Ryan's original intent in ap_proxy_doconnect... |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Joshua Slive | Clean up core.html a little. |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Joshua Slive | Remove some obsolete docs. |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Ryan Bloom | Add some docs to the common MPM directives. |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Ryan Bloom | Add the MPM docs to the index-bytype front page. |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Joshua Slive | Add the perchild MPM docs and do a little bit of cleanup. |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Ryan Bloom | Update the SetFilter directive to work with Handlers... |
commit | commitdiff | tree | snapshot |
2000-11-19 |
William A.... | Disable two features, with warnings, if a relatively... |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Ryan Bloom | Add a directive to mod_mime which allows people to... |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Jeff Trawick | Call apr_create_socket() instead of apr_create_tcp_sock... |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Jeff Trawick | Change apr_bind() to take apr_sockaddr_t. |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Joshua Slive | Add an outline for mpm_winnt.html. |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Joshua Slive | Remove more of the directives that moved to mpm_common... |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Joshua Slive | Woops, I just discovere UNIX_DAEMON_COMMANDS and LISTEN... |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Joshua Slive | Using an mpm_common.html file for the common directives... |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Greg Stein | clean out some liveprop hooks which are now handled... |
commit | commitdiff | tree | snapshot |
2000-11-18 |
Jeff Trawick | Add apr_get_sockaddr() for getting the address of one... |
commit | commitdiff | tree | snapshot |
2000-11-18 |
Ryan Bloom | Fix an error message since we are using common code... |
commit | commitdiff | tree | snapshot |
2000-11-18 |
Ryan Bloom | Remove some common code in adding filters to either... |
commit | commitdiff | tree | snapshot |
2000-11-18 |
Ryan Bloom | Begin to remove some of the cache-ing logic from the... |
commit | commitdiff | tree | snapshot |
2000-11-18 |
David Reid | Change references of AF_ to reflect APR_ so they should... |
commit | commitdiff | tree | snapshot |
2000-11-18 |
William A.... | Cleanup a signed/unsigned warning |
commit | commitdiff | tree | snapshot |
2000-11-18 |
William A.... | Cleanup more compiler warnings. |
commit | commitdiff | tree | snapshot |
2000-11-18 |
William A.... | Extern symbols (per the warning) belong elsewhere... |
commit | commitdiff | tree | snapshot |
2000-11-18 |
William A.... | As promised, and discussed on new-httpd, goodbye... |
commit | commitdiff | tree | snapshot |
2000-11-18 |
Jeff Trawick | remove unused variable |
commit | commitdiff | tree | snapshot |
2000-11-18 |
William A.... | Clean up some timeout arg warnings |
commit | commitdiff | tree | snapshot |
2000-11-18 |
William A.... | Some signedness issues - consistify the size_t references |
commit | commitdiff | tree | snapshot |
2000-11-18 |
Ryan Bloom | Get Multi-Views working again. It wasn't working becau... |
commit | commitdiff | tree | snapshot |
2000-11-18 |
Ryan Bloom | Fix 204 handling. This moves some logic that used... |
commit | commitdiff | tree | snapshot |
2000-11-18 |
Ryan Bloom | More proxy fixes. There are still some bugs in this... |
commit | commitdiff | tree | snapshot |
2000-11-18 |
Greg Stein | add some docco from John Vasta |
commit | commitdiff | tree | snapshot |
2000-11-17 |
Joshua Slive | Suggestion of files to delete from httpd-docs-2.0. |
commit | commitdiff | tree | snapshot |
2000-11-17 |
Joshua Slive | I forgot one change for the start of the MPM docs. |
commit | commitdiff | tree | snapshot |
2000-11-17 |
Joshua Slive | First attempt at MPM documentation. Feedback appreciat... |
commit | commitdiff | tree | snapshot |
2000-11-17 |
William A.... | Just style nits before someone goes and does somethin... |
commit | commitdiff | tree | snapshot |
2000-11-17 |
Ryan Bloom | First pass at a set of caching filters and handlers... |
commit | commitdiff | tree | snapshot |
2000-11-17 |
Chuck Murcko | fix apr_getaddrinfo() call |
commit | commitdiff | tree | snapshot |
2000-11-17 |
Bill Stoddard | Get rid of a bit more BUFF cruft in mpm_winnt.c |
commit | commitdiff | tree | snapshot |
2000-11-17 |
Bill Stoddard | Make function definition agree with the declaration... |
commit | commitdiff | tree | snapshot |
2000-11-17 |
Jeff Trawick | APR: Change apr_connect() to take apr_sockaddr_t instea... |
commit | commitdiff | tree | snapshot |
2000-11-17 |
Jeff Trawick | Get exports.c symbols to compile even if the declaratio... |
commit | commitdiff | tree | snapshot |
2000-11-17 |
Ryan Bloom | This removes all BUFF's from the HTTP proxy. This... |
commit | commitdiff | tree | snapshot |
2000-11-17 |
Joshua Slive | Yet another broken link. |
commit | commitdiff | tree | snapshot |
2000-11-16 |
Joshua Slive | Bring a couple typo fixes forward from 1.3. |
commit | commitdiff | tree | snapshot |
2000-11-16 |
Jeff Trawick | add apr_create_socket to the list of symbols |
commit | commitdiff | tree | snapshot |
2000-11-16 |
Jeff Trawick | Update httpd.exp for recent symbol changes. |
commit | commitdiff | tree | snapshot |
2000-11-16 |
Greg Stein | use apr_size_t and a few minor tweaks |
commit | commitdiff | tree | snapshot |
2000-11-16 |
Ryan Bloom | Make the proxy work with filters. We are still using... |
commit | commitdiff | tree | snapshot |
2000-11-16 |
Greg Stein | use apr_size_t |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Ryan Bloom | Do not send a content-length if and only if this is... |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Joshua Slive | First stab at a STATUS file for httpd-docs-2.0. |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Tony Finch | Make cgi-bin work as a regular directory when using... |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Greg Stein | Apply a patch from John Vasta for adding (some/more... |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Joshua Slive | Hmmm... It appears that there were some translation... |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Joshua Slive | Bring the "it worked" pages in 2.0 in sync with the... |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Ryan Bloom | Remove BUFF from the CONNECT handler. This works as... |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Ryan Bloom | Get the proxy to look at requests that are being proxie... |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Joshua Slive | Typo in example. |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Allan K. Edwards | repair cgi's on Windows |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Chuck Murcko | Changes for previous ap_proxy_doconnect() calling |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Ryan Bloom | Get the proxy working again. With this change in,... |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Chuck Murcko | Simplify ap_proxy_doconnect(); now returns apr_status_t |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Jeff Trawick | Ignore generated file pcre.h. |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Jeff Trawick | Get "make install" to work on Tru64. |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Ryan Bloom | Remove the change from earlier tonight to not send... |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Ryan Bloom | Stop the default_handler from trying to deal with HEAD... |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Ryan Bloom | Make the header filter decide if a body should be sent... |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Ryan Bloom | If the content-length is zero, then we don't output... |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Ryan Bloom | Associate a pool with the pool bucket so that it serves... |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Ryan Bloom | Add the referer to the error log if one is available. |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Jeff Trawick | Include ap_config.h to get the definition of AP_DECLARE... |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Jeff Trawick | Get http_core to compile again after the last change. |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Ryan Bloom | Port mod_info to 2.0. This is basically a complete... |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Ryan Bloom | We can not use heap buckets for data that was allocated... |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Jeff Trawick | Get rid of warning on Tru64: |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Ryan Bloom | Get the default_handler to use the bucket code directly... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Bill Stoddard | Update coalesce filter to use heap buckets rather than... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Ryan Bloom | Get send the content-type header sent correctly for... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Ryan Bloom | Update the httpd.exp file. |
commit | commitdiff | tree | snapshot |
2000-11-13 |
William A.... | Win32 symlink (NTFS Junction) support for mod_rewrite |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Ryan Bloom | Fix type complaints on Xlc. |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Ryan Bloom | The core handler should never close a file, because... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Ryan Bloom | Get the hints file working on Linux. This also gets... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Jeff Trawick | Change mod_rewrite's tilde expansion to use apr_get_hom... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Jeff Trawick | Clean up some of the warnings from a Tru64 build, mostl... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Ryan Bloom | Get SINGLE_LISTEN_UNSERIALIZED_ACCEPT working again... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Jeff Trawick | add apr_get_home_directory(), teach mod_userdir to... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Joshua Slive | Fix a few broken links. |
commit | commitdiff | tree | snapshot |
2000-11-12 |
Joshua Slive | Typo in mod_rewrite.html. |
commit | commitdiff | tree | snapshot |
2000-11-11 |
Ryan Bloom | The whole proxy compiles cleanly now. Now we need... |
commit | commitdiff | tree | snapshot |
2000-11-11 |
Ryan Bloom | proxy_ftp and proxy_http both compile now. Not tested... |
commit | commitdiff | tree | snapshot |
2000-11-11 |
Ryan Bloom | Make proxy_connect.c compile cleanly again. Not sure... |
commit | commitdiff | tree | snapshot |
next |