File History
Not logged in

History of src/zip.c

2009-10-18
18:30:56 [43608365d5] part of check-in [d78835d2ff] Fix the ZIP archive generator so that it works correctly with the OS X Archive Tool. Ticket [923a912309]. (By: drh on 2009-10-18 18:30:56) [diff] [annotate]
2009-09-22
07:49:39 [8c1776ca5d] part of check-in [7a2c37063a] merge trunk into creole branch (By: bob on 2009-09-22 07:49:39) [diff] [annotate]
2009-08-15
13:21:45 [8c1776ca5d] part of check-in [5b91887495] Fix a memory allocation bug in the ZIP archive generator. Ticket [8d6efe4f927] (By: drh on 2009-08-15 13:21:45) [diff] [annotate]
02:17:27 [dd5cb8b3ef] part of check-in [90048e0b30] Add an "extended timestamp" field to generated ZIP archives. The extended timestamp is in UTC so it does not mangle the time when the server and client are in different timezones. Ticket [28044ab5a42b75] (By: drh on 2009-08-15 02:17:27) [diff] [annotate]
2009-06-20
23:05:55 [2b9f0b11bf] part of check-in [deb6f2af4f] Change the disk number start from 1 to 0 in generated ZIP archives. Ticket [04cba6a00145ab597dabc48ad5ee688496a57650] (By: drh on 2009-06-20 23:05:55) [diff] [annotate]
2008-11-27
13:25:58 [f641ace2a3] part of check-in [39bbc6010e] Fix two problems in the ZIP downloader, as reported by ticket [e28adcd72503a]. (By: drh on 2008-11-27 13:25:58) [diff] [annotate]
2008-09-19
11:11:01 [df3f3d2e39] part of check-in [7ae01ee47b] fixed an 'integer overflow' warning from the Sun compiler. Thank to Kevin for the tip. (By: stephan on 2008-09-19 11:11:01) [diff] [annotate]
2008-08-21
20:59:01 [c82f467b68] part of check-in [5fb14b9a0f] Include non-sym- tags in tagview web page. Also merge mainline into tagview branch. (By: eric on 2008-08-21 20:59:01) [diff] [annotate]
2008-08-17
11:37:15 [c82f467b68] part of check-in [81a96aadf3] Change CGI parameter name <tt>rid</tt> to <tt>uuid</tt> for the <tt>/zip</tt> URL. (By: cle on 2008-08-17 11:37:15) [diff] [annotate]
2008-08-13
11:57:17 [7a8370c8ce] part of check-in [417dd898ab] Allow an alternative URL syntax for downloading artifacts via the <tt>/zip</tt> page. The original way is: <verbatim> http://localhost:8080/zip/fa6e9930177e84ce089b30ad768c454a012364f7.zip </verbatim> which will store the artifact in the file <tt>a6e9930177e84ce089b30ad768c454a012364f7.zip</tt>. Alternatively it is now possible to download the artifact in e.g. the file <tt>fossil.zip</tt> via the URL: <verbatim> http://localhost:8080/zip/fossil.zip?rid=fa6e9930177e84ce089b30ad768c454a012364f7 </verbatim> (By: hintze on 2008-08-13 11:57:17) [diff] [annotate]
2008-08-12
03:27:54 [3fb9ffbe5f] part of check-in [fa6e993017] New <b>Zip</b> permission. This permission allow someone to download a zipped artifact via the wiki's <tt>/zip</tt> URL. It can given the user <tt>nobody</tt> to allow automatic package builder to download the sources they know from <tt>fossil-scm.org</tt> or other servers without any intervening login necessary. As the <tt>/zip</tt> page do not expose anything, a spider should have a hard time to crawl thru the project using this URL. So IMO it does not open a break-in hole for spiders. (By: cle on 2008-08-12 03:27:54) [diff] [annotate]
2008-02-24
18:50:35 [8367a41493] part of check-in [588bb7cd73] Merged to [ed26056bb5]. (By: aku on 2008-02-24 18:50:35) [diff] [annotate]
2008-02-12
00:31:48 [8367a41493] part of check-in [1ce0ac53ef] fixed a string memleak in baseline_zip_page() (By: stephan on 2008-02-12 00:31:48) [diff] [annotate]
2008-02-08
22:36:29 [0e35e8f120] part of check-in [73a9b3d5d1] Truncate the name of the toplevel directory added to ZIP archives to be the first 10 characters of the UUID. (By: drh on 2008-02-08 22:36:29) [diff] [annotate]
22:31:33 [d33c17b312] part of check-in [4bbb00a8c8] Change zip archiver to make use of blob.c mechanisms for adding prefixes to file names. Remove C constructs that are not commonly supported. (By: drh on 2008-02-08 22:31:33) [diff] [annotate]
22:02:54 [cbdc2c703a] part of check-in [091499ec1a] minor buffer length fix for the previous change (By: stephan on 2008-02-08 22:02:54) [diff] [annotate]
21:51:32 [59b74ad11d] part of check-in [8672e243f8] Merge in changes from Stephan's branch. (By: drh on 2008-02-08 21:51:32) [diff] [annotate]
21:33:27 [59b74ad11d] part of check-in [974fd92330] zip.c: Refactored zip_of_baseline() to accept an (optional) "synthetic" directory name. All zipped files are added to that subdir. The default name is currently the UUID of the zipped baseline. (By: stephan on 2008-02-08 21:33:27) [diff] [annotate]
2007-12-05
08:07:46 [359cf5b931] part of check-in [d0305b305a] Merged mainline into my branch to get the newest application. (By: aku on 2007-12-05 08:07:46) [diff] [annotate]
2007-10-12
22:56:18 [359cf5b931] part of check-in [677aa71bca] The g.zExtra parameter is now always available as P("name"). This means the /wiki/xyz and /wiki?name=xyz are equivalent URLs. (By: drh on 2007-10-12 22:56:18) [diff] [annotate]
2007-08-25
19:31:31 [a6ead783d2] part of check-in [95e17f4e3f] Generate the "manifest.uuid" file containing the SHA1 hash of the "manifest" file whenever the manifest is generated. Makefiles can used the "manifest.uuid" to insert the version number into the executable. (By: drh on 2007-08-25 19:31:31) [diff] [annotate]
2007-08-01
13:32:11 [a664fdc0f6] part of check-in [6dab6149b1] From the vinfo webpage, provide a hyperlink to download a ZIP archive the version. (By: drh on 2007-08-01 13:32:11) [diff] [annotate]
2007-07-31
20:20:40 [8d50d34cbb] part of check-in [dead090c0b] Update the ZIP archiver to include date information. Provide a function that constructs a ZIP archive from manifest. (By: drh on 2007-07-31 20:20:40) [diff] [annotate]
19:18:53 [967d1ecc36] part of check-in [9b780d220b] Add a ZIP archive generator. (By: drh on 2007-07-31 19:18:53) [annotate]