log

age author description
Tue, 20 Oct 2015 18:26:53 -0400 Josef 'Jeff' Sipek lisp: add a helper to turn a C array of vals into a lisp list
Tue, 20 Oct 2015 18:40:07 -0400 Josef 'Jeff' Sipek iter: reverse list iteration
Sat, 24 Oct 2015 15:59:31 -0400 Josef 'Jeff' Sipek lisplint: add missing newlines at end of error messages
Sat, 24 Oct 2015 15:50:30 -0400 Josef 'Jeff' Sipek lisplint: a tool to check post and comment metadata
Sat, 24 Oct 2015 15:49:19 -0400 Josef 'Jeff' Sipek lisp: add a helper function to get the raw value in an alist
Sat, 24 Oct 2015 13:37:43 -0400 Josef 'Jeff' Sipek lisp: need to handle escaped backslashes in strings
Sat, 24 Oct 2015 12:58:48 -0400 Josef 'Jeff' Sipek val: remove support of VT_CSTR
Sat, 24 Oct 2015 12:57:03 -0400 Josef 'Jeff' Sipek val: convert VAL_DUP_CSTR() created strings to struct str
Sat, 24 Oct 2015 12:55:35 -0400 Josef 'Jeff' Sipek str: add a non-failing string allocation macro
Sat, 24 Oct 2015 12:42:06 -0400 Josef 'Jeff' Sipek use VAL_DUP_CSTR(...) instead of VAL_ALLOC_CSTR(xstrdup(...))
Sat, 24 Oct 2015 11:38:32 -0400 Josef 'Jeff' Sipek cmake: separate test type from executable run
Sat, 24 Oct 2015 09:26:30 -0400 Josef 'Jeff' Sipek req: don't log 404 responses
Tue, 20 Oct 2015 17:02:36 -0400 Josef 'Jeff' Sipek config: use the config file to locate the static web content dir v4.0
Tue, 20 Oct 2015 16:47:49 -0400 Josef 'Jeff' Sipek Merge branch 'master' into lisp
Tue, 06 Oct 2015 21:27:10 -0400 Josef 'Jeff' Sipek stop using OpenSSL
Sat, 03 Oct 2015 12:17:16 -0400 Josef 'Jeff' Sipek fmt3 tests: add a failing test case
Tue, 22 Sep 2015 20:37:30 -0400 Josef 'Jeff' Sipek post fmt3: make math mode ~ left associative
Mon, 21 Sep 2015 21:24:24 -0400 Josef 'Jeff' Sipek post fmt3: handle tilde properly
Mon, 21 Sep 2015 21:27:06 -0400 Josef 'Jeff' Sipek post fmt3: properly error out on unknown chars in math mode
Mon, 21 Sep 2015 21:29:50 -0400 Josef 'Jeff' Sipek error: dump message to stderr if syslog is disabled
Mon, 21 Sep 2015 21:59:29 -0400 Josef 'Jeff' Sipek template: fix leaking of template function arguments
Tue, 20 Oct 2015 16:45:55 -0400 Josef 'Jeff' Sipek post: print the full path to rejected posts during startup load
Tue, 20 Oct 2015 16:27:26 -0400 Josef 'Jeff' Sipek config: use config file for data directory path setting
Thu, 15 Oct 2015 13:05:08 -0400 Josef 'Jeff' Sipek config: use config file for html/feed index story counts settings
Thu, 15 Oct 2015 12:55:16 -0400 Josef 'Jeff' Sipek config: reuse generic integer loading code for the scgi port loading
Thu, 15 Oct 2015 12:51:16 -0400 Josef 'Jeff' Sipek config: reuse generic integer loading code for the scgi thread count loading
Thu, 15 Oct 2015 12:44:03 -0400 Josef 'Jeff' Sipek config: use config file for tagcloud min/max font size setting
Thu, 15 Oct 2015 12:36:54 -0400 Josef 'Jeff' Sipek config: use config file for dvipng binary path
Thu, 15 Oct 2015 12:30:03 -0400 Josef 'Jeff' Sipek config: use config file for latex binary path
Thu, 15 Oct 2015 12:27:50 -0400 Josef 'Jeff' Sipek mathd: load config on startup
Thu, 15 Oct 2015 12:27:07 -0400 Josef 'Jeff' Sipek config: don't use the file cache
Thu, 15 Oct 2015 12:24:17 -0400 Josef 'Jeff' Sipek utils: introduce a parse a C-string helper
Tue, 13 Oct 2015 15:15:16 -0400 Josef 'Jeff' Sipek config: use config file for comment captcha settings
Tue, 13 Oct 2015 15:04:04 -0400 Josef 'Jeff' Sipek config: use config file for comment min/max think time setting
Tue, 13 Oct 2015 14:46:56 -0400 Josef 'Jeff' Sipek lisp: add support for comments
Tue, 13 Oct 2015 14:40:58 -0400 Josef 'Jeff' Sipek don't use FILE * to keep track of request socket
Tue, 13 Oct 2015 14:40:55 -0400 Josef 'Jeff' Sipek utils: add xwrite_str() to xwrite a char *
Tue, 13 Oct 2015 13:44:48 -0400 Josef 'Jeff' Sipek utils: xread should return 0 or possitive errnos
Tue, 13 Oct 2015 13:43:48 -0400 Josef 'Jeff' Sipek utils: write_file() should return 0 or positive errno
Tue, 13 Oct 2015 13:41:22 -0400 Josef 'Jeff' Sipek utils: xwrite should return 0 or possitive errnos
Mon, 12 Oct 2015 18:04:41 -0400 Josef 'Jeff' Sipek daemon: take the config file as an optional argument
Mon, 12 Oct 2015 18:04:02 -0400 Josef 'Jeff' Sipek config: fix scgi port sanity check logic
Mon, 12 Oct 2015 17:54:09 -0400 Josef 'Jeff' Sipek config: use config file for photo base url setting
Mon, 12 Oct 2015 17:50:58 -0400 Josef 'Jeff' Sipek config: use config file for bug base url setting
Mon, 12 Oct 2015 17:48:16 -0400 Josef 'Jeff' Sipek config: use config file for wiki base url setting
Mon, 12 Oct 2015 17:45:01 -0400 Josef 'Jeff' Sipek config: use config file for base url setting
Mon, 12 Oct 2015 17:22:08 -0400 Josef 'Jeff' Sipek add license header to config.h.in
Mon, 12 Oct 2015 17:19:13 -0400 Josef 'Jeff' Sipek config: use config to specify number of scgi helper threads
Mon, 12 Oct 2015 17:11:53 -0400 Josef 'Jeff' Sipek config: use a struct to keep all config vars together & scoped sanely
Mon, 12 Oct 2015 17:05:21 -0400 Josef 'Jeff' Sipek config: store config in a config.lisp and load it on startup
Mon, 12 Oct 2015 16:45:48 -0400 Josef 'Jeff' Sipek lisp: provide lisp_alist_lookup_* to easily process alists
Mon, 12 Oct 2015 16:03:21 -0400 Josef 'Jeff' Sipek file cache: include stdlib.h to get NULL definition
Fri, 09 Oct 2015 16:57:22 -0400 Josef 'Jeff' Sipek post: clear out the tags, cats, and comments on post refresh
Fri, 09 Oct 2015 16:13:23 -0400 Josef 'Jeff' Sipek docs: document the exact flavor of lisp we use
Fri, 09 Oct 2015 16:07:33 -0400 Josef 'Jeff' Sipek lisp: document the reason for right-recursive grammar rule
Tue, 06 Oct 2015 21:27:10 -0400 Josef 'Jeff' Sipek stop using OpenSSL
Tue, 06 Oct 2015 19:28:24 -0400 Josef 'Jeff' Sipek nuke the struct post_old
Tue, 06 Oct 2015 19:22:04 -0400 Josef 'Jeff' Sipek nuke the xmlrpc-based pingback code that hasn't run in years
Tue, 06 Oct 2015 18:54:38 -0400 Josef 'Jeff' Sipek move templates to top level directory
Tue, 06 Oct 2015 18:51:04 -0400 Josef 'Jeff' Sipek post: tags should be listed in alphabetical order