summaryrefslogtreecommitdiff
path: root/amiga/schedule.c
Commit message (Collapse)AuthorAgeFilesLines
* List traversing tidy-up.Chris Young2008-10-061-10/+10
| | | | svn path=/trunk/netsurf/; revision=5499
* Disabled the new scheduler by default as it is more unstable than I thought :(Chris Young2008-09-091-10/+18
| | | | | | Defining AMI_SCHEDULER_USES_TIMER will enable it again. svn path=/trunk/netsurf/; revision=5291
* Scheduled events now signal when the scheduled time has passed.Chris Young2008-09-081-2/+33
| | | | | | The timer appears to stop signalling events occasionally - needs some investigation. svn path=/trunk/netsurf/; revision=5287
* Reversed order of running a callback and removing it from the schedule list, ↵Chris Young2008-08-171-13/+3
| | | | | | | | this resolves a serious system freeze especially prevalent on XOOPS-based websites. svn path=/trunk/netsurf/; revision=5137
* Fully implemented schedule, schedule_run and schedule_remove.Chris Young2008-08-031-1/+104
| | | | svn path=/trunk/netsurf/; revision=4875
* Initial Amiga port files, mostly empty stub functions.Chris Young2008-08-021-0/+32
svn path=/trunk/netsurf/; revision=4864