/ Changes On Branch server-edition
Login

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

Changes In Branch server-edition Excluding Merge-Ins

This is equivalent to a diff from b9a58daca8 to 093b9108ea

2017-06-28
20:21
Merge tserver fixes with this branch. (check-in: 58a0aab8fd user: dan tags: server-process-edition)
20:12
Fix bugs in test program tserver.c. (Leaf check-in: 093b9108ea user: dan tags: server-edition)
2017-06-20
19:20
Ensure that test tool "tserver" finalizes all statements before attempting to close a database handle. (check-in: d8568aacf0 user: dan tags: server-edition)
2017-05-06
17:12
Fix requirements marks and harmless compiler warnings. (check-in: 198ff4c01d user: drh tags: trunk)
16:04
Update this branch with latest trunk changes. (check-in: ed6bad67f5 user: dan tags: server-edition)
2017-05-04
11:13
Fix a collision of the "B0" identifier name between the termios.h header file and the SHA3 implementation in the shell. (check-in: b9a58daca8 user: drh tags: trunk)
2017-05-03
19:36
Remove the unused "sqlite3_stack_used" TCL command from the test harness. (check-in: e24b73820c user: drh tags: trunk)

Changes to main.mk.

Changes to src/btree.c.

Changes to src/pager.c.

Changes to src/pager.h.

Added src/server.c.

Added src/server.h.

Changes to src/sqlite.h.in.

Changes to src/sqliteInt.h.

Changes to src/vdbeaux.c.

Changes to src/wal.c.

Changes to src/wal.h.

Changes to test/permutations.test.

Added test/server2.test.

Added test/server3.test.

Added test/servercrash.test.

Added test/serverwal.test.

Changes to test/tester.tcl.

Changes to tool/mksqlite3c.tcl.

Added tool/tserver.c.