]> granicus.if.org Git - apache/history - modules/dav
FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!
[apache] / modules / dav /
2005-01-02 William A. Rowe Jr FINALLY Correct ap_http_method()! It is NOT a method...
2004-11-30 Bradley NicholesAllow APR to exist and build outside of the httpd/srcli...
2004-11-19 Joe OrtonRemove the .cvsignore files.
2004-09-12 Joe Orton* modules/dav/fs/lock.c (dav_fs_refresh_locks): Fix...
2004-09-12 Joe Orton* modules/dav/fs/lock.c (dav_size_indirect): Fix indire...
2004-06-01 Bradley NicholesEliminate the redundant compiler rules
2004-05-25 André Malouse new apr_strtoff function to parse PUT ranges correctly.
2004-05-21 Joe Orton* modules/dav/main/mod_dav.c (dav_method_put): Fix...
2004-04-28 Bradley NicholesFix the XLFLAGS define in the NetWare makefiles so...
2004-04-28 Bradley NicholesFix up the DAV import/export files for the NetWare...
2004-03-19 Jeff Trawickmod_dav: Fix a problem that could cause crashes when...
2004-03-14 Joe OrtonForward-port from mod_dav 1.0:
2004-03-14 André Malorepos.c: In function `dav_fs_copymove_file':
2004-03-13 Joe OrtonFix litmus test copy_nodestcoll; 2518 requires that...
2004-03-13 Joe OrtonForward-port from mod_dav 1.0: maintain the {DAV:}execu...
2004-03-12 Joe Orton* modules/dav/fs/repos.c (MAP_IO2HTTP): New macro.
2004-03-11 Joe Orton* modules/dav/fs/repos.c (dav_fs_copymove_file): Update...
2004-03-11 Joe Orton* modules/dav/main/mod_dav.c (dav_finish_multistatus...
2004-03-07 Bradley NicholesAllow make files to create a cc.opt compiler options...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-02-06 André Maloapply Apache License, version 2.0
2004-01-08 Joe Orton* modules/dav/main/mod_dav.c (dav_handler): Reject...
2004-01-01 André Maloupdate license to 2004.
2003-12-05 Jeff Trawickstop using apr_sockaddr_port_get() accessor function...
2003-11-25 Joe Orton* modules/dav/main/mod_dav.c (dav_method_copymove)...
2003-11-25 Joe Orton* modules/dav/main/util.c (dav_validate_resource_state...
2003-11-16 Cliff Woolleyget rid of _FOREACH
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-08-28 Cliff Woolleyaxe some warnings:
2003-08-06 André Malodrop the test, whether apr_brigade_create returns NULL...
2003-08-06 André Malouse bucket brigades directly when reading PUT data...
2003-07-16 Greg SteinSwitch ap_filter_flush() to ap_pass_brigade(). This...
2003-06-19 Greg SteinHave mod_dav deal with errors that happen during a...
2003-06-19 Greg SteinFix a crasher introduced on June 3.
2003-06-03 Greg Steinmod_dav improvement: make dav_method_propfind stream...
2003-05-20 Sander Strikermod_dav providers define a 'can_be_activity' callback...
2003-05-02 Jeff TrawickFix a problem with namespace mappings being dropped...
2003-04-22 Justin ErenkrantzFix a typo in the weak entity check. The prefix is...
2003-03-11 William A. Rowe Jr After discussions at length on dev@apr/httpd, it...
2003-02-20 William A. Rowe Jr After consultations on the APR list, it was decided...
2003-02-18 William A. Rowe Jr foo.dbgmark turned out to be the same 8.3 name as...
2003-02-07 William A. Rowe Jr *) Introduce debugging symbols for Win32 release...
2003-02-06 Bradley NicholesFix up load dependancies to avoid LoadModule ordering
2003-02-03 André Malofinished that boring job:
2003-01-31 Jeff Trawickfix misuse of const in a recent commit
2003-01-29 Justin ErenkrantzAllow mod_dav to do weak entity comparison function...
2003-01-29 Justin ErenkrantzFix If header parsing when a non-mod_dav lock token...
2003-01-23 Justin ErenkrantzMissed a word in a comment.
2003-01-23 Justin ErenkrantzCreate a subpool when we open the propdb, but we can...
2003-01-20 William A. Rowe Jr Catch up with the changes to apr/build/win32ver.awk...
2003-01-16 Bradley NicholesAdd mod_dav_lock to the NetWare build
2003-01-07 Greg SteinWhen unlocking, the auto-checkin code does not need...
2003-01-06 Justin ErenkrantzUm, that should have been a 'no' - you should have...
2003-01-04 Justin ErenkrantzAdd a generic locking provider to DAV - mod_dav_lock...
2002-11-30 Justin ErenkrantzPer Greg's request, add a version string component...
2002-10-29 William A. Rowe Jr Detabbify. With extreme prejudice.
2002-10-16 Bradley NicholesAdding the current version string to the link of each NLM
2002-10-16 Bradley NicholesUpdating the NLM descriptions in the NetWare make files
2002-10-15 Greg SteinCode a bit more defensively. If dav_lookup_uri() ever...
2002-09-30 Ryan BloomAllow CGI scripts that use POST and mod_dav to exist...
2002-09-20 Justin ErenkrantzAdd ap_register_provider and ap_lookup_provider functio...
2002-09-19 Greg SteinIf a body arrives with an OPTIONS request, and it conta...
2002-09-17 Greg SteinWe need to set r->handler to indicate that we'll be...
2002-09-06 Greg SteinSimplify mod_dav's handler.
2002-09-05 Justin ErenkrantzSwitch hook from type_checker to fixups.
2002-09-05 Justin ErenkrantzAllow mod_dav to be involved with sub-requests.
2002-08-03 William A. Rowe Jr catch up with the apr_atoll -> apr_atoi64 rename
2002-07-25 Greg SteinIn some application environments, the mod_dav hook...
2002-07-24 Wilfredo SanchezReplace atol() calls which should return long long...
2002-07-10 Victor J. OrlikowskiContinue the Bill Rowe apr_size_t crusade.
2002-07-06 Ian HolsmanRenames Pending:
2002-06-28 William A. Rowe Jr Prevent us from getting stuck in a NULL provider...
2002-06-23 William A. Rowe Jr Whoops... removal of the last compat was just this...
2002-06-23 William A. Rowe Jr The real pain. ap->apr xml and text types.
2002-06-23 William A. Rowe Jr That's apr, not ap (any longer)
2002-06-07 Ryan BloomCall ap_discard_request_body from ap_finalize_request...
2002-06-05 William A. Rowe Jr cvs up/diff gets pretty hard to track with vc7 builds.
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-04-08 Jeff Trawickfix the function name in the prototype for dav_get_sear...
2002-04-06 Sander StrikerAdd DASL(SEARCH) support to mod_dav.
2002-04-06 Greg SteinPort over some fixes to mod_dav 1.0 so that the Apache...
2002-03-29 Cliff WoolleyBUCKET FREELISTS
2002-03-21 Sander StrikerUpdate callers of apr_explode_gmt to apr_time_exp_gmt...
2002-03-20 Bill StoddardCommit 1 of 2 to:
2002-03-20 Bill StoddardFirst commit to introduce accessor function to set...
2002-03-19 Greg SteinThe underlying change here was to add the new WebDAV...
2002-03-18 Greg SteinChange the REPORT handling APIs to deliver the content...
2002-03-16 William A. Rowe Jr Eliminate potential ap_server_root_relative segfaults...
2002-03-14 Bradley NicholesImport file for NetWare
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-08 Greg Stein* mod_dav.c (dav_handle_err): look through the error...
2002-03-07 Sander StrikerBig style patch.
2002-03-06 Ian Holsmanapr-utils rename apr_ansi_time_to_apr_time and
2002-03-01 Bradley NicholesSwitching from a project build file to GNU make files
2002-03-01 Greg SteinGive mod_dav the ability to output both standard and...
2002-02-09 Greg SteinGet rid of the DAVParam support. That was a concept...
2002-01-27 Greg SteinAPR might not return everything we're asking for. Let...
next