net.dns: Add 'force' parameter to resolver:feed() to force decoding a packet even...
[prosody.git] / net /
2010-03-12 Tobias Markmannutil.sasl: 2009 -> 2010 in copyright header.
2010-03-05 Matthew WildMerge with trunk
2010-03-05 Matthew WildMerge with 0.7
2010-03-05 Matthew Wildnet.dns: Trailing whitespace
2010-03-05 Matthew Wildnet.dns: More reliable parsing of resolv.conf - allow...
2010-03-05 Matthew Wildnet.server_select: Fix for traceback when a read return...
2010-03-03 Matthew WildMerge 0.6.2/waqas with 0.6.2/MattJ
2010-03-14 Matthew Wildnet.xmppcomponent_listener: Don't remove 'log' and...
2010-03-14 Matthew Wildnet.xmppcomponent_listener: Log invalid XML received...
2010-03-14 Matthew Wildnet.xmppcomponent_listener: Don't allow closing a sessi...
2010-03-14 Matthew Wildnet.xmppcomponent_listener: Close component sessions...
2010-03-14 Matthew Wildnet.xmppcomponent_listener: Don't handle stream errors...
2010-03-14 Matthew Wildnet.xmppcomponent_listener: Fix to correctly handle...
2010-03-14 Matthew Wildnet.xmppclient_listener: Fix to correctly handle stream...
2010-03-06 Matthew Wildnet.xmppserver_listener: Clarify log message (for nil...
2010-03-03 Matthew WildMerge 0.6.2/waqas with 0.6.2/MattJ
2010-03-01 Matthew WildMerge with 0.7
2010-03-01 Matthew Wildnet.server_select: Fix typo
2010-03-01 Matthew Wildnet.server_event: Fix some global accesses
2010-03-01 Matthew WildMerge with 0.7
2010-03-01 Matthew Wildnet.server_select: Fix calling method of some handler...
2010-03-01 Matthew WildMerge with 0.7
2010-03-01 Matthew Wildnet.server_event: Improve and fix potential traceback...
2010-02-25 Matthew WildMerge with 0.7
2010-02-25 Matthew WildMerge with 0.6
2010-02-25 Matthew Wildnet.server_event: Add lock_read() method to connections
2010-02-19 Matthew WildMerge with 0.7
2010-02-19 Matthew Wildnet.http: Update print()s to log()s - don't ask how...
2010-02-19 Matthew Wildnet.httpclient_listener: Don't notify request of closed...
2010-02-19 Matthew Wildnet.httpclient_listener: Don't notify request of closed...
2010-02-19 Matthew Wildnet.http: destroy_request(): Remove update for new...
2010-02-19 Matthew Wildnet.http: Close connection when invalid status line...
2010-02-19 Matthew Wildnet.http: Don't re-destroy a request when the connectio...
2010-02-19 Matthew WildMerge with 0.7
2010-02-19 Matthew Wildnet.http: Port commit 2f235c57d713 to net.http to fix...
2010-02-18 Matthew WildMerge with 0.7
2010-02-18 Matthew Wildnet.adns: Don't treat locally-initiated disconnects...
2010-02-18 Matthew Wildnet.server_event: Pass false as connection error to...
2010-02-17 Matthew WildMerge with 0.7
2010-02-17 Matthew Wildnet.server_event: Increase SSL handshake timeout to...
2010-02-16 Matthew WildMerge with 0.7
2010-02-16 Matthew Wildnet.adns: Fix potential traceback on DNS responses...
2010-02-15 Matthew Wildnet.server: Remove redundant commented code and some...
2010-02-14 Matthew Wildnet.server_event: Fire onincoming() callback for new...
2010-02-14 Matthew Wildnet.server_event: Fix another instance of creating...
2010-02-14 Matthew Wildnet.server_event: Fix traceback in creating SSL context
2010-02-12 Matthew Wildnet.dns: Normalize records before placing them in the...
2010-02-12 Matthew Wildnet.dns: Update for new socket API
2010-02-11 Waqas HussainMerge with trunk.
2010-02-11 Matthew Wildnet.server_event: Fixes for traceback with no LuaSec
2010-02-11 Matthew Wildnet.server_select: Small indentation fix
2010-02-11 Matthew Wildnet.server_select: Fix traceback with no LuaSec availab...
2010-02-10 Matthew Wildnet.server_select: Only allow starttls if luasec is...
2010-02-10 Matthew Wildnet.server_select: *Major* whitespace refactoring to...
2010-02-09 Waqas Hussainnet.dns, net.adns: Changed dns:socket_wrapper_set to...
2010-02-09 Waqas Hussainnet.dns: Fixed whitespace/indentation.
2010-02-09 Waqas Hussainnet.dns: Removed unused function.
2010-02-09 Waqas Hussainnet.dns: Removed some useless indirection to improve...
2010-02-08 Matthew Wildnet.httpserver: Make request.conn be the server.lua...
2010-02-08 Matthew Wildnet.httpserver: Trailing whitespace
2010-02-05 Matthew WildMerge with backout
2010-01-31 Matthew Wildnet.server_event: Update for compatibility with new...
2010-01-31 Matthew Wildnet.xmppserver_listener: status -> onstatus for consistency
2010-01-31 Matthew Wildnet.server_select: listener.status -> listener.onstatus...
2010-01-31 Matthew Wildnet.adns: Use different flavour of voodoo to make UDP...
2010-01-31 Matthew Wildnet.adns: Trailing whitespace
2010-01-31 Matthew Wildnet.connlisteners: Return an error if no SSL context...
2010-01-31 Matthew Wildnet.server_select: Report whether a new listener uses...
2010-01-31 Matthew Wildnet.connlisteners: Remove redundant variable declaration
2010-01-31 Matthew Wildnet.connlisteners: Update for new server API, type...
2010-01-31 Matthew Wildnet.server_select: Remove startssl parameter to the...
2010-01-29 Matthew Wildnet.server_event: Trailing whitespace
2010-01-29 Matthew Wildnet.server_event: Support :setlistener() method on...
2010-01-22 Matthew Wildxmppcomponent_listener: Update for new connection API
2010-01-21 Matthew Wildnet.httpserver: More robust handling of headers split...
2010-01-21 Matthew Wildnet.httpserver: Make it possible to return responses...
2010-01-21 Matthew Wildnet.httpserver: Close connection on invalid HTTP status...
2010-01-21 Matthew Wildnet.server_{select,event}: Fail gracefully if socket...
2010-01-21 Matthew Wildnet.server_event: Replace all calls to _start_ssl(...
2010-01-20 Matthew Wildnet.adns: Trailing whitespace
2010-01-19 Matthew Wildnet.xmppserver_listener: Handle stream-error errors...
2010-01-19 Matthew Wildnet.xmppserver_listener: Extend session:close() with...
2010-01-19 Matthew Wildnet.xmpp{client,server,component}: Update for new xmlha...
2010-01-19 Matthew Wildnet.xmppserver_listener: Pass reason for session discon...
2010-01-18 Matthew Wildnet.server_event: Remove access to starttls method...
2010-03-03 Matthew Wildnet.http: destroy_request(): Pass request.handler to...
2010-02-19 Matthew Wildnet.http: Close connection when invalid status line...
2010-02-19 Matthew Wildnet.http: Don't re-destroy a request when the connectio...
2010-02-19 Matthew Wildnet.http: Port commit 2f235c57d713 to net.http to fix...
2010-01-12 Matthew Wildxmppclient_listener: Allow the tcp_keepalives option...
2010-01-12 Matthew Wildnet.server_event: Add conn:setoption() to set options...
2010-01-12 Matthew Wildnet.server_select: Add conn:setoption() to set options...
2010-01-10 Matthew Wildnet.server: When libevent backend is in use, override...
2010-01-10 Matthew Wildnet.server_event: Add server.hook_signal(signal_num...
2010-01-07 Matthew Wildnet.dns: Make sure math.randomseed() gets passed an...
2010-01-07 Matthew Wildnet.dns: Make sure math.randomseed() gets passed an...
2010-01-06 Matthew Wildnet.server_select: Fix oops in last commit
2010-01-06 Matthew Wildnet.server_select: Allow setting the logger using serve...
2009-12-28 Brian Cullynet/dns: Fix socket.select timeout.
2009-12-27 Waqas Hussainnet.httpserver: Optimized response serialization.
next