aboutsummaryrefslogtreecommitdiff
path: root/src/net/retry.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-31[retry] Expose retry_poll() to explicitly poll all running timersMichael Brown1-3/+11
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2011-07-16[retry] Fix potential use-after-free in timer_expired()Michael Brown1-1/+3
2011-06-28[process] Pass containing object pointer to process step() methodsMichael Brown1-4/+1
2010-11-08[retry] Process at most one timer's expiry in each call to retry_step()Michael Brown1-3/+9
2010-09-03[retry] Hold reference while timer is running and during expiry callbackMichael Brown1-2/+8
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-5/+5
2009-08-10[process] Make it safe to call process_add() multiple timesMichael Brown1-0/+1
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2008-10-12[retry] Use a separate flag to indicate that a retry timer is runningMichael Brown1-4/+8
2008-08-12[retry] Added configurable timeouts to retry timerAndrew Schran1-13/+15
2008-06-11[retry] Add start_timer_fixed()Michael Brown1-5/+4
2008-03-02Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev1-1/+1
2007-08-13Add start_timer_nodelay()Michael Brown1-0/+12
2007-07-03Use a linker-table based system to automatically mark and start upMichael Brown1-8/+1
2007-05-26Modify process semantics; rescheduling is now automatic.Michael Brown1-6/+4
2007-01-09Move start/stop/expire debug messages to DBG2() level.Michael Brown1-6/+6
2006-12-27Added times to start/stop log messagesMichael Brown1-8/+12
2006-12-22Make start_timer() and stop_timer() robust against incorrect usage.Michael Brown1-1/+8
2006-09-27We don't actually have a stdio.h header file. Our printf() functions areMichael Brown1-1/+0
2006-09-27added stdio.h to includes for DBG compilationMarty Connor1-0/+1
2006-08-30Added extra debuggingMichael Brown1-3/+6
2006-08-09Towards an RFC2988-compliant timer.Michael Brown1-18/+39
2006-06-01Updated retry timer mechanism to incorporate smoothed RTT estimation.Michael Brown1-47/+63
2006-05-29One bit of an ASCII character can make a big difference.Michael Brown1-1/+1
2006-05-29Added first sketch of a generic retry timer mechanism. The idea is to useMichael Brown1-0/+130