Timeline
Not logged in

22 events by user stephan occurring around 2008-02-12 00:31:48.

2008-04-29
14:14:10 * Changes to wiki page Fossil (user: stephan)
2008-04-25
22:31:11 * [adaa8411d9] initial checkin: quick hack to generate a .deb package of fossil. (user: stephan, tags: trunk)
21:51:10 * Changes to wiki page bugs (user: stephan)
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-02-26
15:07:19 * [1cde715739] Added trailing newline to file b/c gcc complains about it (user: stephan, tags: trunk)
2008-02-20
17:13:52 * [89a2d5e899] made hyperlinks in the footer div less ugly. (user: stephan, tags: trunk)
2008-02-16
18:49:39 * [88948d582a] Fixed memleaks of date-related header strings. (user: stephan, tags: trunk)
2008-02-13
21:33:48 * [0ff4e918f4] Corrected tagxref.srcid/rid confusion in the queries. Links now go where i want them to. (user: stephan, tags: trunk)

2008-02-12
00:31:48 * [1ce0ac53ef] fixed a string memleak in baseline_zip_page() (user: stephan, tags: trunk)

2008-02-08
22:02:54 * [091499ec1a] minor buffer length fix for the previous change (user: stephan, tags: trunk)
21:33:27 * [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. (user: stephan, tags: trunk)
19:57:14 * [da106eb09c] refactored to add a shared submenu. (user: stephan, tags: trunk)
19:54:50 * [c4d6b89e97] added a link (for admin users only) to the admin page (user: stephan, tags: trunk)
16:27:25 * [138177c30e] correction to the 'warning' text in admin_sql_page() (user: stephan, tags: trunk)
16:24:25 * [6d67f3c7c7] minor efficiency hack in tagview_page_list_tags() (user: stephan, tags: trunk)
2008-02-07
18:01:50 * [2ae7890060] Fork fixed a 2-string memleak in tagview_page_list_tags() (user: stephan, tags: trunk)
05:31:57 * [58ee4e6e16] added missing #include (user: stephan, tags: trunk)
2008-02-06
19:37:08 * [0dc3e7a0d5] refactored db_generic_query_view() to use sqlite3 API directly so that it can treat SQL errors as non-fatal. (user: stephan, tags: trunk)
19:02:35 * [7f9226a858] added tokenize_path.c, containing a convenient path-like-string tokenizer and render_linked_path() to HTML-ize a path. (user: stephan, tags: trunk)