Overview
Comment: | Turned off zmq for now (missed one use statement) |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.54 |
Files: | files | file ages | folders |
SHA1: |
c56c1a4a3e6bf4fec284da634b59717b |
User & Date: | mrwellan on 2013-04-25 17:17:23 |
Other Links: | branch diff | manifest | tags |
Context
2013-04-27
| ||
10:40 | Moved register-run to db and wrapped as remote run check-in: ce7d84f222 user: matt tags: v1.54 | |
2013-04-26
| ||
18:05 | Partial implementation of threaded remote db calls check-in: 76a411e422 user: mrwellan tags: threaded-db-calls | |
00:32 | Merged v1.54 back to development check-in: 6b1d02ec51 user: matt tags: development | |
2013-04-25
| ||
17:17 | Turned off zmq for now (missed one use statement) check-in: c56c1a4a3e user: mrwellan tags: v1.54 | |
17:14 | Turned off zmq for now (missed one use statement) check-in: 5dfcd8ae0b user: mrwellan tags: v1.54 | |
Changes
Modified client.scm from [f2a506634d] to [6a286c8420].
︙ | ︙ | |||
10 11 12 13 14 15 16 | ;;====================================================================== ;; C L I E N T S ;;====================================================================== (require-extension (srfi 18) extras tcp s11n) | | > > | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | ;;====================================================================== ;; C L I E N T S ;;====================================================================== (require-extension (srfi 18) extras tcp s11n) (use sqlite3 srfi-1 posix regex regex-case srfi-69 hostinfo md5 message-digest) ;; (use zmq) (import (prefix sqlite3 sqlite3:)) (use spiffy uri-common intarweb http-client spiffy-request-vars) (declare (unit client)) (declare (uses common)) |
︙ | ︙ |