Build problem when no audiod.conf exists
[paraslash.git] / http_send.c
2009-01-19 Andre NollMerge commit 'meins/master'
2009-01-18 Andre NollMerge commit 'athcx/master'
2009-01-10 Andre NollChange year of copyright from 2008 to 2009.
2008-04-12 Andre NollMake para_server use the generic scheduling code.
2008-02-17 Andre NollKill superfluous "%s" in log messages.
2008-02-16 Andre NollSender code consolidation, on/off commands for the...
2008-02-04 Andre NollImplement access control for the dccp sender.
2008-02-04 Andre Nollhttp_send.c: Minor post_select() cleanups.
2008-02-04 Andre Nollhttp_send.c: Kill unused variable "i".
2008-02-04 Andre Nollhttp_send.c: Fix a bug in http_post_select().
2008-02-04 Andre NollMake the http sender use the generic sender code.
2008-02-02 Andre NollIntoduce send_common.c and use it from the dccp sender.
2008-02-02 Andre Nollhttp_send.c: Kill check_r member from struct http_client.
2008-02-02 Andre Nollhttp_send.c: Never check the client fd for writability.
2008-02-02 Andre Nollhttp_send.c: Kill HTTP_SENT_OK_MSG.
2008-02-02 Andre Noll{http,dccp}_send.c: Kill unused variable "self".
2008-02-02 Andre Nollhttp_send.c: Get rid of write_ok().
2008-02-02 Andre Nollhttp_send.c: Get rid of HTTP_READY_TO_STREAM.
2008-02-02 Andre Nollhttp_send.c: Introduce http_write.
2008-01-19 Andre NollAlways check the return value of mark_fd_nonblocking().
2008-01-19 Andre NollSimplify http_open().
2008-01-19 Andre NollKill "port" parameter of http_open().
2008-01-19 Andre Nollhttp_send.c: Rename server_fd to listen_fd.
2008-01-19 Andre NollGet rid of sender->status.
2008-01-17 Andre Nollhttp_send.c: Rename open_tcp_port() to http_open().
2008-01-14 Andre NollMerge commit 'remotes/meins/master'
2008-01-13 Andre NollRename acl functions.
2008-01-13 Andre NollMove acl functions to separate file acl.c.
2008-01-13 Andre Nollhttp_send: Make add_perm_list_entry() and del_perm_list...
2008-01-13 Andre Nollhttp_send.c: Add get_acl_contents() helper.
2008-01-13 Andre Nollhttp_send.c: Make host_in_acl() generic.
2008-01-13 Andre Nollhttp_send.c: Only pass the fd to host_in_access_perm_li...
2008-01-13 Andre Nollhttp_send.c: Make init_access_control_list() generic.
2008-01-13 Andre Nollhttp_send: Rename access_perm_list to http_acl.
2008-01-08 Andre NollChange year in Copyright comment from 2007 to 2008.
2007-12-28 Andre NollTurn PARA_STRERROR into an inline function.
2007-12-17 Gerrit Renker02_HTTP_access-list.diff
2007-12-03 Andre Nollhttp_send.c: Fix another doxygen warning.
2007-12-03 Andre NollTrivial whitespace cleanups.
2007-12-03 Andre NollMerge commit 'remotes/fml/master'
2007-11-30 Gerrit Renker03_TCP-socket-functions.diff
2007-11-25 Andre NollRename init_tcp_socket() to tcp_listen() and further...
2007-11-24 Andre NollMerge commit 'remotes/fml/master'
2007-11-23 Andre NollRename mark_fd_nonblock() to mark_fd_nonblocking().
2007-10-22 Andre NollSwitch to the new afs.
2007-10-05 Andre NollSwitch from inet_aton() to inet_pton().
2007-09-21 Andre NollMerge commit 'remotes/meins/v0.3' into v0.3
2007-09-20 Andre NollMake para_fsck work without specifying tables.
2007-09-08 Andre Nollpara_server: Initialize the new afs.
2007-08-20 Andre NollFix some unsigned vs. size_t issues.
2007-08-12 Andre NollMove chunk_queue stuff to own files chunk_queue.[ch].
2007-08-12 Andre Nollstruct http_client: Use a _pointer_ to the chunk_queue.
2007-08-12 Andre NollAbstract out chunk_queue code.
2007-08-12 Andre Nollenqueue_chunk(): pass a struct chunk_queue * instead...
2007-08-12 Andre NollIntroduce struct chunk_queue.
2007-08-12 Andre NollMerge branch 'chunk_queue' of /home/maan/scm/paraslash_...
2007-08-08 Andre NollRewrite chunk queueing.
2007-08-07 Andre Nollhttp_send.c: Trivial whitespace and spelling cleanups.
2007-06-28 Andre Nollreplace standard GPL header by a one-line pointer to...
2007-05-26 Andre Nollbe more carful wrt. signed vs. unsigned argument passing
2007-01-06 Andrerename afs to vss (the virtual streaming system)
2006-11-16 AndreMerge branch 'in_mem_user_list'
2006-11-01 Andrepreparations for user list in memory
2006-10-10 AndreMerge ../paraslash.fml/paraslash
2006-10-08 Andre Nollfix two bugs concerning blocking fds
2006-06-24 maanMerge branch 'master' into my-osx
2006-06-23 Andrefix gcc warnings on shadowed declarations
2006-06-15 maanMerge branch 'master' into my-osx
2006-06-15 Andreintegrate para_client into para_audiod
2006-06-06 Andredccp_send/http_send: add all fds to close_on_fork_list
2006-06-05 Andregttp_send: kill http_shutdown_clients_real()
2006-06-04 Andrehttp_send: shutdown clients even if status is not yet...
2006-05-17 Andremajor afs cleanup
2006-05-13 AndreRename struct audio format to audio_format_handler
2006-04-21 Andrehttp_send.c: Add a comment
2006-04-19 Andreuse para_fd_set also in gui.c and in http_send.c
2006-04-15 AndreRename MIN, MAX, ABS macros
2006-04-15 Andregcc-compat.h: rename __unused to __a_unused
2006-03-26 Andreuse const qualifiers where possible
2006-03-24 Andrekill duplicate write_ok()
2006-02-20 Andreinitial git commit