util.pposix: Replace the unwieldy module table generation with luaL_register() call...
[prosody.git] / net /
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...
2009-11-22 Matthew WildMerge with trunk
2009-11-22 Matthew Wildnet.server_select: Bring up to date to new common conne...
2009-11-22 Matthew Wildnet.httpserver, net.http: Update for new net.server...
2009-11-22 Matthew Wild*_listener: Update for new net.server API, specifically...
2009-11-22 Matthew Wildnet.adns: Update for new net.server API (doesn't work...
2009-11-22 Matthew Wildnet.server_event: Comment accidentally uncommented...
2009-11-22 Matthew Wildnet.server_event: Handle and ignore 'wantread' error...
2009-11-22 Matthew Wildnet.server_event: Remove premature non-optimisation
2009-11-22 Matthew Wildnet.server_event: Fix moved line caused by Mercurial...
2009-11-22 Matthew Wildnet.server_event: Obey nowriting/nointerface for locks...
2009-11-22 Matthew Wildnet.server_event: Use conn property for send/receive...
2009-11-22 Matthew Wildnet.server_event: Set startsslcallback property to...
2009-11-22 Matthew Wildnet.server_event: Add set_sslctx() method to connections
2009-11-22 Matthew Wildnet.server_event: conn.usingssl -> conn._usingssl
2009-11-22 Matthew Wildnet.server_event: Use correct listener callbacks
2009-11-22 Matthew Wildnet.server_event: Small whitespace fixes
2009-11-22 Matthew Wildnet.server_event: Correct a few instances of .sslctx...
2009-11-22 Matthew Wildnet.server_event: Call connection's onconnect, no need...
2009-11-22 Matthew Wildnet.server_event: Use connection id in all relevant...
2009-11-22 Matthew Wildnet.server_event: Define id property for connection...
2009-11-22 Matthew Wildnet.server_event: Define vdebug function for convenience
2009-11-21 Matthew Wildnet.server_event: Change to new standard addserver...
2009-11-21 Matthew Wildnet.server_select: Change addserver() parameters to...
2009-11-21 Matthew Wildxmppclient_listener: Use : syntax for connection method...
2009-11-21 Matthew Wildxmppclient_listener: Switch to .onincoming listener...
2009-11-21 Matthew Wildnet.server: Small fix for addtimer() compatibility...
2009-11-21 Matthew Wildnet.connlisteners: Standardise on new syntax for addser...
2009-11-21 Matthew Wildnet.server_event: Export base as event_base
2009-11-21 Matthew Wildnet.server_event: Comment overly verbose log message
2009-11-21 Matthew Wildnet.server: New net.server to choose the appropriate...
2009-11-21 Matthew Wildnet.server: Rename to net.server_select
2009-11-20 Matthew Wildnet.server_event: Remove redundant getid() function
2009-11-20 Matthew Wildnet.server_event: Initial commit of server_event.lua...
2009-11-19 Tobias MarkmannMerge with trunk.
2009-11-18 Matthew Wildnet.dns: Be more strict about the records we cache
2009-11-18 Matthew Wildnet.dns: Be more strict about checking the DNS replies...
2009-11-16 Tobias MarkmannMerge with sasl branch.
2009-11-12 Waqas HussainChanged separator between attribute names and prefixes...
2009-11-12 Waqas Hussainnet.connlisteners: Log an error when a listener fails...
next