Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user stephan occurring around 2012-03-31 14:35:07.
2012-07-13
| ||
18:01 | Replaced free() with fossil_free() for pedantic correctness. Minor related doc fix. ... (check-in: 9f98585e89 user: stephan tags: trunk) | |
16:56 | help text updates. ... (check-in: 91a740e82a user: stephan tags: trunk) | |
16:56 | Added blob_swap() to simplify some json code. ... (check-in: 2e2cd82bac user: stephan tags: trunk) | |
16:56 | Fixed a segfault which could/did happen when running content through wikification in CLI mode (which g.zTop is not set). ... (check-in: a3dd2cfeb0 user: stephan tags: trunk) | |
15:06 | Several minor internal cleanups to the json code which i thought i had committed last week :/. ... (check-in: 055dfb1223 user: stephan tags: trunk) | |
2012-07-06
| ||
16:18 | /json/query now fails without executing the query if the provided query has no result _columns_ (to explicitly disallow INSERT/DELETE/DROP, etc.). ... (check-in: 3e1dd97f77 user: stephan tags: trunk) | |
2012-07-05
| ||
19:24 | Minor interal json refactoring made possible by recent cson changes. ... (check-in: e40e79b7ab user: stephan tags: trunk) | |
19:03 | Pulled in latest cson amalgamation for the cson_type_id addition and started refactoring some O(N) lookups to O(1) based on that addition. ... (check-in: cde55bd7a3 user: stephan tags: trunk) | |
2012-07-03
| ||
21:30 | minor cleanups made possible by newer cson APIs. ... (check-in: 9be377fef1 user: stephan tags: trunk) | |
21:28 | Minor improvement to the "are we in JSON mode so we can disable the name parameter hack?" pre-check. ... (check-in: 5ea759f9fe user: stephan tags: trunk) | |
21:10 | Minor optimization in stash_create to bypass an unneeded blob_compare() when (isLink!=isNewLink). ... (check-in: 75461b993e user: stephan tags: trunk) | |
21:07 | Replaced a malloc()/free() with fossil_malloc()/free() and removed the corresponding NULL check (fossil_malloc() dies on error). ... (check-in: 6ad70288d9 user: stephan tags: trunk) | |
2012-06-29
| ||
21:30 | Added check of rc for setgid/setuid() calls. ... (check-in: 4d107b597a user: stephan tags: trunk) | |
2012-06-24
| ||
03:47 | Re-added the jsonApiVersion field to /json/version output. Not sure why i had removed it. /json/report/create now fails with an NYI error instead of succeeding but doing nothing. ... (check-in: bbcc8fe351 user: stephan tags: trunk) | |
2012-06-22
| ||
13:03 | Minor Makefile hack to allow "make clean" to work from ./src/. ... (check-in: 4e4b6cc35f user: stephan tags: trunk) | |
12:58 | MSC makefile fix for missing cson_amalgamation. ... (Closed-Leaf check-in: 0918d1f04a user: stephan tags: stephan) | |
2012-06-20
| ||
16:47 | comment-after-#ifdef patch from Alexander Orefkov. ... (check-in: c5d56e4974 user: stephan tags: trunk) | |
2012-06-11
| ||
11:39 | Minor pedantic wording change to accommodate a recent code change in how _FOSSIL_ stores the path to the repo file. ... (check-in: 480367cecf user: stephan tags: trunk) | |
2012-05-26
| ||
20:59 | Minor error text rewording (for clarity). Suggestion from the mailing list. ... (check-in: e130c2e781 user: stephan tags: trunk) | |
2012-04-28
| ||
12:07 | s/History/Hyperlink/ to accommodate API change. ... (check-in: 89f37c0458 user: stephan tags: trunk) | |
2012-04-11
| ||
16:37 | Sorry - failed to tap ctrl-x s before that last commit :/. ... (check-in: ad1628626a user: stephan tags: trunk) | |
16:33 | Second half of the tarball fix (CLI mode, i missed that one). ... (check-in: b79d2b77fe user: stephan tags: trunk) | |
16:28 | Fixed: /tarball accepted non-checkin rids (but of course could not generate a tarfile from them). Bug report from Justin Gedge on the mailing list. ... (check-in: f982e3764b user: stephan tags: trunk) | |
2012-03-31
| ||
17:13 | fix for cookie mismatch for self-registered users (reported via mailing list). ... (check-in: dc97099ac3 user: stephan tags: trunk) | |
14:35 | Pulled in latest cson_amalgamation for cson_sqlite3_bind_value(). ... (check-in: 1eec62808d user: stephan tags: trunk) | |
2012-03-29
| ||
18:31 | minor checkin doc improvement (suggestion from Marek). ... (check-in: b6d219b920 user: stephan tags: trunk) | |
18:24 | Added -i/--invert option to /json/wiki/list --glob/--like flags. ... (check-in: 757cf364a9 user: stephan tags: trunk) | |
2012-03-25
| ||
03:23 | Added --html|-h option to /json/diff to retrieve HTML-marked-up diffs. ... (check-in: a15214e83c user: stephan tags: trunk) | |
03:10 | Added --glob and --like options to /json/wiki/list, to filter the list server-side. ... (check-in: 06cd311c17 user: stephan tags: trunk) | |
01:35 | reverted that switch to sqlite3_mprintf() - i did not realize that vmprintf() is implemented locally. Changed some %s to %t/%T. ... (check-in: bb05bf6d36 user: stephan tags: trunk) | |
01:29 | Added downloadPath link to /json/dir output when --checkin is specified. Optimized no-checkin cases to use a temp view instead of temp table. ... (check-in: 517d0ef8a5 user: stephan tags: trunk) | |
01:27 | fixed a horrible varargs misuse. ... (check-in: a596198ced user: stephan tags: trunk) | |
00:52 | switched from vmprintf() to sqlite3_mprintf() to get the extra percent format modifiers. ... (check-in: 3acdc5e448 user: stephan tags: trunk) | |
2012-03-24
| ||
16:35 | Added timestamp output to /json/dir when -checkin option is provided. ... (check-in: a81b34b8f5 user: stephan tags: trunk) | |
12:32 | /json/wiki: s/contentLength/size/ and s/lastSavedBy/user/, for consistency. Interface-incompatible change. ... (check-in: c78773b2fd user: stephan tags: trunk) | |
2012-03-23
| ||
01:11 | s/status/state/, for consistency. ... (check-in: 8f496ed159 user: stephan tags: trunk) | |
2012-03-22
| ||
23:26 | Added size to the "changed files" list for the /json routines which output that. ... (check-in: 9575eb5d2a user: stephan tags: trunk) | |
22:09 | Changes to how /json/(artifact|finfo|timeline) handle file content and modification-state flag. Some API-incompatible changes. ... (check-in: 8c6dc243c9 user: stephan tags: trunk) | |
2012-03-21
| ||
21:11 | removed rid property from /json/timeline/wiki response payload. ... (check-in: 47817fefdf user: stephan tags: trunk) | |
21:06 | Changes /json/timeline/branch's payload structure to match that used by the other /json/timeline/xyz APIs. Removed rid property from timeline output. ... (check-in: bdc29eb897 user: stephan tags: trunk) | |
20:55 | fixed /json/timeline/branch timestamp flag, which was in string format rather than unix epoch. ... (check-in: 9b42f2e976 user: stephan tags: trunk) | |
20:23 | Throughout the /json API, renamed the "mtime" property with "timestamp", to consolidate the inconsistent usage. ... (check-in: 070b75542c user: stephan tags: trunk) | |
2012-03-19
| ||
20:33 | removed "rid" property from /json/artifact/FILEUUID output. ... (check-in: 98ae107a97 user: stephan tags: trunk) | |
20:33 | minor type-cast addition in json timeline SQL. ... (check-in: 70e41ccd48 user: stephan tags: trunk) | |
2012-03-18
| ||
16:37 | Minor cleanups and tinkering in /json/dir. ... (check-in: c1963c49b0 user: stephan tags: trunk) | |
16:36 | /json/finfo now sorts ASC when --after is specified. ... (check-in: 5dcaeca7c1 user: stephan tags: trunk) | |
16:35 | Removed mperm property from /json/artifact results. Added a TODO. ... (check-in: afe12e1077 user: stephan tags: trunk) | |
11:54 | Added file size info to /json/dir (but only when checkin=... is specified) and /json/finfo. Changed /json/dir to not show uuid for dir entries because the associated UUID actually refers to a file in that dir. ... (check-in: 7b89c7b5b3 user: stephan tags: trunk) | |
11:43 | Improved error message when parsing JSON input request fail. ... (check-in: 4dae79503f user: stephan tags: trunk) | |
04:00 | Removed more name-related special-case handling code. ... (check-in: 1a4ca414e9 user: stephan tags: trunk) | |