Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file src/verify.c at check-in fc246fc4d1e9e985
|
2020-04-05
| ||
| 23:45 | Match the COMMAND and WEBPAGE names with _cmd and _page functions; forumpost/045bffda68 file: [eccf4986fc] check-in: [06afb7022f] user: ashepilko branch: api-cleanup, size: 3460 | |
|
2019-12-20
| ||
| 00:12 | Various memleak fixes. Drops the reachable-at-exit memory of (fossil rebuild) on this repo from 45MB to 680kb. Added fossil_atexit_free_this() to allow us to clean up function-local static allocations. file: [9c9f35fa93] check-in: [00e6d7997c] user: stephan branch: memleak-fixes, size: 3455 | |
|
2018-07-15
| ||
| 19:56 | Clarify the difference between fossil_fatal() and fossil_panic(). The fossil_panic() interface puts a message on the error log when generating webpages. Otherwise the two routines are identical. Convert some fossil_fatal() calls into fossil_panic() where appropriate. The goal here is to limit messages on the error log to things that require attention from the system administrator, or represent bugs. file: [6db2ab665e] check-in: [3f5ab71744] user: drh branch: trunk, size: 3454 | |
|
2017-03-01
| ||
| 18:21 | Remove unused local variables. file: [5799825d08] check-in: [cb92c69c2a] user: drh branch: trunk, size: 3454 | |
|
2017-02-28
| ||
| 20:43 | Remove a reference to sha1sum from the pre-commit verification logic. file: [4f377d99d0] check-in: [fc246fc4d1] user: drh branch: fossil-2.0, size: 3460 | |
| 16:25 | Refactoring and cleanup of some of the hash name interfaces. file: [b2c3fb3ac0] check-in: [1c8768b0de] user: drh branch: fossil-2.0, size: 3490 | |
| 00:56 | Relax size constraints on artifact hash parsing. file: [e87c7da874] check-in: [65c597119c] user: drh branch: fossil-2.0, size: 3501 | |
|
2015-01-15
| ||
| 09:28 | Remove spacings at end-of-line. No change in any functionality. file: [51b1a2e260] check-in: [080ab8cb0a] user: jan.nijtmans branch: trunk, size: 3464 | |
|
2013-08-30
| ||
| 03:06 | Change most uses of fossil_panic() to fossil_fatal(). Modify fossil_panic() to avoid allocating heap memory and to close the database connection before doing anything else. file: [615e25ed6d] check-in: [320f14363e] user: drh branch: trunk, size: 3467 | |
|
2012-11-04
| ||
| 12:59 | Fix typos. file: [4ef13b79ed] check-in: [45065c5c28] user: dmitry branch: spelling, size: 3467 | |
|
2012-08-29
| ||
| 13:57 | Allow UTF-8 characters in sources. translate.exe will translate it to ASCII file: [281517d7e7] check-in: [9f6abc5968] user: jan.nijtmans branch: msvc-broken, size: 3470 | |
|
2012-06-29
| ||
| 15:59 | Update to the latest SQLite4 that requires converting preprocessor macro prefixes from "SQLITE_" to "SQLITE4_". file: [314870468b] check-in: [0328d68181] user: drh branch: sqlite4, size: 3472 | |
|
2012-03-29
| ||
| 14:54 | Add vim modline everywhere file: [8227744b8b] check-in: [a496d8e88d] user: mgagnon branch: mgagnon_fix, size: 3513 | |
|
2011-02-24
| ||
| 23:26 | Add the --sqlstats command-line option for use in optimization work. Use a persistent prepared statement for a single query to reduce the number of calls to sqlite3_prepare() for the "update" command. file: [56e57557ad] check-in: [b81112371c] user: drh branch: trunk, size: 3471 | |
|
2010-05-16
| ||
| 19:08 | Change from GPL to the Simplified BSD License. file: [31ba9820c4] check-in: [c06edd231f] user: drh branch: clear-title, size: 3503 | |
|
2008-05-10
| ||
| 18:09 | Comment changes to the pre-commit verification logic. No changes to code. file: [ea6146c40b] check-in: [2d581c03e5] user: drh branch: trunk, size: 3779 | |
|
2008-03-08
| ||
| 14:52 | This version is able to clone the entire TCL repository in 12.5 minutes and to rebuild the cloned TCL repository in 2.5 minutes. There is still a lot of performance work to be done, but this is good enough for the time being. file: [4c09bcd36f] check-in: [0afb5e8e39] user: drh branch: trunk, size: 3632 | |
|
2008-03-06
| ||
| 22:58 | Work toward making fossil work better on large repositories. This version implements a cache in the content manager. It is not clear yet if this is necessarily a good idea - this check-in might end up on an abandoned branch at some point. file: [f05153c954] check-in: [61ddd63b72] user: drh branch: trunk, size: 3526 | |
|
2007-11-18
| ||
| 20:48 | Add a more advanced commit-hook mechanism that allows us to specify multiple procedures in a particular order prior to commit. Continuing work toward getting tickets going. file: [8d633e10bb] check-in: [d5e7891b07] user: drh branch: trunk, size: 3501 | |
|
2007-08-10
| ||
| 02:59 | The xfer mechanism has been completely reworked to better support delta compression and to require fewer round-trips. The wire protocol is roughly the same but is different enough that you will need to recompile before sync will work. file: [a3038ce20f] check-in: [edbb332d54] user: drh branch: trunk, size: 2991 | |
|
2007-08-01
| ||
| 15:13 | Fix the test-verify command so that it ignores phantoms. file: [2055907abb] check-in: [1245b42ba3] user: drh branch: trunk, size: 2967 | |
|
2007-07-23
| ||
| 20:33 | Work on network synchronization file: [7995bb74af] check-in: [75c476ccd1] user: drh branch: trunk, size: 2905 | |
|
2007-07-21
| ||
| 14:10 | Added: Initial check-in of m1 sources. file: [f52a353f94] check-in: [dbda8d6ce9] user: drh branch: trunk, size: 2812 | |