index
:
mirror/ipxe.git
acpimac
aenq
aqc1xx
armlinux
assert
autoexec_pxe
autovlan
cached_proxydhcp
cc
centos7
cleardhcp
coverity_scan
dell3440b
des
dns_primary
edk2
efi_watchdog
efibridge
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
gcc12
gcmassert
hackesp
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
itautec
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
naptest
netidx
netstate
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
pkgcache
processorbind
pxemenuscroll
rbgstart
realtek_hack
riscv64
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
snploop
snppad
supplicant
sysmac
tcpwindow
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmpintf
udpdrop
uri
utf8
vbox
vetodhcp6
vgafix
wimboot
wimboot2
x25519
xen
xen-sg
xhci_fail
mirror/ipxe.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
retry.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[retry] Colourise debug output
Michael Brown
2015-03-05
1
-10
/
+10
*
[retry] Rewrite unrelicensable portions of retry.c
Michael Brown
2015-03-05
1
-27
/
+41
*
[retry] Expose retry_poll() to explicitly poll all running timers
Michael Brown
2012-08-31
1
-3
/
+11
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[retry] Fix potential use-after-free in timer_expired()
Michael Brown
2011-07-16
1
-1
/
+3
*
[process] Pass containing object pointer to process step() methods
Michael Brown
2011-06-28
1
-4
/
+1
*
[retry] Process at most one timer's expiry in each call to retry_step()
Michael Brown
2010-11-08
1
-3
/
+9
*
[retry] Hold reference while timer is running and during expiry callback
Michael Brown
2010-09-03
1
-2
/
+8
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-5
/
+5
*
[process] Make it safe to call process_add() multiple times
Michael Brown
2009-08-10
1
-0
/
+1
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[retry] Use a separate flag to indicate that a retry timer is running
Michael Brown
2008-10-12
1
-4
/
+8
*
[retry] Added configurable timeouts to retry timer
Andrew Schran
2008-08-12
1
-13
/
+15
*
[retry] Add start_timer_fixed()
Michael Brown
2008-06-11
1
-5
/
+4
*
Modify gPXE core and drivers to work with the new timer subsystem
Alexey Zaytsev
2008-03-02
1
-1
/
+1
*
Add start_timer_nodelay()
Michael Brown
2007-08-13
1
-0
/
+12
*
Use a linker-table based system to automatically mark and start up
Michael Brown
2007-07-03
1
-8
/
+1
*
Modify process semantics; rescheduling is now automatic.
Michael Brown
2007-05-26
1
-6
/
+4
*
Move start/stop/expire debug messages to DBG2() level.
Michael Brown
2007-01-09
1
-6
/
+6
*
Added times to start/stop log messages
Michael Brown
2006-12-27
1
-8
/
+12
*
Make start_timer() and stop_timer() robust against incorrect usage.
Michael Brown
2006-12-22
1
-1
/
+8
*
We don't actually have a stdio.h header file. Our printf() functions are
Michael Brown
2006-09-27
1
-1
/
+0
*
added stdio.h to includes for DBG compilation
Marty Connor
2006-09-27
1
-0
/
+1
*
Added extra debugging
Michael Brown
2006-08-30
1
-3
/
+6
*
Towards an RFC2988-compliant timer.
Michael Brown
2006-08-09
1
-18
/
+39
*
Updated retry timer mechanism to incorporate smoothed RTT estimation.
Michael Brown
2006-06-01
1
-47
/
+63
*
One bit of an ASCII character can make a big difference.
Michael Brown
2006-05-29
1
-1
/
+1
*
Added first sketch of a generic retry timer mechanism. The idea is to use
Michael Brown
2006-05-29
1
-0
/
+130