Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2008-05-14 15:59:25 -0700 (Wed, 14 May 2008)
Revision: 12913
Log message:

      Fix to compile with 0.9.9

Changes  Path(relative to libmojave)
+4 -0 OMakefile
+5 -1 OMakeroot

Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-05-20 09:53:05 -0700 (Tue, 20 May 2008)
Revision: 12933
Log message:

      In lm_ssl_flush:
      - Wraped the flush call in a enter/leave_blocking_section 
      - Added an "XXX: BUG" comment about it being an error not to check the return
        value of the BIO_flush call. According to the man page:
          BIO_flush(), because it can write data may return 0 or -1
          indicating that the call should be retried later
          in a similar manner to BIO_write().  The
          BIO_should_retry() call should be used and appropriate
          action taken is the call fails.

Changes  Path(relative to libmojave/cutil)
+8 -0 lm_ssl.c

Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2008-05-23 13:44:12 -0700 (Fri, 23 May 2008)
Revision: 12948
Log message:

      Add {enter,leave}_blocking_section to the hooks.

Changes  Path(relative to libmojave/cutil)
+4 -1 lm_dll.c
+2 -0 lm_dll.h
+4 -0 lm_dll_hooks.h

Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2008-05-26 19:30:47 -0700 (Mon, 26 May 2008)
Revision: 12963
Log message:

      Add alloc_string to lm_dll.h hooks.

Changes  Path(relative to libmojave/cutil)
+2 -1 lm_dll.c
+2 -1 lm_dll.h
+2 -0 lm_dll_hooks.h