util.iterators: Variable renaming to avoid shadowing [luacheck]
[prosody.git] / util / iterators.lua
2013-06-29 Matthew WildMerge
2013-06-29 Matthew WildMerge 0.9->trunk
2013-06-26 Matthew WildMerge 0.9->trunk
2013-06-24 Matthew WildMerge 0.9->trunk
2013-06-18 Matthew WildMerge 0.9->trunk
2013-06-13 Matthew WildMerge 0.9->trunk
2013-06-13 Matthew WildMerge 0.9->trunk
2013-06-13 Matthew WildMerge 0.9->trunk
2013-06-12 Matthew WildMerge 0.9->trunk
2013-06-12 Matthew WildMerge 0.9->trunk
2013-06-11 Matthew WildMerge 0.9->trunk
2013-06-10 Kim AlvefurMerge 0.9->trunk
2013-06-09 Kim AlvefurMerge 0.9->trunk
2013-06-07 Matthew WildMerge 0.9->trunk
2013-06-05 Matthew WildMerge 0.9->trunk
2013-06-02 Kim AlvefurMerge 0.9->trunk
2013-05-26 Kim AlvefurMerge 0.9->trunk
2013-05-26 Kim AlvefurMerge 0.9->trunk
2013-05-22 Matthew WildMerge 0.9->trunk
2013-05-18 Kim AlvefurMerge 0.9->trunk
2013-05-18 Matthew WildMerge 0.9->trunk
2013-05-17 Matthew Wildutil.iterators: Small fix for variable scoping issue
2013-05-17 Matthew Wildutil.iterators: Add filter() to run results through...
2013-05-17 Matthew Wildutil.iterators: Various fixes and improvements, primari...
2013-05-01 Matthew WildMerge tls branch
2013-05-01 Matthew WildMerge s2s branch
2013-05-01 Matthew WildMerge sasl branch
2013-05-01 Matthew WildMerge with Florob
2013-04-11 Matthew WildMerge 0.9->trunk
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