1. 14 Nov, 2000 3 commits
  2. 13 Nov, 2000 3 commits
  3. 11 Nov, 2000 2 commits
  4. 10 Nov, 2000 3 commits
  5. 09 Nov, 2000 2 commits
  6. 30 Oct, 2000 1 commit
  7. 25 Oct, 2000 1 commit
  8. 24 Oct, 2000 6 commits
  9. 11 Oct, 2000 1 commit
  10. 16 Sep, 2000 1 commit
  11. 13 Sep, 2000 1 commit
  12. 11 Sep, 2000 2 commits
    • use threads and things like aio_*() calls.  Pop in Nonblocking
      mode should work properly, but the price to pay is big hairy code
      Because we have to keep the state of the connection when return
      EAGAIN.  There is lot of buffer copy all over the place .i.e when
      we come back from a EAGAIN, we have to reset the same state.
      
      We have two new files call bio.[ch] it stands for buffered I/O
      Saves me from a lot of read()/write() calls by bufferring a bit
      for me.
      
      Attribute added 3 new functions, attribute_{set,get,unset,is}userflag()
      to let someone else the library store certain attributes on a message.
      They are keep in a different place the  the normal attributes.
      Alain Magloire authored
  13. 07 Sep, 2000 3 commits
  14. 06 Sep, 2000 3 commits
  15. 05 Sep, 2000 4 commits
  16. 04 Sep, 2000 4 commits