Commits
- Commit:
8b846311dc6feb29cf4b1d627ee2cc4dd8eca01f
- From:
- Omar Polo <op@omarpolo.com>
- Date:
bufio: add bufio_io_err
- Commit:
c4d1f652a3b3f399361f2251e88b800363dbbf9d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
bufio: rename pflags -> wantev
- Commit:
98f8e538bf0499faf31a3c7368205a3c024a4949
- From:
- Omar Polo <op@omarpolo.com>
- Date:
bufio: add buf_getdelim
will help simplifying a bit in net.c, and it's generally useful.
- Commit:
ce0234337a4093b79ae71ea572440f6a2c8af157
- From:
- Omar Polo <op@omarpolo.com>
- Date:
decouple bufio from ev
more a matter of cleanliness than a strong reason, but this allows
to reuse bufio without ev (if wanted to.)
- Commit:
b19b8dbca985e2f567bb3f476b116ea18c1ca9a2
- From:
- Omar Polo <op@omarpolo.com>
- Date:
bufio: add bufio_drain()
- Commit:
0e0994b2df05d5286a0b1d7fec24819ce2845588
- From:
- Omar Polo <op@omarpolo.com>
- Date:
bufio: add bufio_handshake to control the TLS handshake
- Commit:
e634cfa6578c0a2950abf661c07c899201b50925
- From:
- Omar Polo <op@omarpolo.com>
- Date:
bufio: fix bufio_read for TLS
- Commit:
9c5586a7bf8607e59fad4075f6d4bf395aa21c3c
- From:
- Omar Polo <op@omarpolo.com>
- Date:
bufio: add support for client certificates
- Commit:
8b00d570f2c7a3554b254a8947c60671d9001112
- From:
- Omar Polo <op@omarpolo.com>
- Date:
bufio: add bufio_close()
- Commit:
0d6af421ea503c1facc0ce4dab1c08ee59f5b235
- From:
- Omar Polo <op@omarpolo.com>
- Date:
bufio: provide bufio_free()
- Commit:
e3693ed949ccfcad6170d85b2db9e86499e1fc52
- From:
- Omar Polo <op@omarpolo.com>
- Date:
bufio: convert to new ev' EV_* event types
unfortunate, but a small coupling with either poll(2) or ev is
needed.
- Commit:
7a554149cbcb335372a2fde5f03142644de381c5
- From:
- Omar Polo <op@omarpolo.com>
- Date:
import bufio from syncparty