net.http.server: Properly handle persistent connections
[prosody.git] / util /
2013-01-12 Florian Zeitzutil.http: New module for HTTP helper functions
2013-01-07 Kim Alvefurutil.openssl: Cleanup; remove some unused variables.
2012-12-16 Kim AlvefurMerge 0.9->trunk
2012-12-16 Kim Alvefurutil.datamanager: Don't escape the name of a store
2012-12-15 Kim AlvefurMerge 0.9->trunk
2012-12-15 Kim AlvefurMerge
2012-12-15 Waqas HussainMerge 0.9->trunk
2012-12-15 Waqas Hussainutil.sasl.plain: Reduce some code.
2012-12-14 Kim Alvefurutil.datamanager: Remove unused variable
2012-12-14 Kim Alvefurutil.datamanager: Remove dead code path
2012-12-03 Waqas HussainMerge 0.9->trunk.
2012-12-03 Waqas Hussainutil.xml: Fix module name.
2012-12-03 Waqas HussainMerge 0.9->trunk.
2012-12-03 Waqas Hussainutil.template: Use util.xml.
2012-12-03 Waqas Hussainutil.xml: Initial commit; exposes parse(), which is...
2012-11-15 Matthew WildMerge 0.9->trunk
2012-11-15 Matthew Wildutil.pubsub: Add item-published event
2012-09-28 Kim AlvefurMerge 0.9 -> trunk (like this?)
2012-09-21 Kim Alvefurmod_storage_internal, datamanager: Add support for...
2012-09-19 Matthew WildMerge 0.9->trunk
2012-09-17 Kim Alvefurstoragemanager, datamanager, mod_storage_{internal...
2012-09-12 Waqas HussainMerge 0.9->trunk
2012-09-12 Waqas Hussainutil.datamanager: Make the util.pposix dependency optional.
2012-08-28 Waqas HussainMerge 0.9->trunk
2012-08-28 Waqas Hussainutil.datetime: Fix timestamp parsing pattern.
2012-08-26 Matthew WildMerge 0.9->trunk
2012-08-26 Kim Alvefurutil.datamanager: Ignore errors if the file is gone...
2012-08-24 Kim Alvefurutil.prosodyctl: Use usermanager to delete users instea...
2012-08-24 Kim Alvefurutil.datamanager: Collect errors when deleting all...
2012-08-21 Kim Alvefurutil.stanza: Use ipairs instead of childtags (behavior...
2012-08-08 Matthew Wildutil.array: Accept an iterator to the array constructor
2012-08-01 Matthew Wildutil.pluginloader: Remove unused imports
2012-08-01 Matthew Wildutil.pluginloader: Expose load_file
2012-07-31 Matthew WildMerge Waqas<>Zash
2012-07-31 Kim Alvefurutil.datamanager: Try to open in read+write mode, then...
2012-07-31 Waqas Hussainutil.datamanager: Don't use os.rename on non-POSIX...
2012-07-31 Kim Alvefurutil.datamanager: Add missing mode flag to seek call
2012-07-29 Kim Alvefurutil.datamanager: Remove a few unused imports
2012-07-29 Matthew WildMerge with Zash
2012-07-29 Kim Alvefurutil.datamanager: Write to a temporary file and atomica...
2012-07-28 Kim Alvefurutil.datamanager: Use pposix.fallocate() to make sure...
2012-07-28 Matthew WildMerge with Zash
2012-07-28 Kim Alvefurutil.datamanager: Add function for removing all data...
2012-07-28 Kim Alvefurutil.datamanager: Add function for listing stores
2012-07-28 Matthew WildMerge with Florob
2012-07-24 Matthew Wildmod_auth_cyrus, util.sasl_cyrus: Add new option 'cyrus_...
2012-07-23 Matthew WildHopefully inert commit to clean up logging across a...
2012-07-22 Matthew WildMerge Zash with Zash for Zash
2012-07-09 Matthew WildMerge 0.9->trunk
2012-07-09 Matthew Wildutil.throttle: floor() internal balance calculation
2012-07-05 Matthew WildMerge (some of) trunk -> 0.9
2012-07-05 Matthew WildMerge 0.9->trunk
2012-06-24 Matthew Wildutil.logger: Remove some redundant code
2012-07-05 Kim Alvefurutil.stanza: Make stanza:childtags() behave like :get_c...
2012-06-18 Matthew Wildutil.sasl: Make registerMechanism a public function
2012-06-12 Matthew WildMerge 0.9->trunk
2012-06-12 Florian Zeitzutil.dataforms: Fix parsing of -multi fields
2012-06-09 Florian Zeitzmod_admin_telnet, prosody, prosodyctl, ejabberd2prosody...
2012-06-08 Florian ZeitzEliminate direct setfenv usage
2012-06-07 Florian Zeitzutil.envload: New module to abstract Lua 5.1's setfenv...
2012-05-28 Marco Cirilloutil.sasl.plain: make it return "not-authorized" in...
2012-05-24 Matthew Wildutil.set: Change '/' operator from filter to map+filter...
2012-05-22 Matthew Wildutil.multitable: Some fixes for iter()... always match...
2012-05-19 Matthew Wildutil.multitable: No longer use table.remove to drop...
2012-05-19 Matthew Wildutil.multitable: Add :iter() method to iterate over...
2012-05-18 Matthew Wildutil.watchdog: Pass watchdog object to callback so...
2012-05-17 Kim Alvefurutil.dataforms: Don't return invalid JIDs in jid-single.
2012-05-17 Kim Alvefurutil.dataforms: Fix validation of booleans.
2012-05-17 Kim Alvefurutil.dataforms: Do field validation and normalization...
2012-05-16 Matthew WildRemove util.broadcast
2012-05-12 Waqas Hussainutil.timer: Always pass the current time to timer callb...
2012-05-11 Matthew WildMerge with backout
2012-05-10 Matthew WildMerge with Zash
2012-05-10 Kim Alvefurutil.rfc3484: Don't pollute the global scope.
2012-05-08 Kim Alvefurutil.x509: Remove logic for generating certificate...
2012-05-08 Kim Alvefurutil.openssl: Add wrapper for the openssl cli tool...
2012-05-03 Matthew Wildutil.timer: Remove unnecessary require calls, fixes...
2012-05-03 Matthew WildMerge with Zash
2012-05-03 Matthew Wildnet.server, net.timer, net.server_select: Rearrange...
2012-04-29 Matthew Wildutil.xmlrpc: Remove (unused)
2012-04-28 Matthew WildMerge with Zash
2012-04-28 Matthew Wildutil.debug: Add +1 to level when getting locals table...
2012-04-28 Matthew Wildutil.debug: Re-fix parameter handling (I think it match...
2012-04-28 Matthew Wildutil.httpstream: Remove COMPAT properties from request
2012-04-28 Matthew Wildutil.timer: Remove unused function imports
2012-04-28 Matthew Wildutil.stanza: Remove unused function imports
2012-04-26 Matthew Wildutil.helpers: show_events(): Make more robust, and...
2012-04-26 Matthew Wildutil.debug: Remove 'white' from boundary style (leave...
2012-04-26 Matthew Wildutil.termcolours: tohtml() for converting output to...
2012-04-25 Matthew Wildutil.debug: Some more magic constant fiddling. Don...
2012-04-24 Matthew WildMerge timber->trunk - thanks everyone!
2012-04-24 Matthew Wildutil.helpers: Add show_events(), to show the events...
2012-04-24 Matthew Wildutil.debug: Turn into a real-ish module ('debugx')...
2012-03-22 Matthew Wildutil.debug: Move boundary markers to top of relevant...
2012-03-22 Matthew Wildutil.debug: Add a touch of colour to source locations
2012-03-22 Matthew Wildutil.debug: Add a bit of colour
2012-03-22 Matthew Wildutil.debug: Move optimal line length (default 65) into...
2012-03-22 Matthew Wildutil.debug: Add markers in the output when crossing...
2012-03-22 Matthew Wildutil.debug: Add catch for an "error in error handling"
2012-03-22 Matthew Wildutil.debug: Attempt to get debug.traceback() parameter...
next