]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2010-10-01 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-10-01 Slava Pestovcompiler.cfg.linear-scan: extend lifetime intervals...
2010-10-01 Slava Pestovwebapps.mason: fix counter and dashboard actions, add...
2010-09-30 Doug ColemanRevert previous patch; not simply a typo. Still broken...
2010-09-29 Doug ColemanWin64 Windows SDK hates int/cell type errors
2010-09-29 Doug ColemanFix typo ohno
2010-09-29 Doug ColemanUse create-class-in to get redefinition errors with...
2010-09-29 Doug ColemanMake a way to get DNS server ips on Windows
2010-09-29 Doug ColemanAdd a basic windows registry vocabulary
2010-09-29 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-09-29 Doug ColemanRemembered append-outputs-as combinator for dns
2010-09-29 Anton Gorenkogobject-introspection: rewrite gir files loading and...
2010-09-29 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-09-29 Slava Pestovhtml.templates.fhtml: code cleanup
2010-09-29 Slava Pestovhttp.server.static: look for index.fhtml when fhtml...
2010-09-29 Doug ColemanAdd a DNS vocabulary
2010-09-29 Doug ColemanFix using in slots.syntax
2010-09-28 Chris DoubleFix chloe-content docs
2010-09-28 Chris DoubleAdd webm, ogv and oga to mime types
2010-09-28 Doug ColemanAdd set-slots{ and set-slots[ words in slots.syntax...
2010-09-28 Doug ColemanMake alien.enums create singletons so I can dispatch...
2010-09-28 Sascha Matzkefixed ismaster result eval
2010-09-28 Sascha Matzkeadded with-mdb-pool, rewrote with-mdb-connection
2010-09-28 Sascha Matzkeadded each-chunk, find-all and select-all-tuples words
2010-09-28 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-09-28 Slava Pestovwebsites.factorcode: FIX TYPO
2010-09-28 Slava Pestovwebsites.factorcode: update index.fhtml
2010-09-28 Slava Pestovfurnace.utilities: clean up
2010-09-28 Slava Pestovwebsites.factorcode: add examples
2010-09-28 Slava Pestovwebsites.factorcode: enable .fhtml
2010-09-28 Slava Pestovwebsites.factorcode: new factorcode.org site, just...
2010-09-28 Slava Pestovvm: fix compiler warning
2010-09-28 Slava PestovNew boot image location: http://downloads.factorcode...
2010-09-28 Slava Pestovmason.release.branch: fix test failure
2010-09-28 Slava Pestovcompiler: preliminary implementation of tracking derive...
2010-09-28 Slava Pestovcompiler.cfg.alias-analysis: fix bug in lazy alias...
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-27 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-09-26 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-09-25 Slava Pestovcompiler.cfg.scheduling: always run scheduling because...
2010-09-25 Slava Pestovcompiler.cfg.alias-analysis: don't need to do a local...
2010-09-25 Slava Pestovcompiler.cfg.liveness: merge in compiler.cfg.liveness...
2010-09-24 Slava PestovMerge branch 'doc-fixes' of http://github.com/brennanch...
2010-09-24 Slava Pestovio.sockets: minor cleanup
2010-09-24 Slava Pestovmason.release.branch: pass -f argument to git push...
2010-09-23 Brennan Cheungdoc fix, chloe link forms - t:button
2010-09-23 Doug ColemanOnly return ipv4 addresses for binding to on linux.
2010-09-22 Chris DoubleClient for bitcoin json-rpc API
2010-09-22 Doug ColemanRemove test for icmp sockets since extra/ping implicitl...
2010-09-22 Doug Colemanplatforms.txt likes things on their own lines.
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 ColemanFix error checking in windows.sockets again
2010-09-21 Doug ColemanFix sorting.human docs
2010-09-21 Doug ColemanMake sure the ping comes from the correct ip.
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 ColemanMove math.transforms.fft to unmaintained since it's...
2010-09-21 Doug ColemanUse proper unicode collation for sorting strings, and...
2010-09-21 Doug ColemanDon't try to use ipv6 addresses if an OS can't bind...
2010-09-21 Doug ColemanHuman sort is unusable with pegs (too slow). Make...
2010-09-21 Slava Pestovwebapps.mason.version.source: fix bugs discovered durin...
2010-09-21 Slava Pestovio.directories.hierarchy: add some tests
2010-09-21 Slava Pestovcompiler.cfg.ssa.construction: use the baller method...
2010-09-21 Slava Pestovalien.data: remove deprecated malloc-object word
2010-09-21 Slava Pestovhelp.html: put exact matches first in search results
2010-09-21 Slava Pestovcalendar: minor doc fixes
2010-09-21 Slava Pestovvm/os-unix.cpp: remove dead code
2010-09-20 Doug ColemanFix docs errors for threaded-server changes
2010-09-20 Doug ColemanMove <rgb-image> to images.testing, add randomize-image...
2010-09-20 Doug ColemanMake a couple utility words in images vocabulary
2010-09-20 Doug ColemanUse new threaded-server features in concurrency.distributed
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-18 Doug ColemanRemove the word 'alarm' from timers docs.. similar-0.94
2010-09-18 Slava Pestovvm: don't keep more than 10 unused contexts around...
2010-09-18 Slava Pestovvm: a stack underflow inside a primitive could leave...
2010-09-18 Slava PestovRename mason.server to webapps.mason.backend, rename...
2010-09-18 Slava Pestovmason: add new idle, upload, finish states to make...
2010-09-17 Doug ColemanMake sure io.backend.windows loads the implementations...
2010-09-17 Slava Pestovmath.rectangles: add infinite recursion check in case...
2010-09-17 Slava Pestovmason: send a heartbeat even while a build is running...
2010-09-16 Doug ColemanTrim using lists for io.files.windows
2010-09-16 Doug ColemanAdd platforms.txt for windows.handles
2010-09-16 Doug ColemanMove win32-handle to windows.handles and update using...
2010-09-16 Slava Pestovmason: make upload timeout configurable, bump default...
2010-09-16 Slava Pestovvm/os-unix.cpp: set pipe file descriptors to close...
2010-09-16 Slava Pestovio.backend.unix: remove dead code from bsd backend...
2010-09-16 Doug ColemanMake windows random objects inherit from win32-handle...
2010-09-15 Doug ColemanDon't use 2|| for control flow, use nested recover...
2010-09-15 Doug ColemanRemove dead code
2010-09-15 unknownrandom.windows logic was horribly messed up
2010-09-15 Slava Pestovmason.server.watchdog: new tool to send e-mails when...
next