Fossil

History of src/bag.c of 1409fbe38c764e93
Login

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

History of file src/bag.c at check-in 1409fbe38c764e93

2024-03-15
12:59
Fix a potential integer overflow in the bag_hash() function. file: [4e12068e09] check-in: [34276d22e5] user: drh branch: trunk, size: 5559
2023-02-17
14:37
A large collection of compiler warning fixes re. signed/unsigned comparison from Daniel D. file: [7d2c7a8b78] check-in: [c71f711ec9] user: stephan branch: compiler-warnings, size: 5550
2019-12-23
02:08
Merged in memleak-fixes brach. This fixes several genuine leaks, including 2 in manifest parsing, and cleans up the large work caches during atexit() in order to (A) separate that valgrind noise from the real leaks and (B) leave a better impression on those running valgrind. file: [d3660f2ddd] check-in: [4cf8dbe398] user: stephan branch: trunk, size: 5515
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: [b200436ad8] check-in: [00e6d7997c] user: stephan branch: memleak-fixes, size: 5455
2014-01-27
09:05
Remove unnecessary end-of-line spaces. (My editor does that automatically, but I don't want it to happen together with other functional changes in a single commit). No change in code. file: [a7eb89018c] check-in: [52b35c8b40] user: jan.nijtmans branch: trunk, size: 5298
2012-08-29
13:57
Allow UTF-8 characters in sources. translate.exe will translate it to ASCII file: [8215e2d15c] check-in: [9f6abc5968] user: jan.nijtmans branch: msvc-broken, size: 5298
2012-03-29
14:54
Add vim modline everywhere file: [9f75b13a7c] check-in: [a496d8e88d] user: mgagnon branch: mgagnon_fix, size: 5341
2010-10-15
17:13
Replace all malloc() calls with fossil_malloc(). The fossil_malloc() routine panics rather than return a NULL pointer. file: [8cafeaba3c] check-in: [8f41b2fa75] user: drh branch: trunk, size: 5299
2010-05-16
19:08
Change from GPL to the Simplified BSD License. file: [a64978791f] check-in: [c06edd231f] user: drh branch: clear-title, size: 5292
2009-08-27
14:04
Performance improvements to the "bag" object. file: [91c2be456c] check-in: [1409fbe38c] user: drh branch: trunk, size: 5568
2007-08-31
20:14
Added: A new decendent finding algorithm is (hopefully) faster. Changes to the timeline are in process and might not yet work. file: [c1c41296e0] check-in: [e15fe43153] user: drh branch: trunk, size: 4234