Fossil

All files named "src/bag.c"
Login

All files named "src/bag.c"

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

History for src/bag.c

2024-03-15
12:59
Fix a potential integer overflow in the bag_hash() function. ... (file: [4e12068e] check-in: [34276d22] 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: [7d2c7a8b] check-in: [c71f711e] 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: [d3660f2d] check-in: [4cf8dbe3] 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: [b200436a] check-in: [00e6d799] 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: [a7eb8901] check-in: [52b35c8b] 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: [8215e2d1] check-in: [9f6abc59] user: jan.nijtmans branch: msvc-broken, size: 5298)
2012-03-29
14:54
Add vim modline everywhere ... (file: [9f75b13a] check-in: [a496d8e8] 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: [8cafeaba] check-in: [8f41b2fa] user: drh branch: trunk, size: 5299)
2010-05-16
19:08
Change from GPL to the Simplified BSD License. ... (file: [a6497879] check-in: [c06edd23] user: drh branch: clear-title, size: 5292)
2009-08-27
14:04
Performance improvements to the "bag" object. ... (file: [91c2be45] check-in: [1409fbe3] user: drh branch: trunk, size: 5568)
2007-08-31
20:14
A new decendent finding algorithm is (hopefully) faster. Changes to the timeline are in process and might not yet work. ... (file: [c1c41296] check-in: [e15fe431] user: drh branch: trunk, size: 4234)