summaryrefslogtreecommitdiff
path: root/http_recv.c (follow)
Commit message (Expand)AuthorAge
* Prefer paraslash_version() over PACKAGE_VERSION.Andre Noll2026-05-03
* Switch to SPDX identifiers.Andre Noll2026-03-17
* doxygen: Hide user_data variables.Andre Noll2025-10-08
* Modify para_hostname() to return a static buffer.Andre Noll2025-08-07
* Include regex.h from para.h.Andre Noll2025-05-19
* fd: Improve read_pattern(), rename it to read_and_compare().Andre Noll2023-05-07
* net: Rename para_connect_simple() -> para_connect().Andre Noll2022-10-03
* Merge topic branch t/overflow into masterAndre Noll2022-10-03
|\
| * string: Rename para_calloc() -> zalloc().Andre Noll2022-07-29
* | Rename ->{pre,post}_select methods to ->{pre,post}_monitor.Andre Noll2022-08-25
* | Hide implementation of para_fd_set().Andre Noll2022-08-25
* | sched: Introduce sched_{read,write}_ok().Andre Noll2022-08-25
* | fd: Drop fd_set parameter from read_nonblock() and friends.Andre Noll2022-08-25
|/
* Remove ->init() of struct receiver.Andre Noll2018-12-21
* http_recv: Improve error diagnostics.Andre Noll2018-04-08
* Shorten copyright notice.Andre Noll2017-09-22
* doxygen: Add \ref to references.Andre Noll2017-06-25
* recv: Explain user data mechanism.Andre Noll2017-06-25
* Convert receivers to lopsub.Andre Noll2017-03-26
* Update year in copyright headers.Andre Noll2015-01-12
* doc: Change email address to maan@tuebingen.mpg.deAndre Noll2014-08-18
* sched: Directly pass context pointer to pre/post_select().Andre Noll2014-05-25
* task_register() conversion: receiversAndre Noll2014-05-25
* Merge branch 't/misc'Andre Noll2014-03-30
|\
| * Change copyright year to 2014.Andre Noll2014-02-22
* | net: Remove networking headers from para.h.Andre Noll2014-01-01
|/
* Revamp ggo help.Andre Noll2013-06-13
* Don't check return value of command line parsers unnecessarily.Andre Noll2013-06-13
* sched: Rename new_post_select back to post_select.Andre Noll2013-04-30
* sched: Kill old ->post_select variant.Andre Noll2013-04-30
* sched: Provide alternative post_select variant.Andre Noll2013-04-30
* Change copyright year to 2013.Andre Noll2013-03-25
* Add execute mechanism to receiver nodes.Andre Noll2012-11-18
* sched: Introduce task notifications.Andre Noll2012-11-18
* btr: Remove btr_free_node().Andre Noll2012-07-08
* http_recv: Trivial cleanup.Andre Noll2012-04-08
* 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
* http_recv: Fill both buffer pool buffers simultaneously.Andre Noll2011-11-01
* recv: Make ->btrp and ->fd generic.Andre Noll2011-11-01
* Remove some unnecessary includes.Andre Noll2011-03-27
* Replace 2010 in copyright message by 2011.Andre Noll2011-01-17
* http_recv.c: Trivial typo fix.Andre Noll2011-01-10
* http_recv: Switch to nonblock API.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
* 08_refactor-makesock.diffGerrit Renker2010-02-25
* 07_flow-opt-support.diffGerrit Renker2010-02-25
* Fix a couple of memory leaks.Andre Noll2010-02-07
* Kill fields buf, loaded and output_error of struct receiver node.Andre Noll2010-01-13