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