index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
net.dns: Support for resolving AAAA records
Matthew Wild
2011-05-16
1
-0
/
+8
*
net.dns: Fix TXT records
Kim Alvefur
2011-04-15
1
-1
/
+1
*
Merge 0.8->trunk
Matthew Wild
2011-04-05
1
-1
/
+0
|
\
|
*
net.httpserver: Revert commit eccd3c87d717 which has since been fixed in a be...
Matthew Wild
2011-03-21
1
-1
/
+0
*
|
Merge 0.8->trunk.
Waqas Hussain
2011-03-02
1
-3
/
+5
|
\
|
|
*
net.connlisteners: Log traceback on errors in listener loading.
Waqas Hussain
2011-03-02
1
-3
/
+5
|
*
net.httpserver: Removed an unused function.
Waqas Hussain
2011-02-23
1
-4
/
+0
|
*
net.httpserver: Fix HTTP after commit c299726d2b4e and add a 500 error respon...
Matthew Wild
2011-02-23
1
-3
/
+13
|
*
net.httpserver: Catch errors thrown in HTTP handlers.
Waqas Hussain
2011-02-23
1
-0
/
+8
*
|
net.httpserver: Removed an unused function.
Waqas Hussain
2011-02-23
1
-4
/
+0
*
|
net.httpserver: Fix HTTP after commit c299726d2b4e and add a 500 error respon...
Matthew Wild
2011-02-23
1
-3
/
+13
*
|
net.httpserver: Catch errors thrown in HTTP handlers.
Waqas Hussain
2011-02-23
1
-0
/
+8
*
|
net.server_select: Expose step() function (thanks Ćukasz)
Matthew Wild
2011-02-14
1
-0
/
+1
|
/
*
net.httpserver: Log when an error occurs inside a HTTP request handler
Matthew Wild
2011-02-13
1
-0
/
+1
*
net.dns: Fix tostring() for SRV records
Matthew Wild
2011-01-21
1
-10
/
+7
*
net.server_select, net.server_event: Silence 'error during ssl handshake' for...
Matthew Wild
2011-01-11
2
-2
/
+2
*
net.adns: Fix logging to handle unconnected UDP sockets
Matthew Wild
2011-01-08
1
-1
/
+2
*
net.server_event: Log interface and port number when binding fails
Matthew Wild
2011-01-06
1
-1
/
+1
*
net.httpserver: Removed unused import and variables.
Waqas Hussain
2011-01-05
1
-2
/
+0
*
net.httpserver: Changed an unnecessary global access.
Waqas Hussain
2011-01-05
1
-1
/
+1
*
net.httpserver: Decode percent-encoded characters in URL path.
Waqas Hussain
2011-01-05
1
-0
/
+1
*
net.adns: Log the DNS server that a query is sent to
Matthew Wild
2011-01-04
1
-1
/
+4
*
net.adns: Handle dns.query() failures, and pass error to handler
Matthew Wild
2010-12-24
1
-4
/
+11
*
net.dns: resolver:query(): Handle getsocket() failures, and return true on su...
Matthew Wild
2010-12-24
1
-7
/
+12
*
net.dns: resolver:getsocket(): Return nil, err on failure
Matthew Wild
2010-12-24
1
-1
/
+5
*
net/server_select.lua: Reduce select() timeout back to 1s
Matthew Wild
2010-12-18
1
-1
/
+1
*
net.httpserver: Default 'ports' = {5280}
Matthew Wild
2010-12-17
1
-0
/
+1
*
net.xmppclient_listener: Imports and global cleanup.
Waqas Hussain
2010-12-15
1
-8
/
+5
*
net.xmppserver_listener: Removed unnecessary import of lxp.
Waqas Hussain
2010-12-15
1
-1
/
+0
*
net.xmppserver_listener: Removed unused variables and imports.
Waqas Hussain
2010-12-15
1
-11
/
+2
*
net.xmppserver_listener: Made some globals local.
Waqas Hussain
2010-12-15
1
-3
/
+8
*
net.xmppcomponent_listener: Move session creation from listener.onincoming to...
Waqas Hussain
2010-12-15
1
-36
/
+32
*
net.xmppcomponent_listener: Made some globals local.
Waqas Hussain
2010-12-15
1
-0
/
+3
*
net.dns: Clean up tostring() of returned records, as a result PTR records can...
Matthew Wild
2010-12-14
1
-22
/
+17
*
net.dns: Add resolver:tohostname() and dns.tohostname()
Matthew Wild
2010-12-14
1
-0
/
+7
*
net.dns: Removed dependency on util.ztact by moving ztact.get/set in.
Waqas Hussain
2010-12-09
1
-5
/
+43
*
xmppcomponent_listener: Switch to util.xmppstream from xmlhandlers
Matthew Wild
2010-12-07
1
-5
/
+10
*
net.server_select: Set select() timeout to 3600 by default.
Waqas Hussain
2010-12-02
1
-1
/
+1
*
net.server_select: Made another global local.
Waqas Hussain
2010-12-02
1
-0
/
+1
*
net.server_select: Made some globals local.
Waqas Hussain
2010-12-02
1
-0
/
+3
*
net.server_select: Make changes required for sub-second timer precision.
Waqas Hussain
2010-12-02
1
-7
/
+14
*
net.server_event: API parity with net.server_socket
Paul Aurich
2010-11-21
1
-0
/
+4
*
net.xmpp{client,server,component}_listener: s/xml-not-well-formed/not-well-fo...
Waqas Hussain
2010-11-20
3
-6
/
+6
*
prosody: Removed all references to componentmanager from Prosody, except the ...
Waqas Hussain
2010-11-10
1
-2
/
+0
*
net.xmppcomponent_listener: Removed unnecessary and problematic cleanup code.
Waqas Hussain
2010-11-10
1
-6
/
+1
*
net.xmppcomponent_listener: Call session:on_destroy() on session disconnect.
Waqas Hussain
2010-11-09
1
-0
/
+1
*
net.http: Removed old HTTP parser, and updated to use util.httpstream.
Waqas Hussain
2010-11-06
1
-91
/
+14
*
net.dns: Fixed a traceback when util/windows.dll is unavailable on windows.
Waqas Hussain
2010-10-22
1
-1
/
+1
*
net.server_select: Restore real sendbuffer() before calling onconnect handler...
Matthew Wild
2010-10-22
1
-1
/
+1
*
Monster whitespace commit (beware the whitespace monster).
Waqas Hussain
2010-10-16
5
-21
/
+21
[prev]
[next]