Timeline
Not logged in

22 checkins occurring around 2008-03-17 23:48:45.

2008-05-05
19:08:43 * [1dbf332352] Fix the HOST: header to use the original URL, not the proxy URL. (user: drh, tags: trunk)
18:39:36 * [c7438f6dc9] Fix the fossil repository URL in the quickstart.html document. (user: drh, tags: trunk)
17:30:12 * [387cbeda3f] Honor the http_proxy environment variable as another source for the URL of the HTTP proxy if the "proxy" setting is undefined or is "off". (user: drh, tags: trunk)
17:24:38 * [4e683ef07b] Add the ability to modify global settings (such as the proxy setting) even when there are no repositories defined. (user: drh, tags: trunk)
2008-05-01
22:49:57 * [676fdd088a] Enable proxy support using the "fossil setting proxy" command. This check-in is made using a proxy. (user: drh, tags: trunk)
18:42:26 * [becc24e4e9] On windows builds, understand both "C:/" and "C:\" as the beginning of an absolute pathname. (user: drh, tags: trunk)
2008-04-25
22:31:11 * [adaa8411d9] initial checkin: quick hack to generate a .deb package of fossil. (user: stephan, tags: trunk)
21:49:25 * [1bceafc4d0] LIB is now += LDFLAGS so that i can link on OpenSolaris (need -lsocket) (user: stephan, tags: trunk)
21:45:41 * [0c78ba2eb4] s/strnlen/strnlen_/g for the local strnlen impementation because the name fataly collides with a func from standard headers in some gcc versions (e.g. GnuSolaris/Nexenta w/ gcc 4.0.x). (user: stephan, tags: trunk)
2008-04-10
12:24:25 * [0d9abccbb6] Fix the "tag add" command to report an error if given an invalid UUID argument. (user: drh, tags: trunk)

2008-03-17
23:48:45 * [8dae3bc320] Fix a typo in the mkdownload.tcl script used to generate the download.html page. (user: drh, tags: trunk)

21:21:18 * [bbbee5fc37] Update the website to include links to the download page. (user: drh, tags: trunk)
21:14:26 * [50e953a810] Added the mkdownload.tcl script for generating the download.html page. (user: drh, tags: trunk)
2008-03-14
12:43:25 * [4e2bd38577] Fix an assertion fault: detect when content_get() is called with an invalid artifact id and return 0. (user: drh, tags: trunk)
2008-03-12
00:30:08 * [76bd88c262] Initial NSIS script for creating installer on Win32 (user: mjanssen, tags: trunk)
2008-03-11
20:00:11 * [7c0bd3ee08] make test should find test script relative to the SRCDIR so it will work when run from a separate build directory. This also allows 'make test' to run with Makefile.w32 (user: mjanssen, tags: trunk)
19:21:57 * [dbb2cee113] Fixed Win32 build breakage (user: mjanssen, tags: trunk)
2008-03-10
16:46:40 * [f763b84198] Fix a bug introduced by recent optimization efforts. (user: drh, tags: trunk)
2008-03-08
19:42:53 * [043d63d4aa] Additional speed improvements for clone and rebuild. (user: drh, tags: trunk)
18:59:00 * [8010bb41e1] Speed enhancement in the findSrcid() routine of content.c. Allow 5 digit numbers on counts while syncing. (user: drh, tags: trunk)