Timeline
Not logged in

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

50 events occurring around 7f110475ec15be9c.

2011-10-01
05:57
Added json_new_int() convenience function. check-in: ccd66b9b3c user: stephan tags: json
05:09
Added initial /json/artifact code, but it currently can only report the type of a given artifact. check-in: 6372d95165 user: stephan tags: json
05:05
minor db_column usage cleanup. check-in: cf8b20ea1f user: stephan tags: json
05:05
added test for /json/wiki/get. check-in: 2b7edce38d user: stephan tags: json
05:04
Changed some of the exception-throwing code to propagate instead of ingore. check-in: e8fe84bc2c user: stephan tags: json
04:03
Cleaned up wiki formatting code a bit. Added wiki uuid to /json/wiki/get response payload. check-in: 3f512ca41b user: stephan tags: json
03:37
Added format=raw|html to /json/wiki/get. check-in: c990e7ec25 user: stephan tags: json
02:19
minor cleanups in the /json/login payload code. check-in: 3bdae54cae user: stephan tags: json
02:12
Changed /json/login output payload structure. check-in: 88ddf2cbce user: stephan tags: json
2011-09-30
17:00
minor ajax test code cleanups. check-in: 7eb52b23ae user: stephan tags: json
16:36
Added more integration tests. check-in: 10e677c968 user: stephan tags: json
16:35
added preliminary support for cookies in the rhino ajax client, but it does not seem to be doing anything. check-in: ef9d839311 user: stephan tags: json
16:17 Edit [4bf9048e25b88f63]: Marked "Closed". artifact: 2189ecd603 user: tsbg
15:50
Fixed POST sending for rhino-based ajax impl (was sending Content-Type form-urlencoded). Login over rhino works :). check-in: a36d5c0ed8 user: stephan tags: json
15:48
minor fix for fossil's internal handling of name=xyz parameter. check-in: 9f2535f1e0 user: stephan tags: json
14:11
Some touch-ups in the JS code. Started adding Rhino-based tests for integration/unit-testing CGI/server modes. check-in: 42a07be4c5 user: stephan tags: json
10:51
It seems like blob_constant_time_eq() is unnecessary for sync protocol signatures; removed. check-in: 48bcfbd47b user: dmitry tags: dmitry-security
09:41
Catch zero length early in blob_constant_time_eq(). check-in: e3d022dffa user: dmitry tags: dmitry-security
09:01
Merged in trunk [9bfa186be09f]. Fixed an inexplicable duplicate call to db_find_and_open_repository() which has since disappeared from the trunk. check-in: 8185bddf2e user: stephan tags: json
2011-09-29
22:27
json ajax: fixed POST/GET message sending determination (broken by a previous change this evening). check-in: 37963253b9 user: stephan tags: json
21:57
Removed the json warnings bitset crap. Still not sure i like the warnings mechanism at all. check-in: 9fe06e2fda user: stephan tags: json
21:55
Corrected a JSON-mode result code when db rebuild is required. check-in: 44644d43dc user: stephan tags: json
21:06
Fix to the previous fix: install function to the correct database. check-in: 3782276da6 user: dmitry tags: dmitry-security
21:04
Fix login groups. check-in: 6f29649ef3 user: dmitry tags: dmitry-security
17:26
Fix comment. check-in: a0fa120b74 user: dmitry tags: dmitry-security
17:21
Protect against timing attacks by using constant-time comparison function to compare passwords and cookies. check-in: 7f110475ec user: dmitry tags: dmitry-security
17:03
minor jsonp tweaks. Added some test code for it in the demo app, but there is still some jsonp disconnect between the two AJAJ layers, and i may need to consolidate them to work around it. check-in: f48b687a9a user: stephan tags: json
15:23
Added /json/rebuild. Is likely to fail w/ an AJAX timeout for large repos, which will probably cause the rebuild to roll back on the next open :/. Takes 21sec on my 32-bit netbook to rebuild the fossil repo. check-in: 071de8f1bd user: stephan tags: json
14:07
When creating a manifest, get isExe and isLink bits from filesystem at once instead of doing two stat(2) calls. check-in: 9bfa186be0 user: dmitry tags: trunk
13:08
Removed a test/debug #if block which i accidentally left enabled in [73e28dd718]. check-in: 5ddfe3d663 user: stephan tags: json
11:45
Change file_size() to file_wd_size() in file_is_the_same(). check-in: 13a771ce18 user: dmitry tags: trunk
11:44 Edit [a369dc77210bf42c]: Edit check-in comment. artifact: 14a491e973 user: dmitry
11:05
Cache "manifest" setting in fossil_reserved_name() instead of reading it from the database on every call. This speeds up adding many files. check-in: a369dc7721 user: dmitry tags: trunk
2011-09-28
22:41
moved some db_finalize() calls so that they would also be called in error cases. check-in: 997274e9be user: stephan tags: json
22:04
Added createIfNotExists bool option to /json/wiki/save. check-in: 73e28dd718 user: stephan tags: json
21:36
JSON CLI mode now accepts --indent|-I N to set JSON indention level (uses cson_output_opt::indentation semantics). Default for CLI mode is 1 (0 for HTTP mode). check-in: 30e4ebaa19 user: stephan tags: json
12:09
merged in trunk [3e141b792c]. check-in: 033e2eb1df user: stephan tags: json
11:35
Use the check-in time as the timestamp for zlib compression on tarballs, os that every tarball for the same check-in is identical. check-in: 3e141b792c user: drh tags: trunk
2011-09-27
19:28
Call file_wd_isdir() in file_mkdir(). check-in: 13120e9620 user: dmitry tags: trunk
19:15
Change a few instances of file_isdir() to file_wd_isdir(). check-in: f1329470c0 user: dmitry tags: trunk
16:34
Add the --stats option to the rebuild command. check-in: f25e5e53c4 user: drh tags: trunk
13:22
Added basic timing info to json ops, but "should probably" move the timer start to the app/server init. check-in: b9ef0fe59b user: stephan tags: json
06:44
Allow the Tcl source directory to be used instead of the Tcl install directory if FOSSIL_TCL_SOURCE defined. Also, add and/or modify explanatory comments. check-in: 5df59eba03 user: mistachkin tags: tcl-integration
05:31
Makefile fixes to enable Tcl to be statically linked to Fossil. check-in: 6e6e55a12d user: mistachkin tags: tcl-integration
04:12
/json/timeline/ticket prevUuid is now only explicitly set for non-new files. Previously it was set to NULL, which was a waste-of-time no-op. check-in: 0ddf92042d user: stephan tags: json
04:08
Added ticketUuid to /json/timeline/ticket output. Removed some superfluous Blob uses (where db_prepare() works just as well). check-in: f94ad19472 user: stephan tags: json
03:55
Merge latest trunk changes. check-in: 2d2b45bb17 user: mistachkin tags: tcl-integration
03:28
Added /json/timeline/ci showFiles to ajax test page. check-in: be700e8433 user: stephan tags: json
03:25
Added showFiles=bool/--show-files option to /json/timeline/ci. check-in: 98e24465c2 user: stephan tags: json
02:09
Changed /json/stat to use brief mode by default due to relatively high runtime cost, replaced 'brief' param with 'full'. Added json_getenv_bool(). check-in: c1914eaa79 user: stephan tags: json