Last 30 days
-
r137
(oops broke shutdown again
) committed by jake.donham
- oops broke shutdown again
oops broke shutdown again
-
r136
(don't move new sleeps into the sleep_queue inside restart_th...) committed by jake.donham
- don't move new sleeps into the sleep_queue inside restart_threads, or
else threads may not be scheduled fairly.
don't move new sleeps into the sleep_queue inside restart_threads, or
else threads may not be scheduled fairly.
-
-
r134
(allow abstract types in signatures with type-conv) committed by jake.donham
- allow abstract types in signatures with type-conv
allow abstract types in signatures with type-conv
-
r133
(implement wait / waitpid / system) committed by jake.donham
- implement wait / waitpid / system
implement wait / waitpid / system
Older
-
-
r131
(allow Abstract module types with abstract return type 'a _r
) committed by jake.donham
- allow Abstract module types with abstract return type 'a _r
allow Abstract module types with abstract return type 'a _r
-
-
issue 3
(lwt-equeue has a dependency on ocaml-ssl even if you configu...) Status changed by jake.donham
-
-
r130
(lwt-equeue.ssl package does not exist if configured with -di...) committed by jake.donham
- lwt-equeue.ssl package does not exist if configured with -disable-ssl
lwt-equeue.ssl package does not exist if configured with -disable-ssl
-
issue 3
(lwt-equeue has a dependency on ocaml-ssl even if you configu...) reported by jake.donham
-
-
r129
(build the generator as bytecode; its performance doesn't muc...) committed by jake.donham
- build the generator as bytecode; its performance doesn't much matter,
and this avoids some natdynlink / findlib hassle
build the generator as bytecode; its performance doesn't much matter,
and this avoids some natdynlink / findlib hassle
-
r128
(fix for trunk ocamljs) committed by jake.donham
- fix for trunk ocamljs
-
r127
(oops, depend on nethttpd (configurable in Ocamlnet) rather t...) committed by jake.donham
- oops, depend on nethttpd (configurable in Ocamlnet) rather than netcgi1
oops, depend on nethttpd (configurable in Ocamlnet) rather than netcgi1
-
r126
(fix to match trunk ocamljs callback convention) committed by jake.donham
- fix to match trunk ocamljs callback convention
fix to match trunk ocamljs callback convention
-
r125
(don't evalute return thunk more than once
) committed by jake.donham
- don't evalute return thunk more than once
don't evalute return thunk more than once
-
-
-
r122
(huh this inf / sup stuff is more complicated than I thought....) committed by jake.donham
- huh this inf / sup stuff is more complicated than I thought. turn it off for now.
huh this inf / sup stuff is more complicated than I thought. turn it off for now.
-
r121
(allow open polymorphic variants in functions) committed by jake.donham
- allow open polymorphic variants in functions
allow open polymorphic variants in functions
-
r120
(oops, must expand polymorphic variants in function arg and r...) committed by jake.donham
- oops, must expand polymorphic variants in function arg and return types
oops, must expand polymorphic variants in function arg and return types
-
r119
(support for polymorphic variant extensions) committed by jake.donham
- support for polymorphic variant extensions
support for polymorphic variant extensions
-
r118
(initial support for polymorphic variants) committed by jake.donham
- initial support for polymorphic variants
initial support for polymorphic variants
-
r117
(provide for marshaling external to an interface definition, ...) committed by jake.donham
- provide for marshaling external to an interface definition, so you can
reuse types across interfaces.
provide for marshaling external to an interface definition, so you can
reuse types across interfaces.
-
-
r115
(these locks aren't needed) committed by jake.donham
- these locks aren't needed
these locks aren't needed
-
r114
(oops, same bug as Lwt_queue
) committed by jake.donham
- oops, same bug as Lwt_queue
oops, same bug as Lwt_queue
-
r113
(oops, on timeout must broadcast to be sure to wake up the ti...) committed by jake.donham
- oops, on timeout must broadcast to be sure to wake up the timed-out
thread; if another thread waits on the condition before timeout then
it gets the signal.
oops, on timeout must broadcast to be sure to wake up the timed-out
thread; if another thread waits on the condition before timeout then
it gets the signal.
-
r112
(blocking queue, event style) committed by jake.donham
- blocking queue, event style
blocking queue, event style
-
r111
(make wrap function 'a -> 'b Lwt.t (?).
never event.
) committed by jake.donham
- make wrap function 'a -> 'b Lwt.t (?).
never event.
make wrap function 'a -> 'b Lwt.t (?).
never event.
-
r110
(accept as an event. factored common code for sock op events) committed by jake.donham
- accept as an event. factored common code for sock op events
accept as an event. factored common code for sock op events
-
r109
(oops, left in debugging) committed by jake.donham
- oops, left in debugging
-
r108
(another try at Lwt_unix with just one unixqueue handler (oth...) committed by jake.donham
- another try at Lwt_unix with just one unixqueue handler (otherwise
multiple threads can't wait on one fd). better Lwt_event / Lwt_event_unix.
another try at Lwt_unix with just one unixqueue handler (otherwise
multiple threads can't wait on one fd). better Lwt_event / Lwt_event_unix.
-
r107
(first attempt at Lwt_event) committed by jake.donham
- first attempt at Lwt_event
first attempt at Lwt_event
-
-
-
r104
(faked-out sudoku example) committed by jake.donham
- faked-out sudoku example
-
-
-
-
orpc-0.2.1.tar.gz (orpc version 0.2.1, fixed build problem with 0.2) file uploaded by jake.donham
-
Labels:
Featured
Type-Source
Labels:
Featured
Type-Source
-
-
-
-
r98
(use install to install binary) committed by jake.donham
- use install to install binary
use install to install binary
-
-
r96
(oops, need threads pkg) committed by jake.donham
- oops, need threads pkg
-
-
-
|