Doug Coleman
|
f20ee7a53b
|
Use new threaded-server features in concurrency.distributed
|
2010-09-19 21:39:14 -05:00 |
Doug Coleman
|
8aa22487da
|
Fix io.servers -- if it doesn't start up, don't throw an error when it's stopped. IPV6 must be enabled on windows with the command: ipv6 install (the build machines need this before we get clean windows builds). Fix up winsock error handling.
|
2010-09-19 21:35:52 -05:00 |
Doug Coleman
|
fd502e2c85
|
Fix using list
|
2010-09-19 19:14:56 -05:00 |
Doug Coleman
|
f791c8c5d2
|
Squashed commit of the following:
commit 197dbe9a6733775ac0ea19b3da4bd4dc3c85418c
Author: Doug Coleman <doug.coleman@gmail.com>
Date: Sat Sep 18 19:01:38 2010 -0500
Fix bootstrap, move privileges to windows.privileges
commit 521c622f8afb15bf42d263c738cb990560dc29cb
Author: Doug Coleman <doug.coleman@gmail.com>
Date: Sat Sep 18 18:26:30 2010 -0500
Hopefully fix bootstrap
commit eb3f22928b59758b9505430034044b5b94705da2
Author: Doug Coleman <doug.coleman@gmail.com>
Date: Sat Sep 18 18:19:05 2010 -0500
Remove wince from factor codebase
commit 619d6c99415f46208a7ede6a04b0ccda46b15360
Author: Doug Coleman <doug.coleman@gmail.com>
Date: Sat Sep 18 16:07:46 2010 -0500
Remove Windows CE from vm/
|
2010-09-19 19:13:25 -05:00 |
Doug Coleman
|
87ec88ff6c
|
Fix http tests and io.server.connection docs
|
2010-09-19 15:47:25 -05:00 |
Doug Coleman
|
aa8c12a84b
|
Squashed commit of the following:
commit 8a15381d30508b8f36a9e36dc3a0afc3c962c853
Author: Doug Coleman <doug.coleman@gmail.com>
Date: Sat Sep 11 14:32:30 2010 -0500
Squash threaded-server branch
|
2010-09-19 13:38:02 -05:00 |
Doug Coleman
|
4a018ebdfc
|
Squashed commit of the following:
commit fbec7374aa3f99d8f76499183920e537dc7f38b1
Author: Doug Coleman <doug.coleman@gmail.com>
Date: Sun Sep 19 13:28:47 2010 -0500
Remove random.combinators vocab
commit 74f91aca4a961879ec57ef56114eadd5e9f6dcee
Author: Doug Coleman <doug.coleman@gmail.com>
Date: Sun Sep 19 13:28:22 2010 -0500
Rename random.combinators to combinators.random. Add random.data vocabulary
commit f616c3f4ceac48ac6f48836040130ba4f090c47f
Author: Doug Coleman <doug.coleman@gmail.com>
Date: Sun Sep 19 13:14:01 2010 -0500
Add execute-random combinator, docs, and respace a few things..
commit 1ce17507e3767c78e14ecf5e27e542168a47b2a2
Merge: db359d6 b53fc83
Author: Doug Coleman <doug.coleman@gmail.com>
Date: Sun Sep 19 12:55:53 2010 -0500
Merge branch 'random-combinators' of git://github.com/jonenst/factor into random-combinators
commit b53fc830f3319e9bdfce02674ea480f69e1453db
Author: Jon Harper <jon.harper87@gmail.com>
Date: Mon Aug 23 17:16:21 2010 +0200
Random combinators vocabulary
|
2010-09-19 13:29:43 -05:00 |
Doug Coleman
|
d29625850f
|
Remove the word 'alarm' from timers docs..
|
2010-09-18 11:37:47 -05:00 |
Slava Pestov
|
a36bd7fbaf
|
vm: don't keep more than 10 unused contexts around to prevent address space wastage on low-budget operating systems like OpenBSD
|
2010-09-17 20:52:27 -07:00 |
Slava Pestov
|
e8b1a06dad
|
vm: a stack underflow inside a primitive could leave a data root in an uninitialized state; if allocating the thrown underflow error triggered a GC, the GC would visit a garbage pointer
|
2010-09-17 19:46:57 -07:00 |
Slava Pestov
|
f013f9aa2f
|
Rename mason.server to webapps.mason.backend, rename mason.version to webapps.mason.version, for cleaner client-server separation
|
2010-09-17 19:46:55 -07:00 |
Slava Pestov
|
c4d717a49a
|
mason: add new idle, upload, finish states to make status display more helpful
|
2010-09-17 19:46:55 -07:00 |
Doug Coleman
|
7122f9fccb
|
Make sure io.backend.windows loads the implementations for the generics it defines. Make windows.handles not depend on io.timeouts. Fix typo in win32-file-attributes. Fix bug in null-output word. Clean up error checking code.
|
2010-09-17 14:19:10 -05:00 |
Slava Pestov
|
04be762fac
|
math.rectangles: add infinite recursion check in case somebody does something stupid
|
2010-09-16 21:27:18 -07:00 |
Slava Pestov
|
b3c5097862
|
mason: send a heartbeat even while a build is running, and tighten deadline for crashed machine in mason.server
|
2010-09-16 21:27:17 -07:00 |
Doug Coleman
|
06e3fc84a6
|
Trim using lists for io.files.windows
|
2010-09-16 16:10:38 -05:00 |
Doug Coleman
|
aefbed1f29
|
Add platforms.txt for windows.handles
|
2010-09-16 15:52:14 -05:00 |
Doug Coleman
|
5c8316be07
|
Move win32-handle to windows.handles and update using lists to avoid pulling in the io backend where not necessary
|
2010-09-16 15:40:36 -05:00 |
Slava Pestov
|
77db248759
|
mason: make upload timeout configurable, bump default to 1 hour for erg's mom's dialup
|
2010-09-15 22:53:54 -07:00 |
Slava Pestov
|
5378f2a0c7
|
vm/os-unix.cpp: set pipe file descriptors to close on exec
|
2010-09-15 22:20:24 -07:00 |
Slava Pestov
|
c447ca5427
|
io.backend.unix: remove dead code from bsd backend, fix select code
|
2010-09-15 21:56:42 -07:00 |
Doug Coleman
|
f0a9741a96
|
Make windows random objects inherit from win32-handle, remove redundant error handling, use new-disposable instead of new
|
2010-09-15 19:10:21 -05:00 |
Doug Coleman
|
c37d967da2
|
Don't use 2|| for control flow, use nested recover instead. Fix bug where creating a crypto context would dereference the handle, causing a type error.
|
2010-09-15 18:11:51 -05:00 |
Doug Coleman
|
3419708ead
|
Remove dead code
|
2010-09-15 17:39:46 -05:00 |
unknown
|
0b62642ba1
|
random.windows logic was horribly messed up
|
2010-09-15 17:16:20 -05:00 |
Slava Pestov
|
7b6f84ad0e
|
mason.server.watchdog: new tool to send e-mails when build machines go down
|
2010-09-14 21:54:33 -07:00 |
Slava Pestov
|
1aaa756056
|
editors.jedit: update for jEdit 4.3.2, which places jEdit settings directory in $HOME/Library/jEdit instead of $HOME/.jedit on Mac OS X
|
2010-09-14 21:20:02 -07:00 |
Jeremy Hughes
|
3806f02111
|
xml.traversal: tags-with-attr fix
|
2010-09-14 18:09:17 +12:00 |
Slava Pestov
|
e68602287c
|
Merge branch 'docs-ui-main' of http://github.com/mncharity/factor
|
2010-09-13 20:57:04 -07:00 |
Mitchell N Charity
|
c989ba84a9
|
command-line-docs: fix -run description
|
2010-09-13 17:22:23 -04:00 |
Slava Pestov
|
28eb59824d
|
io: fix with-streams to dispose the output stream first, move (stream-seek) word to io.streams.sequence where it belongs
|
2010-09-12 22:07:23 -07:00 |
Doug Coleman
|
d00cc766a4
|
Fix using list
|
2010-09-12 00:26:14 -05:00 |
Doug Coleman
|
fb9f1de3e4
|
Fix with-streams: if the first dispose throws an error, the second dispose never gets called
|
2010-09-12 00:26:14 -05:00 |
Slava Pestov
|
e5b30b7518
|
io: minor doc fixes throughout
|
2010-09-11 18:43:47 -07:00 |
Slava Pestov
|
f3b264522c
|
io.directories: move directory-tree-files words to io.directories.hierarchy, where all the other *-tree stuff is
|
2010-09-11 18:43:47 -07:00 |
Slava Pestov
|
590586e551
|
benchmark.sockets: yield between spawning clients so we don't backlog requests (we call accept with a limit of 128)
|
2010-09-11 18:43:47 -07:00 |
Doug Coleman
|
56ce338007
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-09-11 19:43:33 -05:00 |
Doug Coleman
|
fe1daf4e08
|
Fix throw-restarts example
|
2010-09-11 19:41:06 -05:00 |
John Benediktsson
|
cd27d1337b
|
math.floating-point: adding double>ratio.
|
2010-09-11 19:41:06 -05:00 |
Doug Coleman
|
32e2bf759a
|
Fix throw-restarts example
|
2010-09-11 14:12:24 -05:00 |
John Benediktsson
|
16c6d4304f
|
listener: fixing typo in docs.
|
2010-09-10 13:22:53 -07:00 |
John Benediktsson
|
0b47a6b959
|
sequences: fix typo in docs.
|
2010-09-10 13:22:48 -07:00 |
John Benediktsson
|
9edab21aeb
|
html.streams: fix typo in stack effect for emit-html.
|
2010-09-10 13:22:42 -07:00 |
Slava Pestov
|
c4fa0c2507
|
vm: fep g command prints addresses in h hex for readability
|
2010-09-09 20:36:50 -07:00 |
Slava Pestov
|
0f26b660bb
|
openal.alut fix from Chris Double
|
2010-09-09 20:36:35 -07:00 |
Slava Pestov
|
0ed6c00a48
|
Merge branch 'docs-linearization-typo' of http://github.com/mncharity/factor
|
2010-09-09 20:33:11 -07:00 |
Slava Pestov
|
65de87ff52
|
Merge branch 'docs-optimization' of http://github.com/mncharity/factor
|
2010-09-09 20:33:04 -07:00 |
Mitchell N Charity
|
8a269f56a4
|
algebra-docs: fix a typo
|
2010-09-09 17:39:11 -04:00 |
Slava Pestov
|
976c4230cd
|
twitter: don't use https on Windows since Factor doesn't support https there
|
2010-09-08 20:54:31 -07:00 |
Slava Pestov
|
d43802bea2
|
benchmark.sockets: fix race by using promises instead of super-dodgy random calls to yield
|
2010-09-08 20:54:30 -07:00 |