]> gitweb.factorcode.org Git - factor.git/history - basis/io
Merge branches 'master' and 'cleanup' into cleanup
[factor.git] / basis / io /
2010-11-26 John BenediktssonMerge branches 'master' and 'cleanup' into cleanup
2010-11-15 John BenediktssonMerge branch 'master' of git://github.com/slavapestov...
2010-11-14 Slava Pestovio.servers: don't try to open SSL sockets if they're...
2010-11-01 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2010-10-25 Doug ColemanRemove usages of <void*> and *void*
2010-10-25 Doug ColemanRemove many uses of <int> and *int etc
2010-10-24 Slava Pestovio.sockets.secure: add ssl-supported? hook, and make...
2010-10-09 Slava PestovRemove stream-peek and stream-peek1, re-implement dns...
2010-10-08 Doug ColemanAdd a method on url-addr for local ports
2010-10-08 Doug ColemanImplement and document stream-peek
2010-10-08 Doug ColemanAdd stream-peek1 and remove it from images.gif and...
2010-10-07 Slava PestovVarious cleanups for Doug's recent socket addressing...
2010-10-05 Doug ColemanSince ip4/ip6 services can run on different ports,...
2010-09-28 Doug ColemanFix io.streams.throwing word and write docs for it...
2010-09-28 Doug ColemanSquashed commit of the following:
2010-09-28 Doug ColemanClean up io.servers.connection >insecure word
2010-09-27 Doug ColemanMake secure-context persist longer than a millisecond...
2010-09-24 Slava PestovMerge branch 'doc-fixes' of http://github.com/brennanch...
2010-09-24 Slava Pestovio.sockets: minor cleanup
2010-09-23 Doug ColemanOnly return ipv4 addresses for binding to on linux.
2010-09-22 Doug ColemanRemove test for icmp sockets since extra/ping implicitl...
2010-09-22 Doug ColemanImplement a raw port. Make ping only run on Windows...
2010-09-22 Doug ColemanUse SOCK_RAW for ICMP sockets on windows
2010-09-21 Doug ColemanSquashed commit of the following:
2010-09-21 Doug ColemanLet the server start before trying to clean it up
2010-09-21 Doug ColemanDon't try to use ipv6 addresses if an OS can't bind...
2010-09-21 Slava Pestovio.directories.hierarchy: add some tests
2010-09-20 Doug ColemanFix io.servers -- if it doesn't start up, don't throw...
2010-09-20 Doug ColemanFix using list
2010-09-20 Doug ColemanSquashed commit of the following:
2010-09-19 Doug ColemanFix http tests and io.server.connection docs
2010-09-19 Doug ColemanSquashed commit of the following:
2010-09-19 Doug ColemanSquashed commit of the following:
2010-09-17 Doug ColemanMake sure io.backend.windows loads the implementations...
2010-09-16 Doug ColemanTrim using lists for io.files.windows
2010-09-16 Doug ColemanMove win32-handle to windows.handles and update using...
2010-09-16 Slava Pestovio.backend.unix: remove dead code from bsd backend...
2010-09-14 Slava PestovMerge branch 'docs-ui-main' of http://github.com/mnchar...
2010-09-12 Slava Pestovio: minor doc fixes throughout
2010-09-12 Slava Pestovio.directories: move directory-tree-files words to...
2010-09-10 Slava PestovMerge branch 'docs-linearization-typo' of http://github...
2010-09-10 Slava PestovMerge branch 'docs-optimization' of http://github.com...
2010-09-08 Doug ColemanFix file uploads by using unlimit-stream for now. ...
2010-09-05 Slava Pestovio.sockets: make addrspecs immutable
2010-09-04 Slava Pestovio.sockets: f 0 <inet4> should work
2010-09-04 Slava Pestovio.sockets: clean up resolve-host
2010-09-04 Slava Pestovio.sockets: factor out ipv4 and ipv6 classes for John...
2010-09-04 Slava Pestovio.launcher.unix: clumsy fix for a race condition
2010-09-03 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-09-03 Slava PestovChange how SIGPIPE is ignored, and add a unit test...
2010-08-25 Slava Pestovio.monitors.linux: fix typo
2010-08-24 Slava Pestovio.monitors.recursive: fix typo
2010-08-24 Slava PestovAdd unless-disposed combinator to clean up some repetit...
2010-08-15 Slava Pestovio.sockets.windows: win32-socket instances were not...
2010-08-01 Philipp Brüschweilerio.files.info.unix.linux: sometimes /etc/mtab isn't...
2010-07-30 Slava Pestovio.ports: calling '0 read' now returns an empty sequenc...
2010-07-21 Slava Pestovio.files.unix: fix tests for recent calendar.unix vocab...
2010-07-16 Slava Pestovalien.data: remove second quotation parameter from...
2010-07-10 Joe Groffio.streams.throwing: add test file
2010-07-10 Joe Groffio.streams.throwing: rename throws-on-eof -> stream...
2010-07-09 Joe Groffio.streams.limited: scrape out last vestiges of unlimiting
2010-07-09 Joe Groffio.streams.throwing: implement read-until
2010-07-09 Joe Groffio.streams.throwing: implement tell and seek
2010-07-09 Joe Groffio.streams.limited: remove unlimit*
2010-07-09 Doug ColemanMerge branch 'master' of github.com:erg/factor
2010-07-09 Doug ColemanSplit off io.streams.throwing from io.streams.limited...
2010-07-07 Slava Pestovio.ports: fix stream-seek with seek-relative seek type...
2010-07-07 Slava Pestovio.ports: fix stream-tell implementation
2010-07-06 Slava PestovMerge branch 'mongodb-changes' of git://github.com...
2010-07-06 Slava PestovMerge branch 'gdbm' of http://github.com/dmsh/factor
2010-06-22 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-06-22 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-06-22 Slava PestovMerge remote branch 'origin/new-icons'
2010-06-22 Slava PestovMerge branch 'master' of git://github.com/erg/factor...
2010-06-17 Doug ColemanMerge branch 'master' of github.com:erg/factor
2010-06-17 Doug ColemanClearer <pipes> word
2010-06-17 Doug ColemanMerge branch 'master' of http://factorcode.org/git...
2010-06-16 Doug ColemanMerge branch 'master' of http://factorcode.org/git...
2010-06-16 Slava PestovMerge branch 'mongodb-changes' of git://github.com...
2010-06-16 Slava PestovMerge branch 'fuel' of git://github.com/dmsh/factor
2010-06-16 Slava PestovMerge branch 'client-bind' of git://github.com/x6j8x...
2010-06-16 Sascha Matzkeadded doc for with-local-address
2010-06-15 Daniel EhrenbergMerge branch 'master' into propagation
2010-06-14 Doug ColemanMerge branch 'master' of github.com:erg/factor
2010-06-14 Doug ColemanAdd a combinator to make a unique directory, set that...
2010-06-10 Doug ColemanRename alarms -> timers
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-05-29 Slava Pestovui.backend.cocoa: factor out stop-io-thread word for...
2010-05-24 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-05-23 Slava PestovFixes for out parameter changes
2010-05-23 Slava PestovUpdating code to use with-out-parameters
2010-05-22 Doug ColemanUpdate code base for new alarms api
2010-05-21 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-05-21 Slava Pestovio.backend.unix: make timeouts work on stdin once Doug...
2010-05-21 Doug ColemanUse keys/values where appropriate
2010-05-19 Slava Pestovspecialized-arrays: rename byte-array>T-array to T...
2010-05-14 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-05-10 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-05-06 Slava PestovLanguage change: tuple slot setter words with stack...
2010-05-04 Joe GroffMerge branch 'master' into cuda-changes
next