Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user drh occurring around 2009-03-24 22:03:56.
|
2009-04-20
| ||
| 11:33 | • Closed ticket [e4b91c3758]: Git backend plus 2 other changes artifact: 5ec000e4fa user: drh | |
|
2009-04-18
| ||
| 19:21 | • Ticket [8bc2549ced] "fossil ui" expects firefox to exist status still Open with 2 other changes artifact: 143d9c0464 user: drh | |
|
2009-04-15
| ||
| 10:10 | • Ticket [b837926422] deleting the "buzzing noise from speakers" tickets affected checkout-ability of repo? status still Open with 2 other changes artifact: d79a68de3f user: drh | |
|
2009-04-13
| ||
| 15:59 | • Ticket [9a42dd09e0] fossil pull has to be run multiple times status still Open with 1 other change artifact: 07a3500705 user: drh | |
| 09:50 | Update to version SQLite 3.6.13 check-in: 879e8c5f32 user: drh tags: trunk | |
|
2009-04-11
| ||
| 13:07 | Actually get the "file:" transport working this time. check-in: a742cfa292 user: drh tags: trunk | |
| 12:53 | Merge in wiki typo fixes. check-in: ece2c766a2 user: drh tags: trunk | |
| 12:51 | Add support for "file:" URLs on push, pull, and sync. check-in: 945ecd1a8b user: drh tags: trunk | |
|
2009-04-08
| ||
| 16:22 | • Ticket [83af1f5401] fossil rollback status still Open with 1 other change artifact: 731a58a134 user: drh | |
|
2009-03-31
| ||
| 17:34 | • Fixed ticket [b465b3bc2c]: Stale pages delivered on Opera browser plus 2 other changes artifact: 4bcfdeeb7b user: drh | |
| 17:33 | Add cache-control: no-cache to the server reply header. Ticket [b465b3bc2ceef4446b2ae770242ed0968e4dbc68] check-in: c3a30a6b80 user: drh tags: trunk | |
| 16:47 | Add the new "reader" role, analogous to "developer". check-in: 355ee47555 user: drh tags: trunk | |
| 12:42 | Update the built-in SQLite sources to version 3.6.12. check-in: 0baf4be679 user: drh tags: trunk | |
|
2009-03-30
| ||
| 01:12 | Add new "transport_flip()" and "transport_rewind()" methods. These are no-ops for HTTP, but might be useful for FILE and maybe even HTTPS. check-in: 63ef585508 user: drh tags: trunk | |
| 00:58 | Continuing work on the new HTTP transport mechanism. Make it more obvious where in the code extensions to support file: and https: belong. check-in: 327823e39b user: drh tags: trunk | |
| 00:40 | • Edit [09d6a6eb1623e3cf|09d6a6eb16]: Mark "Closed". Edit check-in comment. artifact: f825126a0f user: drh | |
| 00:31 | Refactor the HTTP client logic to make it much easier to add support for "file:" and "https:" URLs on push, pull, sync, and clone. check-in: 737e76a69f user: drh tags: trunk | |
|
2009-03-29
| ||
| 22:28 | • Fixed ticket [b465b3bc2c]: Stale pages delivered on Opera browser plus 2 other changes artifact: eabd2b90cc user: drh | |
| 22:24 | Use "no-store" in place of "private" as the cache-control mode. Ticket [b465b3bc2ceef4446b2ae770242ed0968e4dbc68]. check-in: 5ffc720194 user: drh tags: trunk | |
| 12:09 | • Edit [5468ec7c5ed45e56|5468ec7c5e]: Change branch background color to "#ffc0d0". Move to branch experimental. Edit check-in comment. artifact: cd9c421267 user: drh | |
| 11:41 | If no userid is specified in the URL then the client omits the login card from its request. Closed-Leaf check-in: 09d6a6eb16 user: drh tags: experimental | |
|
2009-03-27
| ||
| 14:32 | Infrastructure in place on the client side to encrypt sync traffic. This is mostly untested so far because we do not yet have a server that understands encrypted traffic. check-in: 9a23c348b1 user: drh tags: experimental | |
|
2009-03-26
| ||
| 23:26 | Completed implementation of utility functions to encrypt and decrypt blobs. check-in: bf16ab9b7b user: drh tags: experimental | |
| 15:32 | Incremental changes toward encrypting sync traffic. The changes are incomplete, but all legacy functionality appears to still works. check-in: 5468ec7c5e user: drh tags: experimental | |
|
2009-03-24
| ||
| 22:03 | Improvements to the delta generator algorthm so that it runs much faster on large files with very few similarities. There is no change to the delta format generated, so this is fully backwards and forwards compatible. check-in: 522104c2cd user: drh tags: trunk | |
|
2009-03-22
| ||
| 13:44 | Fix a C89 violation in main.c. check-in: d63f87c003 user: drh tags: trunk | |
| 13:18 | Add many new test cases for 3-way merge. No new problems found. check-in: 92638367d8 user: drh tags: trunk | |
| 12:25 | Fix a bug in error recovery logic in the 3-way merge. Added new comments to the 3-way merge code to hopefully make it easier to understand. check-in: 3e89b0c526 user: drh tags: trunk | |
|
2009-03-21
| ||
| 19:44 | Additional 3-way-merge test cases. check-in: 26ab4f7012 user: drh tags: trunk | |
| 19:18 | More improvements to the 3-way merge. Additional test cases added. check-in: 81122988ba user: drh tags: trunk | |
| 16:35 | • Closed ticket [d67855cceb]: css files served as application/x-fossil-artifact not text/css plus 2 other changes artifact: a9c69fdc12 user: drh | |
| 16:31 | • Fixed ticket [f90265fc83]: branches plus 1 other change artifact: 6104972846 user: drh | |
| 16:25 | • Fixed ticket [98b63bd316]: 3-way merge drops line plus 2 other changes artifact: 3f4101e9c6 user: drh | |
| 16:24 | • Fixed ticket [5037536050]: Confusing conflict markers plus 2 other changes artifact: 6bb653321d user: drh | |
| 16:22 | • Fixed ticket [fe5b460867]: Typo in "anonymous" user name on instructions on Edit User page plus 2 other changes artifact: 2a28679e5f user: drh | |
| 16:21 | Fix a typo in a hard-coded web page. Ticket [fe5b460867a187cd32a12e04db62392871c4c38b] check-in: 5ab6f985b9 user: drh tags: trunk | |
| 14:12 | More improvements to the 3-way merge algorithm. check-in: 83566f2424 user: drh tags: trunk | |
|
2009-03-20
| ||
| 23:26 | • Ticket [98b63bd316] 3-way merge drops line status still Open with 1 other change artifact: 8878296756 user: drh | |
| 01:26 | Turn off the debugging prints that were left on by mistake in the previous check-in. check-in: 434830cc00 user: drh tags: trunk | |
| 01:23 | Improve merge conflict markings. check-in: e45d478f0c user: drh tags: trunk | |
|
2009-03-13
| ||
| 03:22 | • Ticket [7757af0d54] Store rights and owners status still Open with 2 other changes artifact: 53904d96a6 user: drh | |
|
2009-02-26
| ||
| 01:21 | Fix a memory leak that was preventing massive check-ins. check-in: f6790b7c3c user: drh tags: trunk | |
|
2009-02-21
| ||
| 13:09 | Documentation tweaks. No changes to code. check-in: 6ba52ae761 user: drh tags: trunk | |
|
2009-02-16
| ||
| 12:55 | • Ticket [5a13dbd275] add and ci/commit are inconsistent wrt "*" handling status still Open with 2 other changes artifact: 0a8e030c93 user: drh | |
|
2009-02-01
| ||
| 12:23 | Always report the content-type charset as utf-8. Ticket [cc6557cfc5763fa80bb04eecea7f713b0751efc4] check-in: daacc139a5 user: drh tags: trunk | |
| 12:12 | • Closed ticket [5b871546ce]: Possible typo in file src/main.c, introduced by check-in [b2e55c0d4d] plus 2 other changes artifact: d6e92dba40 user: drh | |
|
2009-01-30
| ||
| 22:05 | • Edit [51868cb12fe74cc7|51868cb12f]: Change branch background color to "#c0f0ff". Move to branch kkinnell-exp. Edit check-in comment. Change user to "kkennell". artifact: 35edbbcded user: drh | |
| 02:26 | Fix errors in the mimetype-generator table for documentation files. check-in: 23e96cf795 user: drh tags: trunk | |
|
2009-01-29
| ||
| 23:08 | • Edit [32b480faa3465591|32b480faa3]: Mark "Closed". artifact: 860600bcc5 user: drh | |
| 23:08 | • Edit [383c10f0048f1b58|383c10f004]: Mark "Closed". artifact: d040b3f3c3 user: drh | |