udp: initialize common structure only once
[paraslash.git] / http_send.c
2010-06-09 Andre NollMove send_chunk() from send_common.c to http_send.c.
2010-06-07 Gerrit Renkercleanup: remove redundant 'max length' argument
2010-06-07 Andre NollBasic infrastructure changes for FEC/DCCP support.
2010-06-06 Andre NollMerge branch 'maint'
2010-05-23 Andre NollMerge branch 'maint'
2010-05-13 Andre NollMerge remote branch 'fml/master'
2010-05-13 Andre NollMerge branch 't/nonblock_api'
2010-05-12 Andre NollMerge branch 'maint'
2010-04-25 Andre NollRework para_accept().
2010-04-25 Andre NollMake recv_pattern() use the nonblock API.
2010-04-12 Andre NollMerge branch 'maint'
2010-04-08 Andre NollMerge branch 'maint'
2010-04-05 Andre NollChange year in COPYRIGHT to 2010.
2010-03-07 Andre NollMerge branch 'maint'
2010-01-31 Andre NollMerge branch 'maint'
2010-01-17 Andre NollMerge branch 'maint'
2010-01-17 Andre NollMerge remote branch 'athcx/maint' into maint
2009-12-21 Andre NollMerge commit 'meins/master'
2009-12-20 Andre NollMerge branch 'maint'
2009-12-19 Andre NollMerge branch 'maint'
2009-12-19 Andre NollMerge remote branch 'fml/master'
2009-12-19 Andre NollMerge branch 'maint'
2009-12-19 Andre Nollhttp_send: Send http OK message earlier.
2009-12-10 Andre NollMerge branch 'maint'
2009-12-07 Andre NollMerge branch 'maint'
2009-12-02 Andre NollMerge branch 'maint'
2009-11-30 Andre NollMerge branch 'maint'
2009-11-27 Andre NollMerge branch 'maint'
2009-11-18 Andre NollMerge branch 'maint'
2009-11-12 Andre NollMerge branch 'maint'
2009-11-09 Andre NollMerge branch 'maint'
2009-11-07 Andre NollMerge branch 'maint'
2009-11-06 Andre NollMerge branch 'maint'
2009-11-05 Andre NollMerge branch 'maint'
2009-11-05 Andre NollMerge branch 'maint'
2009-10-24 Andre NollMerge branch 'maint'
2009-10-22 Andre NollMerge branch 'maint' into next
2009-10-22 Andre NollMerge branch 'maint'
2009-10-22 Andre NollMerge branch 'maint'
2009-10-16 Andre NollMerge branch 'maint'
2009-10-06 Andre NollMerge branch 'maint'
2009-10-06 Andre NollMerge branch 'maint'
2009-10-06 Andre NollMerge branch 'maint'
2009-09-24 Andre NollMerge branch 'master' into next
2009-09-21 Andre NollMerge branch 'master' into next
2009-09-19 Andre NollMerge branch 'master' into next
2009-09-14 Andre NollMerge branch 'master' into next
2009-09-06 Andre NollMerge branch 'master' into next
2009-09-04 Andre NollMerge branch 'master' into next
2009-09-03 Andre NollMerge branch 'master' into next
2009-08-31 Andre NollMerge branch 'master' into next
2009-08-29 Andre NollMerge branch 'master' into next
2009-08-21 Andre NollMerge branch 'master' into next
2009-08-02 Andre NollMerge branch 'master' into next
2009-08-01 Andre NollMerge branch 'master' into next
2009-07-25 Andre NollMerge branch 'master' into next
2009-07-20 Andre NollMerge branch 'master' into next
2009-07-19 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-11 Andre NollMerge branch 'master' into next
2009-07-11 Andre NollMerge branch 'master' into next
2009-07-10 Andre NollMerge commit 'fml/master' into next
2009-07-09 Andre NollMerge branch 'master' into next
2009-07-09 Andre NollMerge commit 'meins/next' into next
2009-07-08 Andre NollIntroduce para_regcomp.
2009-07-05 Andre NollMerge branch 'master' into next
2009-07-04 Andre NollMerge branch 'master' into next
2009-07-04 Andre NollMerge branch 'afh_cleanup' into next.
2009-06-11 Andre NollFix para_strerror() and use osl() wrapper for osl libra...
2009-05-10 Andre NollAdd some missing source code documentation.
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'
next