Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

13 check-ins using file src/zip.c version c82f467b

2008-09-18
11:21
added comments about necessary link flags for Solaris 10 + OpenSolaris ... (check-in: 7dddab2f user: stephan tags: trunk)
2008-09-11
17:12
Fix a memory double-free'd problem.

In function cgi_set_cookie the zDate was allocated via usage of cgi_rfc822_datestamp. But as it was appended to the blob extraHeader via the format specifier %z the memory was free'd by blob_appendf. As cgi_rfc822_datestamp might return both a dynamic allocated empty string as well as a dynamic allocated string containing the time stamp, blob_appendf should not try to free the zDate. So now the format specifier is changed to %s to let us decide, if we want to free the memory or not. ... (check-in: aeeba751 user: cle tags: trunk)

2008-09-07
08:32
Remove small glitch that prevent fossil to be built with BSD make. ... (check-in: f3fb059e user: cle tags: trunk)
2008-09-06
13:29
Merge tagview branch into mainline ... (check-in: 8745d0d5 user: eric tags: trunk)
13:16
Merge mainline into tagview branch ... (check-in: a55a0a49 user: eric tags: eric-tagview-rework, trunk)
13:09
Disable tag URLs without sufficient permission, display a message when there are no tags, provide dummy Javascript functions for the tag timeline. ... (check-in: 5b877495 user: eric tags: eric-tagview-rework, trunk)
2008-09-03
18:52
Clarify some comments in name.c ... (check-in: 5113ab59 user: eric tags: eric-tagview-rework, trunk)
2008-08-30
13:20
Add a much larger and more complete file-suffix to mimetype translation table to the "doc" method. ... (check-in: 8e667845 user: drh tags: trunk)
2008-08-24
20:16
Tidy up tagview code. ... (check-in: 0e924820 user: eric tags: eric-tagview-rework, trunk)
06:40
Spelling error. ... (check-in: f3ce1c9f user: bharder tags: trunk)
2008-08-21
20:59
Include non-sym- tags in tagview web page. Also merge mainline into tagview branch. ... (check-in: 5fb14b9a user: eric tags: eric-tagview-rework, trunk)
19:57
Include 'z' in login_has_capability() ... (check-in: 018b6050 user: eric tags: trunk)
2008-08-17
11:37
Change CGI parameter name rid to uuid for the /zip URL. ... (check-in: 81a96aad user: cle tags: trunk)