Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
13 check-ins using file src/file.c version 073bb82953
|
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 | |
| 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 | |
| 13:08 | Removed a test/debug #if block which i accidentally left enabled in [73e28dd718]. check-in: 5ddfe3d663 user: stephan tags: json | |
| 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 | |