Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
44 check-ins using file include/fossil-scm/fossil-path.h version e37e6dad74
2014-07-24
| ||
17:02 | doc/comment updates. check-in: c87df19c32 user: stephan tags: trunk | |
16:48 | Minor error handling tweaks in fsl_db_prepare(). check-in: d4ef5d233a user: stephan tags: trunk | |
15:30 | s2: converted the "eyeball checks" from the previous commit into assertions. Still works, too. check-in: dc804ca674 user: stephan tags: trunk | |
15:17 | s2: added a check for the Simon Slavin patch effect (none) on the Db API. check-in: cdb5a63832 user: stephan tags: trunk | |
15:15 | removed to bogus assert()s. check-in: b8d182779d user: stephan tags: trunk | |
15:00 | a minor expansion on that last commit: now set db->name to the proper (role) name instead of "main". check-in: f998037762 user: stephan tags: trunk | |
14:49 | Eureka: Simon Slavin found a way to apply a concrete name to the main db. Seems to work. check-in: 5abda43115 user: stephan tags: trunk | |
14:40 | latest s2, minor changes to s2 Fossil.Db.Stmt class. check-in: 53692d027b user: stephan tags: trunk | |
2014-07-20
| ||
11:28 | upstream s2 for s2.ob.pop() semantics change. check-in: e3d1964f5e user: stephan tags: trunk | |
2014-07-19
| ||
11:42 | more work on the s2 cgi module. check-in: b0b92640af user: stephan tags: trunk | |
10:28 | port th1ish cgi module to s2. check-in: 9a8e911d0b user: stephan tags: trunk | |
10:28 | Added module loader params to generated makefile config. check-in: a3f5826c8a user: stephan tags: trunk | |
2014-07-18
| ||
21:27 | minor build fix for the valgrind tests. check-in: 5629818f9e user: stephan tags: trunk | |
21:27 | minor text updates. check-in: 54587ffc69 user: stephan tags: trunk | |
19:11 | s2: made the various major namespaces/classes const. Added autoload script to extend fossil a bit. Fossil.symToRid/Uuid() now return undefined for unresolvable symbols, to simplify script code over the other multitude of potential exceptions there. check-in: 9c79e9eaef user: stephan tags: trunk | |
16:30 | s2: minor cleanups and fixes in Fossil.Db. check-in: 98be7a7c10 user: stephan tags: trunk | |
16:02 | Added Fossil.Db.getName/Filename(). check-in: 72df82e727 user: stephan tags: trunk | |
14:43 | latest s2 for strftime(). check-in: ff8e396f06 user: stephan tags: trunk | |
14:26 | s2: ported in Fossil.time/file/delta APIs. check-in: 316d9a3383 user: stephan tags: trunk | |
13:09 | Ported Fossil.Context class from th1ish to s2. check-in: cdca3e67e2 user: stephan tags: trunk | |
13:07 | th1ish binding: fixed a range check. check-in: 1d16c36eb3 user: stephan tags: trunk | |
10:16 | s2: Ported Buffer.compress/uncompress/isCompressed(), Buffer.md5(), Buffer.sha1() check-in: 7bbbaa3601 user: stephan tags: trunk | |
2014-07-17
| ||
19:24 | s2/th1ish: fixed an array access (off by one). Improved an error message. check-in: eb2cec3b6a user: stephan tags: trunk | |
18:38 | s2: Fossil.Db.each() now returns the db instance (for lack of anything better). check-in: e1d8b6ba69 user: stephan tags: trunk | |
18:06 | s2: latest upstream s2, added bind-by-name support to Fossil.Db.Stmt. check-in: 13e80f6021 user: stephan tags: trunk | |
16:32 | Ported the th1ish Fossil.Db and Fossil.Db.Stmt bindings to s2. check-in: 2a323d568c user: stephan tags: trunk | |
14:49 | second half of previous ifndef fix. check-in: 77ba9374b0 user: stephan tags: trunk | |
14:46 | added an ifndef check to avoid collisions w/ third-party headers. check-in: 1aec652642 user: stephan tags: trunk | |
14:16 | Initial infrastructure for s2 script bindings (supercedes th1ish). check-in: 210ba2cf23 user: stephan tags: trunk | |
2014-07-09
| ||
20:21 | fixed a (unsigned) char portability bug which caused fcli --help to only show global options on platforms where char is unsigned. check-in: 2d1c834b45 user: stephan tags: trunk | |
2014-07-01
| ||
19:37 | minor doc update. check-in: fa07e0c44c user: stephan tags: trunk | |
2014-06-28
| ||
11:00 | another important cwal fix. check-in: e95450d58c user: stephan tags: trunk | |
10:00 | latest cwal/th1ish - major bugfix for the vacuum algo. check-in: 66a8d1be2e user: stephan tags: trunk | |
03:04 | added a note about a fossil(1) addition. check-in: 1d4d4e42b6 user: stephan tags: trunk | |
2014-06-26
| ||
10:08 | Make libfossil compile with MinGW. Not useful yet because only symbols from fossil-core.h are exported from the dll for now. check-in: fc3a9850a1 user: jan.nijtmans tags: trunk | |
2014-06-22
| ||
02:25 | typo check-in: b3c70a06b8 user: bch tags: trunk | |
2014-06-20
| ||
20:25 | Added a missing finalizer call in an error case. check-in: 792847981d user: stephan tags: trunk | |
2014-06-15
| ||
19:46 | latest th1ish. check-in: 01732cab69 user: stephan tags: trunk | |
2014-06-11
| ||
11:38 | Latest sqlite check-in: 9e162ffa9a user: jan.nijtmans tags: trunk | |
2014-05-31
| ||
19:03 | Latest th1ish - buffer NUL termination fix for slurpFile(). check-in: 074d8edfd5 user: stephan tags: trunk | |
2014-05-29
| ||
16:56 | Portability fixes (broken char signedness assumptions) for Raspberry Pi. check-in: 9fb7bcf2a9 user: stephan tags: trunk | |
08:52 | latest th1ish (portability fixes). check-in: 12f4f4207b user: stephan tags: trunk | |
08:51 | Portability fixes: changed char to int in places which use 3-value logic. check-in: fbf99d6e80 user: stephan tags: trunk | |
2014-05-16
| ||
15:18 | Started adding basics needed for auth support. check-in: 8e1ddefaf0 user: stephan tags: trunk | |