| Commit message (Expand) | Author | Age | Files | Lines |
* | stop using apr_sockaddr_port_get() accessor function, as it will | Jeff Trawick | 2003-12-05 | 1 | -1/+1 |
* | * modules/dav/main/mod_dav.c (dav_method_copymove): For a 401 on the | Joe Orton | 2003-11-25 | 1 | -0/+9 |
* | * modules/dav/main/util.c (dav_validate_resource_state): Simplify weak | Joe Orton | 2003-11-25 | 1 | -11/+4 |
* | get rid of _FOREACH | Cliff Woolley | 2003-11-16 | 1 | -1/+4 |
* | switch to APR 1.0 API (which is still in flux) | Jeff Trawick | 2003-09-03 | 2 | -3/+3 |
* | axe some warnings: | Cliff Woolley | 2003-08-28 | 2 | -3/+1 |
* | drop the test, whether apr_brigade_create returns NULL. It does never | André Malo | 2003-08-06 | 1 | -40/+33 |
* | use bucket brigades directly when reading PUT data. This avoids | André Malo | 2003-08-06 | 1 | -35/+52 |
* | Switch ap_filter_flush() to ap_pass_brigade(). This removes a layer of | Greg Stein | 2003-07-16 | 1 | -2/+6 |
* | Have mod_dav deal with errors that happen during a streamy provider | Greg Stein | 2003-06-19 | 1 | -5/+28 |
* | Fix a crasher introduced on June 3. | Greg Stein | 2003-06-19 | 1 | -1/+2 |
* | mod_dav improvement: make dav_method_propfind stream its response, | Greg Stein | 2003-06-04 | 2 | -67/+148 |
* | mod_dav providers define a 'can_be_activity' callback. Unfortunately, | Sander Striker | 2003-05-21 | 1 | -0/+9 |
* | Fix a problem with namespace mappings being dropped in mod_dav_fs; | Jeff Trawick | 2003-05-02 | 1 | -2/+1 |
* | Fix a typo in the weak entity check. The prefix is W/" not "W/. | Justin Erenkrantz | 2003-04-22 | 1 | -8/+6 |
* | After discussions at length on dev@apr/httpd, it is determined that | William A. Rowe Jr | 2003-03-11 | 2 | -21/+3 |
* | After consultations on the APR list, it was decided that /map files are | William A. Rowe Jr | 2003-02-20 | 2 | -10/+10 |
* | foo.dbgmark turned out to be the same 8.3 name as foo.dbg itself, which | William A. Rowe Jr | 2003-02-18 | 2 | -4/+4 |
* | *) Introduce debugging symbols for Win32 release builds, both .pdb | William A. Rowe Jr | 2003-02-07 | 2 | -12/+30 |
* | Fix up load dependancies to avoid LoadModule ordering | Bradley Nicholes | 2003-02-06 | 2 | -0/+2 |
* | finished that boring job: | André Malo | 2003-02-03 | 13 | -13/+13 |
* | fix misuse of const in a recent commit | Jeff Trawick | 2003-01-31 | 1 | -6/+9 |
* | Allow mod_dav to do weak entity comparison function rather than a strong | Justin Erenkrantz | 2003-01-29 | 1 | -1/+28 |
* | Fix If header parsing when a non-mod_dav lock token is passed to it. We'll | Justin Erenkrantz | 2003-01-29 | 1 | -2/+10 |
* | Missed a word in a comment. | Justin Erenkrantz | 2003-01-23 | 1 | -1/+1 |
* | Create a subpool when we open the propdb, but we can't clear it until the rest | Justin Erenkrantz | 2003-01-23 | 1 | -4/+9 |
* | Catch up with the changes to apr/build/win32ver.awk and name all loadable | William A. Rowe Jr | 2003-01-20 | 2 | -4/+4 |
* | Add mod_dav_lock to the NetWare build | Bradley Nicholes | 2003-01-17 | 1 | -0/+262 |
* | When unlocking, the auto-checkin code does not need to refer to the | Greg Stein | 2003-01-07 | 1 | -5/+5 |
* | Um, that should have been a 'no' - you should have to explicitly enable | Justin Erenkrantz | 2003-01-06 | 1 | -7/+1 |
* | Add a generic locking provider to DAV - mod_dav_lock. Other DAV providers | Justin Erenkrantz | 2003-01-05 | 6 | -0/+1508 |
* | Per Greg's request, add a version string component to the ap_provider.h | Justin Erenkrantz | 2002-11-30 | 1 | -2/+2 |
* | Detabbify. With extreme prejudice. | William A. Rowe Jr | 2002-10-29 | 9 | -2263/+2261 |
* | Adding the current version string to the link of each NLM | Bradley Nicholes | 2002-10-17 | 2 | -2/+2 |
* | Updating the NLM descriptions in the NetWare make files | Bradley Nicholes | 2002-10-16 | 1 | -1/+1 |
* | Code a bit more defensively. If dav_lookup_uri() ever placed user | Greg Stein | 2002-10-16 | 1 | -4/+4 |
* | Allow CGI scripts that use POST and mod_dav to exist in the same location. | Ryan Bloom | 2002-09-30 | 1 | -3/+13 |
* | Add ap_register_provider and ap_lookup_provider functions which resolve | Justin Erenkrantz | 2002-09-20 | 1 | -22/+4 |
* | If a body arrives with an OPTIONS request, and it contains an | Greg Stein | 2002-09-19 | 1 | -1/+1 |
* | We need to set r->handler to indicate that we'll be handling the | Greg Stein | 2002-09-17 | 1 | -28/+50 |
* | Simplify mod_dav's handler. | Greg Stein | 2002-09-06 | 1 | -58/+32 |
* | Switch hook from type_checker to fixups. | Justin Erenkrantz | 2002-09-05 | 1 | -4/+2 |
* | Allow mod_dav to be involved with sub-requests. | Justin Erenkrantz | 2002-09-05 | 1 | -2/+2 |
* | catch up with the apr_atoll -> apr_atoi64 rename | William A. Rowe Jr | 2002-08-03 | 1 | -4/+4 |
* | In some application environments, the mod_dav hook structures are | Greg Stein | 2002-07-25 | 4 | -2/+56 |
* | Replace atol() calls which should return long long with apr_atoll() calls. | Wilfredo Sanchez | 2002-07-24 | 1 | -5/+4 |
* | Continue the Bill Rowe apr_size_t crusade. | Victor J. Orlikowski | 2002-07-10 | 2 | -6/+5 |
* | Renames Pending: | Ian Holsman | 2002-07-06 | 1 | -1/+1 |
* | Prevent us from getting stuck in a NULL provider hash. | William A. Rowe Jr | 2002-06-28 | 1 | -0/+5 |
* | Whoops... removal of the last compat was just this bit premature. | William A. Rowe Jr | 2002-06-23 | 2 | -8/+8 |