| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge changes from mcb-tcp-fixes branch. | Michael Brown | 2006-12-28 | 14 | -1193/+1112 |
| * | Keep running the main processing loop while waiting for input. | Michael Brown | 2006-12-27 | 2 | -0/+8 |
| * | Added times to start/stop log messages | Michael Brown | 2006-12-27 | 1 | -8/+12 |
| * | Ensure that old TCP connection state is destroyed before attempting to | Michael Brown | 2006-12-22 | 1 | -0/+5 |
| * | Cannot immediately overwrite the peer address when we parse | Michael Brown | 2006-12-22 | 3 | -9/+20 |
| * | Fix prototype of random() and move to stdlib.h | Michael Brown | 2006-12-22 | 3 | -2/+3 |
| * | Make start_timer() and stop_timer() robust against incorrect usage. | Michael Brown | 2006-12-22 | 2 | -2/+12 |
| * | ibft_fill_data() prototype change. | Michael Brown | 2006-12-21 | 2 | -4/+2 |
| * | Avoid null pointer dereferences when no username/password specified. | Michael Brown | 2006-12-21 | 1 | -3/+6 |
| * | When login fails, leave the session open but not in full feature | Michael Brown | 2006-12-21 | 1 | -4/+15 |
| * | Use a bigger buffer for the initiator IQN | Michael Brown | 2006-12-21 | 1 | -1/+1 |
| * | Add ability to shut down iSCSI connection | Michael Brown | 2006-12-21 | 4 | -24/+49 |
| * | Default to port 0 (sic). | Michael Brown | 2006-12-21 | 1 | -1/+1 |
| * | Print explicit error message on iSCSI boot failure, and add | Michael Brown | 2006-12-21 | 2 | -1/+4 |
| * | Add iSCSI initiator IQN as a setting | Michael Brown | 2006-12-21 | 1 | -0/+6 |
| * | Engage brain: since when was zero >= 0x80 ? | Michael Brown | 2006-12-21 | 1 | -1/+1 |
| * | Some BIOSes return 0xe0 for extended characters. Just assume that | Michael Brown | 2006-12-21 | 1 | -1/+1 |
| * | Added missing header | Michael Brown | 2006-12-21 | 1 | -0/+1 |
| * | Return ANSI sequences for special keys | Michael Brown | 2006-12-21 | 1 | -6/+80 |
| * | Use getkey() and symbolic key names. | Michael Brown | 2006-12-20 | 1 | -6/+8 |
| * | KEY_XXX constants are now defined in gpxe/keys.h. Kept separate from | Michael Brown | 2006-12-20 | 1 | -94/+2 |
| * | Use symbolic key names, and avoid moving beyond end of string | Michael Brown | 2006-12-20 | 1 | -9/+17 |
| * | Fix definition of KEY_END | Michael Brown | 2006-12-20 | 1 | -1/+1 |
| * | Use getkey() and symbolic key names. | Michael Brown | 2006-12-20 | 1 | -4/+5 |
| * | Some key sequences seem to end with a tilde | Michael Brown | 2006-12-20 | 1 | -1/+1 |
| * | Add insert/delete and document keys, and documentation. | Michael Brown | 2006-12-20 | 1 | -15/+19 |
| * | Added code to interpret ANSI keypress sequences into KEY_XXX constants. | Michael Brown | 2006-12-20 | 2 | -0/+78 |
| * | Key definitions | Michael Brown | 2006-12-20 | 1 | -0/+78 |
| * | Define KEY_MIN and use it in kb.c. | Michael Brown | 2006-12-20 | 2 | -2/+3 |
| * | Prevent NULL from ever pointing to some real code or data. (This was | Michael Brown | 2006-12-20 | 2 | -0/+10 |
| * | Return -EIO when verification fails, instead of -EINVAL. | Michael Brown | 2006-12-20 | 1 | -1/+1 |
| * | settings_ui() now returns a status code. | Michael Brown | 2006-12-20 | 3 | -6/+15 |
| * | Add EIO. | Michael Brown | 2006-12-20 | 1 | -5/+4 |
| * | Close UDP connection when DHCP completes. | Michael Brown | 2006-12-20 | 1 | -0/+3 |
| * | No longer needed | Michael Brown | 2006-12-20 | 1 | -2/+0 |
| * | Obsolete for some time now. | Michael Brown | 2006-12-20 | 1 | -751/+0 |
| * | Split the (quick hack) boot logic out from main.c to autoboot.c, add a | Michael Brown | 2006-12-20 | 7 | -14/+85 |
| * | Explicitly call erase(), to cope with platforms where the ANSI clear | Michael Brown | 2006-12-20 | 1 | -0/+5 |
| * | Add attr_{get,set,on,off} as static inlines. | Michael Brown | 2006-12-20 | 1 | -4/+20 |
| * | Add "config" command to access config UI | Michael Brown | 2006-12-20 | 4 | -0/+53 |
| * | Add instruction row, and save option | Michael Brown | 2006-12-20 | 1 | -17/+58 |
| * | Only need printf(), so use vsprintf.h instead of console.h | Michael Brown | 2006-12-20 | 2 | -2/+2 |
| * | 8-bit integers are 1 byte long, not 8... | Michael Brown | 2006-12-20 | 1 | -1/+1 |
| * | Clear message on alert row before printing new one | Michael Brown | 2006-12-20 | 1 | -0/+1 |
| * | Added descriptive text for settings and setting types, and display it in | Michael Brown | 2006-12-20 | 3 | -9/+86 |
| * | Move {show,set,clear}_setting() to {show,set,clear}_named_setting(). | Michael Brown | 2006-12-20 | 4 | -37/+74 |
| * | Added messages for some of the most common errors | Michael Brown | 2006-12-20 | 1 | -0/+11 |
| * | Split strerror() out from errno.c | Michael Brown | 2006-12-20 | 2 | -45/+51 |
| * | Alert when saving settings fails | Michael Brown | 2006-12-20 | 1 | -5/+27 |
| * | Increase colour pair limit | Michael Brown | 2006-12-20 | 1 | -1/+1 |