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.xmppserver_listener: Clarify log message (for nil/false)
Matthew Wild
2010-03-06
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
net.dns: Trailing whitespace
Matthew Wild
2010-03-05
1
-2
/
+2
*
|
|
net.dns: More reliable parsing of resolv.conf - allow multiple nameserver IPs...
Matthew Wild
2010-03-05
1
-2
/
+7
*
|
|
net.server_select: Fix for traceback when a read returns an error and no data...
Matthew Wild
2010-03-05
1
-1
/
+1
*
|
|
net.server_select: Fix typo
Matthew Wild
2010-03-01
1
-1
/
+1
*
|
|
net.server_event: Fix some global accesses
Matthew Wild
2010-03-01
1
-2
/
+2
*
|
|
net.server_select: Fix calling method of some handler.close()s
Matthew Wild
2010-03-01
1
-4
/
+4
*
|
|
net.server_event: Improve and fix potential traceback in logging of new incom...
Matthew Wild
2010-03-01
1
-3
/
+3
|
|
/
|
/
|
*
|
net.server_event: Add lock_read() method to connections
Matthew Wild
2010-02-25
1
-0
/
+4
*
|
net.http: Update print()s to log()s - don't ask how this came to be, I have n...
Matthew Wild
2010-02-19
1
-8
/
+7
*
|
net.httpclient_listener: Don't notify request of closed connection if the clo...
Matthew Wild
2010-02-19
1
-1
/
+1
*
|
net.http: destroy_request(): Remove update for new server API, pass request.h...
Matthew Wild
2010-02-19
1
-2
/
+3
*
|
net.http: Close connection when invalid status line is received from the server
Matthew Wild
2010-02-19
1
-1
/
+4
*
|
net.http: Don't re-destroy a request when the connection is closed
Matthew Wild
2010-02-19
1
-0
/
+1
*
|
net.http: Port commit 2f235c57d713 to net.http to fix headers in responses (t...
Matthew Wild
2010-02-19
1
-5
/
+14
*
|
net.adns: Don't treat locally-initiated disconnects as fatal with libevent ba...
Matthew Wild
2010-02-18
1
-6
/
+8
*
|
net.server_event: Pass false as connection error to disconnect handler if clo...
Matthew Wild
2010-02-18
1
-1
/
+1
*
|
net.server_event: Increase SSL handshake timeout to 30s, make handshake round...
Matthew Wild
2010-02-17
1
-4
/
+4
*
|
net.adns: Fix potential traceback on DNS responses with libevent enabled (tha...
Matthew Wild
2010-02-16
1
-1
/
+3
*
|
net.server: Remove redundant commented code and some trailing whitespace
Matthew Wild
2010-02-15
1
-2
/
+1
*
|
net.server_event: Fire onincoming() callback for new connections as opposed t...
Matthew Wild
2010-02-14
1
-1
/
+2
*
|
net.server_event: Fix another instance of creating an SSL context - certmanag...
Matthew Wild
2010-02-14
1
-1
/
+1
*
|
net.server_event: Fix traceback in creating SSL context
Matthew Wild
2010-02-14
1
-1
/
+1
*
|
net.dns: Normalize records before placing them in the cache, fixes issues wit...
Matthew Wild
2010-02-12
1
-4
/
+5
*
|
net.dns: Update for new socket API
Matthew Wild
2010-02-12
1
-1
/
+1
*
|
net.server_event: Fixes for traceback with no LuaSec
Matthew Wild
2010-02-11
1
-3
/
+4
*
|
net.server_select: Small indentation fix
Matthew Wild
2010-02-11
1
-1
/
+1
*
|
net.server_select: Fix traceback with no LuaSec available (thanks Nolan)
Matthew Wild
2010-02-11
1
-3
/
+5
*
|
net.server_select: Only allow starttls if luasec is available (thanks Nolan)
Matthew Wild
2010-02-10
1
-55
/
+57
*
|
net.server_select: *Major* whitespace refactoring to meet Prosody's coding st...
Matthew Wild
2010-02-10
1
-654
/
+655
*
|
net.dns, net.adns: Changed dns:socket_wrapper_set to dns.socket_wrapper_set f...
Waqas Hussain
2010-02-10
2
-2
/
+2
*
|
net.dns: Fixed whitespace/indentation.
Waqas Hussain
2010-02-10
1
-3
/
+2
*
|
net.dns: Removed unused function.
Waqas Hussain
2010-02-10
1
-5
/
+0
*
|
net.dns: Removed some useless indirection to improve readability.
Waqas Hussain
2010-02-10
1
-10
/
+9
*
|
net.httpserver: Make request.conn be the server.lua conn instead of the under...
Matthew Wild
2010-02-08
1
-2
/
+2
*
|
net.httpserver: Trailing whitespace
Matthew Wild
2010-02-08
1
-3
/
+3
*
|
net.server_event: Update for compatibility with new server API
Matthew Wild
2010-01-31
1
-12
/
+13
*
|
net.xmppserver_listener: status -> onstatus for consistency
Matthew Wild
2010-01-31
1
-1
/
+1
*
|
net.server_select: listener.status -> listener.onstatus for consistency
Matthew Wild
2010-01-31
1
-1
/
+2
*
|
net.adns: Use different flavour of voodoo to make UDP sockets work smoothly w...
Matthew Wild
2010-01-31
1
-2
/
+5
*
|
net.adns: Trailing whitespace
Matthew Wild
2010-01-31
1
-2
/
+2
*
|
net.connlisteners: Return an error if no SSL context is supplied for a connec...
Matthew Wild
2010-01-31
1
-0
/
+4
*
|
net.server_select: Report whether a new listener uses SSL or not in the log m...
Matthew Wild
2010-01-31
1
-1
/
+1
*
|
net.connlisteners: Remove redundant variable declaration
Matthew Wild
2010-01-31
1
-1
/
+0
*
|
net.connlisteners: Update for new server API, type == 'tls' now means little ...
Matthew Wild
2010-01-31
1
-9
/
+1
*
|
net.server_select: Remove startssl parameter to the client/server creation fu...
Matthew Wild
2010-01-31
1
-117
/
+61
*
|
net.server_event: Trailing whitespace
Matthew Wild
2010-01-29
1
-23
/
+23
*
|
net.server_event: Support :setlistener() method on connections to work with p...
Matthew Wild
2010-01-29
1
-0
/
+5
*
|
xmppcomponent_listener: Update for new connection API
Matthew Wild
2010-01-22
1
-1
/
+1
*
|
net.httpserver: More robust handling of headers split across multiple packets
Matthew Wild
2010-01-21
1
-4
/
+11
[prev]
[next]