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