Login
Changes To home
Login

Changes to "home" between 2013-07-25 07:16:06 and 2013-07-25 07:51:35

25
26
27
28
29
30
31
32





33
34

35
36
37
38
39
40
25
26
27
28
29
30
31

32
33
34
35
36
37

38
39
40
41
42
43
44







-
+
+
+
+
+

-
+







<h2>TODOs and Whatnot</h2>

You might want to get a coffee/tee/beer before starting through [https://docs.google.com/document/d/12g0s5A2TPX7-y47Nsw235rvsjcuh49TnHfMDB4ASvlo/view|the list].

<h2>"Rules" for Code Contributors</h2>

All code contributors must have a license waiver on file with DRH, as the hope is to eventually release this code as the next generation of Fossil. Non-code contributions are happily accepted from anyone.
   *  All code contributors must have a license waiver on file with DRH, as the hope is to eventually release this code as the next generation of Fossil. Non-code contributions are happily accepted from anyone.
   *  When working on bits which themselves write to the repository, e.g. creating checkins, please be exceedingly careful not to corrupt the db :-D.
   *  Please try to conform to the overall coding style (as laid out by Fossil v1).
   *  Don't bother using branches unless you really want to - the trunk has no stability guarantees and is very much in flux, so feel free to work there instead of a branch.
   *  There is nothing holy or sacred about this repo, so feel free to experiment.

Aside from that: hack at will. Don't bother using branches unless you really want to - the trunk has no stability guarantees and is very much in flux, so feel free to work there instead of a branch. Please try to conform to the overall coding style (as laid out by Fossil v1).
Aside from that: hack at will.

<h2>News</h2>

Notable changes...

   *  20120725: removed the per-instance allocator configuration - it is now library-wide. This simplified buffer usage and makes it legal to use them before instantiating a fossil context.