Fossil

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

18 check-ins using file src/main.c version 509ef6e6c8

2012-02-14
01:48
Improved description of tag changes in the EVENT table, and hence on the timeline. check-in: 7367cec4c8 user: drh tags: trunk
2012-02-13
22:50
Collect the various file-scope variables used by the "db.c" module into a single structure. This is code cleanup. There are no functional changes. check-in: a537c99531 user: drh tags: trunk
20:19
Update to the latest version of SQLite, which among other things, includes the fix for unix whereby the umask is ignored when creating journal files. That means that any process that has write permission on a repository should be able to recover hot journals. check-in: 0a72346109 user: drh tags: trunk
09:48
minor cleanups in some of the ajax test code. check-in: 7716c98520 user: stephan tags: trunk
2012-02-12
12:41
moved an incorrectly placed assertion in (json wiki save). check-in: 4272d03e32 user: stephan tags: trunk
11:30
Usage text correction (wrong parameter name) in (json report get). check-in: 53ba1f2950 user: stephan tags: trunk
11:04
minor doc clarification for the previous commit. check-in: f42096f7ca user: stephan tags: trunk
10:58
(json wiki save) now returns the results of (json wiki get) but without the page content. check-in: 70ea765873 user: stephan tags: trunk
10:42
(json wiki get) now supports returning the page metadata without the content. Fixed an arg-forwarding bug in json_find_option_cstr() which caused long-form args to be ignored. check-in: 913e0b6628 user: stephan tags: trunk
2012-02-11
21:28
Fix to the unix makefile so that it looks in the OBJDIR directory for header files synthesized by makeheaders. check-in: 8718b3c6ab user: drh tags: trunk
21:23
Update the built-in SQLite version to the latest from trunk, including the patch that sets -wal and -shm files to have the same owner as the database when running as root. That patch help to avoid configuration problems on Fossil servers. check-in: 5ac8c0d713 user: drh tags: trunk
18:25
Further diff enhancements: Allow up to two diff-marks per line on a side-by-side diff. check-in: 937514b968 user: drh tags: trunk
2012-02-10
23:37
Record --backout and --cherrypick merges in the VMERGE table with IDs -2 and -1, respectively. On a --cherrypick merge, make the default check-in comment be the same as the check-in comment for the cherrypicked change. check-in: 9c28bca430 user: drh tags: trunk
23:16
Do not record a full-merge when the --backout option is used. check-in: b6710a0143 user: drh tags: trunk
23:05
Merge in the code that optionally runs a TH1 script after each ticket edit. check-in: a9055964f3 user: drh tags: trunk
23:03
Merge in the Mistachkin SSL linking fix. check-in: f0635d4e03 user: drh tags: trunk
23:03
Merge in documentation updates. check-in: 75ea5ac672 user: drh tags: trunk
18:02
climb up the trunk. From up here, clarify wording of the "building and installing" wiki page: you don't need to log in to get the source code for released versions of fossil, the download page will have a shiny source package for you to fetch. Closed-Leaf check-in: 587dd57fe1 user: martin.weber tags: msw-docco