io.sockets.secure.unix.debug: move to io.sockets.secure.debug (not unix specific).

db4
John Benediktsson 2012-07-19 19:17:52 -07:00
parent 8d08230f44
commit 2398580eb8
5 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
! Copyright (C) 2008, 2009 Slava Pestov. ! Copyright (C) 2008, 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: accessors io.sockets.secure kernel ; USING: accessors io.sockets.secure kernel ;
IN: io.sockets.secure.unix.debug IN: io.sockets.secure.debug
: <test-secure-config> ( -- config ) : <test-secure-config> ( -- config )
<secure-config> <secure-config>

View File

@ -3,7 +3,7 @@ USING: accessors kernel namespaces io io.sockets
io.sockets.secure io.encodings.ascii io.streams.duplex io.sockets.secure io.encodings.ascii io.streams.duplex
io.backend.unix classes words destructors threads tools.test io.backend.unix classes words destructors threads tools.test
concurrency.promises byte-arrays locals calendar io.timeouts concurrency.promises byte-arrays locals calendar io.timeouts
io.sockets.secure.unix.debug ; io.sockets.secure.debug ;
{ 1 0 } [ [ ] with-secure-context ] must-infer-as { 1 0 } [ [ ] with-secure-context ] must-infer-as

View File

@ -4,7 +4,7 @@ USING: combinators kernel prettyprint io io.timeouts sequences
namespaces io.sockets io.sockets.secure continuations calendar namespaces io.sockets io.sockets.secure continuations calendar
io.encodings.ascii io.streams.duplex destructors locals io.encodings.ascii io.streams.duplex destructors locals
concurrency.promises threads accessors smtp.private concurrency.promises threads accessors smtp.private
io.sockets.secure.unix.debug io.crlf ; io.sockets.secure.debug io.crlf ;
IN: smtp.server IN: smtp.server
! Mock SMTP server for testing purposes. ! Mock SMTP server for testing purposes.

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: accessors calendar combinators concurrency.promises USING: accessors calendar combinators concurrency.promises
destructors fry io io.crlf io.encodings.utf8 io.sockets destructors fry io io.crlf io.encodings.utf8 io.sockets
io.sockets.secure.unix.debug io.streams.duplex io.timeouts io.sockets.secure.debug io.streams.duplex io.timeouts
kernel locals math.parser namespaces prettyprint sequences kernel locals math.parser namespaces prettyprint sequences
splitting threads ; splitting threads ;
IN: pop3.server IN: pop3.server

View File

@ -7,7 +7,7 @@ furnace.auth.features.recover-password
furnace.auth.features.registration furnace.auth.login furnace.auth.features.registration furnace.auth.login
furnace.boilerplate furnace.redirection html.forms http.server furnace.boilerplate furnace.redirection html.forms http.server
http.server.dispatchers kernel namespaces site-watcher site-watcher.db http.server.dispatchers kernel namespaces site-watcher site-watcher.db
site-watcher.private urls validators io.sockets.secure.unix.debug site-watcher.private urls validators io.sockets.secure.debug
io.servers io.files.temp db db.tuples sequences io.servers io.files.temp db db.tuples sequences
webapps.site-watcher.common webapps.site-watcher.watching webapps.site-watcher.common webapps.site-watcher.watching
webapps.site-watcher.spidering ; webapps.site-watcher.spidering ;