Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Changes In Branch ipv6 Excluding Merge-Ins
This is equivalent to a diff from e40e79b7ab to 89fb414274
2012-07-07
| ||
14:07 | Update the inetd handler so that it works with IPv6. Leaf check-in: 89fb414274 user: drh tags: ipv6 | |
13:32 | Fix the URL parser so that it is able to handle IPv6 addresses. Fixes to the IPv6 client-side code. check-in: beea59873a user: drh tags: ipv6 | |
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
| ||
21:25 | Work toward getting Fossil to be able to sync over IPV6. This check-in compiles, but we do not yet have a server to test it on. check-in: 0268e771ef user: drh tags: ipv6 | |
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 | |
Changes to src/cgi.c.
Changes to src/http_socket.c.
Changes to src/url.c.