summaryrefslogtreecommitdiff
path: root/libsoup/websocket
Commit message (Collapse)AuthorAgeFilesLines
* soupWebsocket: don't add the protocols header if it would be emptyLukáš Tyrychtr2022-11-241-4/+5
| | | | Fixes #314
* websocket: handle more invalid close codesCarlos Garcia Campos2022-09-281-1/+13
|
* docs: Document error quark functionsPatrick Griffis2022-04-141-0/+6
|
* docs: Port individual docs to gi-docgenMaximiliano Sandoval R2022-04-135-164/+113
|
* websockets: Use more helpful error when payload too largePatrick Griffis2021-11-081-2/+2
| | | | | | Show a hint on where to change this size for developers. Closes #247
* Fix possibly uninitialized warningsPatrick Griffis2021-09-201-1/+1
|
* Update gi annotationsPatrick Griffis2021-08-081-3/+3
|
* Use G_DECLARE_FINAL_TYPE when applicablePatrick Griffis2021-07-283-6/+6
|
* websocket: fix off-by-one in incoming payload size checkOle André Vadla Ravnås2021-07-091-1/+1
|
* Use header fast paths internally whenever possibleCarlos Garcia Campos2021-06-041-43/+44
|
* Use g_object_notify_by_pspec instead of g_object_notifyCarlos Garcia Campos2021-05-041-81/+87
|
* soup-websocket-connection.c: replace g_warning for g_debugDiego Pino Garcia2021-04-131-1/+1
|
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-1811-11/+11
| | | | We prefer spaces now instead of tabs.
* session: remove async-context propertyCarlos Garcia Campos2021-02-251-9/+4
| | | | | Stop supporting multiple contexts, the session is expected to be used always in the thread from which it was created.
* docs: use Returns instead of Return value in documentationCarlos Garcia Campos2021-02-111-1/+1
|
* docs: remove since tags from documentationCarlos Garcia Campos2021-02-115-50/+0
|
* SoupSessionFeature: Change to private interfacePatrick Griffis2020-12-011-1/+1
|
* Remove all 2.x version macrosPatrick Griffis2020-11-255-27/+27
|
* Replace SoupURI with GUriPatrick Griffis2020-11-142-9/+9
|
* websocket: remove *_with_extentions variantsCarlos Garcia Campos2020-11-054-246/+45
|
* docs: Reach 100% documentation coveragePatrick Griffis2020-11-031-0/+6
|
* Make SoupWebsocketConnection a final typePatrick Griffis2020-10-292-25/+10
|
* Make SoupMessage a private and final typePatrick Griffis2020-10-281-18/+18
|
* Consistently use G_DEFINE_QUARKPatrick Griffis2020-10-212-7/+3
| | | | As well as rename soup_websocket_error_get_quark() to follow convention.
* Split SoupMessage into client and server partscarlosgc/split-ioCarlos Garcia Campos2020-10-192-75/+87
| | | | Add SoupServerMessage and move there all the server only functionality.
* docs: More doc cleanups and organizingPatrick Griffis2020-09-201-0/+1
|
* docs: Mass docs fixupsPatrick Griffis2020-09-205-10/+6
|
* Modernize GObject declarationsPatrick Griffis2020-09-198-309/+264
|
* Reorganize source treePatrick Griffis2020-09-1911-0/+4629