Timeline
Not logged in

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

14 check-ins using file src/main.c version 72d81810eb

2018-07-25
11:25
Enhance the webpage_error() routine to show the complete calling environment to authorized users. Also, continuing work on forum. check-in: 5fcf49f104 user: drh tags: forum-v2
2018-07-24
23:37
Forum posts appear in the timeline. The /info command displays posts. check-in: 449f06c296 user: drh tags: forum-v2
22:21
Fix describe_artifact so that it understands forum posts. check-in: 318b7c5af8 user: drh tags: forum-v2
22:05
Update the built-in SQLite to the latest trunk version that includes enhancements that allow a CREATE INDEX statement to occur without interrupting a running SELECT statement. This is important for correct operation of "fossil rebuild" since the forumpost table is created on demand in the middle of a query over the blob table. check-in: e2d87cdd76 user: drh tags: forum-v2
22:01
Always unlink prepared statements from the Stmt list prior to finalizing them. This prevents an error in db_finalize() from triggering a rollback and hence a recursive call to sqlite3_finalize(). check-in: 42d821a714 user: drh tags: forum-v2
19:44
Work toward pages to enter forum posts. This is an incremental check-in to save state and definitely does not work. check-in: 7b5099ea44 user: drh tags: forum-v2
13:30
Revamp the /register page for added security. Require entry of a display name and email address. Validate the email address format and check for duplicate email addresses. check-in: d8b20a555f user: drh tags: forum-v2
02:14
Typo fixes. check-in: 452be61b2d user: drh tags: forum-v2
2018-07-23
10:39
Merge enhancements from trunk. check-in: fd7a2f4c43 user: drh tags: forum-v2
2018-07-22
21:10
In debug config, reference the compiled sources; this allows stepping through the actual code in the debugger check-in: 58bf02d127 user: ashepilko tags: trunk
20:04
Set debug defines in CFLAGS when in debug config, so it applies project wide check-in: eb0f689dcc user: ashepilko tags: trunk
19:16
Install by copy; covers case when install destination is on a different volume check-in: 449c6fd749 user: ashepilko tags: trunk
18:59
Untested change to get "fossil server --scgi" working again on Windows. check-in: 861fc11e8a user: drh tags: trunk
18:58
New options to the "fossil http" command: --in FILE, --out FILE, --ipaddr ADDRESS, and --nodelay. Use the --in, --out, and --inaddr options for subprocesses that handle HTTP requests via file I/O. This replaced the older and undocumented form of the "fossil http" command that accepted extra arguments. Use the --nodelay option to prevent length... check-in: 52943029e2 user: drh tags: trunk