Jason Volk
|
b13193611d
|
ircd::server: Rename peer::interrupt() to peer::cancel().
|
2018-05-29 11:53:37 -07:00 |
|
Jason Volk
|
65f7adc8c6
|
ircd::server: Internalize more references to the peer instance; various cleanup.
|
2018-05-19 18:49:07 -07:00 |
|
Jason Volk
|
dcbbaf2579
|
ircd::server: Add opts::prio value; special case prio value in link selection.
|
2018-05-09 17:07:37 -07:00 |
|
Jason Volk
|
6b0c011535
|
ircd::server: Copies of the link pointers must be on stack.
|
2018-05-08 16:03:56 -07:00 |
|
Jason Volk
|
51d0f1a6a4
|
ircd::server: Use fixed tls vector for copying link pointers.
|
2018-05-07 23:24:51 -07:00 |
|
Jason Volk
|
3a73abef8d
|
ircd::server: Enforce object semantics on peer / link.
|
2018-05-02 11:29:13 -07:00 |
|
Jason Volk
|
fb53069c6f
|
ircd::net::dns Include query in callback arguments to prevent any stale captures.
|
2018-05-01 18:56:22 -07:00 |
|
Jason Volk
|
6add3e9952
|
ircd::server: Limit recursion of chunk head parses.
|
2018-04-25 20:52:27 -07:00 |
|
Jason Volk
|
e2568457f4
|
ircd::server: Add dynamic chunk vectoring.
|
2018-04-25 20:52:26 -07:00 |
|
Jason Volk
|
7e32d3cbaa
|
ircd::server: Checkpoint preliminary chunk vectoring; state, options.
|
2018-04-25 15:10:04 -07:00 |
|
Jason Volk
|
7c92eb2757
|
ircd::server: Use system time for error time state.
|
2018-04-13 20:02:48 -07:00 |
|
Jason Volk
|
d5748ef1bd
|
ircd::server: Minor main header cleanup; clarify comment.
|
2018-04-03 02:14:48 -07:00 |
|
Jason Volk
|
47edaed3a6
|
ircd::server: Add stats for total bytes up and down to peer and links.
|
2018-03-26 23:29:58 -07:00 |
|
Jason Volk
|
270120c922
|
ircd::server: Rename _total() to _size() for bytes accounting.
|
2018-03-26 23:29:58 -07:00 |
|
Jason Volk
|
d21c2fc37c
|
ircd::server: Separate out the link's socket read function.
|
2018-03-20 16:31:02 -07:00 |
|
Jason Volk
|
6e7751eaf3
|
ircd::server: Receive chunked transfer-encoding.
|
2018-03-20 14:12:44 -07:00 |
|
Jason Volk
|
c8b80046d1
|
ircd::server: Aggregate all accounting values riding on tag into one struct.
|
2018-03-19 20:37:28 -07:00 |
|
Jason Volk
|
2e801a0219
|
ircd::server: Remove content_over from the state and calculate functionally.
|
2018-03-19 20:26:23 -07:00 |
|
Jason Volk
|
90bbbeaf02
|
ircd::server: Save content_length in tag state; fix stepping on content_over calculation.
|
2018-03-19 20:26:23 -07:00 |
|
Jason Volk
|
b16e53337c
|
ircd::server: Use canonized hostport as peer remote; store net::open_opts; minor cleanup.
|
2018-03-13 22:44:13 -07:00 |
|
Jason Volk
|
09923ff758
|
ircd::server: Add external interface to clear a peer error; w/ console command.
|
2018-03-12 14:20:39 -07:00 |
|
Jason Volk
|
d59de1a391
|
ircd::server: Improve peer state transitions and destruction paths.
|
2018-03-10 23:04:58 -08:00 |
|
Jason Volk
|
4e75566c94
|
ircd::server: Break down the shutdown process further.
|
2018-03-09 17:10:44 -08:00 |
|
Jason Volk
|
7f336200ea
|
ircd::server: Check and clear peer error after timeout.
|
2018-03-09 12:45:25 -08:00 |
|
Jason Volk
|
81b3916953
|
ircd::server: Simplify without refcounting async ops.
|
2018-03-09 12:45:25 -08:00 |
|
Jason Volk
|
4670fdbd1b
|
ircd: Remove ircd::error_code typedef with more local typedefs.
|
2018-03-08 10:08:38 -08:00 |
|
Jason Volk
|
f1fb3d8b49
|
ircd::server: Add peer::err object.
|
2018-03-08 08:24:19 -08:00 |
|
Jason Volk
|
9b44217ea4
|
ircd::server: Rename opts member pointer to opt.
|
2018-03-07 07:23:35 -08:00 |
|
Jason Volk
|
ea3f7abde5
|
ircd::server: Add state to deny any resubmission on peer close.
|
2018-03-06 04:51:20 -08:00 |
|
Jason Volk
|
327e4da356
|
ircd::server: Rename node to peer.
|
2018-03-05 06:59:10 -08:00 |
|
Jason Volk
|
c7ae8d3f27
|
ircd::server: Fix conditions for link removal from link::close().
|
2018-03-04 02:09:41 -08:00 |
|
Jason Volk
|
92bef88b6c
|
ircd::server: Improve tag cancellation/dispersal on closing/shutdown; minor cleanup.
|
2018-03-03 21:56:50 -08:00 |
|
Jason Volk
|
4df13f5d4f
|
ircd::server: Add conf items for existing todos.
|
2018-03-03 21:54:42 -08:00 |
|
Jason Volk
|
b840156b37
|
ircd::server: Add preliminary node error state; keep erroneous node in map as cache.
|
2018-03-02 22:37:52 -08:00 |
|
Jason Volk
|
cc6cd58755
|
ircd::server: Fix dtor condition to cancel request.
|
2018-02-27 02:41:48 -08:00 |
|
Jason Volk
|
fc3b68b9e9
|
ircd::server: Add more state for async ops; adjust post points.
|
2018-02-27 01:00:12 -08:00 |
|
Jason Volk
|
7f77c68232
|
ircd::net/ircd::server: Rename misleading functions.
|
2018-02-26 22:49:44 -08:00 |
|
Jason Volk
|
c412beacbf
|
ircd::server: Add dynamic content allocation after receiving head.
|
2018-02-26 21:56:05 -08:00 |
|
Jason Volk
|
24fdfdd9fe
|
ircd::server: Fix error; fix regression.
|
2018-02-07 00:24:54 -08:00 |
|
Jason Volk
|
be624ca7f6
|
Update Copyrastafaris.
|
2018-02-05 21:24:34 -08:00 |
|
Jason Volk
|
c3ceb94478
|
ircd: These should be rvalue refs.
|
2018-01-30 23:13:27 -08:00 |
|
Jason Volk
|
ed4d645523
|
ircd::server: Flash the HTTP header to a node callback to learn information.
|
2018-01-24 09:26:27 -08:00 |
|
Jason Volk
|
5d1790fb0d
|
ircd::server: Add reference count of pending async handlers.
|
2018-01-23 15:07:05 -08:00 |
|
Jason Volk
|
755a6184ce
|
ircd::server: Add options struct argument to request ctor.
|
2018-01-22 02:41:14 -08:00 |
|
Jason Volk
|
f1d659a6c0
|
ircd::server: Add a complementary upload progress callback.
|
2018-01-22 00:54:52 -08:00 |
|
Jason Volk
|
9da18261a6
|
ircd::server: Add an optional download progress callback.
|
2018-01-22 00:54:52 -08:00 |
|
Jason Volk
|
93364b6072
|
ircd::server: Add content buffer deduction from single in buffer.
|
2018-01-20 02:30:20 -08:00 |
|
Jason Volk
|
9ba31f77c2
|
ircd::server: Various fixes; error handling; minor cleanup.
|
2018-01-17 21:38:17 -08:00 |
|
Jason Volk
|
ca6dc44a6c
|
ircd::server: Various fixes.
|
2018-01-17 03:33:08 -08:00 |
|
Jason Volk
|
5a51638db8
|
ircd::server: Add options to request; add http code exception option.
|
2018-01-17 03:33:07 -08:00 |
|