Glenn Washburn
|
60875f4e15
misc: Format string for grub_error() should be a literal
|
4 years ago |
Darren Kenny
|
0cb838b281
net/tftp: Fix dangling memory pointer
|
4 years ago |
Javier Martinez Canillas
|
a6838bbc67
tftp: Roll-over block counter to prevent data packets timeouts
|
4 years ago |
Alexey Makhalov
|
781b3e5efc
tftp: Do not use priority queue
|
5 years ago |
Lenny Szubowicz
|
e2c09aed97
tftp: Normalize slashes in TFTP paths
|
5 years ago |
Andrei Borzenkov
|
77002c65d3
tftp: fix memory leaks in open
|
9 years ago |
Andrey Borzenkov
|
954fe77163
cleanup: grub_cpu_to_XXX_compile_time for constants
|
10 years ago |
Paulo Flabiano Smorigo
|
6f65e36cc4
increase network try interval gradually
|
11 years ago |
Vladimir Serbinenko
|
7e47e27bd8
Add gcc_struct to all packed structures when compiling with mingw.
|
11 years ago |
Vladimir Serbinenko
|
cf8d6bbd9e
* grub-core/net/tftp.c: Retransmit ack when rereceiving old packet.
|
11 years ago |
Avik Sil
|
369508b3cb
* grub-core/net/tftp.c: Send tftp ack packet before closing the socket.
|
12 years ago |
Vladimir 'phcoder' Serbinenko
|
a706f4cc6b
* grub-core/net/tftp.c (ack): Fix endianness problem.
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
bd407d6e5e
* grub-core/net/tftp.c: Decrease stall to 50 packets.
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
b27069e06d
Implement flow control for tftp.
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
96f7e60eae
Stop polling as soon as we have the packet we were waiting for.
|
13 years ago |
Bean
|
5efb817d64
* grub-core/net/ip.c (reassemble): Make asm_buffer into asm_netbuff.
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
0cf69874ee
* grub-core/net/tftp.c (tftp_receive): Silently discard too short
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
9c4b5c13e6
Improve gettext support. Stylistic fixes and error handling fixes while
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
aca002f7e4
* grub-core/kern/err.c (GRUB_MAX_ERRMSG): Move to ...
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
75b49ebed9
Remove defines pertaining to arbitrary limits not affecting GRUB
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
198e150aaf
IPv6, TCP, HTTP, ICMP and DNS support. Several cleanups and bugfixes.
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
038ec56a31
nslookup implementation
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
9aad3cd91d
IPv6 support. Several fixes and unifications
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
4ebb4c616f
Remove useless include in tftp
|
14 years ago |
Vladimir 'phcoder' Serbinenko
|
3a7af37260
basic tcp implementation
|
14 years ago |
Vladimir 'phcoder' Serbinenko
|
92bb3cfc17
Use priority queue to reassemble TFTP packets
|
14 years ago |
Vladimir 'phcoder' Serbinenko
|
fecdbd6b17
support ip fragmentation
|
14 years ago |
Vladimir 'phcoder' Serbinenko
|
1367c143dd
several cleanups. Ping reply support
|
14 years ago |
Vladimir 'phcoder' Serbinenko
|
b975df6348
Send TFTP_ERROR on tftp premature close. Several cleanups
|
14 years ago |
Vladimir 'phcoder' Serbinenko
|
7e0c2d162a
Restructurisations, cleanups and few bugfixes
|
14 years ago |