index
:
biboumi
3429-not-compliant-presence
async_sql
c++17
ci-arch
copr
debian
debug_coverage
e2e-doc
feature/fix-adhoc-command-descriptions
getdns
master
refactor-resources
roster-server-jid
sphinx-manpage
srcip
test_cmake3_11_2
v1
v2
v3
v4
v5
v6
v7
v8
v9
XMPP to IRC gateway, in C++.
louiz@louiz.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
/
socket_handler.cpp
Age
Commit message (
Expand
)
Author
2014-05-28
On connection in-progress, save the whole addrinfo struct, not just ai_addr
Florent Le Coz
2014-05-27
Only close/unmanage the socket if we are connected/connecting
Florent Le Coz
2014-05-27
Support IPv6 connections
Florent Le Coz
2014-05-27
SocketHandlers own the poller and add themself into it only when the socket i...
Florent Le Coz
2014-04-29
Add missing std::string_literals
Florent Le Coz
2014-04-29
Use C++14 string_literals
Florent Le Coz
2014-04-15
Call on_connection_failed() when the connection fails to be established
Florent Le Coz
2014-04-15
Remove a useless debug log line
Florent Le Coz
2014-03-24
Reconnected immediately to the XMPP whenever it closes the connection
Florent Le Coz
2014-03-24
Do not send data if we are connected, send it only once we actually are
Florent Le Coz
2014-03-10
Remove useless cast
Florent Le Coz
2014-03-03
Fix a bus error by not going above an array boundary
Florent Le Coz
2014-02-28
Avoid unnecessary copies by recv()ing data directly into the expat buffer
Florent Le Coz
2014-02-27
Use scatter/gather io with sendmsg to avoid concataning strings all the time
Florent Le Coz
2014-02-22
Consider that the connect() succeded if errno EISCONN
Florent Le Coz
2014-02-22
Save the addrinfo values for reuse on subsequent connect() call
Florent Le Coz
2014-02-22
Connection to servers does not block the process anymore
Florent Le Coz
2014-02-20
Do not receive SIGPIPE when send() is called on a closed socket
Florent Le Coz
2014-02-19
Send unavailable presence to all muc when the IRC server closes the connection
Florent Le Coz
2014-02-08
Enable TCP keepalive on sockets
Florent Le Coz
2014-02-08
Use strerror and log_error instead of perrror
Florent Le Coz
2014-02-08
Be verbose about IRC server connection failures, and handle them properly
Florent Le Coz
2014-01-13
Add missing stdexcept includes
Florent Le Coz
2014-01-04
Add missing errno.h includes
Florent Le Coz
2014-01-04
Do not throw an exception when recv returns and error, just close the socket
Florent Le Coz
2014-01-04
Keep a "connected" state in the SocketHandler class
Florent Le Coz
2013-12-24
connect() returns a boolean
Florent Le Coz
2013-12-23
Read a variable number of bytes, 4096 by default
Florent Le Coz
2013-12-03
Use the logger everywhere
Florent Le Coz
2013-11-10
Add include for perror
Florent Le Coz
2013-11-03
Exit the poller when it handles no connection at all
Florent Le Coz
2013-11-02
Move the basic socket implementation into the SocketHandler class
Florent Le Coz