mod_tls: Fixed an extra :up() in s2s stream feature generation.
[prosody.git] / net /
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-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-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-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-27 Waqas Hussainnet.httpserver: Optimized response serialization.
2009-12-21 Brian Cullynet.dns: Update synchronous path for new connection API
2009-12-17 Matthew Wildnet.server_event: Add properties like _ip and _port...
2009-12-17 Matthew Wildnet.server_event: Add :serverport() method to be compat...
2009-12-17 Matthew Wildhttpserver_listener: Update for new connection API
2009-12-17 Matthew Wildnet.httpserver: Fix usage of old connection API syntax
2009-12-17 Matthew Wildxmppserver_listener: Make log messages during SRV retri...
2009-12-17 Matthew Wildxmppserver_listener: When a connection fails, pass...
2009-12-17 Matthew Wildnet.server_event: Load ssl/socket libraries if not...
2009-12-10 Matthew Wildnet.http: Don't expect the body on redirects
2009-12-10 Waqas Hussainnet.httpserver: Removed mime handling (now in mod_https...
2009-12-10 Waqas Hussainmultiplex_listener: Initial commit. Multiple protocols...
2009-12-08 Matthew Wildnet.server_event: Add get_backend() method
2009-12-08 Matthew Wildnet.server_select: Add get_backend() method
2009-12-07 Matthew WildRename closeallservers to closeall in the public API...
2009-12-07 Matthew Wildnet.server_event: Add setquitting() function to be...
2009-12-07 Matthew Wildnet.server_event: Fix closeallservers() to work correct...
2009-12-07 Matthew Wildnet.server_event: Return "quitting" on loop exit to...
2009-12-04 Paul AurichDisable SSLv2 by default, it's known to be insecure.
2009-12-04 Matthew Wildnet.server_select, net.server_event: Convert to unix...
2009-12-03 Tobias MarkmannMerge with Waqas.
2009-12-03 Matthew Wildnet.server_select: Restore checks for wantread/timeout...
2009-12-03 Sjoerd Simonsnet.server_select: Add a function to just lock a stream...
2009-12-03 Matthew Wildnet.server_select: Make bufferlen() method return,...
2009-12-03 Matthew Wildnet.server_event: Port fix in 2dc9bbf25447 to libevent...
2009-12-03 Matthew Wildnet.server_select: Fix possibility of losing data sent...
2009-12-03 Matthew Wildnet.dns: Fix for blocking dns lookups to find waiting...
2009-12-03 Matthew Wildnet.dns: Port some DNS fixes to the resolver:feed(...
2009-12-02 Matthew WildMerge with Tobias
2009-12-02 Matthew WildMerge with Tobias
2009-12-02 Matthew Wildmodulemanager, net.dns: Remove trailing whitespace
2009-12-02 Matthew Wildnet.httpserver: Fix to work with new server API
2009-12-02 Matthew Wildnet.httpserver: Quick fix to set the correct Content...
2009-11-29 Tobias MarkmannMerge with tip.
2009-11-28 Matthew WildMerge with Tobias
2009-11-28 Matthew Wildxmppserver_listener: Update for new server API, fixes...
2009-11-28 Matthew Wildnet.server_select: Update conn.close() to use new conne...
2009-11-26 Matthew Wildnet.server_event: Add addclient/wrapclient compatible...
2009-11-26 Matthew Wildnet.server_event: tostring() some debug logging parameters
2009-11-26 Matthew Wildnet.server_event: Add set_send() for compatibility...
2009-11-26 Matthew Wildnet.server_event: Hide starttls function when the conne...
2009-11-26 Matthew Wildnet.server_event: Count the number of client connection...
2009-11-26 Matthew Wildnet.server_handler: Add stub handlers as fallbacks...
2009-11-26 Matthew Wildnet.server_event: Fix to make ontimeout() listener...
2009-11-26 Matthew Wildnet.server_select: Rename server.setsend() to server...
2009-11-26 Matthew Wildnet.adns: Some cleanup, happens to also make it compati...
2009-11-25 Matthew WildMerge with 0.6
2009-11-25 Matthew WildMerge with Tobias's SASL redesign branch
2009-11-25 Matthew WildMerge with 0.6
2009-11-25 Matthew WildMerge with 0.6 on prosody.im
2009-11-24 Matthew WildMerge with trunk
2009-11-24 Matthew Wildcore.sessionmanager, net.*_listener: Remove the evil...
2009-11-24 Waqas Hussainxmppclient_listener: Escape control characters when...
2009-11-24 Waqas Hussainnet.server: Log an error when libevent is requested...
2009-11-22 Matthew Wildnet.server: Add some comments to explain to waqas how...
2009-11-22 Matthew Wildxmppcomponent_listener: Use new API for writing to...
next