summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Crop socket buffer removal to socket buffer size & warn.Michael Meeks2019-05-051-1/+5
* fix that internal port 9981 was opened on all interfacesAndras Timar2018-10-311-2/+2
* Outgoing websocket - remove silly stuff.Michael Meeks2018-06-151-4/+1
* net: use std::move() in the StreamSocket ctorMiklos Vajna2018-05-241-2/+2
* Use std::shared_ptr consistently.Jan Holesovsky2018-05-182-4/+4
* Use correct path in the client websockets.Jan Holesovsky2018-05-181-1/+1
* Move the functionality from connectToMonitor() to SocketPoll.Jan Holesovsky2018-05-182-35/+134
* Enable SSL in outbound, client websockets ...Michael Meeks2018-05-182-2/+7
* re-factor socket factories to take a client parameter.Michael Meeks2018-05-182-7/+11
* The WebSocketHandler::handleClientUpgrade() needs to handle a Response,Jan Holesovsky2018-05-182-34/+55
* Get ping/pong handling sorted with more isClient conditionality.Michael Meeks2018-05-181-22/+69
* More work on client / Monitor websocket connections.Michael Meeks2018-05-181-3/+63
* Allow a 'monitor' to be connected to remotely if configured.Michael Meeks2018-05-182-1/+6
* serve files with old gith hash in their path, that comes from cached discover...Andras Timar2018-05-181-0/+4
* Use inet_ntop for ipv6 address names.Michael Meeks2018-05-141-2/+18
* Share HTTP header parsing inside the StreamSocket.Michael Meeks2018-05-012-2/+83
* wsd: to filter clientAddress before POST action.YiiChang Yen2018-04-302-3/+18
* 'static const int' needs an explicit definition in C++11Miklos Vajna2018-02-262-2/+5
* wsd: WebSocket state is a property of the socketAshod Nakashian2018-02-233-40/+46
* ut: log timestamp to track timeouts betterAshod Nakashian2018-02-111-12/+11
* document conflict: unit testPranav Kant2018-02-091-1/+1
* net: spell out non-trivial autos to improve readabilityMiklos Vajna2018-02-071-4/+4
* wsd: avoid misleading socket error logsAshod Nakashian2018-01-223-2/+7
* Add IPv6 support, and configuration option.Michael Meeks2018-01-093-16/+74
* wsd: lambda cleanup and better readabilityAshod Nakashian2018-01-061-2/+2
* loplugin:nullptrPranav Kant2017-12-202-5/+5
* loplugin:includeformPranav Kant2017-12-204-8/+8
* Fix an assert.Jan Holesovsky2017-12-111-1/+1
* Dump hex contents of un-shared memory.Michael Meeks2017-11-291-41/+3
* tdf#114073: Potential fix for crash with openssl1.1Pranav Kant2017-11-271-2/+1
* Edit the right configuration XML file.Michael Meeks2017-11-221-1/+1
* Make the WSD SSL cipher list configurable.Michael Meeks2017-11-222-5/+13
* tdf#99744 SaveAs: Extend test to check that the Save As result was sent.Jan Holesovsky2017-10-262-18/+22
* Avoid warning "this statement may fall through" when intentionalTor Lillqvist2017-10-261-0/+5
* Add Support for OpenSSL 1.1.0Christian Glombek2017-09-201-1/+15
* Socket: mark setNoDelay() as non-virtualMiklos Vajna2017-09-181-1/+1
* net, wsd: fix -Werror,-Wdelete-non-virtual-dtor warningsMiklos Vajna2017-09-121-0/+1
* wsd: free leaking memoryAshod Nakashian2017-07-032-0/+5
* net: remove unused using declarations in clientnbMiklos Vajna2017-06-231-4/+0
* SocketDisposition::setMove(): parameter is passed by value, move itMiklos Vajna2017-06-211-1/+1
* Accumulate I/O stats per document.Michael Meeks2017-06-021-8/+8
* Track bytes recv'd and sent on StreamSockets.Michael Meeks2017-05-262-2/+18
* wsd: include cleanupAshod Nakashian2017-05-222-9/+14
* wsd: fix server shutdownAshod Nakashian2017-05-152-0/+4
* Stream dumpHex output to an output stream.Michael Meeks2017-05-121-13/+20
* Reset ownership before executing the socket move.Michael Meeks2017-05-091-0/+4
* loolnb - kill obsolete test app.Michael Meeks2017-05-051-264/+0
* SocketDisposition: push it down the stack, and cleanup around that.Michael Meeks2017-05-056-68/+84
* SocketDisposition - controls socket movement & lifecyle.Michael Meeks2017-04-251-1/+38
* DelaySocket: kill warning.Michael Meeks2017-04-241-1/+1