Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: Document error quark functions | Patrick Griffis | 2022-04-14 | 1 | -0/+6 |
| | |||||
* | docs: Port individual docs to gi-docgen | Maximiliano Sandoval R | 2022-04-13 | 5 | -164/+113 |
| | |||||
* | websockets: Use more helpful error when payload too large | Patrick Griffis | 2021-11-08 | 1 | -2/+2 |
| | | | | | | Show a hint on where to change this size for developers. Closes #247 | ||||
* | Fix possibly uninitialized warnings | Patrick Griffis | 2021-09-20 | 1 | -1/+1 |
| | |||||
* | Update gi annotations | Patrick Griffis | 2021-08-08 | 1 | -3/+3 |
| | |||||
* | Use G_DECLARE_FINAL_TYPE when applicable | Patrick Griffis | 2021-07-28 | 3 | -6/+6 |
| | |||||
* | websocket: fix off-by-one in incoming payload size check | Ole André Vadla Ravnås | 2021-07-09 | 1 | -1/+1 |
| | |||||
* | Use header fast paths internally whenever possible | Carlos Garcia Campos | 2021-06-04 | 1 | -43/+44 |
| | |||||
* | Use g_object_notify_by_pspec instead of g_object_notify | Carlos Garcia Campos | 2021-05-04 | 1 | -81/+87 |
| | |||||
* | soup-websocket-connection.c: replace g_warning for g_debug | Diego Pino Garcia | 2021-04-13 | 1 | -1/+1 |
| | |||||
* | Stop using emacs indent-tabs-mode | Carlos Garcia Campos | 2021-03-18 | 11 | -11/+11 |
| | | | | We prefer spaces now instead of tabs. | ||||
* | session: remove async-context property | Carlos Garcia Campos | 2021-02-25 | 1 | -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 documentation | Carlos Garcia Campos | 2021-02-11 | 1 | -1/+1 |
| | |||||
* | docs: remove since tags from documentation | Carlos Garcia Campos | 2021-02-11 | 5 | -50/+0 |
| | |||||
* | SoupSessionFeature: Change to private interface | Patrick Griffis | 2020-12-01 | 1 | -1/+1 |
| | |||||
* | Remove all 2.x version macros | Patrick Griffis | 2020-11-25 | 5 | -27/+27 |
| | |||||
* | Replace SoupURI with GUri | Patrick Griffis | 2020-11-14 | 2 | -9/+9 |
| | |||||
* | websocket: remove *_with_extentions variants | Carlos Garcia Campos | 2020-11-05 | 4 | -246/+45 |
| | |||||
* | docs: Reach 100% documentation coverage | Patrick Griffis | 2020-11-03 | 1 | -0/+6 |
| | |||||
* | Make SoupWebsocketConnection a final type | Patrick Griffis | 2020-10-29 | 2 | -25/+10 |
| | |||||
* | Make SoupMessage a private and final type | Patrick Griffis | 2020-10-28 | 1 | -18/+18 |
| | |||||
* | Consistently use G_DEFINE_QUARK | Patrick Griffis | 2020-10-21 | 2 | -7/+3 |
| | | | | As well as rename soup_websocket_error_get_quark() to follow convention. | ||||
* | Split SoupMessage into client and server partscarlosgc/split-io | Carlos Garcia Campos | 2020-10-19 | 2 | -75/+87 |
| | | | | Add SoupServerMessage and move there all the server only functionality. | ||||
* | docs: More doc cleanups and organizing | Patrick Griffis | 2020-09-20 | 1 | -0/+1 |
| | |||||
* | docs: Mass docs fixups | Patrick Griffis | 2020-09-20 | 5 | -10/+6 |
| | |||||
* | Modernize GObject declarations | Patrick Griffis | 2020-09-19 | 8 | -309/+264 |
| | |||||
* | Reorganize source tree | Patrick Griffis | 2020-09-19 | 11 | -0/+4629 |