Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | simple doc typo |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e3653248ae4d74fb0066d7f112f3b389 |
User & Date: | bharder 2010-07-20 05:44:50 |
Context
2010-07-21
| ||
16:33 | Update the built-in SQLite to version 3.7.0rc2. ... (check-in: 93d7f371cc user: drh tags: trunk) | |
2010-07-20
| ||
05:44 | simple doc typo ... (check-in: e3653248ae user: bharder tags: trunk) | |
2010-07-14
| ||
13:27 | Integrated last commit in benoit branch into trunk. ... (check-in: 711675774b user: benoit tags: trunk) | |
Changes
Changes to src/xfer.c.
︙ | ︙ | |||
573 574 575 576 577 578 579 | static int disableLogin = 0; /* ** The CGI/HTTP preprocessor always redirects requests with a content-type ** of application/x-fossil or application/x-fossil-debug to this page, ** regardless of what path was specified in the HTTP header. This allows ** clone clients to specify a URL that omits default pathnames, such | | | 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 | static int disableLogin = 0; /* ** The CGI/HTTP preprocessor always redirects requests with a content-type ** of application/x-fossil or application/x-fossil-debug to this page, ** regardless of what path was specified in the HTTP header. This allows ** clone clients to specify a URL that omits default pathnames, such ** as "http://fossil-scm.org/" instead of "http://fossil-scm.org/index.cgi". ** ** WEBPAGE: xfer ** ** This is the transfer handler on the server side. The transfer ** message has been uncompressed and placed in the g.cgiIn blob. ** Process this message and form an appropriate reply. */ |
︙ | ︙ |