summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 3.2.03.2.0Patrick Griffis2022-09-142-1/+3
* 3.1.43.1.4Patrick Griffis2022-09-022-1/+7
* Update POTFILES.inPiotr Drąg2022-09-021-0/+1
* http2-test: add invalid header received testCarlos Garcia Campos2022-09-011-0/+41
* http2: always try to write before every readCarlos Garcia Campos2022-08-311-0/+6
* http2: Handle all http2 errors on stream closeCarlos Garcia Campos2022-08-311-6/+24
* http2: retry messages that failed due to IO errorsCarlos Garcia Campos2022-08-312-17/+48
* server: make sure we don't call nghttp2 IO functions from callbacksCarlos Garcia Campos2022-08-311-2/+38
* http2: mark IO as shutting down before processing async pending messagesCarlos Garcia Campos2022-08-311-2/+2
* http2: set the IO error for sync requests tooCarlos Garcia Campos2022-08-311-4/+6
* http2: finish the async close task in case of IO errorCarlos Garcia Campos2022-08-311-0/+5
* http2: handle connection terminated unexpectedly error when readingCarlos Garcia Campos2022-08-312-2/+23
* http2: check error/progress before session want read/writeCarlos Garcia Campos2022-08-311-3/+3
* server: fix crash when HTTP/2 connection is closed earlyCarlos Garcia Campos2022-08-311-3/+26
* Fix ssize_t not being defined on msvcPatrick Griffis2022-08-301-1/+2
* http2: do not send RST_STREAM for already closed sreamsCarlos Garcia Campos2022-08-301-1/+3
* http2: finish the message IO when request is cancelledCarlos Garcia Campos2022-08-302-6/+3
* connection: always handle http proxiesCarlos Garcia Campos2022-08-231-7/+8
* 3.1.33.1.3Patrick Griffis2022-08-152-1/+5
* soup-version: Fix duplicate externPatrick Griffis2022-08-151-1/+1
* 3.1.23.1.2Patrick Griffis2022-08-152-1/+6
* build: Bump and document soversionPatrick Griffis2022-08-152-16/+17
* Use the project deprecation macrosEmmanuele Bassi2022-08-151-5/+5
* Add own wrappers for deprecation macrosEmmanuele Bassi2022-08-151-0/+46
* Update POTFILES.inPiotr Drąg2022-08-131-2/+2
* server: do not try to use server io after soup_server_message_finish()Carlos Garcia Campos2022-08-121-6/+8
* server-test: ensure we unpause the message from the server threadCarlos Garcia Campos2022-08-121-1/+3
* server: add http/2 debug messagesCarlos Garcia Campos2022-08-122-1/+52
* http2: add HTTP/2 utils with common functions and enumsCarlos Garcia Campos2022-08-125-221/+186
* tests: use SoupServer instead of quart for HTTP/2 testsCarlos Garcia Campos2022-08-128-342/+311
* server: add initial support for HTTP/2Carlos Garcia Campos2022-08-128-9/+902
* server: deprecate soup_server_message_pause/unpause methodsCarlos Garcia Campos2022-08-1210-42/+62
* server: replace soup_server_connection_setup_async with soup_server_connectio...Carlos Garcia Campos2022-08-123-73/+20
* server: make server clients be the connections and not the messagesCarlos Garcia Campos2022-08-126-100/+180
* soup-server-message: add connected signalCarlos Garcia Campos2022-08-122-2/+40
* server: add SoupServerMessageIO interfaceCarlos Garcia Campos2022-08-1210-123/+265
* server: move io data ownership from SoupServerMessage to SoupServerConnectionCarlos Garcia Campos2022-08-126-17/+64
* server: move server io to http1 directory and split the structCarlos Garcia Campos2022-08-123-81/+113
* server-message: remove socket, local_addr and remote_addr membersCarlos Garcia Campos2022-08-122-35/+10
* server: split SoupSocket into SoupListener and SoupServerConnectionCarlos Garcia Campos2022-08-1214-1344/+1274
* soup-session: Mark soup_session_new() as "transfer full"Chris Talbot2022-08-101-1/+1
* Update DOAP filePatrick Griffis2022-07-281-10/+3
* docs: Set namespace in docsPatrick Griffis2022-07-071-1/+2
* multithread-test: skip proxy tests if apache is not availableCarlos Garcia Campos2022-07-061-2/+11
* multithread-test: show error information in case of request failureCarlos Garcia Campos2022-07-061-2/+6
* 3.1.1 (dev)3.1.1Patrick Griffis2022-06-302-1/+21
* http2: handle the case of last stream id being max int32 in goawayCarlos Garcia Campos2022-06-301-0/+3
* connection: do not advertise h2 protocol for proxy connectionsCarlos Garcia Campos2022-06-291-1/+2
* http2: fix runtime warnings when request fails due to IO errorCarlos Garcia Campos2022-06-281-1/+29
* Fix typo in docsMichael Catanzaro2022-06-241-1/+1