net.server_event: Check the buffer *length*, not the buffer itself (Fixes 100% cpu...
[prosody.git] / util / iterators.lua
2013-05-01 Matthew WildMerge with Florob
2013-04-11 Matthew Wildutil.iterators: Add ripairs() (ipairs() in reverse...
2012-04-24 Matthew WildMerge timber->trunk - thanks everyone!
2012-01-23 Matthew Wildutil.iterators: Make a standard library (no longer...
2011-12-07 Matthew Wildutil.iterators: it2table: Fix variable name
2011-09-24 Matthew Wildutil.iterators: Add range(from, to)
2011-06-02 Matthew WildMerge 0.6->0.7
2011-06-01 Matthew WildMerge 0.7->0.8
2011-06-01 Matthew WildMerge 0.7->0.8
2011-06-01 Matthew WildMerge 0.6->0.7
2010-10-16 Waqas HussainMonster whitespace commit (beware the whitespace monster).
2010-07-20 Matthew Wildutil.iterators: Add skip() to skip the first n items...
2010-05-21 Matthew WildMerge with backout
2010-05-05 Matthew WildMerge Tobias's fancy SASL branch->trunk
2010-03-22 Matthew WildMerge 0.7->trunk
2010-03-22 Matthew WildMerge 0.6->0.7
2010-03-22 Matthew WildUpdate copyright headers for 2010
2009-11-16 Tobias MarkmannMerge with sasl branch.
2009-08-20 Matthew WildMerge with 0.5
2009-08-20 Matthew WildUncertain merge with 0.5's SASL
2009-08-10 Matthew Wildutil.iterators: Add tail() iterator, to return the...
2009-08-10 Matthew Wildutil.iterators: Add head() iterator, to return the...
2009-07-10 Matthew WildAdd copyright header to those files missing one
2009-03-25 Matthew Wildutil.iterators: New iterators library