I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Compromise on server logic: 18 filesystem wrappers restored, each calling helper routine that contains core logic. More... over 23 years ago
* svn_string.h: No need to #include <svn_types.h> any more. Do #include <apr_pools.h>, however. (svn_string_t): Move the definition of this type here. * svn_types.h: #include <svn_string.h>. (svn_string_t): Definition removed. PR: Obtained from: Submitted by: Reviewed by: More... over 23 years ago
New parsing API, and underlying data structure. More... over 23 years ago
moved headers to include/ More... over 23 years ago
Rename symbols used to protect header files from multiple #inclusion so the symbols don't tread on the system C library's name space. PR: Obtained from: Submitted by: Reviewed by: More... over 23 years ago
oops, I meant vfprintf More... over 23 years ago
fix default warning handler More... over 23 years ago
add warning hook to policy structure, replace warning calls appropriately. More... over 23 years ago
tr/SVN_SUCCESS/SVN_NO_ERROR More... over 23 years ago
Get rid of annoying load-message pause. More... over 23 years ago
tweak-a tweak-a More... over 23 years ago
Specify that the VDelta data is encoded using MIME Base64. More... over 23 years ago
Major rewrite of Subversion Server logic: instead of 15 wrappered filesystem calls, we now have *one* filesystem wrapper that takes a svn_fsrequest_t structure as input. MUCH CLEANER. More... over 23 years ago
No subversion routine calls svn_handle_error() anymore; instead, warnings are created by generating & nesting a stack of errors of type SVN_WARNING. At the end of the routine, the batch (stack) is returned. Applications that have their own error-handling code should recognized the SVN_WARNING type and realize it's non-fatal. More... over 23 years ago
Fleshing out lots of server routines... much stuff. More... over 23 years ago
Make sure ChangeLog includes regular files in `.' as well. More... over 23 years ago
Added "make changelog" rule, runs cvs2cl.pl but only on certain subdirs, of which apr/ is not one. This makes ChangeLog generation much faster, which is good, since 90% of the time we're looking for a change that happened in Subversion. More... over 23 years ago
Deal with new apr/ situation. More... over 23 years ago
Added src_err field to error structure, changed calls to svn_create_error More... over 23 years ago
*) there are easier ways to concatenate C strings *) note: svn_wc_proplist_write() should probably take a const char * *) tweaks for new error handling More... over 23 years ago
Changed the way server inits; fixed other random typos. More... over 23 years ago
This Makefile will be generated automatically now. More... over 23 years ago
Okay, stringtest builds too. More... over 23 years ago
Got libsvn_string.so building... More... over 23 years ago
Got rid of SVN_RETURN_IF_ERROR() and SVN_RETURN_WRAPPED_ERROR() macros; expand to inline code everywhere they had been used. More... over 23 years ago
Removed FATAL flag from error structure. More... over 23 years ago
compile/build fixes More... over 23 years ago
compilation fixes More... over 23 years ago
tweak the macros so they bind properly within an enclosing if/else construct More... over 23 years ago
better msg More... over 23 years ago