My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Last 30 days

  • Dec 16, 2009
    r137 (oops broke shutdown again ) committed by jake.donham   -   oops broke shutdown again
    oops broke shutdown again
  • Dec 11, 2009
    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.
  • Dec 09, 2009
    r135 (oops) committed by jake.donham   -   oops
    oops
  • Dec 09, 2009
    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
  • Dec 08, 2009
    r133 (implement wait / waitpid / system) committed by jake.donham   -   implement wait / waitpid / system
    implement wait / waitpid / system

Older

  • Dec 02, 2009
    r132 (shutdown bug) committed by jake.donham   -   shutdown bug
    shutdown bug
  • Nov 25, 2009
    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
  • Nov 23, 2009
    issue 4 (examples fail to bind to localhost on Ubuntu 9.04) reported by jake.donham   -   run e.g. clicks server.byte -conf server.cfg, see Uncaught exception preparing service clicks: Unix.Unix_error(50, "bind", "") an Ubuntu thing? an Ocamlnet thing?
    run e.g. clicks server.byte -conf server.cfg, see Uncaught exception preparing service clicks: Unix.Unix_error(50, "bind", "") an Ubuntu thing? an Ocamlnet thing?
  • Nov 23, 2009
    issue 3 (lwt-equeue has a dependency on ocaml-ssl even if you configu...) Status changed by jake.donham   -   Fixed in trunk.
    Status: Fixed
    Fixed in trunk.
    Status: Fixed
  • Nov 23, 2009
    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
  • Nov 23, 2009
    issue 3 (lwt-equeue has a dependency on ocaml-ssl even if you configu...) reported by jake.donham   -   build with -disable-ssl, make install, make examples blows up.
    build with -disable-ssl, make install, make examples blows up.
  • Nov 23, 2009
    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
  • Nov 19, 2009
    r128 (fix for trunk ocamljs) committed by jake.donham   -   fix for trunk ocamljs
    fix for trunk ocamljs
  • Nov 19, 2009
    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
  • Nov 19, 2009
    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
  • Jul 13, 2009
    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
  • Jun 12, 2009
    r124 (couple bugs) committed by jake.donham   -   couple bugs
    couple bugs
  • Jun 09, 2009
    r123 (pedantry ) committed by jake.donham   -   pedantry
    pedantry
  • Jun 09, 2009
    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.
  • Jun 08, 2009
    r121 (allow open polymorphic variants in functions) committed by jake.donham   -   allow open polymorphic variants in functions
    allow open polymorphic variants in functions
  • Jun 08, 2009
    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
  • Jun 04, 2009
    r119 (support for polymorphic variant extensions) committed by jake.donham   -   support for polymorphic variant extensions
    support for polymorphic variant extensions
  • Jun 03, 2009
    r118 (initial support for polymorphic variants) committed by jake.donham   -   initial support for polymorphic variants
    initial support for polymorphic variants
  • May 28, 2009
    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.
  • May 27, 2009
    r116 (simplify ) committed by jake.donham   -   simplify
    simplify
  • May 25, 2009
    r115 (these locks aren't needed) committed by jake.donham   -   these locks aren't needed
    these locks aren't needed
  • May 25, 2009
    r114 (oops, same bug as Lwt_queue ) committed by jake.donham   -   oops, same bug as Lwt_queue
    oops, same bug as Lwt_queue
  • May 19, 2009
    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.
  • May 19, 2009
    r112 (blocking queue, event style) committed by jake.donham   -   blocking queue, event style
    blocking queue, event style
  • May 18, 2009
    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.
  • May 18, 2009
    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
  • May 15, 2009
    r109 (oops, left in debugging) committed by jake.donham   -   oops, left in debugging
    oops, left in debugging
  • May 15, 2009
    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.
  • May 14, 2009
    r107 (first attempt at Lwt_event) committed by jake.donham   -   first attempt at Lwt_event
    first attempt at Lwt_event
  • May 14, 2009
    r106 (build flags) committed by jake.donham   -   build flags
    build flags
  • May 03, 2009
    r105 (oops, no console ) committed by jake.donham   -   oops, no console
    oops, no console
  • May 01, 2009
    r104 (faked-out sudoku example) committed by jake.donham   -   faked-out sudoku example
    faked-out sudoku example
  • May 01, 2009
    r103 (fake out server) committed by jake.donham   -   fake out server
    fake out server
  • Apr 28, 2009
    r102 (sudoku example) committed by jake.donham   -   sudoku example
    sudoku example
  • Apr 27, 2009
    r101 (oops ) committed by jake.donham   -   oops
    oops
  • Apr 25, 2009
    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
  • Apr 25, 2009
    issue 2 ("make install" fails on debian lenny) Status changed by jake.donham   -   I made this change in the 0.2.1 release. Thanks for the feedback.
    Status: Fixed
    I made this change in the 0.2.1 release. Thanks for the feedback.
    Status: Fixed
  • Apr 25, 2009
    r100 (tagged 0.2.1) committed by jake.donham   -   tagged 0.2.1
    tagged 0.2.1
  • Apr 25, 2009
    r99 (removed to retag) committed by jake.donham   -   removed to retag
    removed to retag
  • Apr 25, 2009
    r98 (use install to install binary) committed by jake.donham   -   use install to install binary
    use install to install binary
  • Apr 25, 2009
    r97 (tagged 0.2.1) committed by jake.donham   -   tagged 0.2.1
    tagged 0.2.1
  • Apr 25, 2009
    r96 (oops, need threads pkg) committed by jake.donham   -   oops, need threads pkg
    oops, need threads pkg
  • Apr 21, 2009
    orpc-0.2.tar.gz (orpc version 0.2) file uploaded by jake.donham   -  
    Labels: Featured Type-Source
    Labels: Featured Type-Source
  • Apr 21, 2009
    orpc-0.2.tar.gz (orpc version 0.2) file uploaded by jake.donham   -  
    Labels: Featured Type-Source
    Labels: Featured Type-Source
  • Apr 21, 2009
    orpc-0.2.tar.gz (orpc version 0.2) file uploaded by jake.donham   -  
    Labels: Featured Type-Source
    Labels: Featured Type-Source
 
Hosted by Google Code