summaryrefslogtreecommitdiff
path: root/http_send.c (follow)
Commit message (Expand)AuthorAge
...
* http_send.c: Add get_acl_contents() helper.Andre Noll2008-01-13
* http_send.c: Make host_in_acl() generic.Andre Noll2008-01-13
* http_send.c: Only pass the fd to host_in_access_perm_list().Andre Noll2008-01-13
* http_send.c: Make init_access_control_list() generic.Andre Noll2008-01-13
* http_send: Rename access_perm_list to http_acl.Andre Noll2008-01-13
* Change year in Copyright comment from 2007 to 2008.Andre Noll2008-01-08
* Turn PARA_STRERROR into an inline function.Andre Noll2007-12-28
* 02_HTTP_access-list.diffGerrit Renker2007-12-17
* http_send.c: Fix another doxygen warning.Andre Noll2007-12-03
* Trivial whitespace cleanups.Andre Noll2007-12-03
* 03_TCP-socket-functions.diffGerrit Renker2007-11-30
* Rename init_tcp_socket() to tcp_listen() and further net.c cleanups.Andre Noll2007-11-25
* Rename mark_fd_nonblock() to mark_fd_nonblocking().Andre Noll2007-11-23
* Switch to the new afs.Andre Noll2007-10-22
* Switch from inet_aton() to inet_pton().Andre Noll2007-10-05
* Make para_fsck work without specifying tables.Andre Noll2007-09-20
* para_server: Initialize the new afs.Andre Noll2007-09-08
* Fix some unsigned vs. size_t issues.Andre Noll2007-08-20
* Move chunk_queue stuff to own files chunk_queue.[ch].Andre Noll2007-08-12
* struct http_client: Use a _pointer_ to the chunk_queue.Andre Noll2007-08-12
* Abstract out chunk_queue code.Andre Noll2007-08-12
* enqueue_chunk(): pass a struct chunk_queue * instead of struct http_client *.Andre Noll2007-08-12
* Introduce struct chunk_queue.Andre Noll2007-08-12
* Rewrite chunk queueing.Andre Noll2007-08-09
* http_send.c: Trivial whitespace and spelling cleanups.Andre Noll2007-08-07
* replace standard GPL header by a one-line pointer to COPYINGAndre Noll2007-06-28
* be more carful wrt. signed vs. unsigned argument passingAndre Noll2007-05-26
* rename afs to vss (the virtual streaming system)Andre2007-01-06
* preparations for user list in memoryAndre2006-11-01
* fix two bugs concerning blocking fdsAndre Noll2006-10-08
* fix gcc warnings on shadowed declarationsAndre2006-06-23
* integrate para_client into para_audiodAndre2006-06-15
* dccp_send/http_send: add all fds to close_on_fork_listAndre2006-06-06
* gttp_send: kill http_shutdown_clients_real()Andre2006-06-05
* http_send: shutdown clients even if status is not yet HTTP_STREAMINGAndre2006-06-05
* major afs cleanupAndre2006-05-17
* Rename struct audio format to audio_format_handlerAndre2006-05-13
* http_send.c: Add a commentAndre2006-04-21
* use para_fd_set also in gui.c and in http_send.cAndre2006-04-19
* Rename MIN, MAX, ABS macrosAndre2006-04-15
* gcc-compat.h: rename __unused to __a_unusedAndre2006-04-15
* use const qualifiers where possibleAndre2006-03-26
* kill duplicate write_ok()Andre2006-03-24
* initial git commitAndre2006-02-20