summaryrefslogtreecommitdiff
path: root/modules/dav
Commit message (Expand)AuthorAgeFilesLines
* No functional change: remove "internal" tab spacing/formatting.Jim Jagielski2005-11-161-36/+36
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-108-91/+91
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-102-528/+528
* * Fix a null pointer dereference in dav_method_mkcol during the handling ofRuediger Pluem2005-11-051-1/+1
* Fix handling of unknown state tokens in If headers:Joe Orton2005-10-302-5/+18
* Doxygen fixup / cleanupIan Holsman2005-08-283-9/+28
* fix 64bit build warnings in modules/davAndreas Steinmetz2005-08-236-27/+27
* Reintroduce stack frame construction with /Oy- (removal was implied by /O2).William A. Rowe Jr2005-05-152-2/+2
* Link to the correct socket library depending on which one is selectedBradley Nicholes2005-04-181-1/+6
* Update the NetWare dav.imp export/import file according to the DAV_DECLARE's ...Bradley Nicholes2005-04-111-5/+13
* Update the mod_dav import file for NetWareBradley Nicholes2005-04-081-16/+44
* * modules/dav/main/mod_dav.h: Wrap all public functions inJustin Erenkrantz2005-02-258-124/+155
* Improve interaction with caches in mod_dav.Sander Striker2005-02-141-0/+7
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-0416-16/+32
* FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!William A. Rowe Jr2005-01-021-1/+1
* Allow APR to exist and build outside of the httpd/srclib file structureBradley Nicholes2004-11-303-9/+6
* Remove the .cvsignore files.Joe Orton2004-11-193-60/+0
* * modules/dav/fs/lock.c (dav_fs_refresh_locks): Fix SEGV on refresh ofJoe Orton2004-09-121-6/+6
* * modules/dav/fs/lock.c (dav_size_indirect): Fix indirect lock recordJoe Orton2004-09-121-2/+2
* Eliminate the redundant compiler rulesBradley Nicholes2004-06-011-3/+1
* use new apr_strtoff function to parse PUT ranges correctly.André Malo2004-05-251-6/+18
* * modules/dav/main/mod_dav.c (dav_method_put): Fix segfaultJoe Orton2004-05-211-1/+1
* Fix the XLFLAGS define in the NetWare makefiles so that the contents are adde...Bradley Nicholes2004-04-282-2/+0
* Fix up the DAV import/export files for the NetWare buildBradley Nicholes2004-04-281-19/+28
* mod_dav: Fix a problem that could cause crashes when manipulatingJeff Trawick2004-03-191-1/+1
* Forward-port from mod_dav 1.0:Joe Orton2004-03-141-1/+1
* repos.c: In function `dav_fs_copymove_file':André Malo2004-03-141-4/+3
* Fix litmus test copy_nodestcoll; 2518 requires that MKCOL MUST failJoe Orton2004-03-131-0/+5
* Forward-port from mod_dav 1.0: maintain the {DAV:}executable propertyJoe Orton2004-03-131-2/+30
* * modules/dav/fs/repos.c (MAP_IO2HTTP): New macro.Joe Orton2004-03-121-21/+18
* * modules/dav/fs/repos.c (dav_fs_copymove_file): Update for the factJoe Orton2004-03-111-4/+4
* * modules/dav/main/mod_dav.c (dav_finish_multistatus): New function;Joe Orton2004-03-111-9/+17
* Allow make files to create a cc.opt compiler options file per NLM rather than...Bradley Nicholes2004-03-071-2/+3
* fix name of The Apache Software FoundationAndré Malo2004-02-0916-16/+16
* fix copyright dates according to the first check inAndré Malo2004-02-083-3/+3
* apply Apache License, Version 2.0André Malo2004-02-068-392/+80
* apply Apache License, version 2.0André Malo2004-02-068-392/+80
* * modules/dav/main/mod_dav.c (dav_handler): Reject request if theJoe Orton2004-01-081-0/+10
* update license to 2004.André Malo2004-01-0116-16/+16
* stop using apr_sockaddr_port_get() accessor function, as it willJeff Trawick2003-12-051-1/+1
* * modules/dav/main/mod_dav.c (dav_method_copymove): For a 401 on theJoe Orton2003-11-251-0/+9
* * modules/dav/main/util.c (dav_validate_resource_state): Simplify weakJoe Orton2003-11-251-11/+4
* get rid of _FOREACHCliff Woolley2003-11-161-1/+4
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-032-3/+3
* axe some warnings:Cliff Woolley2003-08-282-3/+1
* drop the test, whether apr_brigade_create returns NULL. It does neverAndré Malo2003-08-061-40/+33
* use bucket brigades directly when reading PUT data. This avoidsAndré Malo2003-08-061-35/+52
* Switch ap_filter_flush() to ap_pass_brigade(). This removes a layer ofGreg Stein2003-07-161-2/+6
* Have mod_dav deal with errors that happen during a streamy providerGreg Stein2003-06-191-5/+28
* Fix a crasher introduced on June 3.Greg Stein2003-06-191-1/+2