1. 23 Nov, 2000 1 commit
  2. 18 Nov, 2000 2 commits
  3. 16 Nov, 2000 1 commit
  4. 15 Nov, 2000 3 commits
  5. 14 Nov, 2000 3 commits
  6. 13 Nov, 2000 3 commits
  7. 11 Nov, 2000 2 commits
  8. 10 Nov, 2000 3 commits
  9. 09 Nov, 2000 2 commits
  10. 30 Oct, 2000 1 commit
  11. 25 Oct, 2000 1 commit
  12. 24 Oct, 2000 6 commits
  13. 11 Oct, 2000 1 commit
  14. 16 Sep, 2000 1 commit
  15. 13 Sep, 2000 1 commit
  16. 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
  17. 07 Sep, 2000 3 commits
  18. 06 Sep, 2000 3 commits
  19. 05 Sep, 2000 1 commit