summaryrefslogtreecommitdiff
path: root/http_send.c (follow)
Commit message (Expand)AuthorAge
...
| * Change copyright year to 2014.Andre Noll2014-02-22
* | net: Remove networking headers from para.h.Andre Noll2014-01-01
|/
* Change copyright year to 2013.Andre Noll2013-03-25
* 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
* Change year in copyright message to 2012.Andre Noll2012-01-07
* Always include stdbool.h.Andre Noll2011-12-18
* sched: Allow more than one running scheduler instance.Andre Noll2011-11-20
* Remove some unnecessary includes.Andre Noll2011-03-27
* Merge branch 't/periodic_header_optional'Andre Noll2011-01-22
|\
| * vss: Let the transport specify whether periodic headers are necessary.Andre Noll2010-11-27
* | Replace 2010 in copyright message by 2011.Andre Noll2011-01-17
|/
* sender: add a hook to resolve target namesGerrit Renker2010-06-23
* Move send_chunk() from send_common.c to http_send.c.Andre Noll2010-06-09
* cleanup: remove redundant 'max length' argumentGerrit Renker2010-06-07
* Basic infrastructure changes for FEC/DCCP support.Andre Noll2010-06-07
* Rework para_accept().Andre Noll2010-04-25
* Make recv_pattern() use the nonblock API.Andre Noll2010-04-25
* Change year in COPYRIGHT to 2010.Andre Noll2010-04-05
* Merge branch 'maint'Andre Noll2009-12-19
|\
| * http_send: Send http OK message earlier.Andre Noll2009-12-19
* | Introduce para_regcomp.Andre Noll2009-07-08
* | Fix para_strerror() and use osl() wrapper for osl library calls.Andre Noll2009-06-12
|/
* Add some missing source code documentation.Andre Noll2009-05-10
* Change year of copyright from 2008 to 2009.Andre Noll2009-01-10
* Make para_server use the generic scheduling code.Andre Noll2008-04-12
* Kill superfluous "%s" in log messages.Andre Noll2008-02-17
* Sender code consolidation, on/off commands for the dccp sender.Andre Noll2008-02-16
* Implement access control for the dccp sender.Andre Noll2008-02-04
* http_send.c: Minor post_select() cleanups.Andre Noll2008-02-04
* http_send.c: Kill unused variable "i".Andre Noll2008-02-04
* http_send.c: Fix a bug in http_post_select().Andre Noll2008-02-04
* Make the http sender use the generic sender code.Andre Noll2008-02-04
* Intoduce send_common.c and use it from the dccp sender.Andre Noll2008-02-02
* http_send.c: Kill check_r member from struct http_client.Andre Noll2008-02-02
* http_send.c: Never check the client fd for writability.Andre Noll2008-02-02
* http_send.c: Kill HTTP_SENT_OK_MSG.Andre Noll2008-02-02
* {http,dccp}_send.c: Kill unused variable "self".Andre Noll2008-02-02
* http_send.c: Get rid of write_ok().Andre Noll2008-02-02
* http_send.c: Get rid of HTTP_READY_TO_STREAM.Andre Noll2008-02-02
* http_send.c: Introduce http_write.Andre Noll2008-02-02
* Always check the return value of mark_fd_nonblocking().Andre Noll2008-01-19
* Simplify http_open().Andre Noll2008-01-19
* Kill "port" parameter of http_open().Andre Noll2008-01-19
* http_send.c: Rename server_fd to listen_fd.Andre Noll2008-01-19
* Get rid of sender->status.Andre Noll2008-01-19
* http_send.c: Rename open_tcp_port() to http_open().Andre Noll2008-01-17
* Rename acl functions.Andre Noll2008-01-13
* Move acl functions to separate file acl.c.Andre Noll2008-01-13
* http_send: Make add_perm_list_entry() and del_perm_list_entry() generic.Andre Noll2008-01-13