Posted
about 3 years
ago
by
drh
Allow optional "-" characters in the huge string argument to bid= on /timeline
so that when the hyperlink will have wrap opportunities when pasted into the
chat. (tags: trunk)
|
Posted
about 3 years
ago
by
mgagnon
Fix an unused var warning in windows (tags: nameofexe-appendvfs-check)
|
Posted
about 3 years
ago
by
wyoung
Calling db_open() to determine if a given repository is valid rather
than a hand-rolled sqlite3_open() call. This then allows us to call
db_looks_like_a_repository() to determine if the DB is a valid repo
rather than duplicate the checks it already
|
Posted
about 3 years
ago
by
stephan
Resolve the bug revealed in [forum:16880a28aad1a868 | forum post 16880a28aad1a868] in which the db_open() appendvfs check can misinteract with g.nameOfExe. This is in a branch until a Windows user can confirm that the g.nameOfExe change in main.c
|
Posted
about 3 years
ago
by
stephan
Resolve the bug revealed in [forum:16880a28aad1a868 | forum post 16880a28aad1a868] in which the db_open() appendvfs check can misinteract with g.nameOfExe. This is in a branch until a Windows user can confirm that the g.nameOfExe change in main.c
|
Posted
about 3 years
ago
by
mgagnon
*FORK* Since checkin [d8c32ebdff], file_fullexename() function is supported windows,
remove comment saying otherwize. (no code change) (tags: trunk)
|
Posted
about 3 years
ago
by
wyoung
Edit [c67d54010d5b3e1c|c67d5401]: Edit check-in comment.
|
Posted
about 3 years
ago
by
wyoung
Simplified an overly-clever test for a file size being an even multiple of 512 bytes. Compiler Explorer says
GCC 11 generates the same code both ways, at least, and it isn't in a
CPU-critical code path anyway. Also added a comment referring to this
|
Posted
about 3 years
ago
by
wyoung
Reverted a check for the repository size being an even multiple of 512
bytes as a test for validity. Introduced in [/info/bd7f2727ba25912e |
an omnibus commit] for obscure reasons, it causes some valid clone
operations to fail, as originally reported
[forum:/forumpost/16880a28aad1a868 | on the forum]. (tags: trunk)
|
Posted
about 3 years
ago
by
stephan
/md_rules: replaced 'complex' with 'more', per /chat discussion. (tags: trunk)
|