summaryrefslogtreecommitdiffstats
path: root/libdimension/progress.c
Commit message (Expand)AuthorAgeFilesLines
* Update license copyrights to 2009.Tavian Barnes2009-07-081-1/+1
* Comments and style adjustments, and a couple fixes.Tavian Barnes2009-07-081-4/+4
* Fix progress leak.Tavian Barnes2009-07-011-0/+1
* Remove thread-synchronization from arrays, which was way too slow, andTavian Barnes2009-06-291-11/+73
* Add lots of comments, and some code fixes discovered in the process.Tavian Barnes2009-06-261-14/+17
* Fix const-correctness issues with dmnsn_progress*.Tavian Barnes2009-06-241-30/+58
* New dmnsn_array_size() thread-safe function.Tavian Barnes2009-06-231-14/+23
* Finish asynchronous PNG interface, and test it in png test.Tavian Barnes2009-06-221-9/+75
* Add interface for performing long tasks in background, while giving aTavian Barnes2009-06-221-0/+103