index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed _calloc() to zalloc(), ready to be used as a standalone function.
Michael Brown
2007-06-11
1
-1
/
+4
*
Added missing va_end()
Michael Brown
2007-06-03
1
-0
/
+1
*
Add facility for resolving base+relative URIs (and paths).
Michael Brown
2007-06-03
1
-19
/
+220
*
Added dirname()
Michael Brown
2007-06-03
1
-0
/
+22
*
Added [v]asprintf()
Michael Brown
2007-06-03
1
-0
/
+47
*
Move [v]ssnprintf() from iscsi.c into vsprintf.c; we need them
Michael Brown
2007-05-31
1
-0
/
+39
*
Add xfer_[v]printf() functions.
Michael Brown
2007-05-28
1
-0
/
+41
*
Make URI structures reference-counted.
Michael Brown
2007-05-28
3
-6
/
+9
*
Move increment/decrement debug messages to DBG2 level
Michael Brown
2007-05-27
1
-4
/
+4
*
Eliminate PF_INET; just use the AF_INET from the struct sockaddr instead.
Michael Brown
2007-05-26
1
-13
/
+11
*
Modify data-xfer semantics: it is no longer necessary to call one of
Michael Brown
2007-05-26
4
-40
/
+81
*
Modify process semantics; rescheduling is now automatic.
Michael Brown
2007-05-26
1
-4
/
+22
*
Free I/O buffers when we are finished with them!
Michael Brown
2007-05-25
1
-1
/
+4
*
Use list_for_each_entry_safe() when flushing queue.
Michael Brown
2007-05-20
1
-1
/
+2
*
Add local address to socket openers.
Michael Brown
2007-05-19
1
-4
/
+9
*
Add explicit "freeing" debug messages.
Michael Brown
2007-05-18
1
-0
/
+3
*
Must request data before anything actually happens...
Michael Brown
2007-05-18
1
-0
/
+4
*
Add debugging
Michael Brown
2007-05-18
1
-0
/
+2
*
Add alloc_iob() and free_iob(). (Direct search-and-replace
Michael Brown
2007-05-18
1
-0
/
+74
*
Added POSIX-style blocking I/O calls, for use by PXE TFTP API.
Michael Brown
2007-05-18
1
-0
/
+332
*
Prefix all the open()-family routines with xfer_, to disambiguate them
Michael Brown
2007-05-18
3
-14
/
+15
*
Do not hold self-references. This then avoids the problem of having to
Michael Brown
2007-05-15
4
-25
/
+60
*
Data-transfer interface should now be functionally complete.
Michael Brown
2007-05-15
3
-41
/
+182
*
Initial sketch for a downloader object
Michael Brown
2007-05-01
1
-0
/
+276
*
Add start() event
Michael Brown
2007-05-01
2
-34
/
+53
*
Clarify behaviour of plug() by using intf_put() and intf_get().
Michael Brown
2007-05-01
1
-3
/
+2
*
D'oh
Michael Brown
2007-04-30
1
-2
/
+2
*
Added plug_plug()
Michael Brown
2007-04-30
1
-0
/
+15
*
Add (and use) generic reference counter, to improve signal:noise ratio
Michael Brown
2007-04-30
4
-42
/
+78
*
Skeleton job control interface
Michael Brown
2007-04-29
1
-0
/
+77
*
Add seek()
Michael Brown
2007-04-29
2
-22
/
+79
*
Preliminary support for opening data-transfer interfaces
Michael Brown
2007-04-28
2
-12
/
+208
*
Added deliver-as-iobuf/deliver-as-raw concepts.
Michael Brown
2007-04-27
1
-5
/
+58
*
Initial sketch for the generic data-transfer interface.
Michael Brown
2007-04-27
2
-0
/
+155
*
hoffmeis: Preparations for syslog support (LOGSERVER in DHCP, linewise
Anselm Martin Hoffmeister
2007-04-09
1
-0
/
+4
*
SSL requires inordinately large data storage
Michael Brown
2007-02-01
1
-2
/
+2
*
Split bootsector execution code out into bootsector.c.
Michael Brown
2007-01-29
1
-0
/
+3
*
Keep HTTP progress updated, and display a progress indicator during the
Michael Brown
2007-01-29
1
-1
/
+2
*
Added async_block_progress() and default SIGUPDATE handler.
Michael Brown
2007-01-29
1
-3
/
+58
*
Moved most buffer debug messages to DBG2.
Michael Brown
2007-01-29
2
-25
/
+63
*
Avoid barfing on gcc's implicit memcpy()s
Michael Brown
2007-01-26
1
-0
/
+20
*
Move tolower() etc to ctype.h as per ISO C
Michael Brown
2007-01-26
1
-0
/
+1
*
Zeroing out memory before using it can be so important.
Michael Brown
2007-01-19
1
-0
/
+1
*
Actually, it's probably safer *not* to leave child processes hanging
Michael Brown
2007-01-19
1
-9
/
+8
*
Note that the SIGCHLD handler could be re-entered.
Michael Brown
2007-01-19
1
-1
/
+7
*
Propagate return status code from last child to fail.
Michael Brown
2007-01-19
1
-1
/
+1
*
Split random number generation out into core/random.c, and create the
Michael Brown
2007-01-19
2
-18
/
+38
*
vsprintf.h is gPXE-specific; move it to include/gpxe
Michael Brown
2007-01-19
1
-1
/
+1
*
Use stdio.h instead of vsprintf.h
Michael Brown
2007-01-19
6
-5
/
+6
*
A working name resolution framework
Michael Brown
2007-01-18
1
-16
/
+117
[next]