aboutsummaryrefslogtreecommitdiff
path: root/src/lib/net/buffers_net.c
AgeCommit message (Expand)Author
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-07-29Remove the connection_t.outbuf_flushlen fieldNick Mathewson
2020-03-24net, tls: use BUF_MAX_LENcypherpunks
2020-03-24net, tls: use INT_MAX - 1 in checks for buf_tcypherpunks
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-03Add a #ifdef HAVE_UNISTD_H check to buffers.cNick Mathewson
2018-12-17Merge branch 'ticket28179_squashed' into ticket28179_squashed_mergedNick Mathewson
2018-12-17Use errno directly if we are not reading/writing from/to a socket.Alexander Færøy
2018-12-17Add documentation for the is_socket and error argument of read_to_chunk().Alexander Færøy
2018-11-27Add buf_flush_to_pipe() and buf_read_from_pipe().Alexander Færøy
2018-11-27Refactor buf_read_from_socket() into buf_read_from_fd().Alexander Færøy
2018-11-27Refactor buf_flush_to_socket() into buf_flush_to_fd().Alexander Færøy
2018-11-27Refactor flush_chunk() to work on pipes as well as sockets.Alexander Færøy
2018-11-27Refactor read_to_chunk() such that it supports both pipes and sockets.Alexander Færøy
2018-11-14Move buffers.c out of lib/containers to resolve a circularity.Nick Mathewson
2018-07-10Rename torlog.[ch] to log.[ch]Nick Mathewson
2018-07-10File-level summary documentation for src/lib/*/*.[ch]Nick Mathewson
2018-06-28A couple of includes to make windows compile againNick Mathewson
2018-06-28Move buffers into containerNick Mathewson