]> gitweb.factorcode.org Git - factor.git/history - basis/io/sockets/unix/unix.factor
classes.struct: moving to new/boa instead of <struct>/<struct-boa>
[factor.git] / basis / io / sockets / unix / unix.factor
2022-01-17 John Benediktssonclasses.struct: moving to new/boa instead of <struct...
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2017-06-24 Björn Lindqvistbasis/,extra/: removing some unnecessary EXCLUDE declar...
2016-03-25 Doug Colemanfactor: remove rest of double paren words.
2016-03-14 John Benediktssonio.sockets.unix: using getsockopt doesn't need to recurse.
2016-03-13 John Benediktssonio.sockets.unix: don't need these imports.
2016-03-13 John Benediktssonio.sockets.unix: refactor getsockopt into get-socket...
2016-03-13 John Benediktssonio.sockets.unix: use getsockopt to check connect success.
2016-03-08 Doug Colemanio.sockets.unix: Fix ipv6 sends for udp on osx.
2015-07-16 John Benediktssonio.sockets: make host-name a hook and throw correct...
2014-11-21 John Benediktssonlibc: reduce code duplication.
2014-11-21 John Benediktssonlibc: rename (io-error) to throw-errno.
2014-11-21 John Benediktssonio: use errno case instead of cond.
2014-04-20 Björn Lindqvistio.sockets: add word addrinfo-error to signal host...
2014-04-02 Björn Lindqvistlibc: several vocabs now need to depend on libc
2012-07-19 Doug Colemanio.sockets.unix: Needs to still use namespaces. Clean...
2012-07-19 Doug Colemannamespaces: Rename ``bind`` to ``with-variables``....
2012-05-29 John Benediktssonio.sockets: adding "broadcast port", ideally would...
2011-11-02 Doug ColemanMake "foo.private" require load foo instead.
2011-10-18 Joe Groffio.sockets: rename (receive) to (receive-unsafe)
2011-10-18 Joe Groffio.sockets: receive-unsafe and receive-into
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
2011-08-26 Doug ColemanRevert "Try to read instead of write from a TCP connect...
2011-08-26 Doug ColemanTry to read instead of write from a TCP connection...
2011-01-16 Anton GorenkoMerge branch 'master' of git://github.com/slavapestov...
2010-11-26 John BenediktssonMerge branches 'master' and 'cleanup' into cleanup
2010-11-01 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2010-10-25 Doug ColemanRemove many uses of <int> and *int etc
2010-09-26 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-09-23 Doug ColemanOnly return ipv4 addresses for binding to on linux.
2010-09-22 Doug ColemanImplement a raw port. Make ping only run on Windows...
2010-09-21 Doug ColemanSquashed commit of the following:
2010-09-14 Slava PestovMerge branch 'docs-ui-main' of http://github.com/mnchar...
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-04 Slava Pestovio.sockets: clean up resolve-host
2010-02-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-02-07 Slava PestovMerge branch 'new-math-parser' of git://factorcode...
2010-01-26 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-01-24 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-23 Doug Colemanunix-system-call io-error -> unix-system-call drop
2010-01-22 Doug ColemanHandle EINTR in a lot of cases where it wasn't handled...
2010-01-22 Doug ColemanMake unix-system-call retry the call immediately upon...
2010-01-20 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-11-27 Joe GroffMerge branch 'master' into simd-cleanup
2009-11-22 Slava PestovFix conflict
2009-11-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-21 Slava PestovFactor source files should not be executable
2009-11-20 Slava PestovUpdate a few places that used string C type names to...
2009-11-16 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-11-15 Doug ColemanMerge branch 'startup'
2009-11-15 Doug ColemanMerge branch 'master' into startup
2009-11-09 Slava PestovMerge branch 'master' of git://github.com/killy971...
2009-10-30 Slava PestovMerge branch 'master' into new_gc
2009-10-29 Joe GroffMerge branch 'master' of http://factorcode.org/git...
2009-10-28 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-28 Doug Coleman(normalize-path) -> absolute-path, canonicalize-path...
2009-10-28 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-28 Joe GroffMerge branch 'master' of http://factorcode.org/git...
2009-10-28 Joe Groffupdate existing code to use :> ( ) when possible
2009-10-26 Slava PestovMerge branch 'new_gc' of git://factorcode.org/git/facto...
2009-10-24 Joe GroffMerge branch 'master' of http://factorcode.org/git...
2009-10-24 Guillaume NargeotMerge branch 'master' of git://factorcode.org/git/factor
2009-10-23 Slava PestovMerge branch 'master' into new_gc
2009-10-23 Slava PestovMerge branch 'client-bind' of git://github.com/x6j8x...
2009-10-23 Sascha Matzkeadded with-local-address to bind the local address...
2009-10-20 Doug Colemanrun bootstrap and startup hooks inside a with-destructo...
2009-10-20 Doug ColemanMerge branch 'master' into startup
2009-10-20 Doug ColemanMerge branch 'master' into startup
2009-10-20 Doug Colemanchange add-init-hook to add-startup-hook, new add-shutd...
2009-10-10 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-06 Doug ColemanMerge branch 'a7a39d3766624227966bca34f0778030592d82c2...
2009-09-24 Slava PestovFix conflict
2009-09-22 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2009-09-22 Guillaume NargeotMerge branch 'master' of git://factorcode.org/git/factor
2009-09-21 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-09-20 Slava PestovMerge Phil Dawes' VM work
2009-09-18 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-09-18 Joe Groffmove some allocation words that don't really have much...
2009-09-16 Slava PestovMerge branch 'irc-fix' of git://tiodante.com/git/factor
2009-09-08 Joe GroffMerge branch 'master' into strong-typing
2009-09-08 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-09-08 Slava PestovMerge branch 'for-slava' of git://git.rfc1149.net/factor
2009-09-08 Slava PestovMerge branch 'for-slava' of git://git.rfc1149.net/facto...
2009-09-08 Slava PestovFix conflicts
2009-09-04 Joe GroffMerge branch 'master' into ppc-float-compare
2009-09-04 Slava PestovMerge branch 'master' of git://factorcode.org/git/facto...
2009-09-04 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-09-04 Slava PestovFix sockets on Windows, and re-organize things so that...
2009-09-04 Slava Pestovio.sockets: fix to work in deployed apps
2009-09-04 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-09-03 Doug ColemanWHAMMY! convert io.sockets.unix
2009-08-31 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-08-31 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-08-31 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-08-31 Slava Pestovio.sockets.unix: cleanup two usages of 'rot' and use...
2009-08-30 Marc FauconneauMerge branch 'master' of git@github.com:prunedtree...
2009-08-30 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
next