summaryrefslogtreecommitdiff
path: root/fd.h (follow)
Commit message (Expand)AuthorAge
* fd: Simplify para_mmap() and mmap_full_file().Andre Noll2026-08-01
* client/audioc: Create ~/.paraslash in interactive mode.Andre Noll2026-07-04
* Move xrename() from fd.c to afh.c and make it static.Andre Noll2026-07-04
* Switch to SPDX identifiers.Andre Noll2026-03-17
* fd: Modify xwrite() and write_all() to take void * buffer argument.Andre Noll2025-06-04
* fd: Simplify and move for_each_file_in_dir().Andre Noll2023-05-07
* fd: Revamp para_mkdir().Andre Noll2023-05-07
* fd: Improve read_pattern(), rename it to read_and_compare().Andre Noll2023-05-07
* fd: Open-code para_chdir().Andre Noll2023-05-07
* fd: Remove file_exists().Andre Noll2023-03-26
* Switch from select(2) to poll(2).Andre Noll2022-08-28
* Hide implementation of para_fd_set().Andre Noll2022-08-25
* fd: Drop fd_set parameter from read_nonblock() and friends.Andre Noll2022-08-25
* interactive: Avoid select(2) in input_available().Andre Noll2022-08-25
* sched: Use integer value for select timeout.Andre Noll2022-08-25
* server: Move para_fgets() to user_list.c.Andre Noll2018-03-13
* fd.c: Simplify para_mmap().Andre Noll2018-03-12
* fd.c: Change return value of file_exists() to bool.Andre Noll2017-09-22
* Shorten copyright notice.Andre Noll2017-09-22
* The wma tagger.Andre Noll2015-04-26
* Update year in copyright headers.Andre Noll2015-01-12
* doc: Change email address to maan@tuebingen.mpg.deAndre Noll2014-08-18
* Change copyright year to 2014.Andre Noll2014-02-22
* Change copyright year to 2013.Andre Noll2013-03-25
* Introduce xwritev().Andre Noll2012-01-20
* Rename write_nonblock() to xwrite().Andre Noll2012-01-20
* Move send_buffer() and send_va_buffer() from net.c to fd.c.Andre Noll2012-01-20
* fd: Make write_all() receive the length by value.Andre Noll2012-01-20
* Change year in copyright message to 2012.Andre Noll2012-01-07
* fd: Make two functions static.Andre Noll2011-02-21
* Replace 2010 in copyright message by 2011.Andre Noll2011-01-17
* cleanup: remove redundant 'max length' argumentGerrit Renker2010-06-07
* Make recv_pattern() use the nonblock API.Andre Noll2010-04-25
* dccp_recv/udp_recv: Use the new nonblock API.Andre Noll2010-04-25
* Introduce the new nonblock API.Andre Noll2010-04-25
* Change year in COPYRIGHT to 2010.Andre Noll2010-04-05
* Add para_readv(), a simple wrapper for readv().Andre Noll2010-02-13
* First draft of the libosl patch series.Andre Noll2009-06-12
* Improve memory mapping.Andre Noll2009-01-12
* upd_send.c: Use write_nonblock() rather than write_all().Andre Noll2009-01-10
* Change year of copyright from 2008 to 2009.Andre Noll2009-01-10
* Move valid_fd_012() from string.c to fd.c.Andre Noll2008-08-04
* Move write_all() from net.c to fd.c.Andre Noll2008-03-15
* Add __must_check annotation for mark_fd_nonblocking() and mark_fd_blocking().Andre Noll2008-01-19
* Change year in Copyright comment from 2007 to 2008.Andre Noll2008-01-08
* Rename mark_fd_nonblock() to mark_fd_nonblocking().Andre Noll2007-11-23
* In handle_connect() we really need a blocking fd for the client.Andre Noll2007-11-23
* Switch to the new afs.Andre Noll2007-10-22
* Move mmap_full_file from osl.c to fd.c.Andre Noll2007-10-21
* fd.h: Add declaration of para_chdir().Andre Noll2007-10-01