[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

ra_dav refactoring: approaching branch merge-back point

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2006-12-11 16:36:38 CET

After my series of commits from last weekend, the ra_dav-refactoring
branch is approaching 'completion': Almost all changes I intended have
been incorporated (except for the point addressed in my mail from last
night).

These points have been addressed:

- Reduced Neon type useage (which need manual tracking and destruction)
- Eliminated all marshalling of errors through the Neon layer in xml callbacks
  (making sure we leak no more).
- Reduced integration between internal ra_dav APIs and Neon's public API
- Eliminated necessity for Neon request callbacks to attach custom error
  parser to Neon requests.
- Moved from manual allocation of requests into the 2 neon sessions to
  automatic session selection.
- Separated locking code into a dedicated file.
- Code simplifications by reducing the number of manually destructed resources.

Code review of the branch diff is most welcome!

Without any comments, I'll merge the branch to trunk one week after
the last commit (I may commit some minor cleanups in the days to come)
meaning it won't happen before next week.

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 11 16:36:54 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.